惠普顶级触摸式PC–可以给老爸用的电脑 [ 09月 23rd, 2008 ] Posted in » 博客赚钱

    前段时间IPhone被闹的沸沸扬扬,我也不劲被IPhone所震撼,下决心一定要买一部耍一耍,他的操作系统 用起来简直就是一种享受啊,由于IPhone在全球很多国家上市(中国不包括在内),IPhone风靡全世界 他的触摸屏也渲起了业内的风波,一时间喜欢触摸屏的用户成为了”乐触族”
   对”乐触族”的解释为: HP Touchsmart PC为热衷简单数 码生活的人群不断简化产品,丰富体验,并为他们开辟了一个全新的用户群定义:”乐触族”Life of Touch and Fun!(LOTAF)!

    不知道什么时候惠普抓住商机推出了顶级触摸式PC,这款电脑最受瞩目的是采用触摸屏幕设计,只要轻轻用手指点

阅读全文...

jQuery 1.2 cheatsheet

在官网上找到的 注:selector部分的那个@符号其实在1.2中已经废弃
网页宽度有限,请点击图片放大察看
顺便验证一下抓虾营销平台管理权:{ZHUAXIA8c90b9540d5a8644f73a86873ac5c2f6Union}

[阅读全文...]
05月 5th, 2008 | Leave a Comment

jQuery 选择器的使用

英文链接:http://www.qbencao.com/2008/04/24/jquery-selectors-en-126.html
以下为翻译:
jQuery的选择器是CSS 1-3,XPath的结合物。jQuery提取这二种查询语言最好的部分,融合后创造出了最终的jQuery表达式查询语言。如果你了解CSS(绝大部分WEB开发者都用到的),那么你学起来就很容易了。
同时使用CSS和XPath
看几个例子:
隐藏所有包含有链接的段落:
$(”p[a]“).hide();
显示页面的第一个段落:
$(”p:eq(0)”).show()
隐藏所有当前可见的层元素
$(”div:visible”).hide();
获取所有无序列表的列表项
$(”ul/li”)  /* 等价于: $(”ul > li”) */

[阅读全文...]
04月 25th, 2008 | 1 Comment

jQuery ’s Selectors

  中文翻译: http://www.qbencao.com/2008/04/24/jquery-selectors-cn-127.html 
   jQuery selectors are a combination of CSS 1-3, XPath, plus some custom code to glue it together. Essentially, the best parts from both of these query languages were taken, combined, and used to create the final jQuery expression language. If you already know CSS (which most web developers do) then you’re going to be [...]

[阅读全文...]
04月 24th, 2008 | 3 Comments

Powered by WordPress | Blue Weed by Blog Oh! Blog | Entries (RSS) and Comments (RSS)