Results for "Volume: C_Volume2"
To Provide a Recordset Template (view,execute,edit,Add new) To Provide a Database Connection Template (ORACLE and MS Access)
Simple ASP codes showing "Survey" and online quizes
This code does nothing more than take a word or phrase and convert it to Pig Latin. Now, it is not finished, as I need to somehow figure out how to take in account punctuation. It is almost there, tho, and any suggestions would be nice.
Let your users upload files through their web browser to an IIS web server. Previously I uploaded a WSC version of this code but many requests came in for a non Window Script Component Version. This version is extracted from the WSC into a simple .inc file that you can place on your own web site. Thanks to Vadim Maslov for the original work that I cleaned up and added the SaveAs function and ASP implementation sample to.
A Cleaned Up SysTray Example
Helps Your Site Get More Clicks On Your Banners And Helps Your Users Have More Fun!
Allows you to play chess against another person, no AI here I'm afraid.
This gives an alternating line color on tables, it also allows a realtime highlighting.
Retrieve the user currently logged on in the existing Microsoft Outlook session.
I found a java class called "jahabi.class" which diplayed excellent fireworks. I decomiled it and changed it over to C++. This will show you how to render a bitmap using SetDIBitsToDevice() and creating a bitmap using CreateDIBSection(). This shows you how to manipulate a bitmap's bits in memory. Great for fast processing of graphic effects. (does not use DirectX or OpenGL)
Put your pictures in several directories. Change the path in portofolio.asp A thumbnail will automatically be created. U can define the numbers of column, the size of the picture in the thumbnail. A Message will be on the screen while loading. At the end, click on the small picture, a popup window will be open with the picture inside (size of the popup can be changed). Enjoy it and rate it if you like. Don't hesitate to see the "Tree Menu based on Directories". The same idea : No Databases, only a structured web site. Of course, you can mixed both script. Enjoy it
Simulates a cool/flat button. Easy and simple. No API's or advanced codes. Could be used but coding is really newby-ish.
This is a very basic 2 player chess program. I was required to make a graphics program for a computer science class using the CMU Graphics package. While this is an easy to use package, it is limited in it's uses. This program has some inherant limiatations. First, since only jpeg support is available, I had to make twice as many images (since jpeg format does not support transparent pixels). This program will not detect check or checkmate as I did not have time to implement these features. As you will see, there is no undo feature. This could be somewhat easily implemented. The largest error I made was with the way pieces are stored in memory. They reside within a 8 x 8 matrix but have a wrong orientation. This makes it extremely confusing to calculate the ammount of pieces between 2 positions diagonally. Please read the Orientation.txt file for more information on this problem. Lastly, I have implemented a feature that blacks the screen when the window does not have focus. This is part of a somewhat complex system to reduce flickering graphics. When left unchecked, the graphics will flicker at annoying rates.
*UPDATED 10-23-00* Now with more options, including multiple select, size, and default selected option. Quickly and easily creates select list combo boxes from a database for your web forms. Uses .GetString rather than recordset looping.
The MOST ADVANCED Screen Saver Funtions. Updated again 3/1/00 from the old one on 7/9/98 BIGGER & BETTER THAN EVER. Has Pass Cracker, Pass Tester, Pass Changer & Other functions making this a great learning project for all.
Nearly every line is commented, so I'm sure you will understand it This script shows how to make an efficient script by storing Function and other required thing in different script. It also shows how to make Subs and Functions. If you like this piece of code then please vote for it Thanks
This submission contains two programs, one for copying CMOS data from the memory to a file and vice versa, and one for deleting the CMOS password (and why it sucks). I created this program in my old Turbo C++ compiler. To compile in other compilers, try replacing with and replacing inportb with inp and outportb with outp.
This was my Operating Systems Project for the Spring 2003 semester. It is very interesting and has a nice OOP (object oriented design). It simulates a CPU switching Processes and you can choose between 4 algorithms. this includes: Preemptive: i)Round Robin ii)Shortest Runtime Remaining Next Non-Preemptive: FCFS (First Come First Serve) Shortest Runtime Next Remember to vote
Did you ever want to search for files using your web browser instead of the MS Find Files program? This ASP file searches your hard drive (or web server) for files containing a given string. You can specify a string to search for and the directory to search in (or leave the default c:\ directory).
This will export the contents of a listview into a new Excel Workbook.