Category Archives: Web Development

Web site and web application development

Running into the Internet Explorer Travel Log bug

I recently ran into some strange behavior in an application that I was working with. In some particular conditions, the browser back button would become disabled, and I could no longer go back to see the last page I was … Continue reading

Posted in ASP.Net, Web Development | Leave a comment

New England Code Camp 15 Presentation – Introduction to the Ext JS JavaScript framework "for Rich Apps in Every Browser"

Joan Wortman and I gave a talk at New England Code Camp 15 last weekend. The talk was titled “Introduction to the Ext JSJavaScript framework “for Rich Apps in Every Browser””.  Here are the slides for that talk: Introduction to … Continue reading

Posted in Ext JS, JavaScript, Web Development | Leave a comment

New England Give Camp 2011 Recap – “Code it Forward”

Over the first weekend in May I had the pleasure of joining more than 100 other volunteers to help ~29 non-profits with technical challenges in the 2nd annual New England Give Camp, held at the Microsoft NERD (New England Research … Continue reading

Posted in Miscellaneous, Web Development | 1 Comment

Book Review / Overview: “EXT JS In Action” by Jesus Garcia

Review: Ext JS by Sencha is a terrific JavaScript framework for building Rich Internet Applications (http://www.sencha.com/products/extjs/). I’ve been using Ext JS since version 1.x, and do some pretty advanced stuff with it, so this is not a newbie review. To … Continue reading

Posted in Book Reviews, Ext JS, JavaScript, Web Development | 1 Comment

Liferay Theme Files Without a Cache-Control Header?!

I ran into an interesting situation with our web application as we started to do some testing where our portal server (Liferay 5.1.2 on tomcat 6) was on the west coast and the testers on the east coast. The application … Continue reading

Posted in Java Development, Miscellaneous, Web Development | 2 Comments

Book Review / Overview: “HTML5 and CSS3” by Brian P. Hogan

Review: I’ve just finished reading “HTML5 and CSS3” by Brian P. Hogan (http://www.bphogan.com/) and The Pragmatic Bookshelf. I’m not new to HTML and I’ve even read another book on HTML5, but I really learned a lot from this book, and … Continue reading

Posted in Book Reviews, Web Development | 1 Comment

GWT Tip: Don’t use your module name as the id of an HTML element in your page.

I spent a few hours tracking down and fixing something in our GWT application over the last couple of days, and thought I would blog about it in case someone reading this blog (maybe me in the future) runs into … Continue reading

Posted in GWT & App Engine, Web Development | 2 Comments

Book Review / Overview: “HTML5: Up and Running” by Mark Pilgrim

Review: I’ve just finished reading “HTML5: Up and Running” by Mark Pilgrim (http://diveintohtml5.org/). I liked the book, as it’s a good introduction to the new features of HTML5, and even broken down the way I wanted it to be, i.e. … Continue reading

Posted in Book Reviews, Web Development | Leave a comment

NECC14 Presentation – Debugging JavaScript in Visual Studio

How to Debug JavaScript using Visual Studio. Continue reading

Posted in Web Development | Tagged | Leave a comment

How to find the Teradata Process Id (TDPID) under Windows

I was recently trying to connect to my local Teradata instance via the BTEQ (Basic Teradata Query) command-line tool and ran into a problem trying to login. I usually use the Teradata SQL Assistant GUI based tool, so I don’t … Continue reading

Posted in Miscellaneous, Web Development | 3 Comments