September 14, 2012 – 11:50 AM
In light of the recent GoDaddy outage, and the fact that they may be the target of hackers, I’ve decided to move my web hosting and domains. I’m currently on GoDaddy’s UltimateĀ hosting, it has unlimitedĀ domains, space and bandwidth for $14.99/mo. It’s not like that’s what I needed, it was just cheap, and who can beat […]
The Input Limiter 1.3 release fixes a few bugs and adds the new features: useMaxlength which allows you to leave off the limit option and the plugin will display the remaining text info based on the fields maxlength attribute, this option is on by default. Also added limitBy option which allows you to limit the […]
The Input Limiter 1.2.2 release adds a new options: allowExceed. This option allows you to let the user continue typing after they have reached the limit. Also in this version is a fix for a problem where you could add new lines to a textarea after the limit was reached by pressing enter/return.
November 30, 2010 – 9:53 PM
I just posted some stuff on craigslist.org and I was wondering how many people were viewing my posts, not sure why craigslist doesn’t provide this for me. Anyways, I wanted a really simple way to see how many views my classifieds were getting. I quickly created my Simple Tracking System. I thought others might be […]
I’ve release version Input Limiter 1.2.1 which fixes a small bug. The bug had to do with dynamically changing the limit on an input, when you changed the limit to a longer limit the previous (shorter) limit stayed attached to the input.
January 8, 2010 – 5:33 PM
The Input Limiter 1.2 release adds two new options: remFullText and zeroPlural. These options allow you to custom the remaining text message when no characters are remaining.
Hey, I updated the Input Limiter plugin to allow you to completely customize the text that is output. Two new options: remTextFilter and limitTextFilter allow you to do anything you want to the output text before it is displayed.
I just put together my first jQuery plugin. I call it Input Limiter. It limits input to form fields and it displays text informing the user how many characters they have remaining.
I’m starting this blog to post my programing thoughts. Partly as a general resource for myself. I hope everyone finds it useful.