Results for "Volume: 7_2009-2012"
Show or hide form elements based on the value selected in a dropdown menu.
Shows how the Graph ADT(Abstract data type) can be used in such situation like calculating the shortes route between airports or similar situations. (Please vote if you think its worth it)
It shows your computer's BIOS time. Make sure you don't run it on Windows 2000, becasue Windows 2000 does not fully support BGI in Dos.
This is for Visual basic users also: this will show you how to create a exe with no compiler, linker, anything just pure machine code. Please vote
Search the internet for web pages or files from your VB App. 8 common search engines: AltaVista, Excite, HotBot, Infoseek, Lycos, Yahoo, SoftSeek, AudioFind An easy to use function. You can add as many Search Engines to the Search-engine list as you want, this list contains 8 search-engines. One of my lists contain 24 common search-engines. Use like this: SearchTheWeb Inputbox("Enter search-words:","",""), wAltaVista
Create custom calendar control using Javascript. You can modify the heading, colours fonts, click events and year range. Please vote for this code if you like it and use it. Thanks. http://www.webelectrix.com Please Note: this code can only be used by direct permission of the author, or Webelectrix. This code is only allowed to be used in it's original format, and is only licensed for free use, for a full license contact Webelectrix.
A simple explorer clone. It is heavily commented and shows you a way to show alpha-blended icons, extract icons based on extension or from files themselves, a simple (or recursive) way to collect information about drives and folder, and some other useful stuff for the in-experienced vb.net programmer.
This is a class that will get CGI data, decrypt it, and then put it into an array that you can access easily. ie some_variable = array_name['whatever'] would get the data from the HTML form item "whatever" passed to the program via CGI and put it into the variable "some_variable". Comes with instructions and a basic example
This piece of javascript will make words follow your mouse cursor, very smooth, possibly the best code for this type of thing
This is a High speed parsing class that uses Regular Expressions. The class is threaded so it will not slow down your application. The class has (built in) the functionality to parse links, images, email addresses, and html tags. The class will parse substrings also, for example a HTML link will be split into three items - the complete tag, the link in the tag, and the display attribute of the tag. You can tell it to parse data using your own custom regular expressions so it is possible to parse virtually any type of information (not just web pages). In my test I parsed a 360kb HTML file an found 12,215 hyperlinks in just under one second.
This is a very simple calculator to work out simple calculations.
I once checked on this site for a pong game,surprisingly I did not find any,so I tried to make it myself. And here you have it.I have updated my old version. Please vote for me,this version is a whole lot better. It's got random bricks that make things interesting. When the skill level changes,the background changes.You can make the applet any size, just remember to make the size of the backgrounds the same size as the applet. The game has more than one ball. To change the amount of balls change the size of the array (ball). To increase the amount of bricks change the brick array. This version also has sounds. A two player game has been added too. Check out the screenshot if you're not convinced. Enjoy!
This is for programmers of all langauges.This will show you machine code commands so you can build your own assembler.This way saves so much space and speed you can make a exe less then 10 bytes
This is the first code that I wrote. What it does is (you maybe able to guess by the name), When you scroll down a page it comes up with a pop up. If you want to see a live demo go to www.chrishenson.8m.com/onscroll.htm Also see my other codes - OnResize Pop Up & OnLoad Slide Out.
Very simple Paginator, see the snap for more details. Any comment are wellcome.
UPDATED: Now supports database backup (optional)! Backup your whole website in zip format, get it via mail! Who doesn't know how important it is to backup your site/blog often? Again, if you use dynamic sites such as Joomla or a forum (e.g. IPB), there is always a risk to be hacked, no matter how security concern you are! In my experience, it is not always easy to regularly maintain backups, especially, if you don't have a good internet connection. What if your site prepare backups for you and send it automatically to your inbox (Gmail, perhaps)? This script do the same: icon11.gif Backup your whole website/blog by compressing it in zip format icon11.gif Split the zip files to smaller size so that you can easily get them via mail. (Gmail doesn't allow attachments more than 10 MB, this splitting solves this problem) icon11.gif Send backup files to you via mail! Without relying to basic PHP Mail, this script send mail via SMTP (authentication supported), which is much more powerful. In our test run, it could send 250 MB backup file in small 9 MB pieces each to a GMail account!
ICIT Alumni is Complete Alumni students information for Universities & Colleges. Alumni is a Complete Source of Information For all Grudges and post Graduates students ,This is for all those students that passed from Universities. The alumni is designed by farhan amin using most reliable and top leading technology PHP. alumni is complete in itself , it consists of admin Control panel, named as "Admin" specific user name and password is provided to get control or delete specific entries from alumni. alumni also provide best features like searching, updating, deleting, and login and logout facilities.
This code lets you input up to 3 banners and it rotates through them without refreshing the page. If you want to cycle through more than 3 banners it is very easy to make this code work for as many banners as you want.
This code displays all the basic 127 ASCII characters numbered so you can know which number that character is if you want to use it. Plus a highly detailed description of every line and a small tutorial on displaying ASCII characters that you program in C++ with a sample program in the notes at the end of the .cpp file.
Its just a game of tic tac toe but 1 player mode can be quite addictive.