After the US and France versions (and soon a German version), I created an Android Application to monitor the Amazon.co.uk Kindle Deal of the Day and a: RSS feed for Amazon.co.uk Kindle Daily Deals
Posts Categorized: Web Development
Flux RSS pour l’Offre Éclair Kindle d’Amazon.fr
En supplément de mon application Android Offre Éclair Kindle, je publie desormais, quotidiennement un flux RSS que vous trouverez ici: Flux RSS pour l’Offre Éclair Kindle d’Amazon.fr
Kindle Daily Deals / Kindle Deals of the Day RSS feed
I built a new syndication/RSS feed to list the Kindle Deals (all four of them, currently and the goldbox deal of the day as well). I am sure some of you will find it interesting: New RSS Kindle Deals Daily feed!
Some great Twitter Bootstrap 2.x resources [Updated]
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
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 »
Open in Sublime Text 2 from Finder Toolbar
I made a quick toolbar button to open a file or directory in Sublime Text 2 from the Mac OS X Finder toolbar. Download it there: http://bit.ly/rJyBJp and drag and drop to your toolbar.
Showing Console console.log output and Javascript errors with PhoneGap on Android/Eclipse
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
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 »