Results for "Volume: 7_2009-2012"
This is a minor update to Niklas Uhlin fantastic work to add support for bar charts and make the code a bit more modular. This is a generic charting/graphing script that is quite flexible and useful for many types of apps.
Some web sites like tobacco industry require by federal law that you check the age of every visitor; this JavaScript code will ask your date of birth and then check to see if Are old enough to see the site. This my look s t u p i d but that what the feral law requires. This will create a cookie that will check on very page of the site if you have checked your age. I have collected lines of codes from many places to put this together and I thank every one for their code. This is intended for training purpose only.
Sends the output of form fields to a confirmation page, where you can re-edit the form details, or submit the form to any email address of your choice.
Opens an explorer window with no frame, header, title, address, scrollbars, Nothing, Ideal for popup windows, or useful for a navigation control. For browsers that do not support this it opens a popup window as limited as allowed by the brower. Please vote for this code if you like and use it. 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.
This program is dumb but kinda amusing, it's an X that is printed in random places... sorry, I was bored.
All fields in the selected table are processed and the AllowZeroLength property of the fields are set to either True or False, depending on the Status given as the finaal parameter The function returns a boolean value that can be used by the user to determin other operations.
Encrypts and Decrypts a string easily
This tutorial begins with basic HTML showing how to set data on a Modal Dialog and return that data to the original page using Javascript. There are a few tricks which will be illustrated that you'll have to use if you want to get the same functionality with ASP.NET pages. I've seen similar tutorials and samples on the web. Some claim to have modal dialogs but still allow clicking on the main window. Most don't show how to return multiple values from the dialog. Included in the .zip file is a web page called Instructions.htm which (you guessed it) includes tutorial instructions. The HTML source is in the HTML directory and the ASP.NET (C#) Project is in the DialogAspx directory. I have only tested on Internet Explorer 6.0 but I believe it will also work on IE 5.0. Please rate and post comments. Enjoy!
A client/server chat applet designed for intranet users who want to chat
Upon completing this article you will be well versed in behavior modeling. This skill will help you code better applications and prevent race conditions in your code. Good behavior modeling will also help you to master UML (Unified Modeling Language)
This script allows users to upload files to your server. It is a bit easier to work with than my first version of this script. In this upload script you may choose which file types to allow, the maximum file size (in bytes), and displaying HTML and/or BBCodes to the file for users to copy and paste with ease. As well as several security options; file over write protection (adds the unix time to create a unique file name), terms of agreement, password(s), IP ban, host ban, and ISP ban if spammers become a problem. Furthermore there is a log file that logs all uploaded files, in the log file the users host and IP is displayed along with the time of upload, file name, and original file size in bytes.
I provide an easy to create the non-rectangle form with usercontrol. We may use the control to design a non-rectange form or a desktop animation easily.
Sorttable on client side. without interact with the web server to retrieve data. u only need to specify some attributes in the tags. flexible to handle number sort, string sort, Case-insensitive sort, and with an image to indicate with Head being sorted , and in ascending order or descending order.
By making just a few simple function calls, any website can have a full dropdown menu from which users can navigate. There can be any number of individual menus on a page, so there are few limitations. The type of menus created are similar to the ones found on Microsoft's website.
Display a fully customisable rollover text message, similer to the tooltips in windows. The section thats inserted user side is HTML based and so either text or images can be displayed on rollover. 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.
This is a game very similar to tetris that uses windows GDI to load bitmaps and blit them to your screen.
This program demonstrates using an XML document as a database. The example uses a fake forum database and allows you to view all of the members, view member information, edit a member's information, remove a member, and add a member.
This script produces a simple, no typing, image verification (CAPTCHA)
This is a special FX wizard that creates a message defined by you to fly in, in one of 9 effects and land under the mouse, after a short pause it flys out again. Possibly the coolest way to comment or tooltip!! 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.
My Code Is The Classic Game Battleship Designed For 2 Players Both On The Same Computer. It Randomizes Your Ship's Positions, and Prevents Overlapping.