You are here: IT Script Home tag

 Session State in ASP.NET

Session State in ASP.NET is an article in which the author elaborates the state management methods such as using session events, session objects and session configuration in ASP.NET. The author shows you the syntax for using the two session events such as session_start and session_end. This tutorial explains you the use of the session object with a sample program and also shows how to configure the session state using the tag of the config file.
Tags: program , management , using , tag , tutorial , events , syntax , object , author , configuration , sample , for , objects , configure , session ,

 Custom AppSettings using Web.Config

Custom AppSettings using Web.Config is an article in which the author talks to you about the ASP.NET configuration file. This file contains all the global settings. The author shows you how to add the DSN connection string in a configuration file using the tag and how to get the value of the DSN connection string from this file with a sample code.
Tags: file , using , tag , connection , string , value , author , configuration , sample , global ,

 SparkPlug Content Management System For Coldfusion

This is a script where the webdesigners and developers can power the portals, websites and intranets on a coldfusion platform. This is a content management system developed for macromedia coldfusion. Features like remote and local publishing, providing support for multilingual websites, provide user workspaces, coldfusion tag and cfml support, allowing single and unlimited number of templates, more users and sites etc are available. HTML knowledge is not required for the users to use this program.
Tags: management , system , script , remote , content , tag , user , number , support , power , local , macromedia , websites , knowledge , for , sites , contentmanagement , users , contentmanagementsystem ,

 A4Desk

This is a software which provides webmasters an one stop solution in creating flash menu system for their flash website. It is a flash template based system and it supports meta tag for optimising search engine submissions. It comes with HTML background color setting and background music. It allows large number of text contents as menu pages and it proceedes an easy insertion of links or popup windows to external URL or files. And it has more features to let the webmasters to develop flash menu for navigation or flash website.
Tags: software , windows , search , flash , text , menu , system , easy , color , creating , navigation , links , tag , background , template , engine , number , stop , searchengine , pages , solution , for , features , develop , meta , flashmenu , contents ,

 Acecoolco.com Meta Tag Generator

Acecoolco.com Meta Tag Generator is an easy to integrate php program through which users can generate meta tag for their website. Through this application the users can generate meta tag for various information like site title, author name, author e-mail, description about the website, expiry date of the website and more. The created meta tag can attract the search engine robots and hence increase the traffic.
Tags: search , program , website , easy , php , information , site , application , date , generate , tag , engine , searchengine , author , for , users , meta , increase ,

 Cold Fusion Multipage Counter(CF_Counter)

CF_Counter is a multi page hit counter. One copy of the tag will allow you to put a counter anywhere on your server. Can Be called from anywhere on the server and will create a counter fill initialized to the number you specify. Checks and records IP of last user to prevent reloads from incrementing counter. Also stores and displays if desired the date the counter was created.
Tags: create , server , copy , page , date , tag , user , number , counter , prevent , multi , fill , records ,

 How to make flash (.swf) transparent

How to make flash (.swf) transparent is a simple tutorial which is useful for the web developers to know how to make the flash files transparent by publishing the flash file from Macromedia flash as well as by using the value attribute of the param tag in the HTML code. The author explains the HTML method with a sample program as well as shows how to make the flash file transparent by publishing it with the live screen.
Tags: file , web , flash , program , files , make , using , tag , simple , transparent , tutorial , live , publishing , value , author , sample , for , useful , attribute , method ,

 COM Functions in PHP4 (Windows)

This is a tutorial that teaches the users how to handle COM functions through a real PHP4 programming by using examples like ms office 2000 word, excel programs and adobe distiller program. This tutorial provides info to the users about the use of tag functions for PHP4 COM which can be used when the OOP construct does not work. This tutorial tells the users that they can reach the COM methods and properties by using the OOP class. In this tutorial the application program should document its COM methods and properties.
Tags: program , excel , programs , office , document , application , using , programming , adobe , 2000 , tag , ms , tutorial , info , properties , real , for , functions , users , construct , examples ,

 ConceptRTE

ConceptRTE is an online text editor through which you can edit your website content. You can use this rich text editor along with any HTML pre processor to edit the contents of both PHP and ASP webpages. Through this cross browser rich text editor you can replace standard text area form tag and you have options to preview them on a popup window, to insert graphical smilies, to apply background colours etc.,
Tags: editor , text , online , website , browser , edit , form , replace , tag , background , area , texteditor , preview , insert , options , processor , richtext , standard , contents , graphical ,

 AWSHTML Producer

HTML Producer has numerous features that set it apart from other parsers: - Parsing any quantity of any tags written in HTML style - Tags can be either single or closed. you are able to specify with extensive flexibility what tags require end tags and which ones don't; - Recognizing tag parameters; - RunAT attribute supported - Ability to acquire text to be parsed either directly from a file or from other sources (i.e. a database); - Generating debug comments that reflect all made substitutions; - Multilingual support for different messages like debug comments and error messages; - HTML Producer is accompanied by HTML Producer Console, a small utility that visualizes the process of Producer's work; You can specify any incoming data and watch the parsing process step-by-step; - Support for ASP and PHP pages as input; - Recursive parsing mode available; - Ability to parse tag with different types of brackets (i.e. , [input], (input) and so on); - With AWS HTML Producer Pro, the full source code of the component is included!
Tags: file , utility , data , text , component , code , watch , source , error , tag , process , sourcecode , small , messages , support , set , pages , debug , for , features , tags , mode , attribute , parse , parsing ,

 Vdaemon - Web Form Validation

VDaemon provides several custom HTML tags (VDaemon tags) to allow developer define form validation rules and some PHP functions to define validation behavior. VDaemon is intended for web developers who have at least basic PHP experience. VDaemon gives mechanism for all common types of standard validation - for example, testing for valid dates or values within a range - plus ways to provide custom-written validation. In addition, VDaemon allow you to completely customize how error information is displayed to the user. You enable validation of user input by adding VDaemon tags to your form as you would with other HTML tags. Each validation tag references an input tag on the form. When the user's input is being processed (for example, when the form is submitted), the VDaemon tests the user's input and set a state to indicate whether the entry passed the test. If any of validation checks failed, the entire form is set to invalid.
Tags: web , information , form , developer , error , tag , user , custom , basic , testing , tests , set , customize , validation , input , for , tags , rules , functions , standard , checks , dates ,

 Vdaemon - Web Form Validation

An important aspect of creating Web Forms pages for user input is to be able to check that the information users enter is valid. VDaemon is a PHP library that grants an easy-to-use but powerful way to check for errors and, if necessary, display messages to the user. VDaemon provides several custom HTML tags (VDaemon tags) to allow developer define form validation rules and some PHP functions to define validation behavior. VDaemon is intended for web developers who have at least basic PHP experience. VDaemon gives mechanism for all common types of standard validation - for example, testing for valid dates or values within a range - plus ways to provide custom-written validation. In addition, VDaemon allow you to completely customize how error information is displayed to the user. You enable validation of user input by adding VDaemon tags to your form as you would with other HTML tags. Each validation tag references an input tag on the form. When the user's input is being processed (for example, when the form is submitted), the VDaemon tests the user's input and set a state to indicate whether the entry passed the test. If any of validation checks failed, the entire form is set to invalid. You can test the state of the form in your own code. For example, you would test the state of form before updating a database with information entered by the user. If you detect an invalid state, you bypass the update. Typically, if any validation checks fail, you skip all your own processing and return the page to the user. VDaemon then produce an error message that appears on the page.
Tags: database , web , library , information , creating , message , test , form , check , page , display , developer , error , tag , user , custom , basic , messages , testing , tests , detect , processing , set , errors , customize , pages , validation , input , for , tags , rules , functions , users , standard , powerful , checks , dates ,

 A1Menu

A1 menu is an application for creating easy navigation links on your websites. Features includes, customizable menu from the title tag and sort with own rules, files and directories may be inserted or deleted following own definitions and easy installation. This is an user friendly programme for easy site navigation on the websites.
Tags: files , menu , easy , creating , site , application , navigation , links , tag , user , deleted , sort , sitenavigation , for , directories ,

 Mag Zone :: Online Library System!

MagZone is a comprehensive online library system, where you can allow the users to rent out magazines, books or any stock which you want to rent. The website features include: A unique encryption scheme developed specially by Vastal I-Tech to protect the users credit card numbers the encryption is password based so only the one with password will be able to decrypt the credit cards numbers. A user can add books/magazines or your stock in the wish list and move the items in wish list up and down. Categorized listing of stock. Basic Search of Stock. Advanced Search of Stock. 14 days trial account facility. Users can update subscription at any time. Admin side includes : Complete CMS, Easy to add in the stock, categories, Separate heads for trial users, processed users, unsubscribed users, expired accounts, un processed users. Complete meta tag editing, multiple admin accounts, view users wish list, view sent stock, view stock returned, view returned stock and much more... Please see the demo site for more details and feel free to contact us at any time.
Tags: password , online , protect , encryption , website , library , site , list , view , stock , demo , multiple , contact , tag , admin , trial , user , decrypt , account , move , update , numbers , credit , for , creditcard , features , users , meta , books , us , listing , rent , out ,

 Dynamic Submission

Dynamic Submission is a remotely hosted promotion script where users can submit their URL's to 100 major search engines by just clicking few buttons. This program submits user's websites automatically in minutes. This program has features like, keyword library and builder, automatic search engine submission, meta tag generator, manual submission, link popularity check, pay per click(PPC), pay per inclusion (PPI) engines support etc.
Tags: search , program , library , script , automatic , link , tag , engine , support , searchengine , automatically , submit , promotion , keyword , websites , features , users , manual , meta , linkpopularity , engines ,

 MetaGenerator Object

MetaGenerator Object is a tutorial which gives detailed explanation about the object which generates the meta tag. This Meta generator objects allows the users to generate HTTP-Equiv or NAME meta tag, creating custom meta tag and unlimited numbers of tags at a time. Here there are syntax, example usage and source code given for constructing the meta tag.
Tags: code , creating , generator , source , generate , tag , sourcecode , custom , tutorial , numbers , usage , object , for , tags , users , objects , meta ,

 Tell Friends

This is a program which acts as a tag in which the emails are sent by users to their friends to view the webpage where the tag is placed. This script provides an alert message and post back the informations to the users webpage. The users can edit the table format or alert message. This program can be customized and configured by the users.
Tags: program , edit , script , format , message , view , table , emails , tag , alert , post , back , users , friends ,

 Using location tag in web.config

This is an ASP.NET tutorial which describes you the two methods for accessing the database connection strings of different folders. Using tag is an easy way to perform this operation. Loacation tag is used to mark a location to which all the configuration settings enclosed within will be applied. The author also shows how to access the configuration files using a common routine. The author explains the above procedure with some sample codes.
Tags: database , files , access , easy , using , tag , connection , settings , tutorial , location , mark , author , configuration , sample , for ,

 Remote ID3 Tag v1 viewer

Remote ID3 Tag v1 viewer is an useful and simple component which is helpful for the users to view ID3 tag of MP3 songs that are accessed on a remote server. If any error is found on the server or if there is no tag on the server it provides report to the users immediately. It uses little bandwidth to fetch and display ID3 tag.
Tags: server , component , viewer , report , remote , view , display , error , tag , simple , bandwidth , songs , for , useful , users ,

 bluetag Tagbox Premium

bluetag Tagbox Premium is an efficient chat program in PHP that helps users to organise live chats on the net. This software can be used to enhance your already existing tagboard systems with advanced techniques. This tagboard software is enriched with several advanced features like remote smilie hosts, tag box moderators, powerful admin panel, flood control etc., Admin can easily customize the sytle and look of the board with CSS style sheets and by using smilies in the chat program.
Tags: software , program , control , chat , board , using , remote , advanced , tag , admin , customize , live , enhance , style , box , features , smilies , users , powerful , systems ,

 bluetag Tagbox

bluetag Tagbox is an efficient software designed to enable end users to chat with their specific user groups. This tag board software is furnished with profanity filters and HTML strippings to prevent and render bad words in the chats. Admin are facilitated with advanced anti-clone techniques so that they can ban others from using their ID's and user names. Some of the key features includes IP banning, limited statistics, fast and powerful servers, remember details etc.,
Tags: software , fast , chat , board , using , words , key , advanced , tag , user , prevent , filters , features , users , remember , powerful ,

 HyperSubmit - Basic Traffic

HyperSubmit - Basic Traffic is an URl submitting script where users can submit their sites to popular 100 search engines. This program submits URL's every month. It has a meta tag generator and sends email reports every month. Users have a easy to use control panel. Free customer support is offered for this program.
Tags: email , search , program , control , easy , generator , script , tag , reports , support , customer , submit , popular , for , sites , users , customersupport , meta ,

 Using the Site Server Search Facility to Search Custom Meta Tags

Using the Site Server Search Facility to Search Custom Meta Tags is a web based tutorial which teaches the users on searching the meta tag in the users website. Here author describes about restricting searches, searching custom meta tags and retrieving content of those pages.
Tags: web , content , tag , custom , tutorial , author , searching , tags , webbased , users , meta ,

 Create custom attributes for your JSP tags

This program allow the users to handle custom tag libraries on their JSP pages. This program enables the page authors to select the time stamp format of their own. The JSP tag has the capability to accept and respond the data on a page request. This program is useful for the users and the webmasters. This script can be configured and customized by the users.
Tags: program , data , time , script , format , page , tag , custom , stamp , libraries , for , select , useful , users , timestamp ,

 BuildTraffic

BuildTraffic is a traffic generating program that helps users to increase their site traffic. Many resources are avaliable for generating traffic like check ranking that is used to check your site ranking on the top search engines, meta tag generator which creates tags for your site, banner advertising using which you can advertise your site on the net, checking popularity, exchange links and more.
Tags: search , program , generator , site , using , check , traffic , links , exchange , tag , advertising , banner , checking , resources , for , tags , users , meta , increase , ranking , top ,

 Cf_filemanager

CFFileManager is a Coldfusion custom tag that facilitates manipulation of files and folders in any application. It allows you to browse a folder, select some sub folders and files, move to a different folder and paste the selected objects. It is secure, scalable and easy to use for the developer. Its user interface is based on the looks and feel of Windows. Some of its features are right click context menu, browse directories, upload multiple files , download files to your computer, edit files, copy/add/delete/rename folders, copy/delete/rename/edit files, sort files/folders by name/type or size, administration restrictions available, deletion and copying of folders and many more.
Tags: download , files , folder , edit , easy , folders , upload , multiple , tag , administration , user , browse , custom , paste , move , click , interface , sort , deletion , restrictions , for , features , select , context , userinterface ,

 CFX_JpegResize

CFX_JpegResize is a custom Cold Fusion tag that can resize JPG images. It takes a file from the server as input, performs a resize, and then saves the file to disk again. This tag will only work on a Windows platform. The resize can either be by a percentage scale factor, or by specifying a new height or width. The amount of Jpeg compression can be changed if required.
Tags: file , server , disk , compression , resize , tag , custom , work , scale ,

 UltraTemplate (PHP)

UltraTemplate is a class that allows you to separate your code (PHP or ASP) from your html content. Unlike most other template processors, UltraTemplate has built-in dynamic functionality. Too often with other template processors you'll find yourself writing loop code to build tags or even worse, having to specify every single tag that you need to update in your code. Use UltraTemplate and say goodbye to both of those! 1. You can specify what type of tag your data will be embedded in by using the as parameter. 2. You can set default values for your tags--even dynamic default values. 3. Using the as="repeater" property, you can use the UltraRepeater class to parse data from an array or recordset into a subtemplate row-by-row.
Tags: html , data , find , code , using , class , tag , template , build , dynamic , set , into , update , type , writing , for , tags , parse ,

 UltraTemplate

UltraTemplate is a class that enables you to seperate your PHP or ASP code from your HTML content. It has built-in dynamic functionality. You do not need to write loop code to build option tags. You do not have to specify every single tag that you need to update in your code. It works with ASP and PHP.
Tags: write , code , class , tag , build , dynamic , update , option ,

 Removing HTML from the text in ASP

Removing HTML from the text in ASP is a web based tutorial which specially concentrates on securing the users website by removing the HTML tag which resides in the submitted text of the unknown visitors of the users website. Here author details about various advantages on removing the HTML tag from the text messages and also he describes about the methods involved in disabling the HTML tag by using ASP application.
Tags: web , text , website , using , tag , messages , removing , tutorial , author , webbased , users ,


Other : screensaver  software  game  windows  email  download 
internet  mp3  freeware  file  security  screen 

 

Softwares tag  tag