Results for "Volume: 2002C"
Shows tooltips! You can customize it. If you use it please send me an email. Email: kf4zpb@kf4zpb.8m.com Also it took 5 minutes but it is awesome. At least I thought it was better than the regular tool tip! You can have multilines with this one. Look at the screenshot so you can see what it looks like. Thanks, Carroll Dearstone
This program demonstrates how you can take a table from a database (MS Access only in this demo) and convert all the records in that table into an HTML document for viewing in a web browser. With very little effort, you can add more HTML tags, more records, etc to have a really nice looking web page. I'm working on one that will use SQL statements to get certain information, instead of the whole thing. The code is well commented, and any questions can be directed to me
I looked for a way to format the date into dd/mm/yyyy server side. not much here so here is a one liner for those who need it.
It has three facilities: Phone book, Documents uploading/deleting facility, Sending emails. It needs a IIS(Internet Information Server) with CDONTS object.(..for email).
Ever wanted a quick-and-easy file association for your application? Sure you did! this is it and all in 4 functions: 1. Associate - Associate any file type with your app 2. Remove Association - quicly remove it 3. Backup Association - dumps an association to reg file 4. Restore Association - merege backup reg file/any reg file to the registry
Concatenating is not very efficient in VBS, especially when a large number of small string are concatenated. Here is how to speed it up
The purpose of this code is to provide any user with the ability to 'Format' various date & time related information as the user desires. This includes the usage of normal strings amongst the code.
BoS - Beta 2 Version - Now with a NEW green skin, an installation readme, a skin creation readme that describes how to make your OWN skins for BoS and bugfixes for lower screen resolutions.
What i did was Make the Code Much Shorter, Went from 25 Lines of Code, to 9 Lines of code.. ORIGINALY DONE BY: thuggish_187
This is second version of my Chat-Gofrin. 1. Manual is big and I can't upload with code on PSC. 2. If you need manual(and I think that yes) then you can download it from my homepage www.volny.cz/gofrin I add some new function (smiles, admin page, now user can edit his login information and lot of other ...). I hope that you will like it. Gofrin
This is an exmaple of how to use xml as a guest book. Simple node creation and data insertion, then taking the nodes and outputing them to your guests. I've also added paging to only view 10 at a time. Its heavily commented and i try to give as much explanation as humanly possible. Please give comments, criticisms and quetions. I'm relatively new and need it.
LabDev sBuilder is designed to automate the boring task of building a Form & ASP page to receive and process the values submited; Once stablished a Connection, it generates all the necessary ASP ode for you, to manage a particular table; It generates code for the Form, Request.QueryString & Request.Form, Sql Insert, Update & Delete, and Connection Obj/String :-)
This code provides an IsNull function like that used in SQL Server. This allows you to check if a variable contains null, and if so return a specific value. This can prevent you from having to write things like iif(not isnull(rst!FieldName), rst!FieldName, ""). For new programmers, especially those working with databases, you will quickly become aware that trying to access a database field that contains a null value often results in the dreaded error #94 - Invalid Use of Null, which means you constantly have to write code to trap for that possibility.
This code will help make your code more common, and provide simpler viewing for the Request.Form collection, by allowing the developer to place the entire Request.Form collection into a single Sub, therefore helping to organize your code a little better. We’ve all seen the type of code where Request.Form’s are done many, many time throughout an ASP. It’s hard to keep track of, right? Well, using this Sub will help you to organize your code, and your form collection.
do things to the mouse pointer. Set where you want it, lock it in one place etc.
This code will hide the location of the file the user will download from your site. It's not fool-proof, but it will help in avoiding other sites to download your files directly. If you have any suggestions on impovements, please feel free to give me feedback.
A calendar date picker which allow easy input for date in textbox. Only works in IE4 & above. IE6 supported. The current supported date format is mm/dd/yyyy. Make sure the path for the file calendar.js and datev2.htm is set properly.
Make a program that has all your programs in it.
True Casino Style Blackjack In ASP This game was written to simulate a casino style game of blackjack. It has great graphics, and a high scores table feature, along with realistic blackjack situations. I designed it because I couldn't find a true asp realistic version of blackjack anywhere online. So here it is! Just give some credit if you use it! Peace ö
Voting poll with: cookie protection, ip blocking, poll start and poll end date, last chance to vote banner, previous polls, full administration with password protection (adding/editing/deleting polls, adding/editing/deleting admin/moderator users). Admin user can add/delete/edit poll (it has status 1), moderator (status 2) can only add poll (email is sent to admin that new poll is in the database). main poll site is poll_inc.asp which is included in main_site.asp like SSI (integration on your site). You must include in your site, javascript and css stylesheet... see poll.txt. Setings: You must set write/modify permissions for the folder in which is database (for guest acc) If database is not in folder fpdb (www.yoursite.com/fpdb/poll.mdb) then change the line - server.MapPath ("fpdb/poll.mdb"). Poll uses MS Access 2000 database.