Results for "Volume: ASP_Volume3"
This will allow you to rotate any number of banners you wish at an interval that you set. It randomly picks an ad to be shown each time, making sure that the same banner isn't shown twice in a row. This new version also has fixed the problem with not working until the page has fully loaded, and added the following features: 1. Custom tooltips. 2. Custom status bar text.
This icludes the SML's (Simple Machine Language) tutorial along with the source of the new user friendly revised version. REMEMBER TO CAST YOUR VOTES--especially if you like it.
This is a menu, which has many entries, and when you push one, it pop´s up, and new entries are visible. Simple, but very usefull: And the Code is very short!
Thumb Plus is a Script, that views small pictures on a webpage, but when you click on it, the big picture is showed. When you click on the big picture, it will be closed, and you will see the Webpage. This is without more windows! I think it is great!
This is a slide-Menu, when you click on any menubutton on the left, the submenus will slde out. In order to close the submenus just click on the very same menubutton again. On the Submenus you can place Links or other things! It is very usefull!
General purpose utility routines enclosed in a class. All routines are static so you don't need to instantiate the class, just use it!
This class was designed to send important information to clients via email with password, Off-line connection on graphic mode. The same applet can be used to send a voucher, a greetings card, a money confirmation of a transaction and so on. The source code is provided so, you can customize as your needs (add music, change the encryption algorihtm, the logon window, etcs). How to use the afp.class: This is an applet that lets the user get information sended on an HTML encrypted page. To use, the user must be try three times to enter a password (Encrypted into the HTML). The special bonus is the facility of have a totally configurable information. Lets see the HTML: HTML> HEAD>TITLE>ESTADO DE CUENTA DE AFP HORIZONTE/TITLE>/HEAD> BODY> p align="center"> APPLET CODE="afp.class" WIDTH=640 HEIGHT=800> PARAM NAME=Mensaje VALUE="KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}2222222*643*161}Bw!3!ef!Nbzp*256*181}"> PARAM NAME=Titulo VALUE="010050NOMBRE DEL AFILIADO:|530025AFP HORIZONTE|490050CIUU:|010070DIRECCION:|220025ESTADO DE CUENTA DEL AFILIADO|015115SALDO A LA FECHA: 29/09/2,000|015205DETALLE DE MOVIMIENTOS AL 29/09/2000|015670OBSERVACIONES:|015595BONO DE RECONOCIMIENTO:|"> PARAM NAME=Pintar VALUE="005010620080000255255|005100620020000000255|005190620020000000255|005320620020000000255|005450620020000000255|005580620020000000255|005650620060000000255|"> PARAM NAME=Marco VALUE="001001630790|005010620080|005100620080|005100620020|005160620020|500100125080|005190620120|005190620020|500190125120|005320620120|005320620020|005320300120|005320400120|005320500120|005450620120|005450620020|005450300120|005450400120|005450500120|005580620060|005580620020|005580620040|200600200040|005650620120|005650620060|"> PARAM NAME=Imagenes VALUE="005010050030afplogo.gif|"> /APPLET> /BODY> Parameters on the HTML: Titulo: (Title) xxxyyyaaaaaaaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the text to draw and | is the separators between distincts titles. 010050NOMBRE DEL AFILIADO| Will set the title NOMBRE DEL AFILIADO on 10,50 coors. Pintar: (Fill) xxxyyymmmnnnrrrgggbbb|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits), rrrgggbbb is the rgb color and | is the separator between distincts fills. 005010620080000255255| Will fill a rectangle on (5,10,620,80) of rgb(0,255,255) color. Marco: (Rectangle) xxxyyymmmnnn|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits) and | is the separator between distincts rectangles. 005010620080| Will draw a rectangle on (5,10,620,80), transparent background. Imagenes: (Pictures) xxxyyyaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the image to draw (must be on the same folder where the class is) and | is the separator betwen pictures. 005010050030afplogo.gif| Will draw the picture afplogo.gif in (5,10,50,30) coors. Mensaje: (Messages) aaaa}bbbbbb*xxx*yyy}, where aaaa is the password, } is the separator, bbbb is a message with xxx as x axis and yyy as y axis. Each ASCII value will be rest on one (B=A,f=e...) to get their real value. KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}, where: KPSHF is the password (JORGE), and: Kpshf!ef!mb!Dsv{!Spkbt*256*161 Will draw Jorge de la Cruz on (145,50) coors.
The code connects to the specified database using the JDBC:ODBC bridge driver provided by the Java SDK It allows users to enter SQL queries into a JTextField and the results to be shown in a JTable object. I also implement a JTree object that shows the table structure with the different field names. This is really an exercise with JDBC and Swing because I used many Swing components that I haven't worked with before. I am pleased with the ease of using the different Swing components as well as the ease of working with databases in the Java language.
This class generates PDF Report from SQL query. Here's how it works: - Executes given query and generates HTML report first - Appends query reports to previous report(if any) - Creates a temporary HTML file and store that as HTML report - Creates PDF report for that HTML report by using remote application
Check this out! This code is not only REALLY simple, but has a lot of potential! Fully commented, and easy for you to customize. You probably have seen this function before, but it doesnt get any easier than this. Simply change the URL, and size, and your off!. It's like and 'a href', so you can put the script anywhere you put one. Simple, yet effective....LOTS more to come. Click on any of the sample URLs
SUPER EASY CODE!1 line is all it takes to stop users from either saving pictures on your site or viewing source.disables the right click. See the screen capture for the alert that comes up.Very easy to customize this alert...into, for example a copyright notice. Enjoy....LOTS more to come (note : this is not foolproof - nothing is...)
This ONE LINE of code will make a form stay on top of your application. This is good to use for toolbars, search forms, and so on. This WILL NOT make the form stay on top of all running applictions, only yours.
This is a simple program that I wrote for a school project. It basically allows a user to input student names, grades (i.e., 3.5, 4.0, etc.), and the student ID. Then it calculates the highest grade and outputs the name of the student with the highest grade, outputs all the B's (3.0 - 3.9), and the class average. It will also sort Student by ID.
Checks if a file exists. If you have anyquestions fax me at 1(305)847-0621 dont forget to visit my website for more codes and full program source codes + forms available for downloading
SUPER EASY! The reason i wrote this was to stop people from trying to put my site in THEIR framesetThis code makes it impossible for people to do that!
simple notepad application in java2.used advance awt datatransfer class to do cut,copy and paste. if there is any mistake please feel free to correct me please test it before using it!.... it is a program by beginner only Irene Margaret
A fully functional Telnet Program designed to give you ease of use and solve your remote access problems.
A Windows like calender utility for date selection.
This code adds allows you to add menu item's on your form while you are running it(runtime :)...
Ok, I ran into a problem, MS out of some odd wisdom didn't do as you would think with the defaultvalue of a data column. you would think it so simple right? In a database such as SQL server you can set the default value to a function, I can do this with a datacolumn too such as. column1.defaultvalue = system.guid.newguid Though this has an issue, if you use this in a grid you will see as you add new rows that the darn guid is the same. It's calling the newguid only once when setting up the table and it's holding that value static for the rest of the life of the datatable\datacolumn. This goes against common knowlege in how MS does things in other area's, such as the before mentioned SQL server using NewID() will get you a new ID each time. Keep in mind that even other funtions like Now() (which returns current date time) won't work, the defaultvalue will always be the same datetime. So I don't have a solution for the default, I have a different solution. Custom datatable and custom datacolumn classes. You will see in my custom column style that there is a new property called (autogenerateguid)if set to true then it will then set each new row with the correct new guid. Though this is all code based, it works for what I need it to do. It also features the use of an un-documented function and class. NewRowFromBuilder Function System.Data.DataRowBuilder Class I've seen other post's that show to use the rowchanging or positionchanged events in order to do the same thing, this example gets to the source of the newrow creation. What would be better is that if you assign a function that MS would call that function each time instead of this lame static method.