• 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)

  • Adding Markers onClick in Google Map v3

    If you are wondering how to add markers on Google Map, here’s the simple Javascript snippet that adds dragable marker on Google Map. Just click on Drop Marker button to drop marker on the Map.
  • Simple Way to Use WordPress Custom Fields

    We all know what WordPress custom fields can do, if you do not know what the heck is custom fields is, then you are probably missing out something important and powerful tool in WordPress. With custom fields you can add additional information called meta-data to individual post, and meta-data can be simple information to vary complex actions. To achieve complex actions, you must have PHP skills and WordPress template editing knowledge. Without making it any more complicated, I will show you how quickly you can start using WordPress custom fields with your blog posts.
  • Retrieve Feedburner Subscribers count with PHP

    Feedburner Awareness API lets us retrieve total subscribers count. Just enable Awarness API in feedburner settings and replace feed URL with your feedburner location. [cc lang=”php”][/cc]
  • Listing Facebook friends pagewise with PHP

    Sometimes, it’s great to see a Facebook user registering on your site, but what if we can show them list of friends in your site, it will be amazing.