Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #174658
Browser Info

Thsi code shows how to gather browser info using Javascript. It gathers the date, time, browser type, browser version number, whether it is java enabled, the platform the user is running and the user's screen resolution.

5_2007-2008 #178140
Writing to a file

The question that I'm asked most is "how do you write to a file.... And then how do you read it?" Well, here you go! I also added some bonus code such as how to delete a file, rename a file, and execute a file. Hope this helps some beginners!

5_2007-2008 #190408
filebrowser

allows users to select a file on the server. This class comes with several editable properties like: file download, file upload, folder creation and file filtering e.g. *.php or *.*

5_2007-2008 #172677
True Always On top With API

True window always on top. Like MS toolbar. It floats over any active application is inactive but is still always on top. Allows you to switch between applications and window is still always on top! Much better than Jake McCurry's lousy Always on top code.

5_2007-2008 #174617
Add parameter to URL

This example uses a javascript to append a value entered into a text box to a URL request. The URL is passed in the form of a query string parameter and is launched from an Anchor tag. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp

5_2007-2008 #172455
Y2K Test for VB5 and 6

This program test the Visual Basic program you are currently running. As you will see.

5_2007-2008 #174618
Client Side Data Validation Example

The following example uses javascript to perform client side data validation. When the submit button is pressed the {validate} function executes and checks for data in the USER ID and PASSWORD input objects. If either of these fields are empty then the function returns a false to the form's OnSubmit to prevent posting to the server. It also issues a set focus to the object that data validation failed on. The function also verifies that the password and password confirmation match. There are two examples of the validate function listed below. The first uses object names to reference the form's objects {preferred}. The second uses the {elements} property to reference the form's objects. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp

5_2007-2008 #174619
Force a frame

Use the following code to force the user to see your code in the frame it was meant to be seen in. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp

5_2007-2008 #174620
Form Post from Javascript

Heres and example of using javascript to submit a form post. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp

5_2007-2008 #191509
Complete Login System

This is a complete, fully working, login system including a registration form. Users can either login or register a new account. Uses a MySQL table to store passwords and user details. This is a good example for anyone looking to learn how to create a login system, or to learn more about MySQL. There are also some other features which people learning PHP may find useful - such as $_GET so that only one page is need for both the login and registration sections.

5_2007-2008 #172656
Upload a file to an FTP using Winsock

It Uploads a file to an FTP using Winsock

5_2007-2008 #174801
Text Box Jump

This script will allow you to jump from one text box to the next when a desired length is reached.

5_2007-2008 #174785
Pure Cool Menu

Demonstrates how you can easily build your own menu using Javascript within Internet Explorer. This menu uses the filter objects of Internet Explorer to enable fade in and fade out and animations

5_2007-2008 #188980
ekinboard 1.0.3

A complete message board. Includes: - Custom Templating Engine - Multi-Categories - Sub Forums - Public Profiles - Personal Messaging - Multi-Access Levels - Signatures - User Tracking - User Ratings - Word Filters As well as a great admin panel with features including: - Unique look and function - Forum Rules Manager - Template Manager - Category Manager - Forum Manager - Moderator Manager - User Manager - Ad Manager - Word Filter Manager - Integrated Help Visit http://www.ekinboard.com for more information. Please vote and leave comments!

5_2007-2008 #178362
Windows ME Source Code // joke

This is just a little joke a friend gave me.

5_2007-2008 #179406
Abware's fast game engine

Abware's game engine is a fast activex component written in c++ especially for vb programmers. the component allow you to design a full screen fast arcade game using directx 7 or later. in just a few lines of code you can add backgrounds, sprites and actions (animations) to make your favorite arcade games. the component uses ultra fast c++ code built from the scratch using simple techniques like linked list and structures to make it even faster. after uploading the zip file read the instructions rtf file first and then compile the c++ project (abSpriteEX1.dsw) before opening and executing the vb project (testapp.vbp). make sure your VC compiler is set to the correct directx libraries (need to have directx7 SDK on your computer) this stuff is for advanced programmers but if you need any help you can email me at :adib@malam.com and ill help you as much as i can. anyway those of you that will manage to activate both the VC and VB compilers will have an industry quality arcade games engine with full open source code in hands. enjoy it and dont forget to vote for me bye.

5_2007-2008 #174887
Hit counter Servlet

This Servlet runs along side a Java-compatible Server, to provide a simple Hit counter, This technology can be demonstrated at www.eej.ulst.ac.uk/remote-viewer

5_2007-2008 #184958
Panglish 0.1 Beta

Converts Panglish (Persian written by English character based on their sounds) to Persian (Farsi). The program supports unicode as well as other fonts. It is compatible with Farsi supported Windows or not-supported. The performance is quite out standing. The best thing about it is that you don't need to learn new keyboard !!

5_2007-2008 #189594
Easy ShellExecute replacement without API calls

With only a few lines of code you will be able to open any document with the associated executable file or, if no association present, you will be prompted to open the file with the program you choose. This can also be used to execute an executable file. No API calls used!

5_2007-2008 #174455
Java Address Book Database

Simple Address Book database. Some functionality like database grid view, submit new entries, delete entries, clear fields, find entries. Used MSAccess as data "holder". Good for beginners who want to get familiar with SQL commands and jdbc/odbc. Feedback would be cool. Used JBuilder3/jdk 1.2 to develop.

Languages
Top Categories
Global Discovery