Results for "Volume: Java_Volume1"
PHP IN HTML This Article , will let you know how to include a php file inside a html file , using inline floating frames.
Vote for me, if you think this code is good and useful to you. Full Version File Manager for people whom have installed PHP on win2k server or pro OS. You can easily changed the PHP functions to suit LINUX server. Here are the functions available: 1. Uploading of Files - Allows you to upload 5 files at a time. Changeable to upload more files at a time. Uploading files are scanned by Norton AntiVirus. (Only if install on the Win OS) 2. Deleting of Files - Able to delete files by selection or by all. Configure the include file and allows you to switch off the delete option. 3. Create Folder - Allows you to create folder at any point. 4. Delete Folder - Able to delete a folder with or without files inside. 5. Edit Files - Allows you to edit "acceptable format" files online. 6. Unzip Zip File - Able to unzip any ".zip" file on the same folder or into a new folder. 7. File and Folder Icon - Display standard file and folder icon for all files and folder, for easy recognation of types.
Nova-Shoutbox 0.2 is a complete rewrite of Nova-Shoutbox 0.1 which was based on a tutorial(I was a noob), introducing a template system drivin by css. Update: due to an error in zipping this script you have to edit post.php and change the redirect to your url
This will tell you the time when your computer starts in miliseconds.
My code Merges two Files together and puts them into a single file.It is a windows proggie but the code will also work under dos or other os's.PLEASE VOTE!
This code is for those people who want to open up folders/directories as separate windows, as compared to the alternative fileboxes.
This program performs a low-level hook for the keyboard using the Windows API, and provides programmatic interaction with these keys. You can either allow or prevent keys to be processed. This application prevents Alt-Tab, Alt-Esc, Ctrl-Esc, and the Windows key. Ctrl-Alt-Del is still enabled. This is very similar to the "Disable Low Level Keys" provided by MSDN, originally in VC++ 6. This has only been tested on XP Pro.
It's an example of using a few controls on a dialog box. The program doesn't really do anything useful.
This code demonstrates how to use system tray icons. Currently only works with MFC based apps. Look at the source, if you find any bugs, or have any comments, I will try to fix the problem as soon as I can.
This program will help u get any windows handle and then let you change the window's title through that handle. Gives u a good learning of how to have fun with handles and how to use them..
A cool and easy Alarm clock, that lets you set a personalized message and uses an API function to call alarm wave file. An Excellent way to learn how timers and controls work, and how to work with the mmsystem.h header file for sound playing functions!
Converts a name or word string to a four digit code following Soundex rules. Similar code is used by geniological groups and the US Census Bureau for looking up names by phonetic sound. For example, the name Darrell can be spelled many different ways. Regardles of how you spell it, (Daryl, Derrel, Darel, etc.) the Soundex code is always D640. Therefore, you assign a field in your database to the Soundex code and then query the database using the code, all instances of Darrell regarless of spelling will be returned. Refer to the code comment section for more information.
Simple video player. A good example for beginners. Can play AVI. MPG, MPEG, not sure about DVD encoded videos. Features include: play, pause, stop, tracking, mute, zoom in and out, and fullscreen. If you like this then please vote.
This is an Outlook Bar. I prefer to call it OutLook-a-like-bar but to not get into "nag nag outlook is a productname" I called it WBar, where the "W" stands for the first letter of my name.
Register a system wide hot key
This will extract words from a file and keep track how many times word occurs.After inputting all the words in decending order of their frequency and output the words and thier frequency.This also do rehashing ,every time program does a insertion it check to see whether the table is more than 50% full after the insertion and if it is ,it reallocate a table of approximately twice the table size as before.Each time it rehash it print out the table-size the average number of probes and max number of probes for that table.It uses Quick Sort.
When you are creating a sort of Setup program, etc. sometimes you want to replace some system files or delete some other files, however if they are in use by Windows at the time, you can't. You need to update the files after rebooting, you know that message that says "Please wait while windows updates your configuration files", the utility that does this is called Wininit, and here's how to use it! I've included a small example that should work under Win9x/ME/NT/2K/XP.
Bank is a simulation of a real ATM machine program which allows you to make deposits, withdrawals and other banking events.
The following code will add great text effect to your applications. It changes the spacing between the characters. By changing spaces, the characters move on the screen.
This is just a crappy tic tac toe program using mfc i did for a c++ class.