Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #236431
FileMinator - secure file removal

FileMinator is a tool to securely remove files eliminating the possibility of recovery. You may need it when you leave important information or software in someone else computer, or when you are selling yours.

7_2009-2012 #219558
Floating Menus

Gives you application the Windows 95 look of a floating menu. Right click any where on the form and the menu will appear.

7_2009-2012 #221412
Intro to ASP syntax

Attention ASP newbies! Looking to create your first ASP page? Check out this tutorial!

7_2009-2012 #221413
Intro to the ASP Object Model

A brief overview of the ASP object model. I will be submitting more tutorials on each object in future submissions.

7_2009-2012 #217668
Making Smart Pages

Sending and retrieving data between web pages is the key to developing functional web-applications. This tutorial will show you how to utilize the session in your "weblications" (that's my new favorite geek-slang) using a mix of some basic ASP and the HTTP protocol. I will show you how to get info from a user in "page1.asp" and extract it again later in "page5.asp." I will address some of the techniques you see used at popular websites like Amazon.com, many popular search engines, and just about any site that is interactive. I am assuming that you have some experience with HTML.

7_2009-2012 #217669
Search Form tutorial and sample code

This tutorial is thorough and provides working code that will have you on your way to searching databases with ASP!

7_2009-2012 #217670
The JonShaft Cookie Tutorial

This Cookie tutorial is designed for anyone interested in learning how to control a cookie with ASP.

7_2009-2012 #217671
Client-Side Form Field Validation with VBScript and ASP

Form field validation is one of the most important functions in making successful web-based applications, but server-side validation is not always the answer!

7_2009-2012 #219559
EBrowseF.zip

Enhancing the SHBrowseForFolder API Function ============================================ Browse for a Folder using SHBrowseForFolder API function with a callback function BrowseCallbackProc. This Extends the functionality that was given in the MSDN Knowledge Base article Q179497 "HOWTO: Select a Directory Without the Common Dialog Control". After reading the MSDN knowledge base article Q179378 "HOWTO: Browse for Folders from the Current Directory", I was able to figure out how to add a callback function that sets the starting directory and displays the currently selected path in the "Browse For Folder" dialog.

7_2009-2012 #220907
Send Mail using ActiveX DLL

You can send e-mail whom ever you want from who ever you want, using wich ever server you want This program uses my own control Active X, in the zip you can find the source code.

7_2009-2012 #219730
Event Calendar Manager

This bit of code gives you the basics you need to manage dates and events. The design is simple so it can easily be changed and the interface is also very easy to use. Features to come: - A Monthly Calendar View - A better Login system - A way to delete entries that are too old Added: - Better code commenting: please let me know if there is enough to explain it well or not

7_2009-2012 #219560
ULTIMATE CD Function

This Code opens and closes the cd-rom drive at a given interval. This can be used for security purposes and just for laughs. (though cruel laughs they would be ) This code is great for beginners. It shows how to use a timer in a very simple way.

7_2009-2012 #221464
SQL Test

When creating a data-driven web site, you obviously need to use a number of SQL queries to grab datasets from your database. Before you use a particular SQL query in one of your production ASP pages, though, you want to ensure that it returns the correct information. Therefore, a SQL query test web page, one that allows you to try various SQL statements and view their results, will often come in handy. For every web database project I work on, I pop this code somewhere onto the server. This page allows me to test out SQL queries before I put them into my ASP code. Recently I was doing a project on a co-located SQL Server in Atlanta. I used this page to set up all the tables from my home office in Florida. The idea is simple. You put SQL code into the form, select the data source from the drop down list and click submit. If the recordset contains columns, a table is built to display all rows and all columns. If the SQL is an data manipulation statement, a message appears stating that the command completed successfully. One of the best features is the clipboard. You can cut and paste SQL into the clipboard and it will be there each time you submit the form. I use a simple array to store the data source connection string. I have also had situations where I used a dictionary object to store the connection strings. Sometimes I use another textarea control instead of the drop down list. This allows me to try out different connection strings.

7_2009-2012 #219561
Game Trajectory, Fire / Shoot like you've dreamed

Have you ever wanted to create a game where the character or tank or whatever can shoot something, and instead of just drawing a straight line it took into acount gravity(or none) angle(direction)power/speed(velocity) then calculated it and created a curve upon which the object of your choice, like a sprite or shape or button, or character.. ANYTHING, followed WITHOUT SHOWING THE CURVED LINE ITSELF? Like in the old favorite scorched earth. Those tanks would shoot a curved path. THIS DOES EXACTLY THAT. BUT ALL IN A MODULE! so you dont have to worry about anthing. every aspect of this code is DOCUMENTED. So that you understand every bit. At least 2 sentances per action! Whether you need this for a game, or math program, or just fun! Or you want to learn more about the power of visual basic, Game Programming in VB or just are curios and WANT TO EXPAND YOUR KNOWLEDGE, this code is for you! Learn more about parametrice FUnctions! If you so desire. Its all in a module, so you just have to give an angle, speed,and the amount of time or distance for the bomb or whatever to go! The potential of this is limitless! Time bombs! Bullets. Creatures jumping! Skydiving! Graphing! So check this code out! And dont forget to vote! Its not worth putting code up here if you dont get voted for!

7_2009-2012 #218876
Convert long address to IP address

Converts a long address (2220112843) to it's IP address (203.59.84.132)

7_2009-2012 #231495
Calender Generator

It's a Calender Generator program that generate the all year calender that u want .....

7_2009-2012 #221472
A Complete Database Accessing Web Site!

This article not only includes the complete source code for a database driven web site that the author created, but includes a detailed description on how it works!

7_2009-2012 #221470
Display Databases Dynamically Using ADO 2.5

If you are looking for a simple solution to display data and be able to sort and query it, you are on the correct page. Complex relationships between recordsets can be viewed using this technique. It is easier to use compared to ASPDB solution. Download Complete source code and explanation.

7_2009-2012 #219562
AutoUpdate function to your Apps

Make your own autoUpdate to your program. This include the source code. It's just an example of how to do it.

7_2009-2012 #221494
Automating Tasks with WSH

The purpose of this article is to show how to run tasks at regular intervals without having to access an ASP script with your web browser manually.

Languages
Top Categories
Global Discovery