Results for "Category: Internet/ Browsers/ HTML"
It alllows you to add ad banners to your site very easily. It teaches beginners how to use arrays, count arrays, and select one at random then generate some HTML out of it.
This is a PHP/MySQL based object oriented fully customizable guestbook. Various Features: Admin page to delte entry. Admin Page to edit entry. Fully Customizable look. Easy Navigation. Easy to Install.
If you do ASP.NET web forms, have you noticed that they seem to act buggy after the user hits the back button? For example, do events start firing off that shouldn't be, or does the state on the form get reset to what the user typed in 2 times ago, or worse? It's not a bug...and here's how to fix it.
Sending email in ASP.NET is a breeze! Check out this example. Note that docs say that the .SMTPServer property is optional...if you don't specify one, Windows queues up your email for you. However, I haven't tested out this method of sending mail.
When working on a website that was supposed to use the new ASP.NET file upload object (great feature by the way) to upload files and then copy them to a network file server, I discovered that ASP.NET does not honor the security account that you setup in IIS by default! You have to override it to get it to do so. This article explains how and will hopefully save you some time and aggravation of your own.
This is a subclassed richtextbox that supports mirc color codes. Uses regular expressions and highlights the line as it is inserted so its fast. Has a "Scroll to Bottom" method that scrolls the RichTextBox to the bottom. This is a "Work in progress" for a irc chat client I am working on. This control does not yet support mIRC Bold, Underline or Reverse formatting codes.
Generic multi-threaded TCP server (Version 0.9.2). You can use this as a base class to create your own SMTP, POP, IMAP, HTTP server or anything else you might want. To test the code... run the application. Click on the start button. Then telnet to localhost port 100 and type in "help". If you use this, please give me feedback... I would like to know what features you would want. I also need to know of any bugs or anything else you'd like to report. Thanks!
Provides ease for Async Download requests, includes support for the following alternative AutoRedirection with cookie support, posting data to a url, authentication, proxy usage, resuming from file or data, write directly to a file or buffer response.
Using this example and the functions it includes, you can request an internet http url and recieve the HTML page to a string. Built in to the application is also support for proxy server. (The application is able to detect the address, when turned on.)
This is a working message forum you can use on your web site. It now has user register and logging in features as well as replying to a post. You can try a demo at http://www.vegaware.com/board/forum.aspx
I created this in VS.Net 2003, but as far as I know this should work in VS.Net. A demonstration of how to combine Asymmetric (RSA) and Symmertic (Rijndael) encryption for Client/Server communications.
P2P (peer to peer) file sharing program in C#. Supports Gnutella, Gnutella2, eDonkey, and OpenNap. www.filescope.com. This is excellent for people wanting to learn socket programming, GUI effects via drawing, custom drawn controls (tabcontrol, menus, etc.), network transfers, and much more.
This article is meant to be a step by step guide to give its reader a gist of .Net Remoting. I've tried to search good tutorials, but it was rather hard to find one that could work on my PC! So here's my first shot at a .Net Remoting tutorial in VB.net. It shouldn't be hard to get it running, if you'd follow this few steps.
This example below is a very simple class that connect to you're isp provider and looks for mail. This class shows how to use the TCPClient class, how to create a new Thread , how to capture events (AsyncCallBack) from recieving data on the socket.
This VB.NET console application connects to a NNTP server and downloads all Headers and Bodys of a Newsgroup and saves them to the local hard drive. Easy example for understanding TcpClient (and NNTP commands, of course).
This displays directorys on a website in list of thumbnail form. It also creates dynamically thumbnail images so that the page will load faster. (Please send me an email for any questions.)
This tutorial shows how you can list the users authenticated in your site using session object.
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.
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!
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.