IT SOLUTIONS
916-726-5675
-Collapse +Expand

Web Design

Search Web Design Group:

Advanced
-Collapse +Expand Web Design Group Home
-Collapse +Expand Message Board
-Collapse +Expand Knowledge Base
-Collapse +Expand Web Design Store
-Collapse +Expand Members Only
   PrestwoodBoardsKBWebsite Scripting   

Web Design KB: Website Scripting Topic


Topics

Topic Articles (Newest to Oldest)

25+ Articles Found in the Website Scripting Topic  (or one of the sub-topics in bold above)
    KB Article Group >>  KB Topic
Sign In To Check If Stuff Is New
140
Hits

Code
1. Perl Constants (use constant)
7/15/2010
Perl >> Perl
Sign In To Check If Stuff Is New
180
Hits

Code
2. PHP Constants (define)
7/15/2010
PHP & Delphi for PHP >> PHP
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New  
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
394
Hits

Code
9. ASP Classic Record Movement (MoveFirst, MoveLast, MoveNext)

Languages Focus: Record Movement

Top, bottom, next, and previous.

ASP C...
2/7/2010

ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
471
Hits

Code
10. JavaScript Event Handler
9/20/2009
JavaScript and AJAX >> JavaScript and AJAX
Sign In To Check If Stuff Is New  
1021
Hits

Code

Article
11. ASP Classic Empty String Check (Len(s&vbNullString))

Languages Focus: Empty String Check

An empty string is a zero length string, a string tha... (1 Comments )

9/17/2009, Updated: 7/21/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
718
Hits

Code
13. Perl Assignment (=)

Languages Focus: Assignment

Common assignment operators for languages include =, ==, and...

2/11/2009
Perl >> Perl
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
740
Hits

Code

KB Post
15. Perl Custom Routines (sub)

Languages Focus: Custom Routines

For non-OOP languages, a custom routine is a function, p...

11/27/2008, Updated: 12/25/2008
Perl >> Perl
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
785
Hits

Code
17. PHP Development Tools

Languages Focus: Development Tools

Primary development tool(s) used to develop and debug...

11/16/2008, Updated: 1/2/2009
PHP & Delphi for PHP >> PHP
Sign In To Check If Stuff Is New  
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
Sign In To Check If Stuff Is New
1024
Hits

Code
19. Perl Comments (#)

Languages Focus: Comments

Commenting code generally has three purposes: to document your...

11/14/2008, Updated: 1/4/2009
Perl >> Perl
Sign In To Check If Stuff Is New
830
Hits

Code
20. PHP Code Blocks ({ })

Languages Focus: Code Blocks

The rules for code blocks within a language dictate where yo...

11/4/2008, Updated: 1/4/2009
PHP & Delphi for PHP >> PHP
Sign In To Check If Stuff Is New
637
Hits

Code
21. JavaScript Code Blocks ({ })

Languages Focus: Code Blocks

The rules for code blocks within a language dictate where yo...

11/4/2008, Updated: 1/4/2009
JavaScript and AJAX >> JavaScript and AJAX
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
639
Hits

Code
24. JavaScript substr

JavaScript substr

Above returns "Mike P".

SubStr(StartIndex, NumberOfCharacters)<...
10/23/2008, Updated: 11/11/2008
JavaScript and AJAX >> JavaScript and AJAX
Sign In To Check If Stuff Is New
779
Hits

Code
25. ASP Classic Exception Trapping (On Error)

Languages Focus: Exception Trapping

A common usage of exception handling is to obtain and...

10/23/2008, Updated: 11/25/2008
ASP Classic >> ASP Classic

Icon Legend
Recent or not:
- Recent activity (within last two weeks).
- No activity last two weeks.
 Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).

New Website Design & Hosting Knowledge Base Post...

Share your knowledge with the WORLD! In addition to adding comments to existing posts, you can post knowledge you've acquired. We welcome full articles (intro with screen shots), general posts (shorter), and tidbits (tips, FAQs, definitions, etc.).

Post New...

Tidbit Post: Short Flashcard FAQ Definition Quick Tip Code Snippet
Longer Post: Full Article General Post File Link Error News
Other: Blog Topic
Or, if YOU have a question...
  Website Design & Hosting Message Board
 
401 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join Prestwood now. It's free!