Fullasagoog

Show all feed information | Ping Blog Update

jQuery $.browser as a Separate File 4 months ago

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 …

Revisiting User Agent Strings 10 months ago

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

The Best VPN Service Available? 11 months ago

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

jQuery Image Resize Plugin v2.1.2 last year

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

Postfix not sending mails after installing and uninstalling Sendmail last year

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 …

How to sync your iPhone to multiple computers using iTunes 10 last year

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 [...]

jQuery Image Resize Plugin v2.1.1 last year

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 …

jQuery Image Resize Plugin v2.1 last year

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 …

jQuery Image Resize Plugin v2.0 last year

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 …

jQuery Resize Plugin – Dynamically resize images last year

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 …