Google docs integrates Gadgets

Google docsGoogle Docs which still in beta, is the best known online word processing, spreadsheet, and PowerPoint presentation application, now takes a big leap by integrating Google gadgets with them. You can insert these gadgets anywhere from your spreadsheet, word or power point presentation. There has been a question about Google docs in comparison with Microsoft Office products in these terms and now Google has silenced those critics. Now you can draw Graphs, fusion charts, and other visualization things.

→ continue reading

March 20th, 2008 | Leave a Comment

Enerjy for Java

EnerjyErr is human thats what we say. Unit Testing, Code Review are considered as some of the bugging terms in the current software industry. It is because until now no software neither framework has been guranteed to be fool-proof or bug free. Testing of any software or an application can be done at two levels. One at usability and functionality level ie. nothing but black box testing. The second one is nothing but White box or glass box testing the internal structure of the application or software. In terms of Electrical Engineering this kind of testing is called ICT (In Circuit Testing). The success of a software or application is much dependent on White box testing for a long run in terms of scalability, maintenance, load-factor etc. You can find lot of opensource and licensed frameworks available in the market to test the internal structure of the design, framework, code etc. For Java development open-source tools like Junit, PMD, Hamurapi are the prominent frameworks that has been used wide across the industry. Now a new open-source framework called Enerjy joins the party.

→ continue reading

March 20th, 2008 | Leave a Comment

Avoid Outlook Mails without Subject

o 1. Open your outlook
o 2. Press Alt+F11. This opens the Visual Basic editor
o 3. On the Left Pane, one can see “Microsoft Outlook Objects”, expand this. Now one can see the “ThisOutLookSession”.
o 4. Click on “ThisOutLookSession”.
o 5. Copy and Paste the following code in the right pane. (Code Pane)

→ continue reading

March 18th, 2008 | 3 Comments

JRoller – Java Blogs on the rise!

JRollerJRoller.com is a service that offers free weblogs using the Roller Weblogger software. Roller is nothing but a weblogger (blog server software) designed to install on a Webserver. This JRoller is hopefully one of the best of its kind written in Java. Roller is an open source software that is made available under the Apache Software License. JRoller is maintained and run by the famous and one of the biggest java community called JavaLobby. JRoller was formerly known as FreeRoller which was originally invented by Mr.Anthony Eden.

→ continue reading

March 18th, 2008 | 4 Comments