Results for "Volume: ASP_Volume3"
This tip is the most powerful bit of code I've ever come across. It will act as an exe but with no need to compile. However you must have either Win 98 or IE5 for it to work
PHP-Flash-Database Demo. Requirements * Macromedia Flash I've used Flash Mx 2002 * Webserver with PHP I've used Apache 2.1 with PHP 4.4.0 * DataBase I've used MySQL, but you can use any. This simple program will demonstate, how to communicate PHP with Flash and Databases. you can contact me at ninethsense@yahoo.co.uk Thank you PRAVEEN.
This is a code that someone by the name of Jared Collums had submitted. I took it and changed it so when someone right clicks on your web site it says "Please don't steal my source code.(Click again and something bad may happen." And the second time they right click your page instead of an unremovable messagebox popping up it just shuts down there web browser or if they are on AOL it closes AOL.
this is a fun little rpg. You move about the map by pressing the arrow keys. All made with an array!! You can attack trolls, Gnomes, and humans. Compile the main.cpp and it will work if you go to http://ais.cms.k12.nm.us/~cmerrill/KCRPG.EXE thanks - kc
A simple Bezier spline implementation. Allows the user to select control 'points on a picture box and then draw a Bezier curve between them. NEW!! - User can now move control points!!
Debugging Client Side Javascript with Visual Interdev, allows you to step through your code one line at a time and test the variable values.
'This is a much improved version of the cool form close code submitted by Jas Batra. It shrinks the First of all, it is in function form, second it is a 'lot' faster and smoother. Code is fully documented for beginners.
The following code does two things: 1) Opens a new registry key if an existing one doesn't exist and writes to it 2) Reads the existing data in the key, and applies the data to the form using the SetBounds(); function. The code looks VERY cluttered and there is a fair bit here to put on one page, so i have uploaded a .txt version of the following code that is structured and ready to copy-and-paste!
'This function can be implemented anywhere to finish off a word in a textbox using a list of words with a custom delimeter. It is fairly complex and difficult to document, so bare with me. It also uses the amazing extract argument function written by another code of the day submitter. I have spent lots of time fine tuning this code and making it as flexible and foolproof as the one used in Internet Explorer 4.0.
I just quickly improved this screen wipe function written by Jesse Foster. It runs a bit smoother and is usable as a function for any form. Just drop it into a module. Also, I made it work so that it is 'public' not private.
ClassDoc examines a java class file and saves the results to a file called "classname".txt where you can find information about the interfaces, methods, modifiers and the superclass given by command line parameter.
This a complete "online-reservation for a rent-a-car business" done in PHP + MySQL. I have done this project last year for a student thesis here in the philippines. If you like my code, feel free to vote for it!!
It generates a Graphical EAN Bar Code(like my Visual Basic Bar Code Generator). Sorry but it hasn't currently any documentation and I havent used the switch command because I used the Code from a Bar Code Generator I made for my Palm and this doesnt support some commands.
A windows that pops up when you go to a webpage. But this is not an ordinarry window...? Dont forget to rate it excellent.
The class contains Static methods that allow the class user to work with a file. save, read, save as and open file dialog and some other methods. Please note that both classes are included here. FileHandler and FileFilterExtension. PLEASE RATE IT.
Control the input in a textfield. Limit the number of characters allowed in the textbox and block unwanted characters.PLEASE RATE IT.
Let's you launch the uninstall for your application from within your app
I based this code on the announcement box by jim sliver which can be found at http://www.dynamicdrive.com/dynamicindex11/abox.htm. I didn't like the way the browser would move to another window if you wanted to view a thubmnaild image and I hated frames and pop up windows, I made a script that means you can view the image without leaving the page you are on. Whats more the new image can be moved around the screen like a new window...take a look at http://www.nexusjnr.co.uk/thumb for an example. Rate the code k.
Password Protect your Website for all javascript browsers with only 1 line of code!
Simply counts the number of lines in a textbox (the textbox should be multiline=true, otherwise it is pretty useless). Put this in a module so it can be reused.