|
|
Top Most Tutorials by Ratings |
| | Home > PHP > Networking | Easily detect most kinds of proxies and even determine a user's real IP address. Most proxy servers that are free to the public also send along certain things in their HTTP headers. They send (typically) 3 extra things that can be used to
detect them. |
| | Hits: 107 Date: 2005-06-03 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Flash > Special Effects | Learn how to make a Magnifying Glass with a very simple piece of code. This ActionScript enables you to attach several objects to the mouse, some of which follow the mouse and others move in the opposite direction. |
| | Hits: 138 Date: 2005-06-07 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Java > Introduction to Java | Exceptions are Java objects; exception classes are derived from java.lang.Throwable. An exception is thrown to denote an abnormal occurrence like accessing an array index that exceeds the size of the array. Exceptions can be checked or unchecked. Subclasses of RuntimeException and Error are called unchecked exceptions. All other classes, which inherit from Exception, are checked exceptions. Any method that might throw a checked exception must either declare the exception using the throws keyword or handle the exception using a try/catch block. |
| | Hits: 118 Date: 2005-06-07 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Paint Shop Pro > Tips and Techniques | Programs that can be used to create this effect: Gimp, Paintshop Pro 9, PhotoShop and all other programs that support Adobe Photoshop ® plug-ins(you can create this effect in either program, instructions are only given for PSP & PS). Give your images a realistic animated water reflection.
|
| | Hits: 179 Date: 2005-06-11 Rate: 5.0 Vote: 2 Report Broken Link! Rate It! |
| | Home > Linux > Administration | Mounting Windows FAT16/FAT32 partitions or USB drives under Linux. Ever wanted to browse your FAT32 partition? Well where going to show you the easiest way to do it. |
| | Hits: 117 Date: 2005-06-18 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Linux > Getting Started | It is a common occurrence to find users who are not even aware of what operating system they are running. On occasion, you may also find an administrator who knows the name of the operating system, but nothing about the inner workings of it. In many cases, they have no time as they are often clerical workers or other personnel who were reluctantly appointed to be the system administrator. |
| | Hits: 112 Date: 2005-06-18 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Cinema 4D > Modelling | This excellent video tutorial donated by Surreal-Utopia informs us of his great usage of Maxon Cinema4d to create abstract shapes. Though the result seen in this video is not his best, it definately shows, in a very helpful way, a great technique. |
| | Hits: 123 Date: 2005-06-23 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Flash > Games | Want to learn to make a few games? Like hotboxes etc? Then come to http://www.tcartoon.com/ and look at the tutorials (there is only a few at the moment) and if you doubt us, check out the games section. |
| | Hits: 109 Date: 2006-01-20 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Photoshop | This tutorial will show you how to create the all the rage Manga's of any car you wish. This tut will give you one rendition and you will have to work from that. |
| | Hits: 82 Date: 2006-03-16 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > PHP > File Manipulation | Excel files are great for many things. It might though be a little bit tricky to generate them on the fly with php. Therefor I will guide you exactly how to do it, quick and simple. |
| | Hits: 102 Date: 2006-03-23 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > Flash > Actionscripting | It's always helpful to know what time it is, and in today's video tip, you'll learn how to pass this information on to the users of your website. In this tutorial, you'll discover how to use dynamic text fields and Actionscript to create your own digital clock for your Flash website. |
| | Hits: 99 Date: 2006-03-28 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
| | Home > ASP > Web Fetching | This tutorial use the free version of DypsWebCapture to create a dynamic snapshot and save it as file. It could also be save as binary stream to save it in database. |
| | Hits: 101 Date: 2006-03-29 Rate: 5.0 Vote: 1 Report Broken Link! Rate It! |
Top Most Tutorials by Number of Votes |
| | Home > Paint Shop Pro > Tips and Techniques | Programs that can be used to create this effect: Gimp, Paintshop Pro 9, PhotoShop and all other programs that support Adobe Photoshop ® plug-ins(you can create this effect in either program, instructions are only given for PSP & PS). Give your images a realistic animated water reflection.
|
| | Hits: 305 Date: 2005-06-11 Rate: 5.0 Vote: 2 Broken Review Rate It! |
| | Home > Javascript > DHTML | In forms when using email ID fields it is a good idea to use client side validation along with your programming language validation. The following example shows how you can validate an email address for both IE and NN. |
| | Hits: 305 Date: 2005-06-20 Rate: 2.5 Vote: 2 Broken Review Rate It! |
| | Home > PHP > Development | When you add an online rating system to your website, you will be able to give your users a chance to vote on your articles, tutorials, pictures or whatever you want. This gives your users a certain level of interactivity and tends to create a little more of a bond between for them with your website. In this tutorial, I will show you how to create an online rating system that is dynamic and uses PHP' if else statements and MySQL. |
| | Hits: 305 Date: 2005-10-26 Rate: 3.5 Vote: 2 Broken Review Rate It! |
| | Home > PHP > Networking | Easily detect most kinds of proxies and even determine a user's real IP address. Most proxy servers that are free to the public also send along certain things in their HTTP headers. They send (typically) 3 extra things that can be used to
detect them. |
| | Hits: 305 Date: 2005-06-03 Rate: 5.0 Vote: 1 Broken Review Rate It! |
| | Home > ASP > Email Systems | Lets you add an user email account to windows 2003 pop3 service using script or other programming environment. The script bellow is written in VBA 6 (You can use it in Visual basic 6, Excel, Access, ...), you can simply modify the script for VB Script or VB.Net. |
| | Hits: 305 Date: 2005-06-03 Rate: 3.0 Vote: 1 Broken Review Rate It! |
| | Home > Flash > Audio | The aim of the tutorial is to learn how to To Make a Fake Equalizer for use when music is playing in Flash. |
| | Hits: 305 Date: 2005-06-07 Rate: 5.0 Vote: 1 Broken Review Rate It! |
| | Home > Flash > Special Effects | Learn how to make a Magnifying Glass with a very simple piece of code. This ActionScript enables you to attach several objects to the mouse, some of which follow the mouse and others move in the opposite direction. |
| | Hits: 305 Date: 2005-06-07 Rate: 5.0 Vote: 1 Broken Review Rate It! |
| | Home > Java > Introduction to Java | Exceptions are Java objects; exception classes are derived from java.lang.Throwable. An exception is thrown to denote an abnormal occurrence like accessing an array index that exceeds the size of the array. Exceptions can be checked or unchecked. Subclasses of RuntimeException and Error are called unchecked exceptions. All other classes, which inherit from Exception, are checked exceptions. Any method that might throw a checked exception must either declare the exception using the throws keyword or handle the exception using a try/catch block. |
| | Hits: 305 Date: 2005-06-07 Rate: 5.0 Vote: 1 Broken Review Rate It! |
| | Home > Linux > Administration | Mounting Windows FAT16/FAT32 partitions or USB drives under Linux. Ever wanted to browse your FAT32 partition? Well where going to show you the easiest way to do it. |
| | Hits: 305 Date: 2005-06-18 Rate: 5.0 Vote: 1 Broken Review Rate It! |
| | Home > Linux > Getting Started | It is a common occurrence to find users who are not even aware of what operating system they are running. On occasion, you may also find an administrator who knows the name of the operating system, but nothing about the inner workings of it. In many cases, they have no time as they are often clerical workers or other personnel who were reluctantly appointed to be the system administrator. |
| | Hits: 305 Date: 2005-06-18 Rate: 5.0 Vote: 1 Broken Review Rate It! |
| | Home > MS FrontPage > Basics | Okay, lets start out by opening up FrontPage. (I'll assume that you have already installed FrontPage successfully.) It is also best if you have a bit of understanding of the internet and HTML, but this should be good for most users.
|
| | Hits: 305 Date: 2005-06-19 Rate: 3.0 Vote: 1 Broken Review Rate It! |
| | Home > Cinema 4D > Modelling | This excellent video tutorial donated by Surreal-Utopia informs us of his great usage of Maxon Cinema4d to create abstract shapes. Though the result seen in this video is not his best, it definately shows, in a very helpful way, a great technique. |
| | Hits: 305 Date: 2005-06-23 Rate: 5.0 Vote: 1 Broken Review Rate It! |
| | Home > HTML > Getting Started | XHTML will eventually become the normal standard of html coding. Learn to code to this standard. XHTML is a hybrid of XML and HTML. XHTML is often described as well formed HTML. XHTML documents must adhere to a strict set of standards set by the World Wide Web Consortium. The following are the main differences between XHTML and HTML. |
| | Hits: 305 Date: 2005-08-04 Rate: 2.0 Vote: 1 Broken Review Rate It! |
| | Home > HTML > htaccess | Ever wondered how Google makes some of their pages have the extension .g? This is a fairly easy procedure really, and htaccess does a great deal in helpin us accomplish this. First decide what you want the new extension to be, for our purposes we will use the extension of .next (simply because it makes sense). Now we want all files with the .next extension to be treated as PHP files, so we will add the following line to our .htaccess file: AddHandler application/x-httpd-php .dbo
|
| | Hits: 305 Date: 2005-08-04 Rate: 1.0 Vote: 1 Broken Review Rate It! |
| | Home > MS Excel > Basics | This is the basic unit of the spreadsheet. It is a location that can contain information and is most often defined by its column and row address. For example C6 represents a cell in the third column (column C) and sixth row. The naming convention for a cell reference is the alphabetic column letter position followed by the row number. C6 is correct but 6C is incorrect. You may use either lower or upper case letters when referencing a column. |
| | Hits: 305 Date: 2005-08-08 Rate: 4.0 Vote: 1 Broken Review Rate It! |
| | Home > Maya > Animation | As this tutorial has been available in several other sites written by several other people, this tutorial is just express my workflow on dealing with the effect. This tutorial will discuss on several issues, how to setup the geometry and how to apply passive to active key switch among them. |
| | Hits: 305 Date: 2005-08-09 Rate: 4.0 Vote: 1 Broken Review Rate It! |
| | Home > PHP > Content Management | Let's pretend you have 10 pages in your site with the same design and you want to change a link in your menu. You would have to edit all 10 pages, right? Nope, there's a much quicker way allowing you to edit just one file and it's not as hard as it sounds. What we have to do is create a header file and a footer file. The header file contains all the HTML code for the top portion of your site. The footer contains the HTML for the bottom. Content goes between the header and footer |
| | Hits: 305 Date: 2005-10-01 Rate: 2.0 Vote: 1 Broken Review Rate It! |
|
|
|