• Saran

  • Saran Chamling loves the web technology, and enjoys designing, exploring and writing about it @sanwebe.com. You can find him at Twitter, Google or Facebook.

Saran's Article(s)

  • Photoshop Letterpress Effect on White Background

    Letterpress effects look just awesome in any color! And I am a big fan of this effect. If you are like me you’ll sure love this easy Photoshop tutorial showing how to create Letterpress effect on a white background using Photoshop.
  • 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.