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
Back after a really busy week with a short article on drawing with the Javascript canvas object. This article describes my first foray into drawing in the browser, with some simple example code. What I’ve learned: canvas drawing presents some interesting interface possibilities that bear more investigation…
Read the full article...
Tags: canvas, Javascript
Posted in Javascript
Jcrop v0.9.3 is released. New and improved with the #1 most-requested feature: bounding minimum and maximum selection sizes.
Read the full article...
Tags: Jcrop, updates
Posted in Jcrop
Wow! 700 downloads and counting! I am not sure what I expected in 1.5 weeks, but it’s been beyond my optimistic expectations. Thanks so much to everyone who has come to check out Jcrop, the numbers are very encouraging.
Read the full article...
Tags: Jcrop, updates
Posted in Javascript, Jcrop, jQuery Plugins
Asterisk knows the CallerID information of the calling channel and can arbitrarily set this information when a call is moving through the dialplan. In this article we use these factors to our advantage to create a custom database of CallerID text for phone numbers we know. Provides a thorough introduction to working with the Asterisk Database, and creates a foundation for future articles on the topic.
Read the full article...
Tags: Asterisk, database, dialplan, howto
Posted in Asterisk