Scroll page back to the top

Web Design Tutorials

 
 
File browser with PHP and jQuery

File browser with PHP and jQuery

Today we will have a look at how to create a web based file browser. Once completed, you will be able to browse through the files and folders on your web server or local computer using your favorite web browser.

Time: 50:57 min

Sebastian Sulinski on 4th Sep 2011

Watch now!
Remove records with selectable checkboxes

Remove records with selectable checkboxes

Today we will have a look at how we can select a number of records using their associated checkboxes and how to remove them from the database with just one click of a button using jQuery and PHP.

Time: 19:14 min

Sebastian Sulinski on 2nd Sep 2011

DemoWatch now!
MySQL DATE_ADD, DATE_SUB and DATEDIFF

MySQL DATE_ADD, DATE_SUB and DATEDIFF

Today we are going to have a look at the ways of adding and subtracting dates and time as well as showing the difference between two dates in MySQL.

Time: 06:17 min

Sebastian Sulinski on 1st Sep 2011

Watch now!
Print section of the page with jQuery

Print section of the page with jQuery

Today we will learn how to print a section of the page using jQuery plugin PrintArea. This plugin allows us to indicate which container on the page we want to send to the printer maintaining the original css styles applied to the element being printed.

Time: 07:27 min

Sebastian Sulinski on 30th Aug 2011

DemoWatch now!
MySQL CONCAT, CONCAT_WS and INSERT

MySQL CONCAT, CONCAT_WS and INSERT

Today we will have a look at three MySQL string functions called CONCAT, CONCAT_WS and INSERT. First two are used to concatenate values together and the last one to replace part of the given string.

Time: 03:56 min

Sebastian Sulinski on 27th Aug 2011

Watch now!
MySQL IF and CASE conditional statements

MySQL IF and CASE conditional statements

Today we will have a look at how we can filter records using IF and CASE conditional statements inside of the MySQL database query.

Time: 05:15 min

Sebastian Sulinski on 26th Aug 2011

Watch now!
Sort table columns with PHP and jQuery

Sort table columns with PHP and jQuery

Learn how to apply the sorting functionality to the table columns, where by clicking on the column heading the order of the items changes from ascending to descending and vice versa. We will accomplish this using PHP, Session Variables and some Ajax calls via jQuery.

Time: 15:45 min

Sebastian Sulinski on 25th Aug 2011

DemoWatch now!
Adding captcha to the online form

Adding captcha to the online form

In this tutorial we will learn how to add captcha image verification to your online form with SimpleCaptcha PHP class.

Time: 08:68 min

Sebastian Sulinski on 24th Aug 2011

DemoWatch now!
Gallery with Image Tagging

Gallery with Image Tagging

Have you ever wanted to learn how to create image tagging similar to the one used on Facebook?

In this tutorial you will learn how to upload, resize and crop images.
How to create tags for the image and how to search for images by tag.

How to display uploaded images and how to create a Paging class to allow images being spread over a number of pages.

All this using PHP, MySQL, jQuery, jQuery UI and ImageMagick.

Time: 189:33 min / Price: £54.00

Sebastian Sulinski on 23rd Aug 2011

PreviewAdd to the basket
Date dropdown menu with PHP and jQuery

Date dropdown menu with PHP and jQuery

In this tutorial we will create a dropdown menus for for the year, month and day. The day menu will be disabled until year and month has been selected in order to get the right number of days in the selected month of the year.

Time: 14:12 min

Sebastian Sulinski on 21st Aug 2011

DemoWatch now!