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:

JavaScript doesn’t natively support the string trim (removing leading and trailing spaces) function, but this function is quite useful and required from time to time. Fortunately, you can do this as easily as by just single line of code using regular expression and can add support to all the string objects using the JavaScript prototyping. […]

Recently, I migrated my website from the free domain syedgakbar.co.cc to my new domain www.syedgakbar.com. Once the migration process was done, I looked into options to redirect all the new traffic point to old site to my new site without breaking the links: As I was hoping, it was just a one line change in […]

If you are HTML Designer or JavaScript programmer, then you may already know the rule that it almost 50% of the development time to make what works in browser,  and another 50% of the time is spent to run it smoothly in all the other popular browsers (some time it takes even more). Recently, I […]

After upgrading my WordPress Application, I thought to also search for some good code highlighter plug-in for WordPress too. Apparently, there are couple of interesting one, but after quick review, I diceded to go with the Google Code Prettify for wordpress The plug-in setup wasy nice and easy. The only thing which I didn’t like […]