This blog explores semantic web technology for practical use in a modern enterprise. It discusses architectural issues surrounding..
| Home | My Account | Directories |
Writing a WordPress Twitter Widget
Published on 2012-02-12 02:23:48
A WordPress plugin that shows real-time tweets that match a given search terms. This article describes how I developed this WordPress plugin.
Androng a pong clone for Android
Published on 2012-01-30 11:58:03
This article describes how I developed and published Androng, a clone of the classic game Pong that runs on Android. I developed the game using Java and it supports a single and a two-player mode. Below are two in-game screenshots. Pong Pong is a game that was originally developed as a electronic version of ping [...]
PDF reporting using ASP.NET MVC
Published on 2012-01-28 03:17:31
Almost every web application, needs a reporting option. Many times the client wants to generate a PDF report that corresponds with the web page he or she is viewing. Using iTextSharp, a free C# PDF library this is possible. This article describes and includes a solution for creating reports using iTextSharp and ASP.NET MVC3. Background [...]