Welcome
The Nomad blog is where we share news of our projects, thoughts on web development and a weekly round up of things on the Internet that have caught our eye - Tales from the Internet
Tag Cloud
2011 accessibility adobe shadow agencies amazon apple arduino artisan backups bears blog boo book review browsers business cablegate captcha charity clients code igniter codekit code snippets community conference contracting cooperation csharp css css3 curiosity development django dojo dyson eeuk expression engine framework free full frontal gaming git honey pots html5 installation internet internet explorer ipad iphone java javascript jquery laravel linux little printer ludum dare mac mars meetup micro frameworks mobile mono monotouch multi-touch mvc news nomad opengl organic osx passwords performance php process pseudo selectors raspberry pi rdf recovery remote repository responsive design review s3 security seo silverstripe simulator social software spam spime start-up sublime text 2 svn talks technology tfi tool tools trust truth underscore url shortening usability version control video virtualenv wii wikileaks windows xapian xbmc
Browse by Date
- April 2013
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
Viewing entries tagged with 'php'
Laravel
This week I've been looking at Laravel, a relative newcomer to the PHP framework arena which already has quite a good following. I've been looking at various frameworks recently, trying to find something that would suit the various types of work we do within Nomad, a task not lightly undertaken. So far we've looked at SilverStripe (our current preference), CodeIgniter, Drupal, Symphony and numerous others. While we like aspects of each, we always feel there's something lacking, or could be done better.
Snippets: Accented Characters
This is a quick and dirty PHP hack which will convert accented characters to their non-accented version (e.g. á to a). It relies on the HTML entity starting with the unaccented character. It's highly volatile and likely to fail as it will convert & and other characters that you may not want converted.
OO Programming
Recently at Nomad we were talking about Object Oriented Programming and I ended up going on for a bit. So what follows is an expansion of the email conversation we had, including the crab and sheep related example. It's mostly in C# with some PHP thrown in and a brief splash of Java. If you squint hard enough they all look the same.
5 technologies I like working with
A short, sharp and highly subjective post. I was going to write about a few systems I’ve had the misfortune of working with recently. However I didn’t want to do one of those negative, bitchy posts that are oh so common on the Internet. So I thought I’d change tack and write a little about the systems/languages/techniques I like working with. These are in no particular order, and are not limited to one particular area.
Having trouble with Silverstripe ModelAdmin?
I've recently completed a project for a client using SilverStripe - an open source PHP5 CMS. I've been a fan of it ever since I first stumbled upon it. It's relatively easy to use, has a good strong OO grounding and is very flexible with a powerful template language.