-
Recent Posts
Categories
- AI (1)
- ASP.Net (3)
- Azure (5)
- blockchain (13)
- Book Reviews (9)
- crypto (8)
- cryptocurrency (6)
- Database (2)
- Eclipse (3)
- Ext JS (3)
- give-a-talk (7)
- GWT & App Engine (2)
- Hackathon (2)
- HTML5 (1)
- Java Development (6)
- JavaScript (7)
- Miscellaneous (11)
- Mobile (2)
- NFT (1)
- nunit (1)
- Perl (1)
- PHP (1)
- Portlets (2)
- Sports (1)
- Uncategorized (1)
- Web Development (23)
- Web Services (1)
Archives
- March 2025
- May 2024
- March 2024
- February 2024
- December 2023
- November 2023
- July 2023
- May 2023
- December 2022
- June 2012
- April 2012
- February 2012
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- July 2010
- May 2010
- April 2010
- March 2010
Category Archives: Web 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
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