Archive

Blog Archives

Zip and Unzip Files with PHP

Easily zip and unzip specific files or folders using these methods

PHP File Upload for CKEditor

Simple file uploader for CKEditor 4

Organize Diretory Files into Year-Month-Day Heirarchy using PHP

Do you have large amount of files sitting in just one directory? Have you ever thought about organizing them in Year-Month-Day path programatically? Let’s get started.

Ajax Multi File Upload in ASP.NET MVC 5

In this tutorial we will work with uploading files asynchronously via Ajax

Build your own Custom File Manager for CKEditor using PHP

Upload files with CKEditor to a custom directory using a simple File Manager PHP Script.

Clear Cache of Modified Files using PHP

Clear the cache of modified files only using PHP

AJAX Multi File Upload in WordPress Front-End

Uploading Files Asynchronously in WordPress Front-End using AJAX

Parsing a CSV File using PHP

Describes how you can access the columns of a CSV file and insert the items into the database

Generate CSV file and send as Email attachment PHP

Querying reports from SQL database then generate a CSV File containing all the queried data then send the CSV File to the admin email.

AJAX Multi-File Upload With Image Preview and Sort [Under Development]

Simple File upload with Preview and Sort Functionality before upload

Simple File Upload with PHP

Create a very simple file upload with File Size validation.

Overriding Woocommerce CSS

Loading a custom style sheet before Woocommerce style sheet

AJAX Multi File upload in CodeIgniter

A simple AJAX multi-file upload tutorial that follows CodeIgniter best practices.

How to do Ajax in Codeigniter

A very basic but powerful implementation of Ajax that complements Codeigniter.

How to use LazyLoad.Js

Lazy Load is delays loading of images in long web pages. Images outside of viewport are not loaded until user scrolls to them.

URL Rewriting for Custom Post Types Date Archive

Clean URL’s for Custom Post Type Archives

How to Import Large Database Files in XAMPP / Laragon / WAMP

Increase the maximum file upload size of your XAMPP and start uploading your “huge” databases!

Exporting Reports to CSV with WordPress

Export your Reports using queries and gain full control over the output of the report.