Advertisement

Results for "Category: Internet/ Browsers/ HTML"

ASP_Volume3 #55533
Interactive World Map

This page lets you zoom in/out and interact with the world map. The code is based on VML (Vector Markup Language).

ASP_Volume3 #55536
Terminal Services Status Page

This ASP.Net application lets you see who is logged it to your web server using Terminal Services. Make sure that to uncheck anonymous access for the page and set impersonate="true" in Web.config.

ASP_Volume3 #55537
Cross Browser Dialog

Internet Explorer provides showModalDialog to create a modal dialog. However, this function has two drawbacks: 1) It works only in Internet Explorer 2) The dialog cannot submit data to itself and opens a new window instead. This solution solves these problems by: 1) Firefox browser will open a dialog using window.open with “modal=yes” option 2) Internet Explorer submits data to a hidden IFRAME To test add WebForm1.aspx and Dialog.aspx to your VS.NET application compile it and open WebForm1.aspx

ASP_Volume3 #55548
_pureIRCd - An Win32 IRC Server

This is an standard IRCd that anyone with a client will be able to connect to. It is an ongoing project and you should expect updates every once in a while. This server follows the RFC articles 1459 and 2182 strictcly, so there should be no compatibility problems at all. At the moment the server is unable to form a network, but as mentioned earlier, this is an angoing project and will be available in later releases. This Server features all commands and stuff most other servers are capable of. One major thing is the self-coded Asynch Identd lookup and the Asynch DNS lookup that the server performs. The server is multithreaded by nature. So you can even learn how to use the sockets correctly.

ASP_Volume3 #55587
XMLHTTP & ASP Whois Lookup script

I coded this script after weeks of trying to get perl whois scripts to work,on a windows 2000 server, it uses Microsoft.XMLHTTP component to retrieve whois information from Nominet UK & Network Solutions. It works by posting the domain name to their whois page. The page is returned to the script and XMLHTTP component strips the rubbish of the returned object and prints out the whois information You can see the script in action at the following addresses: http://www.dwiwebdesign.com/whois/whoisv1-uk.asp http://www.dwiwebdesign.com/whois/whoisv1-us.asp http://www.dwiwebdesign.com/whois/whoisv1-uk&us.asp You don't need any objects installed on the server. Only Internet Explorer 5 or more. If there's any problems email me and i will try to help you out.. David Irwin

ASP_Volume3 #55698
Howto send html based E-mail with php

Teaches you howto send html based E-mail with php

ASP_Volume3 #55699
Block unwanted Browsers

You can use this simple blocking service to block unwanted visitors from your site.

ASP_Volume3 #55720
Sending mail in ASP.NET

Sends mail in ASP.NET using VB.NET. I will post another sample of how to send attachments and other more advanced features later. Please vote!

ASP_Volume3 #55802
AOL AIM Toc Client for Instant Messaging

This is a client that is used to connect to the TOC instant messenge servers that aol's quickbuddy uses. This doesnt use the oscar protocol that the windows program uses, but a more simpler version of it. That means, it will only have chat and IM capabilities. This is a very rough instant message client designed to show how to roast the password in c#, and make a succesful login with the server, as well as send and recieve messages. The only errors in the code, is if u recieve 3 messages from the server in one packet during login, it will fail, however just reload the program and try again. Also make sure that u find where in the code it says "toc_add_permit" u be suer and add the name of a buddy u want to talk to after that. Right now only users u permit can message u, but i am looking to find a way around this. Please be sure to give me some credit if you make your own c# aim client as i was the first in c#. Also i have included protocol.txt which should help anyone wanting to compltete this program.

ASP_Volume3 #56028
StreamSocket

This code's aim is to run on a server which connects to multiple servers, and sends and receives data. It is meant to do it fast. I do not know if this is the fastest or best way to do the code. I'm not a highly experienced winsock coder. But I made sure to have the code as clean as possible and as bug free as possible. If you find any problems or have comments. Please I would like to know. Even if it's a method on doing it faster. Check the header file for documentation. On Each function. As shown in the example, you need to call the InitWinsock member function on the class, when your application enters. And DeInitWinsock when it exits. But not for each instance of the class though. I wonder if this is a good reason to make it static :) (Will change that some time) New Changes (13 December 2001) ->Fixed a bug in resolving host names. It will -now resolve them properly. -> Changed dome functionality to make text transfers easier -> Changed this code experience thingy to Advanced. If it shows my experience :) Also: Anyone know of somethign cool I could wright for win32 ?

ASP_Volume3 #56178
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_Volume3 #56181
Winsocks hook

Hook winsocks and redirect calls to where you want them to go..i am going to use this to make ypager.exe login to my own proxy to make clone of ytunnel..with out using the proxy settings built into meseger ..this is a powerfull tool..and hard to find ..i found this gem and wanted to share..now you can easly packet sniff any aplication that uses then net ..or redirect those anoying banner adds to goto somehere else..etc

ASP_Volume3 #56351
ASP & XML flickering free Banshee Chat

Banshee Chat is an experimental ASP and XML chat. It is flickering free. It allows unlimited users. Use XMLDOM to retrive on server the xml file. The version is 1.1 on next release i implement: private messages, online user visualization, and multiple room chat with improved graphical frontend.

ASP_Volume3 #56788
Win98-style Dialog Header

Create a Windows 98-Style dialog box header. Ever wanted to recreate that cool gradient bar that starts at one color and ends up another-without images? Now You Can! Easily Modifed to include icons or any type of images. BONUS: The "CreateColorTable()" function used in the script creates a 216 color table without using images! This script is totally independant of any other files or images, simply cut, paste and modifiy at your own will.

ASP_Volume3 #56879
Ad Rotator

It displays a new image every time a user goes to your site, for example, every refresh will display a new banner. If you could all give me some feedback, and please rate my work.

ASP_Volume3 #56881
Alternating Winsock Chat

This code is just a little beginning project of mine that I wrote when I first began learning to use winsock. Because this was my first practical application of my winsock knowledge, it is not quite so sophisticated, and it is thusly an ALTERNATING chat program. . . sorry. . .anyway, even though I wrote this code about 2 years ago, and it is useless to me now, I thought I would post it for those who may wish to learn winsock and need a good example. I tried my best to comment it, but I am really not used to using many comments in my codes, so bear with me. If you need any explanations, mail me.

ASP_Volume3 #56971
asp date format dd/mm/yyyy

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.

ASP_Volume3 #57016
HTTP File Commander

"HTTP File Commander" is a DHTML remote file management tool. The server side is an ASP based service. The client side is just Internet Explorer. You can copy, delete, move, and edit files on remote computer the same way you it on a local one.

ASP_Volume3 #57017
How to use "InternetExplorer.Application"

This code demonstrate how to use "InternetExplorer.Application" ActiveX Object.

ASP_Volume3 #57068
Downloading HTTP with VB.NET

Explains how to download http with VB.NET, includes a simple example.

Languages
Top Categories
Global Discovery