Blogroll

Tuesday, February 21, 2012

lavalamp , Plugin for jquery lover

lavalamp is plugin for enhacement effect your website, it's small and easy to use.
Full article at here
This is demo link.

Speed up load page by lazyload

Default, when your website is load, all image tag available in your site will be load all. It make your site load slowly and some picture that you don't show but it will be loaded. That's wasty.

Thursday, February 16, 2012

List files and folders in the folder

This is easy way to read all file and folder to array, this also check allow extestion file to read.

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.