Mysql – Starting Auto Increment Primary Key with your own number

In mysql, we can also define our own number that primary key starts with if  it is set as the auto_increment.

Though it sounds as the complex task but its easy to implement.
Read the rest of this entry »

Mysql

Fixing the Css ‘position:fixed’ issue in IE6 using Javascript.

I had read some where that IE 7  supports the Css property ‘position:fixed’ . But for IE 6 it can be fixed using Javascript.It was the problem I faced when I tried to make one lightBox type of pop-up  using Jquery and Ajax.
Read the rest of this entry »

CSS, Javascript