Akbar on Development
Attaining the Impossibles
  • All Projects
  • Jack Sparrow Compass
  • Subtitles Translator
  • USB Disk Manager
  • Swift MVC Framework
  • TaskbarExt
  • Quick Chess
  • Basecamp Extension
  • Language Tools
  • Rapid Downloader

Search Results for:

As I explained in my previous post, I upgraded my work machine to OS-X 10.6 and thus have to force upgrade the XCode to 3.2. The problem didn’t end there. Though the compiled applications were working fine on my machine, they were giving errors on the OS-X 10.4 and earlier version. Doing the research, of […]

I upgraded to Snow Leopard a couple of days ago, and when I tried today to compile one of my previous Carbon projects in the XCode 3.1, I got the weird “Carbon/Carbon.h” file not found error. That was weird, but I looked into the Library folder anyway, and the Carbon Framework was indeed not there. […]

First, I must acknowledge that there are some very good Urdu Machine Translators are available on the web. They are not perfect and in a way it’s almost difficult, if not impossible, to build a perfect machine translator of any language, but still very good work has been done and it’s improving. Here are few […]

JavaScript provides the basic functions for string and other operations, but one needs lot more when working on some complex routines. Fortunately, the JavaScript prototype extension model helps us make custom functions available to all core objects of that type. Anyway, coming back to point. JavaScript provides a string replace function, but it only replace […]

Today when working on a JavaScript function to get all the DOM nodes which are under selection, I was going through the compatibility tables at quirksmode.org and scratching my head and wondering why the W3C guys have made this basic job all that difficult. I must admit that playing with range is complex (specially how […]