Published on Wed, 10 Aug 2005 19:01:14 -0400 Read: 715 times
Can't find the information you're after? Try searching our developer forums . By: Christopher Heng Published: 05th Dec 2002 Type: Tutorial Rating: How would you rate this article: Bad Good Go » Introduction PHP seems very much in vogue now - with an increasingly greater number of web hosts providing support for it. For those who have only vaguely... Read Article.
Published on Wed, 10 Aug 2005 19:01:14 -0400 Read: 704 times
Can't find the information you're after? Try searching our forums instead! By: Martin Tsachev Published: 10th Dec 2002 Type: Tutorial Rating: How would you rate this article: Bad Good Go » Introduction For those of you who haven't heard about it, Python is a high-level scripting language. This tutorial will guide you through the process of... Read Article.
Published on Wed, 10 Aug 2005 19:01:13 -0400 Read: 621 times
By Ian Felton July 02, 2001 Why separate presentation from logic? First, what is the difference between presentation and logic. Its the difference between dealing with the appearance of an apple and dealing with its genetic code. With web applications, presentation includes HTML tags, basic Javascript such as rollover effects, FLASH and anything else... Read Article.
Published on Wed, 10 Aug 2005 19:01:13 -0400 Read: 641 times
By: Steve Adcock Published: 10th Feb 2002 Type: Interview Rating: Introduction If you spent the best part of the late 90's on the Internet trying to learn HTML, then you'll have no doubt visited HTMLGoodies.com many times. Even to this day (the site is now ran by earthweb.com), the site continues to provide top quality design articles ranging... Read Article.
Published on Wed, 10 Aug 2005 19:01:13 -0400 Read: 667 times
By Preston Landers August 25, 1999 What is Python and what can it do for me? Python is a powerful, free, open source, general purpose, interpreted programming language. Python runs on a wide variety of platforms including Linux , Microsoft Windows (95/98/NT), Macintosh (including OS X), virtually every flavor of Unix, and many other platforms. Python... Read Article.
Published on Wed, 10 Aug 2005 19:01:13 -0400 Read: 553 times
By Vikram Vaswani September 13, 2001 Talking Nice Let me be completely frank with you. If you've never had to sit up nights figuring out how to share data between Web servers located on different sides of the planet, each speaking a different languages, or missed a date because you were struggling to get your PHP code to talk to your customer's... Read Article.
Published on Wed, 10 Aug 2005 19:01:13 -0400 Read: 646 times
Can't find the information you're after? Try searching our forums instead! By: Jason Lam Published: 05th Apr 2003 Type: Tutorial Rating: How would you rate this article: Bad Good Go » PHP CLI What is PHP CLI? CLI stands for command line interpreter. What does this do for you? This allows you to run your PHP scripts at command line similar to... Read Article.
Published on Wed, 10 Aug 2005 19:01:13 -0400 Read: 635 times
By Vikram Vaswani and Harish Kamath July 31, 2000 The PHP Story Ever since Web designers found out about the tag, the Internet has seen an explosion in the number of Web sites that depend heavily on user response and interactivity. For a long time, the primary language used to develop such Web sites was Perl . But ask any novice programmer, and he'll... Read Article.
Published on Wed, 10 Aug 2005 19:01:13 -0400 Read: 742 times
Bourne Shell Scripting - The Basics [ printer friendly ] Stats Rating: 5 out of 5 by 1 user Submitted: 05/24/02 Brian Anderson ( sublime@u.washington.edu ) Bourne Shell Scripting - Basics The purpose of this tutorial is to make people familiar with writing simple unix shell scripts. While you could use Perl, Python, C, or some other programming language... Read Article.
Published on Wed, 10 Aug 2005 19:01:12 -0400 Read: 200 times
By The Disenchanted Developer March 19, 2002 The Devil Is In The Details Some once famously said, quot;the more things change, the more they remain the samequot;. And nowhere is this more true than in the area of programming languages. No matter what your poison may be - Perl, PHP, Python, JSP - every language comes with certain fundamental constructs... Read Article.
Published on Wed, 10 Aug 2005 19:01:12 -0400 Read: 353 times
HTML 2 XML using tables.pm [ printer friendly ] Stats Rating: 4.75 out of 5 by 4 users Submitted: 05/09/02 Philip Lanier ( planier@u.washington.edu ) This tutorial explains in detail how to use the tables.pm tool I submitted to DevHood. To download the Perl module, click the link above. For a very quick overview of what the module can do, click the... Read Article.
Published on Wed, 10 Aug 2005 19:01:12 -0400 Read: 221 times
Introduction ASP.NET provides a true language-neutral execution framework for Web applications to use. This proides language independence as long as the language is supported by NGWS framework. This means weather you use C#, VB, JScript or Perl your code will be converted to Intermidiate Language and then executed by NGWS framework. ASP.NET allows true... Read Article.
Published on Wed, 10 Aug 2005 19:01:12 -0400 Read: 183 times
By Team Melonfire February 26, 2002 Fear Factor The thing about Zope is, everyone wants to use it, but most people don't know where to start. Take, for example, something as simple as building a feedback form. For a PHP or Perl developer, this is a doddle, requiring no more than a couple hours of development time (OK, OK, a little more if it requires... Read Article.
Published on Wed, 10 Aug 2005 19:01:12 -0400 Read: 316 times
Introduction to Regular Expressions [ printer friendly ] Stats Rating: 5 out of 5 by 17 users Submitted: 09/18/02 Larry Mak ( kmak@ic.sunysb.edu ) Beginning Regular Expressions in C#, Java, and Perl Let's begin by saying that I'm an beginner, so my methods of using Regex is rather primitive, and there's more than one way to do it! (Perl... Read Article.
Published on Wed, 10 Aug 2005 19:01:12 -0400 Read: 355 times
by Liora Alschuler , Lisa Rein August 28, 1998 by Liora Alschuler and Lisa Rein For all you developers and non-developers who need to know where the cutting edge lies, but who couldn't enjoy the friendly ambiance of Montreal in the summer time--well, we couldn't either because we were deep in the innards of Le Centre Sheraton--here is a rundown... Read Article.
Published on Wed, 10 Aug 2005 19:01:12 -0400 Read: 914 times
By Brad Lhotsky Go to page: 1 2 3 Next quot;Regular Expressionquot; is a fancy way to say quot;pattern matcher.quot; Humans can match patterns with relative ease. A machine has a bit more difficulty deciphering patterns, especially in text. As computing became more powerful, the methods for matching text grew into more flexible dialects. Regular... Read Article.
Published on Wed, 10 Aug 2005 19:01:11 -0400 Read: 327 times
For years, every good SQL programmer and DBA has used code generation techniques to generate SQL or other programs from SQL. The reason that this technique worked so well was that relational database management systems have excellent meta data describing all of the database objects. The SQL language made it trivial to query this meta data, combine it... Read Article.
Published on Wed, 10 Aug 2005 19:01:11 -0400 Read: 242 times
by Timothy Appnel 03/19/2003 One of the most significant things to come out of the weblog movement is the availability of low-cost and relatively easy-to-use tools for publishing. One of the most sophisticated and powerful is Movable Type, developed by Ben and Mena Trott of Six Apart . Movable Type's features are so rich that the tool's uses have... Read Article.
Published on Wed, 10 Aug 2005 19:01:11 -0400 Read: 382 times
by J. David Eisenberg , author of SVG Essentials 02/07/2002 SVG is an XML markup language for describing scalable vector graphics. In An Introduction to Scalable Vector Graphics on XML.com , you'll find a brief introduction to SVG. The example in that article, an advertisement for a camera store, was drawn by hand. In this article, we'll generate... Read Article.
Published on Wed, 10 Aug 2005 19:01:11 -0400 Read: 232 times
by Jalal Pushman According to NetCraft surveys, PHP is now the most popular module for the Apache server and in total running on something like two million Web sites. Here are some of the reasons why PHP is such a popular server side scripting language. November 7, 2000 A short history PHP (which originally stood for Personal Home Page) was first written... Read Article.