|
|
|
VBScript: More String Functions
Submitted by:
Jeremy
on 04.21.2008
In ASP Tutorials Development |
|
|
In our previous article we left off discussing a few of the string functions in VBScript. We didn t get very far of the sixteen available to us we only covered four. As you will recall they were the InStr and InStrRev which let us check to see if a particular...
|
|
|
|
Defining Member and Type Visibility
Submitted by:
Jeremy
on 04.18.2008
In ASP Tutorials Miscellaneous |
|
|
This article provides an in-depth discussion of member and type visibility. It illustrates when and where to make a member either public or private protected or internal. It even gives you tips to use when building your own libraries. Keep reading to find out more...
|
|
|
|
VBScript: Functioning with Strings
Submitted by:
Jeremy
on 04.18.2008
In ASP Tutorials Development |
|
|
In this continuing series on VBScript functions I will cover the string functions. In the past we went over date time and array functions. There are not quite as many built-in string functions in the language as there are date time functions but what it lacks in...
|
|
|
|
Perl Lists: Utilizing List::Util
Submitted by:
Jeremy
on 04.18.2008
In CGI and Perl Tutorials Development |
|
|
In this fifth part of our series on Lists we will cover the List Util module which gives us seven handy-dandy subroutines with which to manipulate our lists. If we have time we ll also cover multi-dimensional lists in more depth we briefly covered them in an...
|
|
|
|
Inspiration or Lack of Creativity
Submitted by:
Jeremy
on 04.17.2008
In WordPress Themes File Manipulation |
|
| Article’s written by Jeff Chandler.
As I browsed the WordPress themes released for February 25th 2008, on WeblogToolsCollection.com, I came across a theme that had everybody raving. It was called Options and was created by Justin Tadlock, the same theme author...
|
|
|