| |
|
KB Article |
Group >>
KB Topic
|
 140 Hits
|
 Code |
1. Perl Constants (use constant)
7/15/2010
|
Perl >>
Perl
|
 180 Hits
|
 Code |
2. PHP Constants (define)
7/15/2010
|
PHP & Delphi for PHP >>
PHP
|
 447 Hits
|
 Code |
3. ASP Classic Edit Record (AddNew, Update, Delete)
Languages Focus: Edit Record
This common syntax name documents editing a record as a wh...
6/24/2010
|
ASP Classic >>
ASP Classic
|
 123 Hits
|
 Code |
4. ASP Classic Yes/No Function
The following function demonstrates one technique for coding a Yes/No dropdown. It uses a for loo...
6/15/2010
|
ASP Classic >>
ASP Classic
|
504 Hits
|
 Code |
5. ASP Classic Array (x = Array())
Arrays in ASP Classic use a 0-based indice.
Use UBound to get the number of elements. UBound returns -1 if the array has no elements, 0 if it has 1, 1 if it has 2, etc.
3/20/2010
|
ASP Classic >>
ASP Classic
|
 349 Hits
|
 Code |
6. ASP Classic Sort Records (Sort)
In ASP, using ADO, you sort a set of records using the Sort property.
2/8/2010
|
ASP Classic >>
ASP Classic
|
 370 Hits
|
 Code |
7. ASP Classic Filter Records (Filter)
In ASP, using ADO, you filter a set of records using Filter.
2/8/2010
|
ASP Classic >>
ASP Classic
|
 340 Hits
|
 Code |
8. ASP Classic Find Record (Find, Seek)
In ASP, using ADO, you use Find and Seek to move a cursor of a RecordSet to a matching record.
2/7/2010
|
ASP Classic >>
ASP Classic
|
 394 Hits
|
 Code |
9. ASP Classic Record Movement (MoveFirst, MoveLast, MoveNext)
Languages Focus: Record Movement
Top, bottom, next, and previous.
|
ASP Classic >>
ASP Classic
|
 471 Hits
|
 Code |
10. JavaScript Event Handler
9/20/2009
|
JavaScript and AJAX >>
JavaScript and AJAX
|
1021 Hits
|
 Code |
 Article |
|
11. ASP Classic Empty String Check (Len(s&vbNullString))
Languages Focus: Empty String CheckAn empty string is a zero length string, a string tha...
(1 Comments
)
9/17/2009, Updated: 7/21/2010
|
ASP Classic >>
ASP Classic
|
 601 Hits
|
 KB Post |
12. Connection Strings, Web.Config, and the Development Environment
There is a way to configure your ASP.NET website with one configuration for your internal develop...
2/24/2009
|
Website Design & Hosting >>
Website Scripting
|
 718 Hits
|
 Code |
13. Perl Assignment (=)
Languages Focus: AssignmentCommon assignment operators for languages include =, ==, and...
2/11/2009
|
Perl >>
Perl
|
 720 Hits
|
 Tip |
14. Don't Overlook Robots.txt
In the good old days, web spiders would crawl your sites once you registered them with a search e...
1/6/2009
|
Website Design & Hosting >>
Website Scripting
|
 740 Hits
|
 Code |
 KB Post |
|
15. Perl Custom Routines (sub)
Languages Focus: Custom RoutinesFor non-OOP languages, a custom routine is a function, p...
11/27/2008, Updated: 12/25/2008
|
Perl >>
Perl
|
 732 Hits
|
 Code |
16. Perl Development Tools
Languages Focus: Development Tools
Primary development tool(s) used to develop and debu...
11/20/2008, Updated: 1/2/2009
|
Perl >>
Perl
|
 785 Hits
|
 Code |
17. PHP Development Tools
Languages Focus: Development ToolsPrimary development tool(s) used to develop and debug...
11/16/2008, Updated: 1/2/2009
|
PHP & Delphi for PHP >>
PHP
|
816 Hits
|
 Code |
18. ASP Classic Parameters (ByRef, ByVal)
By Reference or Value For parameters, you can optionally specify ByVal or ByRef. ByRef is the default if you don't specify.
11/15/2008, Updated: 1/21/2009
|
ASP Classic >>
ASP Classic
|
 1024 Hits
|
 Code |
19. Perl Comments (#)
Languages Focus: CommentsCommenting code generally has three purposes: to document your...
11/14/2008, Updated: 1/4/2009
|
Perl >>
Perl
|
 830 Hits
|
 Code |
20. PHP Code Blocks ({ })
Languages Focus: Code BlocksThe rules for code blocks within a language dictate where yo...
11/4/2008, Updated: 1/4/2009
|
PHP & Delphi for PHP >>
PHP
|
 637 Hits
|
 Code |
21. JavaScript Code Blocks ({ })
Languages Focus: Code BlocksThe rules for code blocks within a language dictate where yo...
11/4/2008, Updated: 1/4/2009
|
JavaScript and AJAX >>
JavaScript and AJAX
|
 903 Hits
|
 Code |
22. JavaScript Member Method
Not fully OOP as you can call the method outside of the class.
10/24/2008, Updated: 1/20/2009
|
JavaScript and AJAX >>
JavaScript and AJAX
|
 824 Hits
|
 Code |
23. JavaScript Inheritance (No, but sort of.)
JavaScript does not offer a formal inheritance machanism. There are some tricks some developers are fond of.
10/23/2008, Updated: 1/23/2009
|
JavaScript and AJAX >>
JavaScript and AJAX
|
 639 Hits
|
 Code |
24. JavaScript substr
JavaScript substrAbove returns "Mike P". SubStr(StartIndex, NumberOfCharacters)<...
10/23/2008, Updated: 11/11/2008
|
JavaScript and AJAX >>
JavaScript and AJAX
|
 779 Hits
|
 Code |
25. ASP Classic Exception Trapping (On Error)
Languages Focus: Exception TrappingA common usage of exception handling is to obtain and...
10/23/2008, Updated: 11/25/2008
|
ASP Classic >>
ASP Classic
|