Description: The XMLHTTP control can be useful if you want to:
Screen scrape, ex. pull the html from another web page onto your
asp page.
Difficulty level -
1 / 5
Language - ASP
Description: An example including documentation and code on how to use the XML
HTTP control to post form data from one domain / virtual server to
another.
Difficulty level - 2 / 5 Language - ASP
Description:
This article will show you how to use Regular Expressions to
simplify your code. You can use regular expressions to
validate HTML forms on the client-side using JavaScript and
server-side using ASP / PHP.
Difficulty level - 2 / 5 Language - ASP/JS
Description:
This article shows you how to use the Cookies collection in
ASP. You can use ASP to set cookies and store information
on your visitors computers.
Difficulty level - 2 / 5 Language - ASP/JS
Description:
This is a list of ASCII to HTML conversions. For example, if you
have ever seen this HTML before . This tag is for
non-breaking spaces.
Description:
A list of CSS
properties that will definitely help you to design better Web Pages. Take
advantage of CSS files now so design changes will be easier later.
Description:
Web applications can be thought of
as a collection of dynamic web pages that retrieve their content from a source such as a database
or xml dataset.