Tim Reynolds
Bootstrap PyroCMS Theme
Text / 4 months ago
11 notes
I’ve been intrigued by Twitters Bootstrap toolkit since it’s arrival and this weekend I finally got around to giving it a little run out. It’s been a while since I’ve touched any code outside of work so I decided to go with something I know (kinda maybe) turning it into a PyroCMS theme.
The results, without too much work, are quite pleasing. Bootstrap provides solid layout and navigation CSS which is clean and easy to understand. Quickly allowing me to turning a blank theme into a fixed width 2 column layout providing top bar navigation and inline sign in.

Admittedly the drop down account management sub-navigation took a little bit longer to get right then envisaged, but was well worth it’s initial head scratching.

As a finishing touch I ended up overriding a few of the basic user management screens HTML crowbarring in the css classes required to utilise bootstrap’s forms and message boxes. This gives the theme template a bit more usability out the box, not that I would recommend anyone actually used this as is.

Unfortunately I don’t have the time or need to progress this into a full theme but if anyone’s interested the code’s available on github. Feel free to push updates to the repo I will endeavour to merge anything that makes this into a more usable theme.
Theory is splendid but until put into practice, it is valueless.
- James Cash Penney
- James Cash Penney
Photo / 4 months ago / Reblogged / Startup Quote - Daily Wisdom about Startups
425 notes

The Principles of Good Programming by Christopher Diggins
Link / 4 months ago
19 notes
Over the years I have found that following a relatively small number of fundamental guiding principles has helped me become a much more effective programmer.
Event-driven architecture
Link / 4 months ago
16 notes
Over the last few months real time event driven programming and architecture has dominated my work. As ever wikipedia provides a great starting point, jump to the see also and references for the real meat of the topic.
Git Is Simpler Than You Think
Link / 4 months ago / Reblogged / Nick Farina
279 notes
It was about one year ago that we switched to Git. Previously, we used Subversion, through the Mac app Versions, which (rightly) holds an Apple Design Award.
I made the executive decision to leave our comfy world of Versions because it seemed clear that Git was winning the…
