-
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
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
Book Review / Overview: “JavaScript Web Applications” by Alex MacCaw
Review: Wow. This book covers so much content that it could easily have been split into 2, 3, or maybe even 4 books. It is a book on building applications, not web sites (though many of the techniques would … Continue reading
Posted in Book Reviews, JavaScript, Web Development
Leave a comment
Vermont Code Camp III
I attended the Vermont Code Camp this past weekend. It was my 2nd time at the VTCodeCamp, but first time as a speaker. It was a very well-organized event with a ton of swag, lots of interesting presentations, and plenty … Continue reading
Posted in Ext JS, JavaScript
Leave a comment
How to get my mouse unstuck from a virtual pc
For future reference on my Dell Latitude E6410, but probably works on many other pcs: Press the right Alt key, which is the “Host Key” on this laptop. This will release the mouse from the virtual pc. Reference: Switching between … Continue reading
Posted in Miscellaneous
Leave a comment
Book Review / Overview: “Java: The Good Parts” by Jim Waldo
Review: I’ve been programming in Java for many years, and I feel that I’m reasonably proficient at it, but I’m always looking to improve my skills and gain deeper understanding of the tools and technologies I depend on. I was … Continue reading
Posted in Book Reviews, Java Development
Leave a comment
Using default VM parameters for the TestNG plugin
Here’s a feature I’ve hoped for for a long time, that is, the ability to set default vm args for the TestNG plugin. http://groups.google.com/group/testng-users/browse_thread/thread/71ac5c77ad031086?pli=1, One application I work on has hundreds of tests, many of which use a lot of … Continue reading
Posted in Eclipse, Java Development
Leave a comment
Liferay 5.1.2 logging
This post is a simple reminder to myself on how to change the logging of Liferay 5.1.2. I have a simple install of Liferay on tomcat 6.0. To change logging, just edit webapps\ROOT\WEB-INF\classes\log4j.properties and restart the server. I added this … Continue reading
Posted in Java Development, Portlets, Web Development
Leave a comment