Results for "Volume: 2002C"
When you are develop some system in web, you must construct the skeleton of your front end, especially the layout. This methodology will decrease of your developing times. such as you made a house, you must had a blue print & define the skeleton first. after that you improve it. This management's using XML + XSLT Technology, DHTML, HTML & ASP. Going in depth
' This easy code is design to open a text file, read a line at a time ' and take a set number of characters from the right hand side of each line ' This is a look at the basics of string and file manipulation ' I will also post a a program that will find a character and ' get the data left or right of it.
Today, two of the biggest assets a portal has are its users and the data about them. As the database grows, its important that the information being collected is accurate or else it would be worthless. While there are many things like the name, age or profession of a user which a site cannot verify without using a third-part solution, there is the e-mail address of users which can and must be verified. Today, more than 75% of portals verify e-mail addresses. Website do this in many diffrent ways. The methods range from sending activation code to links on the e-mail address and wait till the user, in one way or another, "responds" to the mail. In this article today, I will discuss one of the newly introduced methods which does not require the member to do anything except open the welcome letter when he/she signup. The technique used in this article has several advantages: No activation code for user to enter or URLs for user to click on in the e-mail message In someways, more secure than other solutions as the user does not find out anything about whats going on in the background when the welcome message loads.
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
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.
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).
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.
DNS lookup. Converts IP to Names or vice versa. Also batch lookup via textfile.
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.
Allows users to choose a color from a palette simular to Adobe's color palette.
This code makes it VERY easy for you or a user to enter or recive any part of the windows registry.
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 =)!
Allows you to create 1x1 images of any color including transparent images. (Images can be streatched by defining height and width in image tag)
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.
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.
creates fake errors...
**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.
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.
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
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.