GeekArticles
Web Programming
Java ScriptCustom Smart Tags In IE
Author: eggheadcafe.com |
Published: 10th Aug 2005 |
Visited: 297 times |
Add CommentFiled in: Java ScriptBy Robbe D. Morris Printer Friendly Version Purple keywords indicate links to related content. You may have noticed that several keywords on the EggHeadCafe website get converted to links (like XML for example) after the initial page loads. We refer to these as custom Smart Tags . Of course, we really don't use Microsoft's Smart Tag technology. We utilize JavaScript and IE behaviors to dynamically convert the keywords to links. One of the major challenges we faced with creating this...n
Read Article Sponsored Links
Related Articles
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...