Here's a solution to comment boxes that are always too small for long comment. As the user enter comment in this box, the box will stretch so the full comment will always be visible, making it easier for the user to review and edit his comment.
Learn some of the new features of ASP.NET 3.5 - including LINQ, Update Panels, Update Progress controls, etc.
Displaying data is a problem. You have to show results of hundreds of values and be interpreted not just on the fly, but have a lasting impression. Throw in a simple installation mixed with a beautiful interface and you've got yourself a great chart

(Click to Enlarge)
I made this script, and I make it freely available for everyone. With this script you can quickly add a horizontal timetable to your website. All events are clickable and a function can be assigned to each event click. Tell me if you like it !
There are more short URL generators than you can shake a stick at. Some of these generators have been upping their service to more than just offering short URLs. Cli.gs does this and more extraordinarily well.
Here's a jQuery lightbox clone. Best alternative out there.
This tutorial will teach you how to implement a news ticker with horizontal scrolling using Mootools. As usual, Antonio Lupetti always explains it simple so you can easily implement and reuse this in your projects.
Dot Net (.Net) technology offers other far-reaching benefits for IT professionals. It enables programmers to develop powerful information systems using all capabilities of modern computers and networks without implementing helper functions implement
Many websites on the web have allot of content, some even have to much, so that's why a search engine comes in handy! Like Wordpress which has one by default. Just enter your search term and browse true the results! But if you want to make it even b

(Click to Enlarge)
When setting cookies in a WordPress theme or plugin, there's a trap. Using the PHP command: setcookie("sevisitor", 1, time()+3600); does not result in a cookie. You need to add some extra parameters to the setcookie command to be able to set a coo
There a many examples of egregious usages of Ajax out there but every once in a while you find a great usage of Ajax. One great usage is the username availability checker. Let me show you how to make one!
If you do not have JSON support enabled in your PHP installation, or simply do not want to deal with JSON, you are in luck. There is another way to pass JavaScript objects to PHP.
I have compiled the following not only to share my favorite plugins with you, but also to hopefully make your life as blogger easier.

(Click to Enlarge)
Sparkl is a CSS Framework to build well structure of standardized web. Sparkl files package consist of: index.htm (the homepage of your website), stylesheets (where all the stylesheets are kept) and images file.
You’ll get many kinds of Bulletpro
Here I’ll show you how easy it is to add configurable validation and custom error messages using the original (and easiest to configure) jQuery form validation plugin, as well as a couple of HTML and CSS tricks to make your form more robust all roun
Social Web Content Management System (SWCMS), a fork of the popular Pligg social news project, continues to show its significant forward momentum. First sign of life comes from the release of SWCMS Beta 2. Beta 2 is a significant step forward over t
Drigg consists of a set of modules for Drupal that allows anyone to start a digg like social news website. Over the last few months Drigg has been gaining a reputation as the most advanced system for starting your very own digg clone website, with v
Everyone once in a while, I take take a look at the other side of web applications - the development side. After all, the web app itself and how it came to be are two sides of the same coin. After getting my hands dirty with other PHP frameworks, I

(Click to Enlarge)
Advice about picking the proper field to study in order to become a web developer.
This article reviews some of the top open-source version control systems and tools that make setting up a version control system easy.
I was recently working on a client project that required the ability to show a “sub menu” when you’re on a specific page and also the sub-sub page for the first sub page. So for instance I have the following:
1. HOME PAGE
2. HOME PAGE - FI
midori is a new lightweight JavaScript framework that supports CSS selectors for easy access to DOM elements. It also comes with user interface widgets such as tabs, drag and drop, pop-ups and auto-complete. Only 45K uncompressed.
Ajax examples and tutorials from all around the web
When creating a web application it is essential that we test to see if it will work in the “real world” before releasing it into the wild. To test our application many of us use the ever tedious “insert” command in phpMyAdmin to create dummy records

(Click to Enlarge)
This jQuery plugin will turn a conventional HTML table into a sortable table without page refreshes. It can successfully parse and sort many types of data including linked data in a cell.