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
Appendo is a tiny jQuery plugin that creates a button interface to add and remove rows for use in forms where multiple rows of input may be entered. It may also serve as an example of simple jQuery plugin design. Prompted by a real-life scenario. Go jQuery!
Read the full article...
Tags: appendo, jQuery, plugin, widget
Posted in Javascript, jQuery Plugins, PHP
I’ve just released my first jQuery plugin. Announcing Jcrop – the image cropping plugin for jQuery. Jcrop allows developers to easily implement a cross-platform image crop tool into web applications. Features a graphical interface that faithfully reproduces the look and feel of familiar desktop applications.
Read the full article...
Tags: crop, DHTML, image, Javascript, Jcrop, jQuery, plugin
Posted in Javascript, Jcrop, jQuery Plugins, PHP
I was awoken by what you might say was my cell phone “blowing up.” I started getting calls from 808 numbers one after the other. I answered the first couple, and the people seemed sure that I had called them. I quickly jumped to the helm and punched up the Asterisk console. There were all these dialing attempts scrolling up my screen. I was under attack.
Read the full article...
Tags: Asterisk, Hack, Security, sip.conf, spam, telemarketing
Posted in Asterisk, Security