Active Server Pages Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 740 articles & tutorials regarding "Active Server Pages".
- 1.) ASP Hosting Guide
- ASP Hosting term refers to a hosting provided on Windows platform, which allows ASP scripting. ASP stands for Active Server Pages and is a Microsoft server-side scripting technology that you can use to build dynamic web applications. ASP pages have ".asp" extension and can contain mix of HTML tags, text, and server-side scripting commands. ASP pages can call ActiveX components to perform tasks, such as connecting to a database (MS SQL Server, MS Access, MySQL...) or performing business...
Found at ASPdev.org
- 2.) Flash and ASP Integration
- by Dan Waters ASP and Flash? How? Macromedia's Flash and Microsoft's Active Server Pages technologies are two products with an extremely heavy impact on the world of web site development. Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. Hopefully, by the time you're done skimming this article, you'll be confident enough to use ASP in the creation of zippy, vector-based...
Found at ASP 101
- 3.) Calorie Counter Using WAP and ASP
- ( Page 1 of 4 ) Many people are more conscious of what they eat than ever before. (I count myself as a member of that club). The biggest challenge faced by many in the quest for a healthier lifestyle is the ubiquitous lack of time excuse. To help out, I have created a simple WAP application that allows for one to search for different foods and get related nutritional information, based on data from the American Diabetes Association . In this article, I ll go over the creation of the...
Found at devArticles.com
- 4.) Central Scoreboard with Flash and ASP
- ( Page 1 of 4 ) Adding a few flash games to your site is always a great way to get visitors to stay on your site a bit longer and even keep them coming back. It s well known that one of the best ways to keep visitors coming back is interactivity. So why not let your visitors battle it out between each other? Why use a scoreboard? The problem with games by themselves is that they are limited in their interactivity; once you have competed a game, it is done there is nothing more to do....
Found at devArticles.com
- 5.) An Active Server Pages Tutorial, Part 1
- By Anand Narayanaswamy SESSION 1 Introduction to Active Server Pages Active Server Pages (ASP) is one of the most exciting and interesting Internet technologies ever created by Microsoft. With ASP, developers can build dynamic websites very easily. A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client. ASP is available with Microsoft IIS (Internet Information Server). It is available only with the...
Found at developer.com
- 6.) ASP Fractal
- by Tawani Anyangwe on Active Server Pages Read Comments Rate this resource Viewed 5817 times Rating: 14 users 3.42 out of 5 Next > HTML Output ASP Code <% Dim depth,color,size depth=5 size=1 color="blue" Call DrawFractal (depth) Sub DrawFractal (depth) %> <table border= "0" cellpadding= "0" cellspacing= "0"><tr><td> <% Call Iterate (depth) %> </td></tr><tr><td> <% Call Iterate (depth) %> </td><td> <% Call Iterate (depth) %> </td></tr></table> <% End Sub Sub Iterate (depth) If depth > 0...
Found at Developer Fusion
More articles & tutorials (Index of all articles & tutorials)
|
|