Gadgets Corner »

[1 Aug 2010 | No Comment | Posted By:Vivek|]
iPhone vs Android

Which is the best mobile operating system? Well, a year  ago , this would have been a senseless question to ask as the iPhone OS was so much above the rest in terms of performance and mainly the IPhone Apps.The case is however very different after the launch of the Android Operating system.The Android phones are a stiff and worthy competition to the IPhone. The Android is not just going to be a threat for the iPhone , but also the iPad, with a number of Android based tablets …

Read the full Post »

ATG & Java »

[30 Jul 2010 | No Comment | Posted By:Lloyd|]

A decompiler does the reverse of a compiler, a lowel byte code into a high level language.Java decompiler will help you decompile a byte code file so that you can see the java code.
Steps in installing JADClipse(An eclipse plugin for decompiling)
1. Create a folder parallel to the eclipse installation named “JAD”, place the “jad.exe” file inside the folder.
2. Run the “jad.exe”.
3. Copy the jar file to the plugins folder in eclipse.(“jadclipse_3.2.2.jar”)
4. Restart your eclipse.
5.Go to window –>preferences–>Java–>jadeclipse. (Check the Picture below)

Read the full Post »

General »

[22 Jul 2010 | One Comment | Posted By:Sam|]
Devanagari & Indian Rupee Font

The symbol reflects the ethos and culture of our nation.The amalgamation of Devanagari with the Roman letter paved the way to a global positioning. The symbol was coined / designed by an IIT ian Mr.Udaya Kumar. He is a PhD-holder from IIT-Bombay. It was selected from a short listed set of 5 entries.

Read the full Post »

Football »

[13 Jul 2010 | No Comment | Posted By:Lloyd|]

Yet another fabulous tournament came to end with sunday’s grand finale and soccer city witnessed a fine competition between Spain and Netherlands. It was suspense till 116th minute when Andres Iniesta scored the winning goal for spain. Till then the expectation was a penalty shoot out or even a sudden death as both Iker Casillas & Maarten Stekelenberg where doing perfect job. The game witnessed as much as 12 yellow cards and a red card as a result of 2 yellows to John Heitinga. If you would have watched the game you surely have felt the tension in the air and it produced 3 yellows card within first ten to fifteen minutes. The climax gave a feel like Spain was destined to win. Both teams missed a handfull of chances. Remarkable ones among them are Sergio Ramo’s header, Arjen Robbens’ was blocked by Casillas twice, Villa also lost a few chances. After the Spain squad kissed the cup, there came the golden fifa awards. Golden shoe, ball, glove where awarded to Thomas Muellar, Diego Forlan, Iker Casillas respectively. Muellar also got the Best Young player of the tournament award.

Read the full Post »

ATG & Java »

[29 Jun 2010 | No Comment | Posted By:Lloyd|]

There are many ATG Out Of The Box(OOTB) droplets to cater the various needs in developing an application.Droplet’s main use in a jsp page is to dispay the contents dynamically. The OOTBox components are used in JSP with the help of DSP tags. DSP is a tag library provided by ATG, it acts as layer above the JSP tags. The DSP tag library lets you access all data types in ATG’s Nucleus framework. Other functions provided by these tags are managing transactions and rendering data in a Java Server Page. …

Read the full Post »