Archives

Archives / 2009 / June
  • CSS: Get rid of dashed border on focused elements

    Disclaimer: This is meant to be use ONLY ff you do NOT want your user to be able to Tab through the links on your site, or if you have already coded the :focus subclasses or onfocus script events for all of the elements in your site that you wish your user to be able to visually tab through.

  • Visual Studio Team System 2008 Database Edition GDR R2

    This is the update to the VS 2008 Database Edition and adds support for SQL Server 2008 and no longer requires a local database server to operate.  It was released back in April, but I just realized I needed it when I installed SQL Server 2008 on my local development machine, and found out that the base install does NOT support SQL Server 2008.

  • Minify your Javascripts!

    This is a process that is becoming more and more important as we offload a ton of our page processing to .js files as opposed to HTML files processed by the server.  This is because we are doing more client templating and logical processing on the client and not on the server.