If you develop for any type of mobile devices, you know that load times are crucial- if something takes one second to load with WiFi, it will surely take 3 or 4 on a cell network. Being that WordPress is … Read more…
Integrating any type of JavaScript or Ajax into an existing CodeIgniter application can be a bit daunting. My main goal with AutoAjax was to have access to some of the user experience benefits JavaScript+jQuery offer, like form validation without a … Read more…
If you haven’t already, setup the Autoajax Class and hooks from CodeIgniter AutoAjax Drop-in using a custom Hook: Part I. We’ll run through a simple example of validating a form using CodeIgniter first with PHP, then retro-fitting our new AutoAjax … Read more…
We just got in our Black Rapid RS-7 camera strap, and really like all the thought behind this little piece of gear. Like many, the stock Canon strap wasn’t cutting it; it wasn’t comfortable, it wasn’t natural to shoot with, … Read more…
It’s a struggle to get a client to understand that a web product is the same thing as any other product in this world, and although it might not be tangible, it takes considerable time to create, maintain, update, and … Read more…
We are working on an application that requires a short “phrase”, which may or may not contain a link. In order to keep the phrase short, we want to take any link and automatically turn it into a bit.ly link, … Read more…
There may be a time where you need to retrieve information about WordPress blog posts that are not hosted on your server. Remember, if you do have access to the WordPress directory, you can load WordPress itself into any PHP … Read more…
Earlier this year we were asked by a client to create a tee time scheduling application for their golf course, and we decided it would be best to use Google Calendar within a Google Apps account as the “backend” management … Read more…
Today we officially launched a new web and mobile application timebomb.it, making it easy and more secure to send confidential login information from one person to another. You can think of it as a secure URL shortener for sending logins. … Read more…
If you haven’t read anything about our newest web and mobile app timebomb.it, make sure to stop by Send Time Limited Secure Logins with timebomb.it. Lets take a look at the simple API we made so developers can use timebomb.it … Read more…