Results for "Category: Internet/ Browsers/ HTML"
Live Counter! is a combination of PHP code and a Flash movie. It shows the counter state LIVE, without reloading the whole page. This means, that every site access increases the loaded counter. The counter receives about 1 byte/s, it is optimized to use a very small bandwith.
This is a flat file mailing list system. It saves all member names and emails to text files and send confirmation signup emails. People can signup easily with a simple form and you can then send out an email to all members in one hit very easily.
Custom code records basic statistics (IP, Host, Referrer, and UserAgent) and hits count for unique visitors to your website. Tries to prevent duplicate entries.
The article shows how to upload files in PHP.
Shows how to create a counter, as well as record the date and time into a file.
With this code you can dynamicly preload a whole directory of images.
Teaches you howto send html based E-mail with php
Hang the man in PHP. Picks a random word from a wordlist on the server, and the user must guess this word before the man gets hung. Also, you can choose to allow visitors the ability to add new words to the word list on the server (which can result in an _odd_ wordlist). These are checked to be single words using only characters a-z. Image of hanging man is created server side. Can be seen working at http://notfunny.org/hangman
This is a script to display the number of page views/hits to your site. Very simple, and easy to follow.
UPDATE ------------- New version has been released. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1643&lngWId=8 to get it. ----------- Gets the latest google world news links and formats it in a neat table. UPDATE: I've edited it so that some errors people have been having should go away. :) UPDATE #2: I've changed it once again to suit Google's updated HTML code layout. I've tested it under PHP 4.1.1 and so it should work on later versions as well.
This is a very aesy news script that does not use mysql to be aviable on as much hosts as possible
It can count the people that visit your home page and the code can generate image (You don't need to convert index.html to index.php) Prevent from recounting. the porgram will remember that this people 've already viewed the page and it will not recount I use cookie to remember people,and drawing image need GD Lib version 2, Goodluck , Hus
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.