Compress website for fast Loading

Posted on: Wednesday June 22, 2016

For fast loading website you have to do some compression. 🙂 you can check page speed here: https://tools.pingdom.com/ https://developers.google.com/speed/pagespeed/insights/   Compress .jpg [...]

Read More

Easy Page Preloader

Posted on: Tuesday May 3, 2016

Easy Page Preloader in HTML/HTML5.   Now a days every websites are powered by Preloader. It will add interactivity to a webpage with some sort of animations.  Today I am going to tell how to [...]

Read More

Back to top link in HTML

Posted on: Sunday April 10, 2016

  If you want a link in HTML page for going to top, and appear after scroll. CSS: [crayon-66373bc79ae16899826888/]   HTML/Javascript: [crayon-66373bc79ae1d358091102/] [...]

Read More

Confirm before a form submit or link

Posted on: Wednesday April 6, 2016

  Ask before process, confirm before process, popup before process in php. ask before delete.   you can always use inline JS code like this: [crayon-66373bc79b0c7990140371/] and [...]

Read More

Mouse Cursor in HTML/CSS

Posted on: Thursday April 30, 2015

[crayon-66373bc79b884000759830/] Example: Mouse over the words to change the cursor. auto crosshair default e-resize grab help move n-resize ne-resize nw-resize pointer progress s-resize se-resize [...]

Read More