Scroll page back to the top

Web Design Tutorials

 
 
Online calculator with jQuery and PHP

Online calculator with jQuery and PHP

Today we will have a look at how we can perform some basic calculations such as adding, deducting, multiplying and dividing with online calculator, built using jQuery and a small portion of PHP.

Sebastian Sulinski on 26th Dec 2011

DemoRead now!
StreamReader in .NET Framework

StreamReader in .NET Framework

In this short series, Georges explains how to use the StreamReader, which is part of the .NET Framework in order to read the content of the text file and put it into the form field. We will also learn how to catch and display error messages and how to capitalize the text read by the application.

Time: 11:66 min

Georges Naffah on 15th Dec 2011

Watch now!
Form overlay with jQuery

Form overlay with jQuery

In this series we will learn how to apply the overlay layer to the submitted form while the ajax is processing the request.

Time: 17:09 min

Sebastian Sulinski on 13th Dec 2011

DemoWatch now!
Convert string to lower case using JavaScript

Convert string to lower case using JavaScript

Today we will have a look at how to convert the content of the form field to lower case using JavaScript's toLowerCase() function and some jQuery to support it.

Sebastian Sulinski on 10th Dec 2011

DemoRead now!
Multilingual Content Management System with PHP, MySQL and jQuery

Multilingual Content Management System with PHP, MySQL and jQuery

This series will take you through the steps of creating a Multilingual Content Management System with Object Oriented PHP, MySQL and jQuery.

The system will allow you to manage the content of the pages, navigation, languages, labels, label types and users - all in different languages.
Both, the front and the back end of the system will have an option to change the language of the user interface, so that visitor as well as administrator will be able to pick the language they are familiar with.

The CMS will be integrated with the CKEditor, PDW File Browser and Swift Mailer library for sending SMTP emails via our contact form.

We will create a number of objects (classes) such as:

  • Url - responsible for creating and processing static urls
  • Database - PDO wrapper class for interactions with the database
  • Paging - to allow us apply pagination to the long lists of records
  • Language - for managing all languages and populate records associated with the selected language
  • Validation - to easily perform the from validation
  • and more...

Time: 541:83 min / Price: £113.00

Buy as part of a bundle!

Sebastian Sulinski on 29th Nov 2011

PreviewAdd to the basket
Using StreamWriter to save data to a file

Using StreamWriter to save data to a file

Today we will learn how to save the data from the text field into the text file, Word Document or Excel with StreamWriter, which is part of the System.IO namespace in the .NET Framework.

Time: 06:67 min

Georges Naffah on 28th Nov 2011

Watch now!
Save search requests to MySQL database

Save search requests to MySQL database

In this tutorial we will have a look at the way of saving search requests submitted through the online search form into the MySQL database using PHP PDO and INSERT INTO ... ON DUPLICATE KEY UPDATE MySQL statement.

Time: 14:03 min

Sebastian Sulinski on 25th Nov 2011

Watch now!
Late Static Bindings in PHP 5.3

Late Static Bindings in PHP 5.3

Today we will have a look at the feature that came with PHP 5.3 called Late Static Bindings, which allows us to reference the calling class when using the inherited methods of the parent classes.

Sebastian Sulinski on 24th Nov 2011

Read now!
Custom browser with VB.NET

Custom browser with VB.NET

In this tutorial you will learn how to create a custom browser using VB.NET.

Time: 07:25 min

Georges Naffah on 20th Nov 2011

Watch now!
XML Editor with VisualBasic .NET

XML Editor with VisualBasic .NET

This series of videos explains how to create an XML Editor - standalone desktop application, which allows you to create and edit XML files. The Editor will be built using VisualBasic programming language and runs on Windows Operating System.

You will learn how to create an executable file for the installation of the application as well as the bootstrap, which checks whether all requirements are met for the application to be installed. The application will require .NET Framework 3.5 or higher to be installed on the user's computers and if it is not found - the bootstrap will help to install it automatically.

Time: 88:62 min / Price: £55.00

Georges Naffah on 17th Nov 2011

PreviewAdd to the basket