Diwali is here! The first Diwali for Codez and this is really a big moment for us. Festivals act as a checkpoint, of how the company has evolved since the last season, and Diwali is all the more special, especially for me!!! Last minute decisions to get the office painted and fixing up the entry [...]
Archive for October, 2010
I am going to tell you how to make a Simple clickable gallery in 3 steps
Step1: Make the html page[Make the container & inner element]
<div id=”wrapper” align=”center”>
<div id=”transition”>
<a id=”auto_play” href=”#”>Auto Play Slide Show</a>
<a id=”previous” href=”#”><<Previous</a>
<a id=”next” href=”#”>Next >></a>
</div>
<div id=”big_image_container” align=”center”>
<img id=”big_image” src=”image/pic1.bmp” title=”Big Image” />
</div>
<div id=”thumb_image_container”>
<img src=”image/pic1.bmp” alt=”image1″ title=”image1″ />
<img src=”image/pic2.bmp” />
<img src=”image/pic3.bmp” />
<img [...]
The sliding doors CSS technique to create a button or tab is very useful in interface design in terms of both flexibility and time saved. Often web designers and developers are required to make hyperlink-based rounded cornered buttons or even navigation tabs of varying widths. It is tedious to create them by slicing images for [...]
My research on how to easily preload a web page’s images that are referenced in attached stylesheets as background images led me to Filament Group’s jQuery plugin for the same. It is easy to incorporate and works like a charm since it can pull images and preload them from any directory. While CSS sprites is [...]
If you have a WordPress blog you will need a contact form to get the feedback from your visitors. There are many contact form plugins available for WordPress blog, you can use any plugin you want, but the most popular contact form plugin is “Contact Form 7”. If you value simplicity and flexibility, “Contact [...]
1.Add links to your facebook, twitter, myspace, jaiku, blog, flickr, and whatever other links you want to appear when contacts (hopefully your clients or the friends of your friends, who can turn into clients) search for terms that appear as content in those links.
2. Get More Active In Social Networks sites – Been neglecting your [...]
###1:
This week I will show you how to generate dynamic <li> under <ul> contains country and when the < li> will selected a dynamic class generate:
<?php
ini_set(‘display_errors’,1);
[...]
Vertical tabs based navigation is a tried and tested tool in the hands of an interface designer and a fundamental element in the graphical user interface structure. You see it everywhere in your computer software, including many parts of the OS, making tab usage second nature for the user. Naturally it extends on to the [...]
If you are an active blogger and post very frequently on your blog, what you really want is to let your visitor access popular posts on your blog. Because in WordPress your old posts get replaced by the new ones and even if the old post was very good there is no way to see [...]
There is a advantage in Ajax form validation, because the validation is completed without page reloading.I also learnt how to retrieve the multiple checkbox values in which input names are the same.It was very interesting for me to create a table of two column which displayed the from database. The code is very simple.
