Add Youtube like loading bar on your website
Everyone notices Youtube loading bar on top of their video pages, it indicates page is loading and which actually looks pretty cool. Today I will show you how you can quickly add Youtube like progress bar on our website.
Draggable Element with JQuery (No jQuery UI)
Draggable feature in a webpage can bring a smooth user experience. If you want to enable draggable functionality to an element but without jQuery UI, here’s another jQuery snippet you can use. This snippet will make any DOM element draggable, which you can move around to different position on the viewport.
Useful PHP Snippets
If you are looking for useful PHP snippets, here’s list compiled from my previous posts. I am sure this list will come in handy for you in your PHP projects.
Watermark uploaded Image with PHP
Watermarking is a popular method to protect digital photos from being copied by the picture thieves on the net. Using PHP we can do the same. Here we use a transparent PNG image as Watermark template, we then merge it with image to create a permanent watermark.