Google

Sunday

YUI Javascript by Douglas CrackFord

Thursday

Session Management with SQL Server

Hello Folks! Session is gonna be the topic of this entry.

So,what session is? A session is the period of time a user interacts with your Web application. Because HTTP is stateless protocol, therefore if an information(e.g.UserName) has to be kept along the period of time, a user is accessing a web application, you have to store that information into a Session Object.

ASP.Net provides 3 different methods to maintain a state.

1. In-Proc (In Process)
2. SQL Server
3. State Server


For more info how to set up SQL Sever session state, please visit here

Monday

Yet another Php Editor - Netbeans

I saw many Php developer posted questions about what Php Editors are other Php Developers are using. Some answered that they are using Dreamweaver, etc.

I saw this video on Netbeans website http://www.netbeans.org. A video showing how to develop Php application and call the underlying class with many tools. The tools are just a finger tips. Check out the Intelisense, it is awesome!

So for those Php developers, who are still wondering what Php Editor should I use. Now you find the answer: NetBeans 6.1

Friday

Yahoo YUI Douglas Crockford: "The JavaScript Programming Language"/3 of 4

Saturday

Great Javascript Debugger - VenkMan !

Hello Folks. Have you ever scratch your head when you are debugging Javascript? I remmbered, I used to debugging the javascript using notepad, according to the line information by Internet Explorer. What the tu......(sensored), it is really toturing.

Try VenkMan Javascript Debugger. VenkMan Javascript Debugger also comes with Mozilla FireFox 3.0


For more Info, pleae refer to this website

Friday

Google Pinyin 谷歌拼音输入法。中文输入不再是噩梦!

Hello Folks. Google Pinyin IME (谷歌拼音输入法) is an input method developed by Google China Labs. If u hate typing Chinese words, now you can change your mind.

Check this out Google Pinyin IME (谷歌拼音输入法).


Google Pinyin

Tuesday

Yahoo YUI Douglas Crockford: "The JavaScript Programming Language"/2 of 4

Monday

Yahoo YUI Douglas Crockford: "The JavaScript Programming Language"/1 of 4

Sunday

The Apache HTTP Server, commonly referred to simply as Apache [əˈpætʃi], is a web server notable for playing a key role in the initial growth of the World Wide Web. Apache was the first viable alternative to the Netscape Communications Corporation web server (currently known as Sun Java System Web Server), and has since evolved to rival other Unix-based web servers in terms of functionality and performance.

It is often said that the project's name was chosen for two reasons:out of respect for the Native American Indian tribe of Apache (Indé), well-known for their endurance and their skills in warfare,and due to the project's roots as a set of patches to the codebase of NCSA HTTPd 1.3 - making it "a patchy" server although the latter theory is a lucky coincidence.

Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. The application is available for a wide variety of operating systems, including Unix, FreeBSD, Linux, Solaris, Novell NetWare, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released under the Apache License, Apache is characterized as free software and open source software.

Since April 1996 Apache has been the most popular HTTP server on the World Wide Web. However, since November 2005 it has experienced a steady decline of its market share, lost mostly to Microsoft Internet Information Services. As of June 2008 Apache served 49.12% of all websites.



Article from Wikipedia©