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.

How to convert an HTML website to WordPress

So, you are looking forward to moving your website from HTML to WordPress. However, migrating a static site to WordPress doesn’t mean that you will have to say goodbye to your existing site. You can move your HTML site to WordPress easily while keeping the design, content, and even SEO rankings as they were.