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 …
This is just a quick post to quickly get you to improve your website’s speed if you are running an Apache web server. Create a .htaccess file (if one isn’t already present) and add the following lines at the end of the file: # GZipAddOutputFilterByType DEFLATE text/html text/plain …
I know I’m playing with fire here and in the future I might hate myself for posting this but I have to get this out of my system. So here goes: Google: I google a lot. I cannot even think to browse the internet without Google Chrome. I love Google Mail and Google Docs. It [...]
var flattr_url = 'http://adeelejaz.com/blog/stop-dr-web-antivirus-update-emails/'; After months of painful emails about Dr. Web updates, I finally found a solution: Log in as root (or you can use sudo) and open /etc/drweb/drweb32.ini: Look for: CronSummary = Yes And change it to: CronSummary = No …
Many times, in life, one needs to confirm things. For example, you might be writing a UI for a nuclear submarine and you need to add a confirm box whether the link should be followed (which might as a result launch a nuke or delete a record) or not. You can do it the hard [...]