Maybe you already noticed, but my blog has a new address: http://AkbarAhmed.com The old links still work, but will redirect to http://AkbarAhmed.com.
Maybe you already noticed, but my blog has a new address: http://AkbarAhmed.com The old links still work, but will redirect to http://AkbarAhmed.com.
Replacing Outlook with Google Email (aka Gmail for Business) requires proper setup. In my experience, the most common scenario is for a business to move its email servers to Google, but then completely drop the ball when it comes to setting up the web email client. Sure, you can simply open a browser, login and …
I recently had to connect a .NET desktop application to a web service that was built using Pyramid. My first thought was to use JSONP. However, JSONP is only useful for small amounts of data…and I had a lot of data to send/receive. Obviously, communication via an XmlHttpRequest with JSON was not an option due …
I’m a big proponent of keeping a consistent naming standard, even when crossing languages. True, capitalization and syntax may change, but the standard should remain. Importantly, I have found that naming should play to the strengths of the operating system. File Names For example, on every operating system you can sort files by name (i.e. …
I spend a lot of time switching between different languages and each has a slightly different pattern for element positioning. This often creates the need to pointlessly look up the rotation pattern for each language, which is no doubt a waste of time. To overcome this, I find that using the default pattern for a …