Hosted Web Forms
| by Benny Tsabba | January 05, 2007 |
|
Making sure that you have CGI or PHP capability on your site is important, but even if you decide against it, you will often be able to find companies that offer "hosted solutions" through their servers, For many people, this is an awesome solution in its |
Beyond the Box with Google's Web API
| by Jakob Jelling | December 12, 2006 | |
With the API, programmers can use most any web programming language, such as PHP, ASP, Perl, .NET, and Java. Google's Web API provides "data hooks" that allow a remote program to access certain portions of Google easily. |
Ten Reasons Why Every Programmer Should Learn C
| by Jubling | November 27, 2006 | |
Every programmer should learn C during their programming career. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers as a whole. |
Mastering Regular Expressions in PHP
| by Dennis Pallett | November 22, 2006 | |
A regular expression is a pattern that can match various text strings. Using regular expressions you can find (and replace) certain text patterns, for example "all the words that begin with the letter A" or "find only telephone numbers". Regular expressions are often used in validation classes, because they are a really powerful tool to verify e-mail addresses, telephone numbers, street addresses, zip codes, and more. |
How to Delete Index.dat Files
| by Mil Incorporated | November 14, 2006 | |
Index.dat files are used by Internet Explorer and Windows to store history, Internet cache, cookies, UserData records and other information about what you have done in Internet or in your PC. Although some of their functions are useful, they are dangerous privacy threat - any person with even little knowledge about index.dat files locations and structure can see history of almost all of your computer activities. |
How To Begin Programming With Ruby on Rails
| by Brian Vuyk | October 31, 2006 |
|
A quick disclaimer - Ruby on Rails is not for everyone, nor suited for every job. That said, spend a couple hours evaluating it, to see if it is right for you, or your project. |
Super-Charge Your Web Site with CGI Scripts
| by Zac Hewlett | October 11, 2006 |
|
If you know basic HTML and know how to use FTP programs like WS_FTP to upload files, chances are you can super-charge your web site with a CGI script in about 30 minutes. |
CGI Web Hosting - 3 Essential Scripts for your Business
| by John Michaels | July 11, 2006 |
|
If there's one thing that people love it is a web site that has plenty of automated features. Sites that are highly interactive tend to get the most traffic and generate the most business for the companies that run them. |
Finally! The difference between PHP, ASP and other scripting languages
| by Paul Hudson | July 06, 2006 |
|
This article compares some of the popular scripting languages. |
ASP, CGI And PHP Scripts And Record-Locking: What Every Webmaster Needs To Know
| by Shelley Lowery | June 30, 2006 |
|
Many of us install server-side (ASP, CGI or PHP) scripts on our web sites, and many of this scripts store data on the server. However, poorly designed scripts can experience performance problems and sometimes even data corruption on busy (and not so busy) web sites. |