To GWT or not to GWT
Feb 6, 2011
This post is about my experiences on GWT when I wrote this post and learning more on the framework. Here I also discuss ExtGWT, SmartGWT, SmartClient and references to practices on building larger GWT apps.
Feb 6, 2011
This post is about my experiences on GWT when I wrote this post and learning more on the framework. Here I also discuss ExtGWT, SmartGWT, SmartClient and references to practices on building larger GWT apps.
Mar 23, 2008
This is a continuation in the series of LSI (Latent Semantic Indexing) implementation. In this post, we will walk through the implementation of creating an Index.
Mar 23, 2008
This is a continuation in the series of LSI (Latent Semantic Indexing) implementation. In this post, we will walk through the implementation of searching an index based on user's query.
Mar 23, 2008
Latent semantic indexing (LSI) provides the ability to correlate semantically related terms that could be latent in the set of documents. Latent semantic analysis allows us to see semantics in the set of documents and how we can extract meaning of the text in the documents.
Apr 12, 2007
In the post "Modifying Quake3", I have explained how to compile the Quake III source code. In case you are not using Visual Studio 2003 but using developer studio for VC++ 6.0, here are some tips to compile using that.
Apr 11, 2007
How to compile and modify the Quake 3 source code to create a Homing Missile mod.
Apr 11, 2007
How Quake 3 works and we will create a mechanism to accept user input.
Apr 11, 2007
How to change the behavior of a rocket in Quake 3 and convert it into a homing missile. And few variations for this homing missile.
Nov 8, 2006
Ever had a need to verify if the other-person indeed checked your email? Here's a method that will allow you to inject some tags that, combined with a server, will a to receive read-receipts as soon as the user opens the email.
Sep 27, 2006
In earlier posts we saw how to capture sender's IP and then use that IP to locate the person. Although, that works many times - it may not be always correct. Here, we will see how these exceptions can occur.
Sep 26, 2006
This is continued article on Geo-locating emails. In the earlier post we saw how to locate the senders IP address and now we will be using that IP Address to find the location of the sender. In this example, I'll be using two sites that enable us to geo-locate IP.
Sep 26, 2006
A tip for superficially scrutinizing cyber-strangers and geolocating them.