home   
 
   search   
 
   about   
 
   add | modify | new | popular | highest rated |  
ScriptSearch.com
Search this Site
  or ... Adv. Search

Categories
ASP
Flash
Java
JavaScript
PHP
Perl
Python
Remote
Tools
XML
Tech Jobs
>> expand directory

Find a web host with:
CGI Capabilities
MySQL
Active Server Pages
PHP
JSP/Java Servlets
Cold Fusion
Uptime Guarantee/SLA
advanced search
 
Home
    >ASP
          >Tips and Tutorials
                >Miscellaneous
add my resource here
Today: New  5 Days: New  10 Days: New


A Simple Counter In PerlScript Visit | Rate | Error 
Description: It is hard to learn a new language. But if you know some basic syntax of Perl, PerlScript is safetly and useful.
Platform(s): Windows   Price: Free   Visits: 1264  Rating: rated 0  (0 after 0 votes)

A-z Of Stored Procedures Visit | Rate | Error 
Description: Want to switch over to stored procedures from in-line sql coding? Know eveything about it.Article from Benny, www.macronimous.com, teaches you from the scratch in a step-by-step way.
Platform(s): All   Price: Free   Visits: 2298  Rating: rated 1.69  (1.69 after 13 votes)

An Easy-To-Use CacheManager Visit | Rate | Error 
Description: Learn how to cache the data on the Web server and use an object to manage the cache without efforts from the ASPX page programmer.
Platform(s): All   Price: Free   Visits: 1260  Rating: rated 2.5  (2.50 after 2 votes)

An Overview Of Link Labels Visit | Rate | Error 
Description: The LinkLabel control exhibits links to other objects, such as files or Web pages. Class LinkLabel is derived from class Label and therefore inherits all of class Label~{!/~}s functionality. A LinkLabel looks as underlined text. When the mouse moves above the link, the pointer modify to a hand. This is alike to the behavior of a hyperlink in a Web page. The link can change color to indicate whether the link is new, visited or active. When clicked, the LinkLabel generates a LinkClicked event.
Platform(s): All   Price: Free   Visits: 1410  Rating: rated 1.5  (1.50 after 2 votes)

Asp Installation Tutorial Visit | Rate | Error 
Description: Articles explains in a step-by-step way to how to configure any ASP script in your web server and make it work for you. No ASP experience required.
Platform(s): All   Price: Free   Visits: 2516  Rating: rated 2.22  (2.22 after 9 votes)

ASP Tutorials Visit | Rate | Error 
Description: An excellent tutorial for beginners. It is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachment, binary file, book, collection, cookies, database, example, free, Guestbook, HTTP response header, hyBook, IIS, language, MS Access, online, Perl, redirect, sample codes, scripting, script debugger, script runtime DLL, session, tutorial, VBScript.
Version: 1.0   Platform(s): All   Price: Free   Visits: 1245  Rating: rated 4  (4.00 after 2 votes)

Building "Splashes" with C# ASP.NET Visit | Rate | Error 
Description: This is just a simple 'how to' really. It will show a neat little technique to retrieve a HTML response to insert into your own little box on your site.
Platform(s): All   Price: Free   Visits: 1264  Rating: rated 1  (1.00 after 1 votes)

Building a better .NET Application Configuration Settings Class Visit | Rate | Error 
Description: .NET provides rudimentary support for storing and retrieving configuration settings out of .config files. But there are a number of important features missing. Find out how to build a better mousetrap by creating a class that provides strong typing, read/write capability and encryption for values stored in your configuration files.
Platform(s): All   Price: Free   Visits: 1453  Rating: rated 2  (2.00 after 2 votes)

Caching Data In Asp Visit | Rate | Error 
Description: This tutorial will show how to use Application variables to store cached data.
Platform(s): All   Price: Free   Visits: 397  Rating: rated 4  (4.00 after 1 votes)

Create a Word Document with ASP Visit | Rate | Error 
Description: Need to create a Microsoft Word document on the fly? This example will show how to create this using ASP.
Platform(s): Windows   Price: Free   Visits: 1161  Rating: rated 1.38  (1.38 after 8 votes)

Creating A Generic Message Display Page For ASP.NET Visit | Rate | Error 
Description: Creating messages in your Web application should be quick and easy and most importantly, consistent. They should look like they belong with the rest of the application even if - low and behold - an error occurs.
Platform(s): All   Price: Free   Visits: 4053  (~ 2/day)   Rating: rated 1.4  (1.40 after 5 votes)

Cross Browser Scripting Visit | Rate | Error 
Description: By looking at the USER AGENT we can do a little server side scripting to show what is needed depending on the browser.
Platform(s): IIS   Price: Free   Visits: 1975  Rating: rated 2  (2.00 after 1 votes)

Detecting Js To Optimize Page Logging Visit | Rate | Error 
Description: Use javascript detection to choose the optimal method to log visitor traffic. Includes instructions and sample ASP / Javascript code for js detection using a simple redirection test.
Platform(s): Windows 2000, XP, 98   Price: Free   Visits: 1808  Rating: rated 2.8  (2.80 after 5 votes)

Display Real Time Traffic Statistics Visit | Rate | Error 
Description: Includes Documentation and sample ASP code to display real time web statistics in your web pages. Display statistics including unique visitors and visits, page views, users online and more. Statistics can be based on a custom date range or just for the current day.
Platform(s): All   Price: Free   Visits: 1951  Rating: rated 2.8  (2.80 after 15 votes)

Hierarchical data with ADO.NET Visit | Rate | Error 
Description: ADO.NET implements a completely new model for accessing data and storing data in the memory. With this in mind, the way to work with hierarchical data is also changed. This article will try to cast some light on the changes and the new way of thinking.
Platform(s): All   Price: Free   Visits: 1301  Rating: rated 1  (1.00 after 2 votes)

How to use Crypto API in your ASP projects Visit | Rate | Error 
Description: This article shows how to make one ATL COM component with crypt/decrypt functions and how to use it in ASP programs. It shows also how to register a component in MTS.
Platform(s): All   Price: Free   Visits: 1625  Rating: rated 3  (3.00 after 5 votes)

Learn To Create Vb Componants Visit | Rate | Error 
Description: Learn from the basic to write a complete VB dll and call it in your ASP program.
Platform(s): All   Price: Free   Visits: 2204  Rating: rated 2.32  (2.32 after 25 votes)

Math Functions With Asp Visit | Rate | Error 
Description: Description of math functions for ASP: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan()
Platform(s): All   Price: Free   Visits: 3402  Rating: rated 2.77  (2.77 after 51 votes)

Mimicking the VB.NET with Clause in C# Visit | Rate | Error 
Description: In .NET everything is 100% object orientated; this could build up complex hierarchies and will produce some performance issues. This article will take a look at one of them and try to solve it in the best way possible.
Platform(s): All   Price: Free   Visits: 1233  Rating: rated 0  (0 after 0 votes)

No Activex Server Registration Needed Wi Visit | Rate | Error 
Description: Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server. Just copy it, allowing for easy deployment on remote servers. Even run ActiveX on shared hosting!
Platform(s): All   Price: Free   Visits: 1873  Rating: rated 3  (3.00 after 4 votes)

Track 404 File Not Found Errors Visit | Rate | Error 
Description: A step by step tutorial on how to track and report 404 (File Not Found) errors on your web site. Includes instructions on how to set up a custom 404 error page, track access to that page, and generate reports on it.
Platform(s): All   Price: Free   Visits: 2049  Rating: rated 1.98  (1.98 after 16 votes)

Using the ASP.Net Runtime for Scripting in Desktop Applications Visit | Rate | Error 
Description: Want to embed the power of ASP.Net into your application to provide rich and dynamic HTML displays? Add the ability to dynamically execute script code that is changeable after compilation? This article describes what it takes to integreate the ASP.Net runtime in desktop apps and provides an easy to use class that makes integration a matter of a few lines of code.
Platform(s): All   Price: Free   Visits: 1608  Rating: rated 1.25  (1.25 after 4 votes)

Newsletter
Sign Up Today!

Subscribe to our news feeds:
Top Rated:

Most Popular:

New/Updated:


Editor's Picks

Blosxom
Flash Web Calendar
Highslide JS pop
IP2Country
Magic Thumb
Online Booking Engine for Tourism Portal and/or Hotels Group
PHP-IPN Monitor
Perlfect Search
Qtabs
RSS Scripts Directory
Simple Comments
Video Carousel

internet.commerce





talk to us


(Optional)
Name:  
Email:  

   

   Developer Channel 4 Guys from Rolla
CodeGuru
Developer.com
DevX
Flash Kit
VB Forums
JavaScript Source
PHP Builder
HTML Goodies
SharePoint Briefing
WebDeveloper.com
WebReference

add a resource | modify a resource | new | popular | highest rated





Site last updated Jan 25 2012 14:41:20