Browse by Tags

  • Decreasing Page Size

    I've recently been analyzing HTML pages rendered by Community Server to help optimize page downloading, rendering, and caching. To help in this task, I created a quick web-based Page Weight Calculator . The calculator analyzes the source of an HTML page and determines how many occurences and how...
  • Hiding Select Boxes under an Absolutely-Positioned Element

    Here is a simple way to hide <select> boxes under an absolutely-positioned element (element): var hiddenSelects = new Array(); if (element. getClientRects ) { var selectBoxes = document. getElementsByTagName ('select'); var left = parseInt(element.style.left, 10) - windowScrollX; var top...
  • Resolving JavaScript Memory Leaks

    I've recently been writing quite a bit of JavaScript related to a few new features in CS2.1 . Today, I reviewed my recent scripts for memory leaks. Yes, even JavaScript can suffer from memory leaks -- at least in IE 6-. Here are a few good articles related to JavaScript memory leaks: IE: Where's...
Valid XHTML 1.0 Transitional Powered by Community Server (Commercial Edition), by Telligent Systems blogmailr enabled
© 2006-2008 Ben Tiedt
Sign in