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 Dead Simple Sliding Menu Quickly (CSS & jQuery)
There are tons of responsive menus out there, but let’s be honest – most of them need tweaking to suit your specific needs. And don’t forget the bloat – many include a pile of styles, scripts, and features you’ll never even use. So why not build your own? This guide walks you through creating a clean, lightweight, and responsive sliding sidebar menu that works beautifully across all screen sizes. It’s easy to integrate, fully customizable, and gives you total control over both functionality and design.