Scroll page back to the top

Web Design Tutorials

 
 
Export MySQL table as CSV with PHP

Export MySQL table as CSV with PHP

Today we will look at how we can export MySQL table and its specific fields as CSV file using PHP. Our export option will allow you to select the fields you wish to export after initial selection of the table from the database.

Time: 31:88 min

Sebastian Sulinski on 12th Sep 2011

Watch now!
Javascript setTimeout function

Javascript setTimeout function

In this tutorial we will have a look at how we can use JavaScript function setTimeout in order to delay certain events by the number of milliseconds.

Time: 04:51 min

Sebastian Sulinski on 9th Sep 2011

DemoWatch now!
Simple animation with jQuery append and animate

Simple animation with jQuery append and animate

Today we will be creating a simple animation using jQuery append() and animate() methods.
The append() method allows us to dynamically create new elements and put them as the first item inside of the container, while the animate() method allows us to perform animation of the CSS properties.

Time: 20:14 min

Sebastian Sulinski on 8th Sep 2011

DemoWatch now!
Two layered form validation

Two layered form validation

In this tutorial you will learn how to apply two layers of validation to your online form. First layer is the client based javascript validation and the second one - server site validation. Using this approach we are saving the use of the bandwidth and number of calls made to the server.

Time: 55:55 min / Price: £26.00

Sebastian Sulinski on 6th Sep 2011

PreviewAdd to the basket
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!