Site Updates
November 26th, 2011 | Comments Off
I’ve migrated the site to a new server. This has been long overdue. It should be faster and more stable. More updates on the way (seriously). Check out the master branch of the Jcrop repository on github for the latest and greatest. Best of the season to all!
Read the full article...
Posted in Uncategorized
Read this post to learn about all the changes to the new and long-awaited release of Jcrop v0.9.9
Read the full article...
Posted in Javascript, Jcrop, jQuery Plugins
Status of Jcrop
September 17th, 2010 | Comments Off
Jcrop turned two years old this month. I sometimes get emails asking if Jcrop is still active. The answer is yes, and it’s high time I get off my tookus and release a new version…
Read the full article...
Posted in Uncategorized
Read this article if you are experiencing “badware” warnings when navigating this site. I believe the problem has been rectified, but I’m waiting for the mighty Google to review the site and remove the warning. To the best of my knowledge, the site is safe to view.
Read the full article...
Posted in Uncategorized
A new version of Jcrop is available today: Jcrop v0.9.8 fixes some bugs which prevented previous versions from working correctly in Internet Explorer 8 under some settings. Thanks to all the folks who pointed out this problem!
Read the full article...
Tags: Jcrop, updates
Posted in Jcrop
Releasing a new version today, Jcrop v0.9.7. This release fixes several bugs that were identified by users shortly after the previous version was posted last weekend.
Read the full article...
Tags: Jcrop, updates
Posted in Jcrop
A new version, Jcrop v0.9.6, is available today. This update includes some important feature additions and improvements.
Read the full article...
Tags: Jcrop, update
Posted in Jcrop
In support of multiple cropping widgets on the same page, I’ve had a couple requests for Jcrop to return an identifier of the image being cropped, when callback functions are called. On this point, I’d like to suggest a small but flexible workaround. I think it may illustrate an interesting pattern of Javascript at the same time.
Read the full article...
Tags: Javascript, Jcrop
Posted in Coding, Javascript, Jcrop
A new version of Jcrop (v0.9.5) is available today. This version fixes a significant design flaw that existed in earlier versions which caused multiple Jcrop instances on the same page to conflict. Thanks to Cihan, Paul, and Firebug.
Read the full article...
Tags: Jcrop, updates
Posted in Jcrop, Web Browsers
I needed to draw an arrowhead to show the direction of lines drawn on the canvas. When I searched for this I didn’t find any complete solutions, so I wanted to share mine. Includes useful canvas routines to translate and rotate a data structure representing the polygon coordinates.
Read the full article...
Tags: canvas, howto, Javascript
Posted in Coding, Javascript, PHP