Use a CSS Alternated Print version
When printing web documents we sometimes need to setup a css alternate print version so we can use a different CSS stylesheet for printing.
The method to achieve this in a webpage is easy, we just need...
Using a PNG Image as Favicon
Favicon as PNG image can easily added into any existing webpage by using the following snippet.
<link id="favicon" rel="shortcut icon" type="image/png" href="favicon.png"...
Webpage Design Programs
Designing professional webpages requires some skills of HTML/CSS as well as Internet knowledge. Web pages are hosted in web servers, and web servers are connected to Internet. Also, designing webpages...
Cool Captcha design with AJAX
Today, I found this fancy AJAX Captcha that validate the user is a human by letting him to move elements into a drop box.
It is really a nice Captcha design.
Prototyping Web Applications
Balsamiq is a prototype tool that is gaining a lot of popularity nowadays. The idea is really brilliant IMHO, and these guys made a very useful tool that worth every penny.
You can build mockups quickly...
Switch Display Options with CSS & jQuery
Swith Display Options is a jQuery library that allows to switch the view in a List. You can easily toggle betweek list type or icons type. See an example here.
How to create a Categories page in WordPress
Usually categories are listed in the sidebar of a WordPress installation. However,we can do a lot of things with Categories.
In this case we will create a Categories page using Multi Column Category List...
Continuous Image scroller in jQuery
simpleScroll. This jQuery library allows to create image scroller effect with images and/or HTML.
jQuery Resizable Textarea
You can use jQuery Textarea Resizer plugin to create a dynamic height for textarea controls in web pages. Thsi makes possible to resize the textarea control by moving a handle. So, the user can control...

Recent Comments