Category: Coding

  • Ajax JSP tag library

    This should save some effort for JSP developers building out Ajax interfaces. This has been your daily Ajax link (via Dan).

  • IE 7 in public beta

    Todd tells us that Microsoft released the public beta of Internet Explorer 7 today, and he sent us this link to the Beta 2 developer checklist, including these items (among others): Verify your User Agent string detection detects Internet Explorer 7. Check your website for the use of CSS hacks that may have been turned…

  • Google Code Analyzes the Markup of a Billion Pages

    The folks at Google Code have published some interesting analyses of HTML markup statistics and trends, complete with nice bar charts for us visual learners (Google Code: Web Authoring Statistics): In December 2005 we did an analysis of a sample of slightly over a billion documents, extracting information about popular class names, elements, attributes, and…

  • On the Usefulness of Meta Tags

    One of the oldest rules of Search Engine Optimization is the importance of meta description and keyword tags. They help search engines understand the content and context of each page they query. On my drive in to work today I thought a bit deeper about a strange occurrence I’ve begun to notice. I recently spent…

  • Firebug (Firefox extension) helps debug Javascript and DHTML and Aj*x

    FireBug aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter. Here are some of the listed features: XMLHttpRequest Spy – Ever wonder what all them newfangled Ajax websites are up to? Watch the requests fly by in the console! One…

  • IE7 will support Ajax's XMLHttpRequest without requiring ActiveX

    Because a day can’t go by without something about Ajax appearing onscreen, I’m stealing a news item that Todd posted to our project portal that IE7 will have a native XMLHttpRequest Object: In IE6, 5.5, and 5 (yes it’s been there for 8 years) you had to use MSXML as an ActiveX control to get…