-
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
Author Archives: squdgy
(Re-)Initializing Azure Development Storage
I just created a new Azure project the other day. It had been more than 4 months since I’d run any Azure code in my local development environment, but I had made changes on my computer. One significant thing I … Continue reading
Posted in Azure
Leave a comment
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
Solving "Expecting version 5 from client, got 6" problem with GWT
Before Christmas break I upgraded my GWT Eclipse plugin. This morning, after rebuilding and trying to run my GWT (Google Web Toolkit) application, I ran into this error: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of … Continue reading
Posted in GWT & App Engine
1 Comment
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
How to find IIS7 logs for your site
I’m not a power user of IIS, so when I do use it, I sometimes need a reminder of how to find something. Recently, I wanted to view the logs of a site, that was running in IIS. IIS also … Continue reading
Posted in Web Development
2 Comments
Still stuck on IE6 in 2010 and need to debug on other versions? How to use MS Virtual PC
Installing and using Microsoft Virtual PC 2007 on XP in order to run IE7. Continue reading
Posted in Web Development
Leave a comment
Azure Firestarter Wrap up
Well the Windows Azure Firestarter organized by the Boston Azure User Group has come and gone. It was a very interesting and informative day. I hope the attendees came away with a good feeling for what the Microsoft cloud is … Continue reading
Posted in Azure
Leave a comment