Results for "Volume: 6_2008-2009"
Well, this is a zip file with two .mdb and an ASP script. with this you can transfer the data from one table to another located in a different database, after that you can download the second database, let's see an example: An office has a big, big SQL Server database, well they have 1000 clients that doesn't have an email, then they need the data of this clients for writtin the cards on a printer, well, this script takes the data from the sql server or another acces file and puts it into a database with only one table, but with the clients in order, with a link, you can download the file to the disk, ok? You can use apply programs for designing the cards, and after that the database is ready por printing the cards for the post mail.
RCA is used for most standard public key/private key encryption techniques. Due to its burden on resources, RCA is generally used to encrypt random session keys wich are then used to encode messages with RC4. RCA also brings digital certificates into the picture. This, and many other "public" algorithms using RC4 do not truly make the message secure. Encryption is performed in 8 bit blocks - or 1 byte. Typing "AAAAAA", you will see a pattern begin for form with the encrypted data. If someone were to look at the results from encrypting each letter of the alphabet, your data would be compromized. Also, the public/private keys are limited between a range of 1 and about 65000. This is primarily a starting point if you want to enable a more secure encryption scheme, or you just want to learn more about it.
Queries a WhoIs server for for domain information. Useful for people who want to sell domain names. This version uses the XMLHTTP component that is installed on most servers, so there is no additional need to install any extra COM objects.
This code pulls out all the nasty tags that a user sholdn't use when posting content. It also pulls out any javascript events assigned to any tags. A must have if you allow people to post HTML on your site.
Sorts a 2-dimensional array
This is a .bas module that contains a few string manipulation functions I find useful in the real word. MakeProper replaces the limited proper case functions of VB with code that will format your string in title case, but not force mid-word capital letters to lower case. So "John Smith III" or "MacDonald" comes out correctly if typed are typed as "john smith III" or "macDonald". Initial letters of words are capitalized, but other letters are left as typed. DateWord takes a date and converts it to the phrasing used on legal documents, so 1/1/2000 would return "1st day of January, 2000." MailingLabelText accepts a number of inputs and returns a UDT that offers many variations on the name and address for use in creating mailing labels and other reports containing name and address data. The proper business ettiquette is observed in that the presence of an honorific like "Esquire or MD" eliminates the "Mr." or "Dr." Look for an update of this soon with more functions for string manipulation. The other functions are used by these three. LogError is pretty useful, too, come to think of it! I don't care about winning any prizes, I just wanted to contribute to a site that has helped me out so much. Your feedback is welcome all the same. PLEASE STILL RATE THIS SO I WILL KNOW WHAT YOU THINK!
Ok...say you made an mp3 player (any file works..just an example). And you want the option in your application to make it default. This will make any mp3 file (or any other file) open your app!
This code will count the number of words in a textbox. A friend asked how to do this so I thought I'd post my reply.
With this code you can get your GMail contact list. It uses the WebBrowser control to do so. Please vote!
Click Here for New Version! This is stock quote ticker, which gets the latest stock information in real time from Yahoo! finance website. This script scrolls the text on the page without the use of Macromedia Flash or Java applet. My stock ticker is a good emulation of Java or Flash tickers because it pause on MouseOver and un-pauses on MouseOut. It include many advanced and convenient features, good error checking, and slick interface. Designed in only ASP and VBScript, this application can be quickly adapted for your needs. Enjoy and *** PLEASE RATE THIS SCRIPT! ***
Many still think it is not possible to use templates with ASP the CGI way (Perl/C++). Well, it IS possible! I have seen some script that simulate this, but not like this one. You can now have a completely template driven website in a snap. Templates can run ASP VBScript and/or show HTML to the user's screen. Take a look to the code and you will be convinced!
Make your own IDE using Batch Script. Just Copy-Paste the given code to a notepad and rename it as "Java File Maker.bat" and "Java Applet Maker.bat".
Displays a dynamic calendar in html using asp
Do you have any news web page? And the people who write the news, do they know HTML tags? Well you can use this function to give the same format to the text in an HTML page as in a Text Area Field, then users can write formatted text without putting any HTML tag! Is it right for you? Well I know you can do this much better, please comment the code, then it will be better for all. Greets, Pau Ferri. [email protected]
The purpose if this code is to help you understand how syndication is performed on the Web. You need only 3 files: - Syndicate.mdb (Access 2000 File) - ShowNews.htm - Track.asp (The Syndication function) With this way, XYZ.com (The content provider) can only update the DB file on routine basis and ClientDomain.com (the content receiver) can post the link and not worry about updating news because the content is being streamed/syndicated to you by inlcuding the link on your HTML page. Companies like iSyndicate.com use similar mechanism to provide content to its partnerts.
Procedures to perform common database functions
This is a simple demonstration of how to draw rotated text with or without an outline onto an image, and move it around with the mouse.
My head-ache medicine for programming cross-browser webpages.
This object allows coders to separate the HTML from their ASP pages by reading and writing to HTML templates. I've used it for the past 1 1/2 years, and it has helped make my code more maintainable.
This project demonstrates a very simple usage implementing a DataGridViewImageColumn. The project has been kept simple to allow a good learning experience. Nothing is needed outside of Visual Studio, all data needed is created via an array for the demo.