SCSI Hard Drives
Search
Advanced Search

Categories


Recently Viewed
Pages



My Links
Web Directory Index
A human edited, comprehensive web directory list.
Link Exchange
DesignFirms Link Exchange
September 8, 2008, 1:53 am

Latest Articles

Views: 176,115
Storing strings in arrays in C
yankees26an, December 31, 2007 C/C#/C++ Tutorials
Average Rating : 5.50 From 2 Voter(s)


Views: 47,098
Exception Handling in C++
yankees26an, December 31, 2007 C/C#/C++ Tutorials
Not Rated

Exception handling allows you to manage run-time errors in an orderly fashion. In the 'C' program, every call to the function must be examined by the program. If else statement should surround each function call, and statements must be inserted to handle errors. The source code becomes large and difficult to read. Also some function cannot return an Errorvalue.

Views: 72,716
Check number of users using PHP
yankees26an, December 31, 2007 PHP
Not Rated

Showing the number of visitors online on your website is a very nice feature. For yourself, and also your visitors. In this tutorial you will create a perfect script that does the job.

Views: 156,879
Complete guide to DOM( Document Object Model)
yankees26an, August 23, 2007 Javascript
Average Rating : 9.00 From 2 Voter(s)

Summary of DOM and how to use it

Views: 300,170
Using Cron with PHP
yankees26an, August 14, 2007 PHP
Average Rating : 6.00 From 1 Voter(s)

Using Cron with PHP in Cpanel

Views: 106,046
Creating and Managing cookies in PHP
yankees26an, August 6, 2007 PHP
Not Rated

Tutorial explains how to create, destroy, edit, and manage cookies' settings.

Views: 649,068
Tracking sessions in Ruby on Rails in all situations
yankees26an, July 30, 2007 Ruby on Rails
Average Rating : 1.00 From 2 Voter(s)

Keep track of your visitors with powerful Ruby on Rails session features

Views: 151,528
A complete beginners guide to HTML
yankees26an, July 28, 2007 HTML
Average Rating : 8.00 From 1 Voter(s)

Tutorial focusing on introductory HTML, and covers most aspects to get you started.

Views: 65,722
Using Variables in Javacript
yankees26an, July 28, 2007 Javascript
Not Rated

Tutorial showing how to use functions in JavaScript.

Views: 419,340
Protecting against Cross-Site Scripting in Ruby
yankees26an, July 27, 2007 Ruby on Rails
Average Rating : 6.33 From 3 Voter(s)

How to protect your Ruby code from unwanted input.