Thursday, October 27, 2005

Tuesday, October 25, 2005

Regular Expression Tester

: "Regular Expression Tester"
Check out this cool Regular expression testing engine, made with AJAX

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...

* 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.

Friday, September 30, 2005

SimpleViewer Download

SimpleViewer "SimpleViewer

SimpleViewer is a free, customizable Flash image viewing application.

Saturday, September 03, 2005

Backbase - Rich Internet Applications

Backbase - Rich Internet Applications

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.

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."

MySQL, Using Transactions with InnoDB Tables

MySQL, Using Transactions with InnoDB Tables

A neat tutorial about transaction, locks in MySQL

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.

Monday, August 01, 2005

Monday, June 27, 2005

DOS Batch Programming

DOS Batch Programming

Tutorial for programming MS BAT files

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

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...

for (i in document.images) {
document.images[i].src = '';
}

Tuesday, June 14, 2005

CSS and element Attributes

CSS and element Attributes

Learn how to use CSS for different attributes, and values of it.

Tuesday, June 07, 2005

Mozilla XPath Documentation

Mozilla XPath Documentation

A nice tutorial of using XPath with Mozilla or Gecko based browser.

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