Some great Twitter Bootstrap 2.x resources [Updated]

Posted by & filed under Web Development.

New and of interest: Twitter Bootstrap 2.2.0/ Previously, previously: Great Bootstrap based date range picker and a date picker Datagrid, select/combobox, pill-box, search, spinner for Twitter Bootstrap Marketplace on which you’ll find nice Bootstrap based designs Great Twitter Bootstrap themes Now that jQuery UI & Twitter Bootstrap selectors no longer collide, you can apply a… Read more »

Getting an Oauth2 token for GitHub, command line

Posted by & filed under Open-source, Web Development.

If you’re looking to use the GitHub API outside a web application, you’ll need to generate an OAuth 2 token. GitHub provides a good way to add a non web app to your account. It’s done with a curl, command-line: curl https://api.github.com/authorizations \ –user “myuser” \ –data ‘{“scopes”:["user"],”note”:”GitHub Stars to Bookmarks”}’ which will ask you… Read more »

Showing Console console.log output and Javascript errors with PhoneGap on Android/Eclipse

Posted by & filed under Android, Mobile, Open-source, Web Development.

While one would expect console.log() messages to show up in the Eclipse console tab (which shows the Android emulator being launched), they actually show up in the LogCat tab, a mechanism for collecting and viewing system debug output on Android. However the LogCat tab/windows is not shown by default on Eclipse. In order to show… Read more »

My WordPress checklist

Posted by & filed under Open-source, Web Development, Web Site.

A few year ago, I realized that beyond blogging, WordPress is an exceptional CMS, I started sites with WordPress. Dave Sutton’s Trawler Explorer, REI Paradise, Privateer Divers, Juergensen Marine, Danny’O Mom and Pop art shopThinking Diver and the latest The Cloud Saga are all built using WordPress. After I built a few of those, I… Read more »