Ajax Image Upload and Resize with jQuery and PHP

There are plenty of great image uploader scripts on the net, but you may find them complicated to implement, especially if you are novice one. Those uploader(s) come with additional scripts and files which you may not even need, so sometimes your best bet is to code your own image upload and resize script, which will serve the purpose and keep things simple.

Move Content Back And Forth With jQuery

This jQuery snippet comes in handy when you want to move text/HTML content back and forth, the function below uses “is:empty” to check if empty element, and moves content from one element to another using appendTo() method, hope it helps.

Add/Insert Custom Text In WordPress Posts

Lets say you want to insert custom text or HTML snippet in your WordPress post content, and you may be thinking different approaches like manually editing hundreds of post and inserting them? Well! that’s just time consuming! Try these PHP codes for WordPress that will easily insert your text or HTML in your posts.

How to add HTML5 input watermark

No wonder you must have tried many Javascript codes before to achieve placeholder or in lame man’s term watermark like text in your form input fields. Javascript codes can be bit messy but of-course you can achieve whatever you want with your input boxes. But there another neat HTML5 way to place watermark text in your input boxes.