Faves for this Web page
- aeick - Apr 08 2007 | javascript, string, asp.net, obfuscate
obfuscate email with javascript / httpmodule
Quoted: Code samples in ASP.NET and C#
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
asp.net
- 1 FaverViewed: 10 Times
- SharpSmith - Jul 15 20081 FaverViewed: 8 Times
- SharpSmith - Jul 15 20081 FaverViewed: 6 Times
comet
-
1 FaverViewed: 4 TimesQuoted: nComet is a .NET implementation of the Comet (reverse-AJAX push) architecture. This server-side pipeline uses long-lived client-initiated HTTP connections to push messages to the client. Once the client receives a response, it immediately opens another HTTP request, which the server holds until a message is ready. This architecture allows the server to push dynamic html/xml/json/etc to the browser, rather than the browser polling the server. This project focuses on the .NET server-side architecture, initially providing a HttpListener implementation (for a custom host communicating with HTTP.SYS directly) and may eventually provide a ASP.NET implementation as well. The library will simplify the implementation of common message patterns such as pushing latest data as well as sync. Example code for multiple client-side javascript implementations will also be provided.
- imsut - Sep 10 20072 FaversViewed: 12 Times
- dot - Mar 18 20072 FaversViewed: 4 Times
