Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #95080
A PIC Browser

This program is a kind of browser that shows image files, like ACDSee. (Of Course This program is much humble than ACDSee.) Anyway, you can do many things, like magnifying, reducing, copying, pasting, cutting, scrolling, and so on.

Java_Volume1 #101467
Discussion Forum in ASP

Add multiple Discussion Forums to your site with this code. Users can post messages to various forums and view the message list in a threaded format (the message comes first, then all the replies, in a tree-like structure) It provides advanced forum features such as: Multiple Forums You need not create separate tables when you decide to add more Forums to your site. Just add a new Forum in one place! Threaded Message Display So you can keep track of the messages and replies. Each message forms part of a hierarchical tree. Complete Information on every message The message display includes a list of all replies to the current message, plus a link to the original message (to which this is a reply) Fully Customizable All the customizable aspects have been isolated into one file (CONFIG.INC), so you can modify the script without fear of breaking the code. Cookies to store names The same user need not enter his name more than once; cookies do the trick automatically. No hardcoded paths So you don't need to fumble when you are trying to run the script for the first time. All paths are relative to the current directory, and you can modify that by changing a Constant in ONE single place. If you're learning ASP, you can go through the well-documented code to see how records are inserted, updated and retrieved from a database.

Java_Volume1 #95081
Easy MAPI mail!

This code will help understanding the use of the MAPI controls

Java_Volume1 #95082
Cool Talker

Cool Talker is one of the most interesting programs for altering text. Just check it out, even if you aren't interested, it's a MUST SEE!

Java_Volume1 #101107
CBloobCtrl

This is a control derrived from MFC's CWnd class... it's more or less a worthless control... it doesn't do much but make cool little "bloobs" move around in the control and melts them together. Just a neat little effect to add to your MFC programs to catch someone's attention.

Java_Volume1 #101569
Login Authentication with 2 Files!

This simple file (2 files including the text file of usernames/passwords) allows password protection of web pages. It was created with 2 thoughts in mind: 1. User does not need access to the web server the script resides on (NT authentication is impossible unless you own the Web Server) 2. Needs no database access.

Java_Volume1 #101108
Almost The Matrix

Sorta like the matrix, works best in full screen mode(alt+enter), WILL ONLY WORK ON XP!!

Java_Volume1 #95083
Test IsDirty

(Added this Ziped Project to test the IsDirty Function Plus its easier than Copy Pasting for Ya) (Update 3/2/2000 I forgot to add the Enum To be used with the MyFormValuesOnLoad() Array But its in there now:) This code will aide in determining if Data has changed on a form. It serves many purposes. 1. To tell wether or not it is approriate to prompt user if they want to save changes they have made. 2. if the user wants to Reset or Undo changes they have made to a single text box, checkbox, or combobox Or all Controls at once(Works for control arrays as well).

Java_Volume1 #101690
Web Site Designing (HTML, DHTML, JavaScript, CSS and DOM)

"Web Site Designing" is a tutorial which aims to teach the Internet, HTML, DHTML, JavaScript, CSS and DOM. No prior knowledge / experience is required.

Java_Volume1 #95084
Icon It! (updated:06.04.02)

Program Iconizes A Visible Window into the start menu. I updated this (06.04.02). it now puts the Hidden apps icon and i fixed a few bugs. i have a screenshot now so you can see what it does without downloading anything.

Java_Volume1 #95085
Text Utilities (Hot!)

Welcome to the new generation of text editing! TU (Text Utilities) is a full featured text editor (like word) that includes TONS of extra features!! Some of the features are: Font Bold/Italic/Underline/Color/Size/Name at selectable areas (like a real text editor), Alternating Caps (to give you a better idea of what these functions do, I will put in examples of what happens to the string 'Test' when put through them: tEsT), Backwards Text (tseT), Screwed Text (¯|¯ë_/¯-|-), Spaced Text (T e s t), Doubled Text (TTeesstt), Echoed Text (Test est st t), Scrambled Text (tTse), Twisted Text (eTts), Mixed Text (sTte), Encrypt (the MOST advanced encryption on planet source code, to have the encryption alone in a project, look for UE: h÷4y), Decrypt (h÷4y -> Test, duh), Basic Encryption/Decryption (¨š³¸ or ¨š³¸ -> Test), Basic Code (xTWGeuesUetS), Basic Decode (xTWGeuesUetS -> Test), Code 1 (one itself slow medium), Code 2 (AN NA AT AN), Decode 1 (one itself slow medium -> test, NOTE: Code 1 converts to lower case), Decode 2 (AN NA AT AN -> test, NOTE: Code 2 converts to lower case), Code Binary (01010100011001010111001101110100), Decode Binary (01010100011001010111001101110100 -> Test), tons of options, 3 games, saving/opening ability, encryption key saving/opening/printing ability, toolbar with runtime customization, and MUCH MUCH MORE!!! A must have for ANY programmer!!!! Compiled version also included in .zip file. Please visit my webpage at: http://hfubb.cjb.net/

Java_Volume1 #101700
Site File Manager

Site File Manager, Let User Manage, UpLoad, Rename, Delete Files with a Internet Browser. Also includes a Admin page for setup new user.

Java_Volume1 #101585
Superb Mailing List (One of the Best see screen shot)

This is one of the best mailing list in PSC. It covers all the basic of ASP...and therefore teach you many new things... If you like this, then please vote for me

Java_Volume1 #101703
Basic Date & Time Script

This code only puts the current Date & Time on your website. IT's very simple, BUT I haven't found it anywhere else on this site, so I decided to put this script up for you!

Java_Volume1 #95086
Create Custom Textbox Popup Menus

This code allows you to display your own pop up menus when the user right clicks a text box

Java_Volume1 #95371
A Unlimited Undo and Redo featured RichText Editor

This code shows you how to create Unlimited Undo and Unlimited Redo, along with Cut Copy, Paste, and Select All features, in a RichTextBox Control.

Java_Volume1 #95372
UPDATED: Vampsoft: Scrolling Credits w/Example

######## SOURCE w/Example ######### This is the easy Scrolling Credits, i have ever seen.. all you do is include the OCX then drag it on form....you can customize it too you needs. Like 3d or not, bordercolor, backcolor, forecolor, and more..... Hope you like it By the way i made this code cause i was sick and tired of programing credits each time i wanted to make a program... this is 100% easier

Java_Volume1 #95373
FormWinRegPos

This Procedure can be used by AnyForm to Get or Save the Form Position from the Windows Registry using SaveSetting and GetSetting :)

Java_Volume1 #101109
a Banking project

It is a banking project

Java_Volume1 #101591
Detect if Cookies are Enabled with 1 (that's one!) line of code

In looking for an easy way to detect the client browser's cookie settings, everything I've found has been complex. Each example I've found requires a page refresh or redirect to itself. This severely hampers true application development as the Request.Form collection is then cleared. This code is something simple I stumbled on and it works (see explanations).

Languages
Top Categories
Global Discovery