Archive for July, 2010
Overview Eclipse is a popular IDE for Java/J2EE development. But indeed it can be used for developing on other languages too! Eclipse PHP Development Tools (PDT) is a powerful plugin for PHP development, it includes the following features: Code Assist (Intelli-sense) PHP Debug perspective which is [...]
Overview Here are the two major problems I always face when storing videos taken by my DC: Convert video from MOV to other format (and keeping good video/audio quality) Rotate video from landscape to portrait (as the video is taken vertically) I want [...]
Overview Learning Spring Framework is somewhat diffcult as there are too many Products on SpringSource.org. I just can’t figure out where to start. One way to sort things out is to ignore all Spring features except the core one: Spring IoC container. Below listed two very good pages for learning Spring Framework quickly. [...]
Overview There is a very good tutorial at SpringSource.org on building a Spring MVC web application. However, the tutorial use Tomcat server and HSQL DB. I tried to follow the tutorial on a GlassFish v3 server with MySQL DB, and note down the main differences here. My Workstation environment: [...]
Overview We all know that Windows 7 and Vista (except Home Basic) have a snipping tool that let you do screen capture more easily. However, due to many reasons there are many XP guys (including me …) who are stilling using Windows XP in year 2010. So how to make screen cap easier? I [...]
Overview First I must admit that I’m new to Comet/Server Push technology and GlassFish Server. That’s why I would like to try it out. The fist thing I want to try is to deploy a sample Comet app posted on GlassFish v3 Application Development Guide. It turns out to be a bit harder [...]
Overview Adding Ajax call in Struts v1.3 is not quite straight forward, so I would like to note down the key points here. I am adding Ajax function to the web app int this post. For client side, I am using jQuery $.post() to make the Ajax call. There is nothing special of [...]
Overview I’ve been using Visual Studio 2003/2005/2008 and Eclipse 3.0+ heavily in my day-to-day work. Now I mostly use IBM Rational (Eclipse 3.0). Among those IDEs I’ve used, I like Visual Stuio most. One of the best feature of Visual Studio is intellisense, which also support JavaScript and jQuery! Now I have to [...]