Search results for: ‘codeigniter’
- CodeIgniter’s “Disallowed Key Characters” error revisited
- Two years ago, I posted about CodeIgniter‘s “Disallowed Key Characters” error message, and one possible cause. Recently, I stumbled across another cause: disallowed characters in a POST array. In my case, I had single-quotes as part of the variable name. My fingers mixed up PHP array syntax and HTML form syntax. <!-- will cause the [...] [Posted: 21 Jul 2010]
- Debugging Flash applications with Firefox extensions
- Using ExternalInterface and Firebug Lately, the day job has had me busting booty on a Flash/ActionScript project that makes considerable use of the ExternalInterface class. ExternalInterface allows Flash to communicate with its HTML container using JavaScript. It’s a groovy feature, but one that changes the development process a bit. Unlike straight-up Flash development, ExternalInterface requires [...] [Posted: 1 May 2009]
- Frameworks: Yay! Nay! How do you decide?
- Frameworks in web development have been the hotness for a few years now. But not everyone is “frameworks! yay!” A few high profile developers have questioned their use. The goal of frameworks — be they server side, JavaScript-based, or CSS-based — is to decrease development time. With server-side frameworks, I also find that they force [...] [Posted: 3 Nov 2008]
- SATMakeYourPoint.com
- It’s Armchair‘s latest project for the College Board: SATMakeYourPoint.com. It’s a lightweight interactive piece for the back-to-school season. Users plot their dot on the graph and see how they compare to other users who’ve answered the same graph. You can click a white dot to see what graphs a particular user has answered. If you’re [...] [Posted: 11 Sep 2008]
- SATAchieveMore.com
- The College Board approached Armchair Media about doing a branding microsite for a high school aged, college-bound audience. The goal: to make the SAT seem cooler so that more students would sign up to take it (as opposed to the ACT). The concept “Meet me in the future …″ Students (ideally) complete the sentence “I [...] [Posted: 20 May 2008]
- Debugging tip: “Disallowed Key Character” error in CodeIgniter
- After 6 hours of massive anxiety, stress, near tears, one pound on my desk, and some hair pulling, I tracked down the source of a nagging Disallowed Key Character error that I received while using CodeIgniter: an extra line break. The line feed (LF) and carriage return (CR) characters (and their hex code equivalents (%0D [...] [Posted: 6 May 2008]
- Links for 2007-04-19
- Busyness vs. Burst: Why Corporate Web Workers Look Unproductive Code Igniter 1.5.3 released [Posted: 19 Apr 2007]
- What’s your favorite PHP framework?
- Another post of interest: An interview with Timani Tunduwani on why he made the switch from CakePHP to PRADO. Related post elsewhere: You may be interested in PHP frameworks – Which one is Most Suitable for you? So I’m making my first foray into PHP frameworks. I’m tinkering with CodeIgniter right now. I chose it [...] [Posted: 16 Apr 2007]