Twitter: cfjedimaster


Address: Lafayette, LA, USA

Video Tutorial: Installing the Ripple Emulator for PhoneGap Development

05-23-2013 972 views Mobile, Development Comments

Probably not terribly useful to my readers as I've blogged this before, but I wanted to create a quick video tutorial on how to install the Ripple Emulator for PhoneGap developers. Feel free to share and give to team members who may be new to PhoneGap Development.

The Future of the Web

05-22-2013 2,283 views Development, HTML5 34 Comments

I know, I know. The title sounds like SEO-link-bait, I apologize. I want to talk about something that I'm fairly excited about, and I hope it excites you as well.

Missed MAX 2013? How to catch up...

05-10-2013 1,811 views Development Comments

This year was my second MAX as an employee and was both exciting - and pretty tiring. If you weren't able to make it though there is an easy way to catch what you missed.

How I'd sell unit testing...

05-08-2013 2,652 views Development 9 Comments

Someone came up to me after my MAX session on web development debugging and asked for some advice on how to 'sell' unit testing to his clients. This was my response:

Simple. Tell the client you feel unit testing is so important that you're willing to talk about it with him face to face. In fact, you'll even fly him to your location. In order to save money though you're going to use a budget airline that skips testing.

Update to my Edge Inspect Viewer

05-07-2013 2,150 views Mobile, Development 1 Comment

Many moons ago I blogged about a proof of concept I built that allowed you to view Edge Inspect screen shots via a nice web interface. This was built in Node using the Express framework. I've finally gotten around to doing some updates to it as well as pushing it up to Github.

Using the Progress event in PhoneGap file transfers

05-01-2013 4,945 views Mobile, Development 8 Comments

Earlier today I was happy to hear that PhoneGap 2.7 was released. While perusing the changelist, I thought I read that progress events for file transfers were added in this release. However, I was wrong. FileTransfer has supported a progress event for a few months now. But since I figured this out while halfway through a demo, I figured I'd finish it up anyway and share it on my blog.

Check out Brackets Sprint 24

04-30-2013 1,760 views Development 2 Comments

I don't normally do a blog post for new Brackets releases, but I wanted to specifically call out the most recent release, Sprint 24. From the web site, this release includes:

Code School Kicks Butt

04-28-2013 2,613 views Development 10 Comments

A few weeks ago I blogged about an online course dedicated to Chrome's DevTools. That was my first experience with Code School and I thought it worked very well.

Auto-escaping code blocks in Reveal.js

04-25-2013 2,996 views Development, HTML5 7 Comments

Warning - this falls into the "Cool, but may not be a good idea category." I'm a huge fan of the Reveal.js framework for HTML-based presentations and I've already posted a few of my utilities/tips/etc for making it work better (or at least better for me). One issue I've run into a few times lately is escaping HTML for code slides.

New Brackets extension - JSDownloader

04-24-2013 2,544 views Development, JavaScript 3 Comments

Over the weekend I was working on a small project and needed a copy of jQuery. I try to avoid the CDN as I find myself at airports without wifi access sometimes so I did what I normally do:

  • Go to jQuery.com
  • Click the download link
  • Click for the latest minified version
  • Right click, save as