HomePhoto GalleryDirectoryTutorialsMusicDownloadsAdvertise
تبليغاتگالري عكسآشپزيدايركتوريدانلود نرم افزاراخبار ايران و جهانصفحه اصلي
 
       
Make Homepage BookMark Us
 
Control Panel
Login :  
Password :  
   
   
Register Now!
Forgot Password?
Free ASP Scripts » Free ASP Scripts » Development Tools
Navigation
Ad Management Affiliate Programs
Auctions Blog
Bookmark Calculators
Calendars Chat Scripts
Click Tracking Communication
CMS Counter Scripts
Customer Support Database Tools
Date Time Development Tool
Discussion Boards E-Commerce
Education E-mail
FAQ File Management
Financial Form Processor
Games Entertainment Graphsand Charts
Groupware Guestbook
Image Gallery Image Manipulation
Link and Banner Exch Link Indexing
Log Analyzer Mailing List Manager
Miscellaneous Multimedia
Networking Tools News Publishing
Open Directory Project Organizers
Polls and Voting Portal System
Randomizing Redirection
Reviews and Ratings Searching
Security Server Management
Site Navigation Site Recommendation
Top Sites User Management
Web Fetching XML
 
Advanced Search
Calender
«    February 2012    »
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
Top Atricles
Poll
Datalife Engine is:

Excellent
Good
Fair
Poor
Bad
RSS News
Obama tweaks birth control rule - USA TODAY
USA TODAY Obama tweaks birth control rule USA TODAY By Richard Wolf, USA TODAY The administration announced last month that religious-affiliated employers had to cover birth control as preventive ...

CPAC: Santorum rips Romney, rouses conservatives - CBS News
The Guardian CPAC: Santorum rips Romney, rouses conservatives CBS News Republican presidential candidate, former Pennsylvania Sen. Rick Santorum, accompanied by his family, acknowledges applause ...

Explosions Rock Northern Syrian City - Voice of America
Sydney Morning Herald Explosions Rock Northern Syrian City Voice of America February 10, 2012 Explosions Rock Northern Syrian City, 28 Dead, 235 Wounded Edward Yeranian | Cairo Syrian state ...

Archives
May 2008 (265)
Skin Selector
Information
This is the Default Page of DataLife Engine v6.5
 
 

Free ASP Scripts » Development Tools : URL decode function
 
Lets you convert (decode) URL encoded data. Reverse function to Server.URLEncode. You can use the function to accept urlencoded form data using BinaryRead
 
 
Comments (0)  ReadMore
 
 
Free ASP Scripts » Development Tools : Spaw Editor ASP.NET(WYSIWYG)
 
SPAW Editor is a web based WYSIWYG editor control enabling web site developers to replace a standard textarea html control with full-featured, fully customizable, multilanguage, skinable web based WYSIWYG editor.
 
 
Comments (0)  ReadMore
 
 
Free ASP Scripts » Development Tools : Response.Write Generator
 
This is a highly configurable web-based application that allows you to converts your HTML to ASP response.write statements.
 
 
Comments (0)  ReadMore
 
 
Free ASP Scripts » Development Tools : Read and write windows INI files in VBS
 
You can read and write standard formatted windows INI configuration files with this set of functions (GetINIString / WriteINIString VBS functions).
 
 
Comments (0)  ReadMore
 
 
Free ASP Scripts » Development Tools : EasyASPTemplate
 
A very powerful, easy-to-use and free class to seperate your ASP from your HTML/XML/other data. Once you understand the working you can't work without it anymore. Within notime you are able to create complete pages with just a few lines of code. Not to mention the enormous increase of flexibility! Imagine: by changing ONE line of code your able to change the complete lay-out of a page!
 
 
Comments (0)  ReadMore
 
 
Free ASP Scripts » Development Tools : ASP URLDecode Function
 
Awhile back I ran into the need to have some sort of undo for the native Server.URLEncode function of ASP, after about an hour of coding and testing URLDecode was created... The function is rather simple, just call it using the following syntax: URLDecode(EncodedText) EncodedText can be either encoded text enclosed in quotes or a variable defined elsewhere in your code, Just make sure you don't forget to place the following code on your page before your first call to the function.
 
 
Comments (0)  ReadMore
 
 
Free ASP Scripts » Development Tools : ASP Profiling Component
 
How do you decide which piece of code is faster? Guessing isn't the right decision, profiling is! This component measures the runtime of the piece of code you want to profile, allowing you to verify your performance improvements
 
 
Comments (0)  ReadMore