Nov 19, 2007
CSS Rounded Box Generator
A nice little tool to create rounded boxes for your website. You can choose the background color for your box. The tool will generate the CSS code and a sample
Nov 14, 2007
Creating Cross Browser Compatible CSS Text Shadows
Sometimes it is nice to jazz up your website by giving text some graphical looks without actually using images. The CSS2 text-shadow property allows you to crea
Nov 12, 2007
Display external RSS feeds on your website.
You have designed a beautiful website. But you still do not get a lot of loyal visitors. The problem may not be your design, it may be the static content that i
Nov 6, 2007
Dynamically Resize Text
CSS, combined with little JavaScript, offers great flexibility to web designers. For instance, let say you want to allow visitors to change text size on your we
Nov 4, 2007
Best free software
Thanks to Open source movement there are plenty of free software available for our day to day computing needs. Here is a partial list of my favorite software. M
Nov 2, 2007
Automatically Sort Vector Elements
Vector class in java.util package is very easy to use. You can add objects of any type in a vector. You don’t have to worry about declaring the size of th
Nov 1, 2007
#1 Programming Language – Java
According to TIOBE Programming Community Index Java is still the #1 programming language. TIOBE Index gives an indication of the popularity of a programming lan
Oct 26, 2007
Cascading Style Sheet Cheatsheet
If you need quick reference CSS guide, look no further. This CSS cheat sheet is a comprehensive list of all CSS properties. Accompanying brief explanation adds
Oct 26, 2007
Dynamically loading an external JavaScript or CSS file
A very good article explaining how to load JavaScript and CSS files asynchronously and on demand. Dynamically loading an external JavaScript or CSS file
Oct 21, 2007
AJAX Contact Form
Want to collect input from your web site’s visitors? Don’t have time or expertise to develop the contact form yourself? Don’t worry. Dustin Di