Check out this Simple Login Script [POST Method] in ASP: Login Page Code: dologin.asp <FORM ACTION="login.asp" METHOD="post"> <TABLE BORDER=0> <T... Read More »
Here is a code that actually download a file for your website visitor: Dim fst As New FileStream(Server.MapPath("abc.txt"), FileMode.Open) Dim fi As String fi = "abc.txt"... Read More »
Here is a small script that actually send emails using asp.net system.webmail class: <% @Page Language="C#" %> <% @Import Namespace="System.Web.Mail" %> <... Read More »
Here is a basic ColdFusion file... Figure 1. Form.html <form method = "post" action = "name.cfm"> <input type = "text" size = "20" name = &q... Read More »
ColdFusion is the hot way to create dynamic web pages that link to just about any database. Adobe® ColdFusion® 8 software solves the day-to-day challenges of Internet application deve... Read More »
Here is the brief list of coldfusion resources: ADOBE - Developer Company Of ColdFusion ColdFusion - WikiPedia ColdFusion Articles From SitePoint ColdFusion Training From WebEducator ColdFusion... Read More »
CPanel is a powerful control panel. CPanel is a fully-featured web-based control panel that allows you to manage your domain hosting through a web interface. The idea is to transfer as... Read More »
CPanel Modules are reusable software components that can be used to perform a variety of tasks on your server. Modules are pieces of code that can be used by programs or other modules. They can be tho... Read More »
Backups allow you to download (to your computer) a zipped copy of either your entire site (your home directory, databases, email forwarders configuration, email filters configuration) or one of the pr... Read More »
Fantastico is an auto-installer for CPanel users. It is a collection of scripts that makes it so easy for a user to install third-party web applications to his/her website. Using Fantas... Read More »