|
|
|
ASP Articles
Writing
in Tongues: Macromedia Tool Lives Up to its Name
Anyone who creates dynamic content for
the Web should evaluate Macromedia's polished and user-friendly Dreamweaver UltraDev 1.0.
Build
Dynamically Expanding Order Entry Pages
It's in the cards: dynamically
expanding rows will be a feature of XHTML...someday. Now, if you don't feel like waiting,
why not try this handy VBScript described here.
Build SQL
Statements with the Form Collection
Storing user-entered information in a
database can prove to be a Herculean task for ASP code. Shown here is an easier way to
build all the necessary SQL statements.
Importing
Delimited Text Files
ASP. It's not just for HTML anymore.
As we'll see here, ASP can be used for a variety of different applications, including the
importing of text files into a SQL server.
|
Add
Search Features to Your Site with FileSystemObject
The FileSystemObject offers a great
search solution if your Web site is hosted externally and you have access to ASP but can't
exercise much control over the server itself.
Choose the
Right XPath in XSLT
Build the proper XML tool and the
world will beat an XPath to your door, as we see in this introduction to this new
language.
Execute
Standard Visual Basic Code in ASP Pages
If you're looking for a way to empower
your ASP pages with Visual basic, you might want to consider Visual Basic 6.0. Details
inside.
Working with
Access Data in FrontPage, Part 3
In this final part in our series on
working with Access databases using FrontPage 2000, you'll learn valuable tips on SQL
queries and creating search forms.
Working with
Access Data in FrontPage
Simplicity seems to be the word of the
season in Web development, as exemplified here with these new methods of database posting
using FrontPage 2000 and Access 2000.
Host Multiple
Sites Without Multiple Costs
Who says client sites need to be
hosted individually. Find out here an effective and, most importantly, cost effective way
to order multiple sites.
Gather Data
Using Pop-Up Windows
Where would the Web be without the
ubiquitous pop-up window? In this article, we'll show you exactly how to accomplish and
take advantage of this functionality.
Publishing
Files to IIS 4.0
Learn to use Microsoft's SDK to add
publishing capabilities to your ASP applications.
Scripting for
Searching
Does your site need a search engine?
Most need a little custom tweaking. Here are two methods for creating search scripts for
Index Server, Microsoft's search engine for Internet Information Server (IIS).
|
What is Visual Basic
Visual Basic is a programming language. It started out as a very simple one (called
BASIC) in the days of dos and early windows/macs. As it evolved, and other languages were
developed, it was usually relegated to first-time programmers. It is still recommended as
a Beginners first language, but it has come on a lot since it was first released, and is
often chosen over C++ because of the speed at which professional applications can be
created using it. The major jump was from 16 bit to 32 bit in VB5 (you could also buy a 32
bit version of VB4). Visual Basic 6 was released late in 1998. more...
ASP
Active Server Pages, commonly referred to as ASP, is Microsoft's solution to server-side
scripting. With simple HTML pages, the client (a web surfer) requests a web page from a
server (some www.blah.com). The server just sends the file to the client, and the page is
shown on the client's browser. more...
Javascript/Dhtml
No need to say anything about Javascript and
Dynamic HTML.Everybody use them in their web pages since it makes you work and life
easier. I have collected many usefulll scripts you can use in your web page all free for
you... Click here to get to the Scripts
page
|
| Copyrights©
Cis150 inc. |
| |
Next: About ASP |
|
|