As jQuery has removed $.browser from the versions > 1.9.0, I found myself extracting it to be used in my own projects that depended on the feature. jQuery does provide jQuery Migrate plugin which includes the following code, but it also includes a lot of other things you might not need. I saw …
I will start by pointing out that I will not spend time any time discussing the historic value of User Agent strings (also referred to as Browser IDs). A few sites have done it rather well (MSDN, MDN). In this … Continue reading →
keywords web
I had been looking for a good VPN service for quite some time but one thing I learnt early on was that I had to get a paid service. There are a few free ones that work pretty well but I needed something that would give me a decent download speed. My goal was to [...]
keywords free ones, personal, quite some time
This has been long time coming. This small update fixes a very weird bug in IE9. For some odd reason, IE9 does not fire load event regardless of image load state. A simple solution was to set the image’s src property again. As usual: Download the latest version: …
keywords bugs, ie9, image resize, long time, odd reason, simple solution
I got bitten today, really bad! My story starts when postfix stopped working for me (after the update last night). All I had to do was re-install postfix but in desperation I ended up installing Sendmail and that’s how it all started! I found my mistake, uninstalling Sendmail and then …
I tried Google for solution and found a solution that made you copy an ID across but that didn’t work for me on iTunes 10. So I started messing about and came up with my own solution: Create a backup of your whole iTunes on your second computer (the one which needs to be synced [...]
var flattr_url = 'http://adeelejaz.com/blog/type/jquery-image-resize-plugin/'; The latest release for jQuery Image Resize Plugin fixes a nasty bug and as the following updates: Fixed: Plugin stops working if height parameter was left out. Optimised the whole plugin by reducing excessive function …
var flattr_url = 'http://adeelejaz.com/blog/type/jquery-image-resize-plugin/'; The latest version of jQuery Image Resize plug-in is out and includes the following updates: The plugin doesn’t need both height and width parameters anymore. The plugin caters for just one parameter e.g. if …
var flattr_url = 'http://adeelejaz.com/blog/type/jquery-image-resize-plugin/'; I found out there was already a jQuery plugin called ‘resize’ so I renamed my plugin to .aeImageResize I also have included a better minified version of the plugin. You can download the latest version from …
I finally managed to move my development code to Ubuntu and Git. So, lets kick start with the first Git Repository, jquery-image-resize. It includes example and minified version of the script. Download the latest version: https://github.com/adeelejaz/jquery-image-resize/downloads I’ll try …