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 60 to 80 out of 528 Programming tutorials.

ADVERTISMENT

ADVERTISMENT

This guide wont teach you to code some awesome notepad but just a simple one  Im going to try to keep the code as simple as possible

A Simple Notepad In C#

This guide wont teach you to code some awesome notepad but just a simple one..Im going to try to keep the code as simple as possible.

Not yet rated with 321 hits  Added on: Feb 18, 2011

A tutorial which teaches you how to submit an HTML form using JavaScript automatically

How To Submit a Form Using JavaScript

A tutorial which teaches you how to submit an HTML form using JavaScript automatically.

Not yet rated with 406 hits  Added on: Feb 11, 2011

Learn how to change the text on a submit button using JavaScript

How to Change a Button Text using JavaScript

Learn how to change the text on a submit button using JavaScript

Not yet rated with 346 hits  Added on: Feb 11, 2011

This tutorial teaches you how to fetch the text of a form submit button using JavaScript

How to Get Submit Button Text with JavaScript

This tutorial teaches you how to fetch the text of a form submit button using JavaScript

Not yet rated with 372 hits  Added on: Feb 11, 2011

In this tutorial you will learn about ruby on rails and the concepts  Rails programming system  works in concert with Ruby to help programmers develop great web applications

Ruby On Rails Tutorial 1: Rails Concepts

In this tutorial you will learn about ruby on rails and the concepts. Rails programming system, works in concert with Ruby to help programmers develop great web applications.

Not yet rated with 506 hits  Added on: Feb 08, 2011

In this tutorial you will learn about ruby on rails and the basic database access application

Ruby On Rails Tutorial 2: A Basic Database Access Application

In this tutorial you will learn about ruby on rails and the basic database access application.

Not yet rated with 424 hits  Added on: Feb 08, 2011

In C   you the data type with the largest range is the long long  with a maximum limit of  19 digits  This means that you can t make additions with numbers that result a larger number  I know this is a crazy thing  why would you need to calculate with such huge numbers   I think never     but the method is very useful and ingenious

Addition with extremely huge numbers in C++

In C++ you the data type with the largest range is the long long, with a maximum limit of ~19 digits. This means that you can`t make additions with numbers that result a larger number. I know this is a crazy thing, why would you need to calculate with such huge numbers ? I think never..., but the method is very useful and ingenious.

Not yet rated with 347 hits  Added on: Jan 30, 2011

In this tutorial I will show you how to create a private chat system where the online users can see each other and chat only with the selected person

Creating a private chat room system in PHP

In this tutorial I will show you how to create a private chat system where the online users can see each other and chat only with the selected person.

Not yet rated with 1199 hits  Added on: Jan 09, 2011

In this tutorial I will show you how to make your URL s more SEO friendly using Apache mod rewrite to rewrite your URL s by editing your  htaccess file

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

In this tutorial I will show you how to make your URL`s more SEO friendly using Apache mod_rewrite to rewrite your URL`s by editing your .htaccess file.

Not yet rated with 783 hits  Added on: Dec 19, 2010

This is my first 2D game  It s written in C   using DirectX9  Direct3D and DirectInput   This is a very simple Snake game  At the beginning the snake is only 1 square long and when it  eats  the target it s length is encreased by 1 square  The snake can have a maximum of 20 squares long  each square is 20px   after it reaches this maximum length the snake is moving faster and faster  If the head of the snake hit s it s tail the game is over

2D Snake game in C++ using DirectX9

This is my first 2D game. It`s written in C++ using DirectX9 (Direct3D and DirectInput). This is a very simple Snake game. At the beginning the snake is only 1 square long and when it "eats" the target it`s length is encreased by 1 square. The snake can have a maximum of 20 squares long (each square is 20px), after it reaches this maximum length the snake is moving faster and faster. If the head of the snake hit`s it`s tail the game is over

Not yet rated with 1114 hits  Added on: Dec 10, 2010

In this tutorial  you will learn how to create  a simple guestbook

Php: Simple Guestbook

In this tutorial, you will learn how to create a simple guestbook.

Not yet rated with 1037 hits  Added on: Oct 14, 2010

In this tutorial  you will learn how to get site  s ping

Get Site's Ping

In this tutorial, you will learn how to get site's ping.

Not yet rated with 312 hits  Added on: Oct 14, 2010

In this tutorial  you will learn how to remove those error messages in PHP

PHP Error Handling

In this tutorial, you will learn how to remove those error messages in PHP.

Not yet rated with 358 hits  Added on: Oct 14, 2010

In this tutorial  you will learn how to create  a simple chatroom with PHP and jQuery

Simple Chatroom With PHP and jQuery

In this tutorial, you will learn how to create a simple chatroom with PHP and jQuery.

Not yet rated with 417 hits  Added on: Oct 14, 2010

The Factory Design Pattern is a method of designing your code in order to make the process of creating objects more streamlined

Implementing The Factory Design Pattern In PHP

The Factory Design Pattern is a method of designing your code in order to make the process of creating objects more streamlined.

Not yet rated with 302 hits  Added on: Oct 14, 2010

The Decorator Design Pattern is a pattern that creates a new Decorator class  which modifies itself depending on the factors that you set

Implementing The Decorator Design Pattern In PHP

The Decorator Design Pattern is a pattern that creates a new Decorator class, which modifies itself depending on the factors that you set.

Not yet rated with 302 hits  Added on: Oct 14, 2010

Namespaces can be   imported   to your current script for ease of use in accessing more than one namespace at a time

Tutorial: PHP6 - Namespace 2: Switching And Importing

Namespaces can be "imported" to your current script for ease of use in accessing more than one namespace at a time.

Not yet rated with 312 hits  Added on: Oct 13, 2010

A namespace is a label that you assign to a section of your code  Using namespaces  you can organize your PHP code by specific functionality as you see fit

Namespace Basics

A namespace is a label that you assign to a section of your code. Using namespaces, you can organize your PHP code by specific functionality as you see fit.

Not yet rated with 374 hits  Added on: Oct 13, 2010

This tutorial will teach you how to use a shortcut on the desktop to allow you to quickly   hibernate   your PC  This is a simple task and anyone with a little experience using Windows can do it

How To: Create a Shortcut for Putting your PC into “Hibernation” in Windows 7.

This tutorial will teach you how to use a shortcut on the desktop to allow you to quickly "hibernate" your PC. This is a simple task and anyone with a little experience using Windows can do it.

Not yet rated with 253 hits  Added on: Oct 13, 2010

While the grammatical errors can t be solved    you can use PHP to correct sentence casing and capitalize the first word of each sentence  An ideal place to use it is when you detect yelling and want to make the use data look clean

How To: Capitalize First Word of Each Sentence Using PHP

While the grammatical errors can’t be solved , you can use PHP to correct sentence casing and capitalize the first word of each sentence. An ideal place to use it is when you detect yelling and want to make the use data look clean.

Not yet rated with 330 hits  Added on: Oct 08, 2010

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 22399 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 20423 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 11124 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 51760 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 101929 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 91499 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 82893 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 71058 hits