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

  • Tweet to Unlock with jQuery & PHP

    Everyone knows how important role Twitter can play to bring new visitors to your site, and Tweet to unlock can only amplify the whole thing by requiring visitors to Tweet about your page in order to unlock the downloadable items or premium content. In this tutorial article, let’s create simple “Tweet to Unlock” feature for your web page using jQuery Ajax and PHP.
  • 10 Great CSS3 Experiments in Codepen

    Since the launch of Codepen (a site for creating HTML, CSS and JavaScript stuff) by Chris Coyier. We have seen some of the greatest CSS3 examples in that website by the web developers around the world, pushing the limits of CSS3. I think this is just the beginning of something extraordinary happening in Web Development world.
  • Useful PHP functions Copy/Paste

    What can please you more when you can just copy and paste necessary PHP functions directly in your projects, without wading through tons of snippets, that’s just one less headache for you. Here’s the collection of some practical PHP snippets collected from web, you can just copy and paste them in your projects.
  • Login with Google using PHP API library

    Implementing Google Login system in your website is very easy, the Google API Client Library enables us to work with many Google services like Google+, Drive, or YouTube etc. We can also use the library to fetch user details required for registration and login. Today let’s learn how we can use Google API Client Library to make user login and registration system for the website.