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

  • Laravel Installation

    Laravel is a popular PHP web application framework that makes it easy to build and maintain web applications. In this article, we’ll go through the steps for installing Laravel on your computer.
  • Ajax Upload to Amazon AWS S3 Using jQuery & PHP

    Previously in another post, I had created a uploader using simple HTML and PHP to upload files directly to Amazon AWS S3 server. In this tutorial, we will transform s3 uploader into Ajax based uploader using jQuery. Ajax makes it really easy for the user as the page doesn’t need to be reloaded and we can also show a progress bar as the user waits for the upload to finish.
  • Generate Username from User First and Last Name – PHP

    I recently needed to generate username based on first and last name of Facebook and Google users. So I created PHP functions that achieve the results I wanted.
  • Creating Simple Sliding Menu Quickly (CSS & jQuery)

    There are plenty of Responsive menus on the net, which you can incorporate within your project to make an exciting navigation system. But more often than not we end up fixing and tweaking things with those menus! So today let’s focus on creating our own simple sliding navigation menu which will fit any screen size and also looks great.