Subcategories

 NET  Array.NET (19) ASP   VbScript  ArrayASP / VbScript (4) C   C    ArrayC / C++ (88) Cold Fusion  ArrayCold Fusion (9) Delphi  ArrayDelphi (2) Java  ArrayJava (157) JavaScript  ArrayJavaScript (81) Perl   CGI  ArrayPerl / CGI (2) PHP  ArrayPHP (152) Python  ArrayPython (3) Ruby  ArrayRuby (5) Visual Basic  ArrayVisual Basic (5)

Programming tutorials

Showing tutorials 0 to 20 out of 528 Programming tutorials.

ADVERTISMENT

ADVERTISMENT

Learn how to use the TinyURL API and fetch shortened URLs on the fly with PHP

TinyURL PHP Fetching via API

Learn how to use the TinyURL API and fetch shortened URLs on the fly with PHP.

Not yet rated with 33 hits  Added on: May 13, 2013

Learn Visual Basic on your own  Free tutorials with examples and source code samples

Visual basic.NET 2008 Tutorial

Learn Visual Basic on your own. Free tutorials with examples and source code samples.

Not yet rated with 27 hits  Added on: Apr 17, 2013

In Visual Basic  as in any other programming language  variables store values during a program s execution  A variable has a name and a value

vb variable - Variables in Visual Basic.NET 2008

In Visual Basic, as in any other programming language, variables store values during a program's execution. A variable has a name and a value.

Not yet rated with 33 hits  Added on: Apr 17, 2013

Learn how to create an awesome single page website design with multilayered parallax scrolling animation using css and jquery  In this tutorial you will learn how to create animated clouds in the backgrond  a moving hot air balloon in the foreground and animated links   titles

Multilayered jQuery Parallax Scrolling Tutorial

Learn how to create an awesome single page website design with multilayered parallax scrolling animation using css and jquery. In this tutorial you will learn how to create animated clouds in the backgrond, a moving hot air balloon in the foreground and animated links & titles.

Not yet rated with 44 hits  Added on: Mar 25, 2013

This is the first article of w3resource s Java programming tutorial  The aim of this tutorial is to make beginners conversant with Java programming language

Introduction to Java programming language

This is the first article of w3resource's Java programming tutorial. The aim of this tutorial is to make beginners conversant with Java programming language.

Not yet rated with 41 hits  Added on: Feb 26, 2013

In this tutorial I will show you how to convert dynamic URL s into Search Engine Friendly and easy to understand both for humans and machines URL s  To change the URL s we will use the Apache s mod rewrite function what can easily match URL s using regular expressions  If it sounds confusing don t worry  I will explain everything step by step and you can always leave a comment

Create SEO friendly URL`s using mod rewrite in PHP (.htaccess)

In this tutorial I will show you how to convert dynamic URL`s into Search Engine Friendly and easy to understand both for humans and machines URL`s. To change the URL`s we will use the Apache`s mod_rewrite function what can easily match URL`s using regular expressions. If it sounds confusing don`t worry, I will explain everything step-by-step and you can always leave a comment!

Not yet rated with 46 hits  Added on: Feb 26, 2013

In this tutorial we will create a simple 5 star rating system using jQuery  MySQL  PHP and AJAX  We will use jQuery to highlight the star the mouse is over and the preceding stars  AJAX to send the vote to the server  PHP to process the vote and MySQL to store the vote

Creating a 5 star rating system using jQuery, PHP and MySQL

In this tutorial we will create a simple 5 star rating system using jQuery, MySQL, PHP and AJAX. We will use jQuery to highlight the star the mouse is over and the preceding stars, AJAX to send the vote to the server, PHP to process the vote and MySQL to store the vote.

Not yet rated with 44 hits  Added on: Feb 25, 2013

If you have a website where you let your users to upload images  you know that even the small images  around 100x100  can reach 50   100KB  This is way too much  when you could simply downsize the image to around 1   5KB  this is only the 1   5  of the size of the original image  Just imagine the benefits of downsizing 100 000 images

Upload an image and downsize it (in KB`s) using PHP and GD

If you have a website where you let your users to upload images, you know that even the small images (around 100x100) can reach 50 - 100KB. This is way too much, when you could simply downsize the image to around 1 - 5KB, this is only the 1 - 5% of the size of the original image. Just imagine the benefits of downsizing 100.000 images...

Not yet rated with 37 hits  Added on: Feb 25, 2013

In this series we explore how to create a game character using HTML5 Canvas and JavaScript  Each part of the series will give step by step instructions how to give our character a new ability such as running and jumping  Demos and source code included

Create a Game Character with HTML5 and JavaScript

In this series we explore how to create a game character using HTML5 Canvas and JavaScript. Each part of the series will give step by step instructions how to give our character a new ability such as running and jumping. Demos and source code included.

Not yet rated with 48 hits  Added on: Feb 14, 2013

Inspired on the Nike Better World website  this tutorial will show you how to make an awesome vertical parallax single page portfolio with jQuery and CSS

jQuery and CSS single page portfolio, a vertical parallax navigation experiment

Inspired on the Nike Better World website, this tutorial will show you how to make an awesome vertical parallax single page portfolio with jQuery and CSS

Not yet rated with 126 hits  Added on: Feb 12, 2013

A fancy typewriter contact form powered with jQuery  CSS and PHP along with a nice vector illustration

Vintage typewriter: The sexiest jQuery contact form ever

A fancy typewriter contact form powered with jQuery, CSS and PHP along with a nice vector illustration

Not yet rated with 117 hits  Added on: Feb 09, 2013

If you have a website where you let your users to upload images  you know that even the small images  around 100x100  can reach 50   100KB  This is way too much  when you could simply downsize the image to around 1   5KB  this is only the 1   5  of the size of the original image  Just imagine the benefits of downsizing 100 000 images

Upload an image and downsize it (in KB`s) using PHP and GD

If you have a website where you let your users to upload images, you know that even the small images (around 100x100) can reach 50 - 100KB. This is way too much, when you could simply downsize the image to around 1 - 5KB, this is only the 1 - 5% of the size of the original image. Just imagine the benefits of downsizing 100.000 images...

Not yet rated with 120 hits  Added on: Jun 16, 2012

In this tutorial I will show you how to convert dynamic URL s into Search Engine Friendly and easy to understand both for humans and machines URL s  To change the URL s we will use the Apache s mod rewrite function what can easily match URL s using regular expressions  If it sounds confusing don t worry  I will explain everything step by step and you can always leave a comment

Create SEO friendly URL`s using mod rewrite in PHP (.htaccess)

In this tutorial I will show you how to convert dynamic URL`s into Search Engine Friendly and easy to understand both for humans and machines URL`s. To change the URL`s we will use the Apache`s mod_rewrite function what can easily match URL`s using regular expressions. If it sounds confusing don`t worry, I will explain everything step-by-step and you can always leave a comment!

Not yet rated with 89 hits  Added on: Jun 16, 2012

In this tutorial we will create a simple 5 star rating system using jQuery  MySQL  PHP and AJAX  We will use jQuery to highlight the star the mouse is over and the preceding stars  AJAX to send the vote to the server  PHP to process the vote and MySQL to store the vote

Creating a 5 star rating system using jQuery, PHP and MySQL

In this tutorial we will create a simple 5 star rating system using jQuery, MySQL, PHP and AJAX. We will use jQuery to highlight the star the mouse is over and the preceding stars, AJAX to send the vote to the server, PHP to process the vote and MySQL to store the vote.

Not yet rated with 242 hits  Added on: Jun 15, 2012

Learn how to create an awesome single page website design with multilayered parallax scrolling animation using css and jquery  In this tutorial you will learn how to create animated clouds in the backgrond  a moving hot air balloon in the foreground and animated links   titles

Multilayered jQuery Parallax Scrolling Tutorial

Learn how to create an awesome single page website design with multilayered parallax scrolling animation using css and jquery. In this tutorial you will learn how to create animated clouds in the backgrond, a moving hot air balloon in the foreground and animated links & titles.

Not yet rated with 172 hits  Added on: Jun 02, 2012

The try   catch statement marks a block of statements to try and a block of statement to catch errors if an exception is thrown

JavaScript : try...catch statement

The try...catch statement marks a block of statements to try and a block of statement to catch errors if an exception is thrown.

Not yet rated with 194 hits  Added on: May 29, 2012

In JavaScript the while loop is simple  it executes its statements repeatedly as long as the condition is true  The condition is checked every time at the beginning of the loop

JavaScript while loop

In JavaScript the while loop is simple, it executes its statements repeatedly as long as the condition is true. The condition is checked every time at the beginning of the loop.

Not yet rated with 173 hits  Added on: May 28, 2012

PHP offers various ways to create Date Formats  Here is an example which shows how to create Date Formats with PHP date   Function

Creating Date format in PHP

PHP offers various ways to create Date Formats. Here is an example which shows how to create Date Formats with PHP date() Function.

Not yet rated with 186 hits  Added on: May 16, 2012

How many times you required a code to convert numbers into words  Here is a PHP code to do exactly that You can use this freely and modify it however you want

Convert number to word with PHP

How many times you required a code to convert numbers into words? Here is a PHP code to do exactly that.You can use this freely and modify it however you want.

Not yet rated with 157 hits  Added on: May 15, 2012

In this series we explore how to create a game character using HTML5 Canvas and JavaScript  Each part of the series will give step by step instructions how to give our character a new ability such as running and jumping  Demos and source code included

Create a Game Character with HTML5 and JavaScript

In this series we explore how to create a game character using HTML5 Canvas and JavaScript. Each part of the series will give step by step instructions how to give our character a new ability such as running and jumping. Demos and source code included.

Not yet rated with 162 hits  Added on: May 14, 2012

Go to Top

» Hardware reviews

SOFTutorials

Highest Rated

This tutorial shows you how to create 3D flash photo gallery using 3rd flash tool called Wondershare Flash Gallery Factory  Easy to make 3D flash gallery with pre designed free templates and no flash or XML skills needed

How to create 3D flash photo gallery - This tutorial shows you how to create 3D flash photo gallery using 3rd flas...

Rated:***** with 22415 hits

In this tutorial  we will try to make a Snowy Mountain scene in 3dsmax  We will work with several types of Materials Maps in the tutorial frequently  Follow the below link for more details

Creating Snowy Mountain Scene in 3ds Max - In this tutorial, we will try to make a Snowy Mountain scene in 3dsmax. We ...

Rated:***** with 20436 hits

This tutorial will show you the basics of 3d design with photoshop     You can implement those in your logo designs

3d basics for making logos with Photoshop - This tutorial will show you the basics of 3d design with photoshop. You ...

Rated:**** with 11135 hits

Video a lesson 3ds Max Female Body Modeling 3ds Max

Female Body Modeling.3ds Max. - Video a lesson 3ds Max.Female Body Modeling.3ds Max. ...

Rated:**** with 51777 hits

Most Popular

Easiest way to improve Capture performance in Windows MovieMaker  Follow the tutorial

Improving capture performance in Windows Movie Maker - Easiest way to improve Capture performance in Windows MovieMaker. Follow th...

Rated:*** with 101942 hits

In this tutorial we re going to recover detail from the skin area and have it on a separate layer for full control

Recover detail from highlights and exposed skin photoshop tutorial. - In this tutorial we’re going to recover detail from the skin area and have ...

Rated:**** with 91679 hits

This photoshop tutorial will show you a fast technique to enhance eyes and make them stand out

HOW TO ENHANCE EYES IN PHOTOSHOP - This photoshop tutorial will show you a fast technique to enhance eyes and ...

Rated:*** with 82900 hits

Oil Portrait and Acrylic Photo Effects photoshop tutorial

Oil Portrait and Acrylic Photo Effects - Oil Portrait and Acrylic Photo Effects photoshop tutorial...

Rated:**** with 71069 hits