Computers
 3D Graphics  Games  Operating Systems  Programming  Web Design 
All tutorials in Computers
Sort By:    Name   Rating   Views  Comments    Date 
Browse Pages :    <<  <  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  >  >> 
GLOBAL.ASA IN ASP
Submitted 25 June 2008

The global.asa file is a special file that handles session and application events. This file must be spelled exactly as it is here on this page and it must be located in your websites root driectory. This is a very useful file and can be used to accomplish a variety of tasks.

Views: 36 Comments: 0
NEW WAY TO HANDLE VARIABLES
Submitted 25 June 2008

My name is Rob Collyer, I lay eyes upon ASP years ago and have been heavily coding since.

Views: 38 Comments: 0
FORMAT SPECIAL DATA
Submitted 25 June 2008

If you want to display numbers from a database on your web page, chances are you will have to do some formatting to get your data to display the way you want it to

Views: 40 Comments: 0
DISPLAY DATA FROM DATABASE
Submitted 25 June 2008

You have your database connection established and now you want to display data from your database on your page.

Views: 43 Comments: 0
Making of Varga In MAYA
Submitted 25 June 2008

I will summarize the workflow I used for one of my characters with lots of images and some print-screens directly from the applications used (Maya/Mudbox/Photoshop, etc ...), also at the end I will provide some info about tangent space normal maps so you could think of this tutorial as primarily normal mapping related stuff.

Views: 756 Comments: 0
Advanced Navigation using Includes
Submitted 23 June 2008

A very simple way of doing the index.php?page=page_here. Includes a few configuration options.

Views: 63 Comments: 0
Simple swear filter tutorial
Submitted 23 June 2008

In this tutorial you’ll learn how to censor the swear words and profanity on your website.

Views: 61 Comments: 0
RSS Feed from a MySQL Database
Submitted 23 June 2008

This tutorial will teach you how to create a simple RSS 2.0 compliant feed from a MySQL (or others with a few small changes) database.

Views: 89 Comments: 0
Progress Bars with GD2 and Ruby
Submitted 23 June 2008

I went milling about for source for progress bars that would be suitably embedded within a Ruby on Rails application I'm working on and came up with nada. Sure, sure there are lots of bars that have to do with live uploading and whatnot but nothing that grabbed me with the interface I was looking for (call function, return data).

Views: 54 Comments: 0
Difference of Gtk+ and Ruby/Gtk
Submitted 23 June 2008

Hereafter, we discuss the difference between using Gtk+ from C and using Ruby/Gtk

Views: 57 Comments: 0
The Scalability of Ruby
Submitted 23 June 2008

There are lots of reasons to like Ruby. It's a pure object oriented language. The syntax is elegant, and the use of blocks creates a novel feel. Another reason to like Ruby is its scalability. I don't mean scalability in the performance sense, but in regards to how you can code simple Ruby macros to solve small problems and also use Ruby in its object oriented form to support very large or complex...

Views: 45 Comments: 0
Sorting the addressbook RUBY
Submitted 23 June 2008

We chose to represent the addressbook as an array because arrays have an associated order. Say that we want to change that order. Suppose, for instance, that we want to sort the array alphabecially. How do we do that?

Views: 73 Comments: 0
Printing the addressbook RUBY
Submitted 23 June 2008

Now we will learn how to do things with the address book. Especifically, we will learn how to print and how to sort the addressbook.

Views: 82 Comments: 0
Example: Addressbook RUBY
Submitted 23 June 2008

An addressbook is a fairly complex structure. It contains several contacts, and each one has an associated name, address and so on.

Views: 45 Comments: 0
Hashes In RUBY
Submitted 23 June 2008

Hashes are a generalization of arrays. Instead of only permitting integer indices, as in array[3], hashes allow any object to be used as an "index". So, you can write hash["name"]

Views: 73 Comments: 0
Browse Pages :    <<  <  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  >  >>