Welcome to DeepLiquid.com.
Here is a listing of recent articles on this site:

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

Jcrop v0.9.9 Available Now! June 7th, 2011 | 1 Comment »

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

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

Malware, oh my! September 9th, 2010 | 2 Comments »

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

Jcrop 0.9.8 Available (IE8 fix) April 20th, 2009 | 8 Comments »

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

Jcrop v0.9.7 Available (bug fixes) April 9th, 2009 | 9 Comments »

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

Jcrop v0.9.6 Released (Numerous enhancements) April 3rd, 2009 | 21 Comments »

A new version, Jcrop v0.9.6, is available today. This update includes some important feature additions and improvements.

Read the full article...

Callback Functions: Which Instance is Calling? October 17th, 2008 | Comments Off

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

Jcrop v0.9.5 Available (bug fixes) October 14th, 2008 | 20 Comments »

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

Rotating a Polygon: Drawing a Directional Arrow October 6th, 2008 | 1 Comment »

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