Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and performance comparison.... Tags: create, files, log, using, performance, class,
String is a tutorial that will help users to learn how to work with strings: [UCase / LCase], [Trim / LTrim / RTrim], [strReverse], [Left], [Right], [Mid], [Replace]....
Learn how to get the results from a DB query: [Error / Vield Value], [TRUE / FALSE], [FOR ... NEXT], [WHILE ... WEND] with this java tutorial.... Tags: java,
ASP learners can get an overview about the SQL Distributed Management Objects (SQL-DMO) from this ASP tutorial and can also get useful tips to access the OLE Objects to embed management features of SQL Server in applications. Extending SQL server funcitonalities are done using 32-bit OLE-compliant application....
Often times it is necessary to take a string and dice it up in order to extract portions to be used for some obscure purpose. Enter the Split() function. Split is a very easy concept to grasp. Decide where you want to split your string and away you go....
There are 8 events available in ASP grouped by Global Events, Class Events, and Transactional Events. This is a nice summary tutorial on how to use them in your applications....
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this....
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan()....
Many times we need to perform an action or display something different based on some different parameters. Using If ElseIf End If is one such way to do this....
Tutorial: Determine if a client and user agent meet the requirements to deliver full 5.1 surround sound to your web visitor.
Topics covered include client machines, user agents, media players, http headers and MIME types....
Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic arrays of objects several layers deep....