Blogroll

Friday, January 13, 2012

27 Best Photoshop Web Layout Design Tutorials to Design Decent Web Layouts


For beginner web designers – design tutorials really help to understand the basic knowledge about web design!, Here is a collection of 27 layout design tutorials that will help you with designing a decent looking website. Some of them are really good!,

Use seclection in css


Something cool that you can do using just CSS is change the selection color when you are range selecting content.

Thursday, January 12, 2012

Create custom hash.

I refer use crypt() instead md5 or sha256, because of crypt proviced many hash method and key to decode is automatic created -> hard to crack.

Wednesday, January 11, 2012

Make auto scroll when page scroll

Link demo 
Technique: auto scroll follow window scroll top and set margin-top for scroll element.