Jan 23
Adeel EjaziPhone
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 with iTunes).
- Make sure iTunes is closed on both computers. Start by copying the whole iTunes folder from the first computer and pasting it in the second computer replacing any files and folders (if you have music in second computer, don’t worry, you can re-run iTunes lookup to get them back in).
- Open iTunes on the second computer and plug-in your iPhone. (all your settings would have been copied over with the songs. Re-run the lookup if you have songs missing).
- Sync away…. you can right-click on the iPhone and click “Transfer purchases” to authorize the second computer. (Please note you can only authorize 5 computers.)
I still don’t understand why Apple can’t do this themselves!!
Nov 29
Adeel EjazjQuery 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 calls.
- Improved code structure for quick execution.
- Smaller minified version.
Download the latest version: http://github.com/adeelejaz/jquery-image-resize/downloads
Report any bugs: http://github.com/adeelejaz/jquery-image-resize/issues
Nov 01
Adeel EjazjQuery 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 width parameter is supplied, the plugin works out the height and vice versa.
- Fixed a weird IE6 bug.
- Chainability – The plugin now returns the jQuery object. So, now you can do stuff like
$(".resizeme").aeImageResize({width: 250}).css('color', '#000');
- More optimised.
- Minified using Google Clousure (like jQuery).
Download the latest version: http://github.com/adeelejaz/jquery-image-resize/downloads
Report any bugs: http://github.com/adeelejaz/jquery-image-resize/issues
Jun 25
Adeel EjazjQuery 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 here
Jun 16
Adeel EjazjQuery Image Resize Plugin
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 my best to give support on my blog but if you find any issues, please report them to the Issue Tracker.
Older Entries
Recent Comments