Advertisement

Results for "Category: Internet/ Browsers/ HTML"

6_2008-2009 #216624
IPChat - An example of implementing asynchronous sockets in vb.net 2005 for a simple chat program

If you download this project, you MUST view the readme.txt file. All information can be found in there.

6_2008-2009 #216711
Anonymous Message Post

Tired of logging in all the time? Here is a simple solution to making an annonmyous login on a forum, message/bulletin board. I created an annoymous profile and display it first, so that the users can post "on the go" or just without the hastle of another profile. This is in reference to Chris Andersen's submission "simple message board". I just thought the feature would be attractive.

6_2008-2009 #216837
SAT Online Entertainer v 1.0

SAT Online Entertainer is a Online Player. Through this player the user can play a vast number of Online TV channels as well as Online Radio Channels. The coding is very simple.

6_2008-2009 #217068
Internet usage computation program

An application to check current Internet usage

6_2008-2009 #217086
Constructive login system

Login system that register user . save his data to a database table then email to user for success registraton and to owner 4 new member registration. user can login .. and signout .. during his login user can also view the web site that admin include. for more info, feedback, comments ,and Questions? faizmuhammadkhan@yahoo.com www.risepk.com .

6_2008-2009 #217179
A simple web browser like Internet Explorer

Its a simple Internet Explorer like web browser.

6_2008-2009 #217182
Apptha Joomla Mac Doc Gallery Effet

Photo gallery is an interactive plug-in which enables the users to create their own virtual gallery in no time.

7_2009-2012 #217225
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).

7_2009-2012 #217226
Get relative URL of current page: mstrGetURL

Returns relative URL of current page. Example: /vb/test.asp. See http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=4&txtCodeId=5 to get the fully qualified URL string.

7_2009-2012 #217227
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).

7_2009-2012 #217232
Detect if cookies are enabled

When you work with cookies, you always run into paranoid types who disable their cookies. If you don't detect and deal with them, your code may not work. This code detects the user's cookie settings using the ASP Session object. Unlike some other implementations, it requires only one script page.

7_2009-2012 #217235
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.

7_2009-2012 #217240
Fix for ASP .NET Web Forms acting 'buggy' after user presses 'back' button

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.

7_2009-2012 #217241
How to send an email in ASP.net

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.

7_2009-2012 #217242
ASP.NET does NOT honor IIS security accounts by default!

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.

7_2009-2012 #217243
SMTP email

One of the bad things about old/classic ASP is its lack of easy built-in support for something as easy as sending an email. Most developers (including myself) ended up having to purchase a seperate email component such as ASPQMail, or SA-Mail. Well, now with ASP.NET that is no longer necessary...it's included in the box and is REALLY simple. Here's how to use it.

7_2009-2012 #217502
POP3 Email Client

This POP3 Email Client is a bare bone for making your own full-blown POP3 Email Software! This commented code will teach you how to communicate with POP3 email servers from around the world. The functionality of this program include taking in the host name, user name, and password as parameters and connecting to a POP3 server, if the POP3 server contains mail, it will display the first email in the text box, a great start to a C++ email program! This program demostrates a practical usage for Windows Winsock, and it's all coded in memory-saving Windows API, with no usage of MFC! If you like this, please vote for me :)

7_2009-2012 #217670
The JonShaft Cookie Tutorial

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

7_2009-2012 #218892
Dynamic Style Sheets. Simpler and Easier

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

7_2009-2012 #219039
Hangup Internet Connections

Hangup all internet connections... Very simple function... Visual C++ and Borland C++ compatible. Windows 9x, ME, NT, 2000 and XP full compatible...

Languages
Top Categories
Global Discovery