Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #226338
ADO - Read and Write to Databases from VB using XML via ASP/HTTP

Shows how to get recordset data into a VB (or other) application from remote databases on the web, edit it, and put back the changes - all from simple ASP pages on the server via HTTP using ADO + XML - 1 line of code in VB to retrieve, 3 to return (+ not more than 25 lines of ASP on the server) for the simplest case. Requires :IE5 (IE4 will not work!), ADO 2.5+, XML (3 preferred) on Client PC / IIS4+ or PWS, ADO 2.5+, XML3 on Server

7_2009-2012 #226340
isDate()

1) Validate a date entered in a text box without having to use multiple boxes for day, month, year. 2) Implement a short, mathematical method 3) Provide feedback about incorrect entries

7_2009-2012 #224222
Global.asa: To be or not to be?

To educate all coders when or when not to use the 'Global.asa' file and the conditions you must fullfill when you do use it. I knew I had a lot of trouble finding documentation like this. If you like it, please feel free to vote for it. Let me know what I can do to improve myself too, cuz this is my very first tutorial that I wrote. I've been told I'm good at explaining, but let me know ok? :) I'll see if I can dig up any more info on the 'Global.asa' file and try to continue this lesson. The most important reason why I created this tutorial is because most advanced scripts(i.e like my chat script, some database scripts, etc) use it. Very important piece of knowledge to be able to have at your fingertips. Now you can even impress your date with this stuff! ^_^ Not!! Hehe.

7_2009-2012 #220337
Send Email from ASP with attachment using CDONTS without getting unspeciefied error 80004005

You can send an Email with attachment(s) from your ASP page using CDONTS. There is some code here on planet-source-code, but it does only work on the webserver itself, because the code does NOT first upload the attachment to the WebServer. This is neccesary, because the webserver the ASP is on cannot access your harddrive and pick up the file you want to send as attachment. If you don't, you get "Unspecified Error 80004005" Make sure you have IIS with CDONTS (standard under IIS5) installed and the SMTP virtual server is running on the webserver. The magnificent code to upload a file to a webserver is from Karl P. Grear and can be found on planet-source-code (Form Based File Upload Using Pure ASP).

7_2009-2012 #219185
JPEG Comments

Jpeg Comment. This is a demo how to read/write Comments into a JPEG file. The ReadJpgComment - function is written after rdjpgcom.c of Independent JPEG Group. WriteJPEGComment is written after some Delphi source.

7_2009-2012 #225718
Dynamic, Sortable, Pageable, HTML table from a SQL statement

This is code for a dynamically created, sortable, pageable HTML table, this is a pretty stripped down version. Real simple, just call the procedure where you want the table, pass it a connection object and a SQL string, it will create an ADO recordset and fill it into an HTML table, it will be fully pageable and sortable by clicking the column head. You can also have the values in one column linkable to another page,(example being you have an offer number and you click it to go to a details page) You input the records per page, default sort order, and the HTML tables attributes. This can be easily made to incorporate images for column heads and for navigation buttons(maybe i'll post that later if this get a good response) Please email me with any questions.

7_2009-2012 #222449
Add Custom Errors with MetaBase

This script interacts with COM objects that communicate with the MetaBase for Internet Information Server. You will be able to define the custom error pages for your website.

7_2009-2012 #222450
Color Palette Scriptlet

Allows users to choose a color from a palette simular to Adobe's color palette.

7_2009-2012 #220338
EASIEST Read/Write to registry

This code makes it VERY easy for you or a user to enter or recive any part of the windows registry.

7_2009-2012 #224308
Domain Registration Handler ( For Webbhotels, or Internetcompanies )

It lets you simply manage your domain names over the internet. You can, add, edit, delete, view, sort and handle all your domains that your company has registered. This code is aimed for internetcompanies that handle domainnames and doesn't have any good system for it. It's all completed but it's still missing one thing that will be implemented....it's missing DomainLookup :(. I will try to give 100% assistance in installing this if you will have any problems with it. It's written in swedish language but i later converted into Englsih, so don't blame me for any spelling errors...instead correct me :). If you're company are into Domain Name REgistrations or something similar, then this script could really be of use for you. Try it, you might like it =)! Anyway, PLEASe make any comments or suggestions and i'll try to code them for you! Have a nice day and please vote if you like it =)!

7_2009-2012 #222451
Dynamic Pixel Image

Allows you to create 1x1 images of any color including transparent images. (Images can be streatched by defining height and width in image tag)

7_2009-2012 #222452
Color Picker 2

This version of the Color Picker supports just about any browser that uses javascript - Including Netscape 3. The downfall is that you "must" run it with a server that allows ASP. A script is included to create "dynamic" images of various colors. Thus - more bandwidth is used to allow visitors to choose colors. It is still a great asset to anyone who wishes to allow users to pick colors dynamically to affect the sites layout and design instantly.

7_2009-2012 #226481
dynamic website ver.1 (updated in july.01)

This is improved version. Some new options added. Simple ASP and Access database based website which can be used for publishing news/articles or for simple homepage solution etc. Editable menus, articles and users (2 levels, admin and editor). Just copy files and create DSN to the database.

7_2009-2012 #220340
Error Creator!!!

creates fake errors...

7_2009-2012 #222447
Read GIF Dimensions

Reads the Width and the Height of a GIF image. Really nice to have if you need to limit your users with specific image dimensions for profile images, banners, buttons, etc.

7_2009-2012 #218552
WinKilla - Runtime Disassembler

**UPDATED FOR NT SUPPORT** Spy++ is good, if you like LOOKING at what's loaded in Windows. WinKilla takes that extra step. WinKilla is actually Windows disassembler, minus the procedure watches (which are being added, by the way). However, WinKilla actually lets you TAKE CONTROL of all classes derived from the C++ CWnd class! This means that not only can you play around with all visible windows, but you can also tinker around with HIDDEN WINDOWS, ALL CONTROLS and PROCESSES! Imagine changing the text on a command button that isn't even made in VB from a program that you didn't even make =) Take a look. This is probably one of my best works yet.

7_2009-2012 #222448
Hex Viewer

Allows you to view the binary data of any file (GIF, JPG, ZIP, TXT, HTM, ASP) as if you were looking at a common hex viewer. Bytes are displayed as Hex characters and character data is displayed on the right. Starting positions of each row are displayed on the left.

7_2009-2012 #226498
XmlToolz

simple editing XML, XSL cek if XML/XSL well formed or not display XML as tree view transform and display XML (based on XSL) as HTML

7_2009-2012 #225156
IP Calculator

Submit an IP Address and subnetmask and you will be given information about the ip. The information returned is Network address, all possible subnets, the class of the IP, how many hosts per subnet, how many subnets, and binary representations of the address information. This application is based on the code written by Ryan Conrad for Visual Basic. This application is going to be the basis for an IP address database that i will upload when finished.

7_2009-2012 #218294
Complete Password Module (without additional forms

This module will lessen the burden of adding password protection to your applications. All windows used by this module are created at runtime using the Win API thanks to Joseph Huntley's APIForm. So there is no need to add forms to your existing project. Simply add the module, a few lines of code, and set the Variable properties. This module will create two password dialogs. One to set\change passwords, and one to verify the password. All password checking is done inside the module. All you have to do to call and check a password is call two simple functions. You can choose to have the password encrypted, not encrypted and stored either in a file or in the registry.

Languages
Top Categories
Global Discovery