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
July 4, 2009, 8:52 am

Latest Articles

Views: 524,962
Storing strings in arrays in C
yankees26an, December 31, 2007 C/C#/C++ Tutorials
Average Rating : 4.75 From 4 Voter(s)


Views: 149,695
Exception Handling in C++
yankees26an, December 31, 2007 C/C#/C++ Tutorials
Average Rating : 6.00 From 2 Voter(s)

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: 276,008
Check number of users using PHP
yankees26an, December 31, 2007 PHP
Average Rating : 7.00 From 1 Voter(s)

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: 378,626
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: 547,954
Using Cron with PHP
yankees26an, August 14, 2007 PHP
Average Rating : 6.00 From 1 Voter(s)

Using Cron with PHP in Cpanel

Views: 165,298
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: 1,643,351
Tracking sessions in Ruby on Rails in all situations
yankees26an, July 30, 2007 Ruby on Rails
Average Rating : 1.33 From 6 Voter(s)

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

Views: 338,970
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: 115,672
Using Variables in Javacript
yankees26an, July 28, 2007 Javascript
Not Rated

Tutorial showing how to use functions in JavaScript.

Views: 993,611
Protecting against Cross-Site Scripting in Ruby
yankees26an, July 27, 2007 Ruby on Rails
Average Rating : 7.00 From 4 Voter(s)

How to protect your Ruby code from unwanted input.