Advertisement

Results for "Category: Internet/ Browsers/ HTML"

ASP_Volume2 #41482
A Win Chat V 1.1

This is an Chat program that works over the internet and LAN! Works Fine!

ASP_Volume2 #41510
Group Chat

It's simple CHatting software using MFC.

ASP_Volume2 #41538
HTTP Request Response Header Viewer

This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.

ASP_Volume2 #41539
SendFile

Send files through a socket. Includes client and server.

ASP_Volume2 #41551
C Sockets (Windows and Linux!)

Shows you how to use Sockets in both Windows and Linux. Has 3 examples for both operating systems! in a total of 6 programs with screen shots! Has a help file for windows users just in case they cant get it to comple. The example programs are: Client, Server and IP Address lookup program.

ASP_Volume2 #41559
Bannerscan 2

Bannerscan 2 is a portscanning program using winsock instead of raw sockets. Like my first Bannerscan but now supports range scanning of ports on a single IP. Full description etc in the /* Header */ of the source! Please give me feedback and vote for this code ;)

ASP_Volume2 #41581
^!!~ A better HTML Source Grabber/Stealer ~!!^

Simple example of how to grab(some people like ti call it 'steal') the HTML source of a page from a application... There are a couple of examples here at PSC, but they are not very good because they use ReadHuge to store all of the data in a buffer which can cause memory problems, incomplete page sources, and of course ugly boxes due to no carriage returns or line breaks... This ReadString version is alot more efficent... It works 100% in MFC... And since this code is so easy to implement into virtually any project, I am NOT going to post the project files unless I get alot of requests

ASP_Volume2 #41630
AnkiChatter

Hi friends AnkiChatter is a multiperson chat server compatible with Linux as well as solaris system. You can start the server on one machine and then telnet to port 7989(ankichatter port) from different machine or localhost. It can be developed in to a much powerful chat server for any college/school project or for commercial purpose. The data structures are designed in the way to make it powerful but due to shortage of time I was not able to add some more features to it. That's why some part of code is mysterious( but program is simple ) because these features are not completed :-). Feel free to ask your queries.

ASP_Volume2 #41694
How to send email from ASP (Part I of II)

Want to send SMTP email from your ASP app? CDONTS is a free e-mail component that comes with IIS4, that (despite its weird name) is very easy to use and has good performance. The setup actually takes longer than the trivial scripting. To set it up, first, make sure you have installed the SMTP service. It is installed with IIS by default, but if you've messed with your settings, you may ahve to reinstall it. Check that the SMTP service shows up in the services part of the control panel and that the file CDONTS.DLL shows up in your System32 directory. Then using the following code. Don't forget to substitute the email address you want to send to for someaddress@someplace.com, which appears twice in the code).

ASP_Volume2 #41696
A better response.redirect

The response.redirect method is great for moving a user from one page to another. However, it does have one major limitation--you can only use it if absolutely nothing has been written to the page. Sometimes, you actually do want to write something to the page and then redirect it, for example when displaying the status of an operation. In this case, the following JavaRedirect function comes in handy. It requires a Java compatible browser. (Note:this script has been changed to incorporate Lewis Moten's helpful suggestions).

ASP_Volume2 #41697
Getting the URL the user came from before your web page!

This is a great tip that is NOT documented in the Interdev help..how to get the referring URL of the browser. You can use this to track what traffic you are getting and from where.

ASP_Volume2 #41705
The JonShaft Cookie Tutorial

This Cookie tutorial is designed for anyone interested in learning how to control a cookie with ASP.

ASP_Volume2 #41763
Dynamic Style Sheets. Simpler and Easier

My head-ache medicine for programming cross-browser webpages.

ASP_Volume2 #41772
A Beginner's Guide to HTML Part I: (a brief reference)

You can't get too far in ASP without an intimate knowledge of HTML, so this tutorial will take a newbie through the ABC's of HTML...one step at a time. It's also a great reference for pros who forget how to use little known tags! By pubs@ncsa.uiuc.edu

ASP_Volume2 #41773
A Beginner's Guide to HTML Part II: (a brief reference)

You can't get too far in ASP without an intimate knowledge of HTML, so this tutorial will take a newbie through the ABC's of HTML...one step at a time. It's also a great reference for pros who forget how to use little known tags! By pubs@ncsa.uiuc.edu

ASP_Volume2 #41778
Form to submit a URL to search engines

Create a form that will submit a URL to the search engines. Submision to 24 search engines is supported. The code includes both a form and a response file. Both may be customized. This first form should be placed in any .asp file. The 2nd file must be save as "submit.asp" in the cgi-bin directory. http://www.submitside.com/script/submit/aspsubmit.html

ASP_Volume2 #41782
Generic Email Form Handler using CDONTS

Email any form from your site using CDONTS (IIS's built-in smtp). Just 10 lines of code handles any size form! Email will display message in the form of fieldname: fieldvalue in proper tab order, with line breaks between each name/value pair.

ASP_Volume2 #41825
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).

ASP_Volume2 #41826
Browse Favorites

Using the Windows Scripting Host this VBScript retrieves the users favorites folder and loads the url links into an array, then goes to each site for three minutes.

ASP_Volume2 #41827
Count How Many Visitors Are On Your Website

This short code keeps track of the number of people currently on your site - just like Dev-Center. Put this in a file called global.asa and upload it to the root web. [http://www.yourdomain.com/global.asa] Use the following in an ASP page to display the number of visitors: or

Languages
Top Categories
Global Discovery