JavaScript Kit Advanced JavaScript Tutorials:
Find decent advanced JavaScript Tutorials
Thursday, October 27, 2005
Tuesday, October 25, 2005
MySQL AB :: The World's Most Popular Open Source Database
MySQL is out with its latest and most awaited release of MySQL 5.0
It has features as...
It has features as...
* Stored Procedures
* Triggers
* Views
* Data Dictionary
* XA
* and more...
Friday, October 14, 2005
Take Command with AJAX [JavaScript & DHTML Tutorials]
Another wonderful tutorial for XMLHTTPRequest,
this time make an application that simulates a linux prompt.
this time make an application that simulates a linux prompt.
Friday, September 30, 2005
Saturday, September 03, 2005
Backbase - Rich Internet Applications
Backbase - Rich Internet Applications
A wonderful site having products based on ...
What else.
XMLHTTPRequest
A wonderful site having products based on ...
What else.
XMLHTTPRequest
NetBeans IDE 4.1 Quick Start Guide
NetBeans IDE 4.1 Quick Start Guide: "NetBeans IDE 4.1 Quick Start Guide"
Want to work with an IDE in JAVA, NetBeans is free and looks good, but don't know a shit about it...
Here it is from http://www.netbeans.org
An absolutely wonderful guide to start with.
Want to work with an IDE in JAVA, NetBeans is free and looks good, but don't know a shit about it...
Here it is from http://www.netbeans.org
An absolutely wonderful guide to start with.
Monday, August 22, 2005
Tuesday, August 09, 2005
Wired 13.08: We Are the Web
Wired 13.08: We Are the Web: "We Are the Web
The Netscape IPO wasn't really about dot-commerce. At its heart was a new cultural force based on mass collaboration. Blogs, Wikipedia, open source, peer-to-peer - behold the power of the people."
The Netscape IPO wasn't really about dot-commerce. At its heart was a new cultural force based on mass collaboration. Blogs, Wikipedia, open source, peer-to-peer - behold the power of the people."
Saturday, August 06, 2005
Inline auto-completion in the location bar in FireFox
Inline auto-completion in the location bar in FireFox: "
To enable this effect, you must add a preference that doesn't yet appear in the about:config list. Go to about:config, right-click anywhere on the page, and select New > Boolean from the context menu.
This menu choice yields a couple of dialog boxes. Enter browser.urlbar.autoFill when prompted by the first dialog box
Select true when you're prompted to select a value, and that's it: inline auto-complete for URLs is activated! There's no need to restart Firefox in this case; it works straight away.
To enable this effect, you must add a preference that doesn't yet appear in the about:config list. Go to about:config, right-click anywhere on the page, and select New > Boolean from the context menu.
This menu choice yields a couple of dialog boxes. Enter browser.urlbar.autoFill when prompted by the first dialog box
Select true when you're prompted to select a value, and that's it: inline auto-complete for URLs is activated! There's no need to restart Firefox in this case; it works straight away.
Monday, August 01, 2005
Migrate apps from Internet Explorer to Mozilla
Migrate apps from Internet Explorer to Mozilla
A nice article to change "ie way" thinking to "Standards"
A nice article to change "ie way" thinking to "Standards"
Thursday, July 21, 2005
Monday, June 27, 2005
Saturday, June 25, 2005
Blogger Help : How do I post pictures?
Blogger Help : How do I post pictures?
Blogger has now started with adding images in blogs... by adding them from your local computer
Blogger has now started with adding images in blogs... by adding them from your local computer
Monday, June 20, 2005
Javascript Shell Bookmarklet
Web Development Bookmarklets
Check the Shell bookmarklet...
It is amazing...
It lets you treat the textarea as a shell, where you can type "javascript" commands and observe the changes from where the bookmarklet was created!!!!
eg changing all the images source to empty...
Check the Shell bookmarklet...
It is amazing...
It lets you treat the textarea as a shell, where you can type "javascript" commands and observe the changes from where the bookmarklet was created!!!!
eg changing all the images source to empty...
for (i in document.images) {
document.images[i].src = '';
}
Tuesday, June 14, 2005
Tuesday, June 07, 2005
Monday, June 06, 2005
Dive Into Greasemonkey
Dive Into Greasemonkey
Greasemonkey is now turning out to be the next best extension to Firefox after webdeveloper.
Greasemonkey allows users, to use simple javascripts that use DHTML and DOM to change the way a website behaves.
And if you think you are a JavaScript freak, here is an online book on Writing scripts for Greasemonkey
Greasemonkey is now turning out to be the next best extension to Firefox after webdeveloper.
Greasemonkey allows users, to use simple javascripts that use DHTML and DOM to change the way a website behaves.
And if you think you are a JavaScript freak, here is an online book on Writing scripts for Greasemonkey
Wednesday, June 01, 2005
Subscribe to:
Posts (Atom)