-
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
Monthly Archives: October 2011
Book Review: “Using the HTML5 Filesystem API” by Eric Bidelman
Review: “Using the HTML5 Filesystem API” is a good read. It’s small, but concise, and the perfect size (for me). The book covers the evolving specification that is the HTML5 FileSystem API. It isn’t implemented in every browser but does … Continue reading
Posted in Book Reviews, HTML5, Web Development
Tagged Filesystem API, HTML5, JavaScript, review
Leave a comment
Configuring the MyEclipse DB Browser to View the Liferay Portal Database
Assumption: Liferay 5.1.2 on tomcat using default HSQLDB, which comes pre-configured with the download Steps: Switch to the MyEclipse Database Explorer perspective In the DB Browser window, right click, and choose New… Fill in the fields with the values shown … Continue reading
Posted in Database, Eclipse, Java Development
Leave a comment
Liferay 5.1.2 Web Services with a .Net Consumer
This is a simple step-by-step list of how to access the Liferay UserService from a C#.Net client, using Visual Studio 2010 to generate the proxy classes. I’m including this here because I ran into a number of issues while doing … Continue reading
Posted in Portlets, Web Development, Web Services
8 Comments
Vermont Hackathon aka VTHackathon
I’ve been attending a lot of free developer events over the last few years. I’ve been incredibly impressed at the generosity of speakers to give their time and of sponsors and hosts to donate space, food, swag, and even significant … Continue reading
Posted in Hackathon, JavaScript, Miscellaneous, Mobile, Web Development
2 Comments
Is JavaScript eval really evil?
You may have heard this before: “eval is evil”. But is it really? And if so, why is it? I’ll start with a quote: “The eval function and its relatives (Function, setTimeout, and setInterval) provide access to the JavaScript compiler. … Continue reading
Posted in JavaScript, Web Development
Leave a comment