|
|
|
Getting Started With Silverlight
Submitted by:
Jeremy
on 04.24.2008
In Silverlight Tutorials Basics |
|
| Silverlight has been billed as Microsoft's Flash-killer and combines a media and graphics engine with a mini-CLR to run .NET code in all the major browsers. This article explains a little of the history behind Silverlight and what you can use it for. You?ll see how...
|
|
|
|
Benchmarking Applications with PHP
Submitted by:
Jeremy
on 04.24.2008
In PHP Tutorials Development |
|
| Benchmarking a particular application across its different development cycles is one of the most exciting things for a PHP developer. If you re anything like me you have had your head spinning with questions such as is the performance of my last project good enough ...
|
|
|
|
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...
|
|
|