Insert Html in MS Word documents
One of my clients recently asked me to generate dynamic reports from content in the database, where the content contained Html entered by him through a WYSIWYG editor from a web application. I already had a library, that allowed considerable flexibility in generating...
SMS Application – a JME application for sending SMSes
I recently finished work on my first Java ME application. It was basically a prototyping application for my client based in Italy, to see how fast can we send SMSes from his service provider.The application (whose jad & jar files are attached below), basically...
Token Replacement in Office documents
A common situation is to prepare invoices, etc. from information in a database. Clients usually have extremely customized invoice formats, but the data to be filled in is basically the same. This article and its related code present a new (I have searched, but could...
ASP.NET Content Scroller Control
Content scrolling is a very common task on the web. This ASP.NET server-side control enables you to embed any HTML or ASP controls as its template that it can scroll vertically or horizontally in any direction with configurable scroll speed.Due to a larger...
Recursion
Before giving any formal definition of Recursion, I will like to discuss a scenario... Browing your files on local disk is a very common task. Let us assume you have to write a procedure that performs an action (like calculating the size) on every file on your C: The...
Face Recognition
The last week was pretty challenging. I needed to create a proof-of-concept application for demonstrating Face Recognition for one of my clients and its possible applications for him.I have had worked with FingerPrint Recognition systems earlier, but only had a quick...
Drupal – Take Control module
I have been working with the Drupal CMS extensively since the beginning of this year. Having worked with DotNetNuke earlier, I was initially sceptical about Drupal's capabilities. But after having a good look at Drupal, I must say it is good.Now, coming to the point,...
My First Blog Entry
Having shielded myself successfully from the Blogging Bug for quite some time, I too have finally been bitten by this bug recently.A major reason probably why I fell apart to this bug might well have to do with the fact, that I felt there were many things I wanted to...
Recent Comments