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

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

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

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

Simple CSS Menu

Here is a simple CSS menu that you can use in your web projects.
0 comment

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

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

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

Continuous Image scroller in jQuery

simpleScroll. This jQuery library allows to create image scroller effect with images and/or HTML.
0 comment

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