Comments

In one of our projects which is primarily a web application, the client had asked that we go ahead and make as much of the copy available across the site, editable. This included not just copy in static pages such as “About Us”, but also copy in dynamic pages. I mean things like tooltips for [...]

Continue Reading

Comments

One of the requirements we had was to sign the applet that we built for UserThoughts. We had purchased Comodo’s code signing certificate from KSoftware. When you download the certificate from their site, it automatically gets installed in IE. Follow these steps for converting it into format which you can use with the Java Jarsigner.

Export [...]

Continue Reading

JQuery Tools: Smooth JS widgets

Published on 01 February 2010 by Manoj in All Posts, Technology

Comments

Does your web site design have a lot of widgets like tabs, overlays, scrollable etc., to be implemented? Do you want to design and implement smooth looking sites with out using flash? Do you want to improve the UX on your site?
If your answer is yes for any of these questions then JQuery Tools is [...]

Continue Reading

Working with DLLs, the Java way

Published on 29 January 2010 by Jeevan in All Posts, Technology

Comments

We had a very simple requirement, to invoke my DLLs using Java code for couple of reasons:

We want to reuse application code built for a .NET application
We want to integrate the DLLs with a Java based sever technology
Should be simple enough to maintain the code by .NET professionals

There are couple of Java-COM [...]

Continue Reading