With the formalization of Active Server Pages and its new scripting model in Windows NT and IIS, Perl provides a viable alternative to JavaScript and VBScript. This book teaches readers Perl, the most powerful scripting language in the UNIX arena,...
You can check the existence of an email address using this ASP script that would call a webservice to get an XML document to check the email address. Reports the message if service is not provided. Provides the source code for free accessing which...
You can learn the anatomy of the JSP from this tutorial. A JSP page basically consists of three parts namely, Directives, Scripting Elements, JSP Tags. Any page with a ,jsp extension will compile and run successfully as a valid JSP page. These...
You can watch the amount of visitors coming to your website with this real time counter.
This is an ASP article which helps the programmers to retreive the records and display it on the HTML table. This tutorial shows the records on the ASP page using the custom queries and dynamic queries. You can display the records of the database...
It is an ASP tutorial that describes the uses of querystring in ASP to send the data to web pages. And from the sample program, you can learn about the functions and properties of query string function to post data into website pages.
You can display the current date and time with the help of this script. The time can be displayed in text and the day by an image. You can adjust the difference in server time and the local time.
Now the webmasters could install an ASP.NET application with the help of VS.NET through reading this online tutorial. The users could know about the compilation model of ASP.NET and select the proper file to be kept on installation. The author...
You can get the details about opt-in emails and can learn how to build such a system to send text / HTML to the users and enable them to select the email format from the ASP form. Opt-in email is nothing but sending mail to people who want to...
Extend the reach of SQL Server with SQLXML classes in .NET is an user friendly tutorial which concentrates on SQLXML, through which XML features can be used along with SQL server in .NET. In this tutorial the author explains about SQLXML classes... |