Archive for 11月, 2006
十一月要过去了
星期四, 11月 30th, 2006西餐的环境,中式的特色–酷爱串吧
星期三, 11月 22nd, 2006The truth about the IPv6 transition
星期日, 11月 19th, 2006IPV4/6,看看这位仁兄的说法。
Posted by George Ou
You must about everyone in the IT business has heard the promises of IPv6. Why continue leasing Class A blocks to individual companies when most companies have to beg for a Class C block of 256 IP addresses?Many have read that IPv6 will solve everything from spam to security to saving the Internet. But has anyone read the fine print on what an IPv6 transition will encompass and what it actually buys? To understand where we are with the current Internet IP addressing scheme, let us start with a telephone system analogy.
无题
星期六, 11月 18th, 2006Think…Grow Up…
星期六, 11月 18th, 2006Web2.0 Technologies
星期一, 11月 13th, 2006Web2.0现在貌似讨论很多,简单说一下Web2.0的常见技术。
AJAX: "Asynchronous JavaScript and XML" is a programming technique that allows the Web page to retrieve data from a server without refreshing the entire page, making browser-based applications more interactive like traditional desktop software. Google Maps uses AJAX to allow users to smoothly scroll through the map without refreshing the entire page. At GAP.com, shoppers can click through various styles and colors without lengthy page reloads courtesy of AJAX.
Mashups: These are user-created Web applications that bring together content from more than one source to create a new service. For example, a mashup might combine mapping data from MapQuest with apartment listings from Craigslist.
Syndication and aggregation: Through syndication and aggregation, users subscribe to the content they want to see. RSS and Atom feeds allow users to syndicate content and alerts from different services into an aggregator. Instead of having to visit multiple websites to check for updates, users subscribe to select websites and have the new information displayed on a single dashboard.
Blogs: Web logs (or blogs) and wikis (see below) give everyone a voice on the Internet. Blogs are the fastest growing pages on the Internet. In its most basic form, it is a personal diary. Yet, with Web 2.0, blogs have helped communities of people connect around the world. Blogs help extend an individual’s sphere of influence, driving new viewpoints and underscoring the collective wisdom of crowds.
Wikis: These are collective authoring environments. Perhaps the most well-known example is Wikipedia, which aims to be an encyclopedic reference built by volunteers. A wiki makes it easier to create, edit, and hyperlink to pages without needing to learn a lot of syntax or work with complicated tools, allowing more people to contribute their knowledge.
Tagging: Popularized by the social bookmarking service del.icio.us, tags (short keywords) are surprisingly good for keeping online items and for discovering related ones. Users "tag" items according to personal keywords. Any number of tags can be used to describe an item, and items can be retrieved with combinations of tags. Most tagging services allow users to browse items tagged with a particular keyword, or even see a list of others who had tagged the item and what keywords they used. Already, tagging is beginning to help improve applications like intranet search, personalization systems and expertise location.
推荐使用Firefox2代替目前IE/IE7/Maxthon
星期一, 11月 13th, 2006firefox 是目前最流行的开源浏览器。 速度更快,更稳定,并得到开源社区的支持,有很多很好玩的扩展插件。
你可以在浏览器的toolbar里面去切换你听的歌曲。可以轻松管理你下载的软件。甚至支持了调用IE内核来访问某些专门为IE制作的页面。例如:网上银行(真是得BS一下国有四大)。
1.download firefox2 from www.firefox.com(IBM internal can download 1.5 for IBM edition from ISSI,then update to firefox2)
2.download top 10 extensions form http://www.download.com/Best-extensions-for-Firefox-2/1200-11745_4-5168478.html?tag=bubble
3.download other extensions which you want to from www.firefox.com
How To Protect Notes Data (UNOFFICIAL)
星期六, 11月 11th, 2006Windows Live的帐号@live.com域名注册漏洞
星期五, 11月 10th, 2006由于目前微软live.com的帐号注册没有@live.com的选项,因此只能用hotmail和msn等邮箱注册。
现在,我们只要通过简单的一段JS代码就可以给Windows Live的注册界面添加@live.com地址,让人惊讶的是,硬塞进去的地址竟然可以成功注册到帐号!又是一次极好的机会,大家快来一起上吧。
目前本人已经注册成功邮箱 ecm@live.com
分享方法:
1. 进入 这个页面 开始注册.
http://get.live.com/getlive/overview
2. 点击注册按钮,进入下一个界面
3.复制如下代码到你的地址栏中,回车。
û HIMO 说:
javascript:function r(q){} function s(q){e[q] = new Option(a[q],a[q])}; r(e = document.getElementById("idomain").options);r(d="live.");r(a = new Array("hotmail.com","hotmail.co.uk","msn.com",d+"com",d+"be",d+"co.uk",d+"de",d+"cn",d+"it",d+"nl")); for (i=0;i<a.length;i++){ s(i ) }alert("Success – additional domains added!");