Match nth case with regex
For an app I worked on lately I implemented some Github style checkboxes in their markdown syntax. The format is like so: [ ] Checkbox 1 [ ] Checkbox 2 »
For an app I worked on lately I implemented some Github style checkboxes in their markdown syntax. The format is like so: [ ] Checkbox 1 [ ] Checkbox 2 »
mailto:[email protected] links in sites are pretty common place, but having this in the source code of the site means that email is going »
Unlike a new site, making changes to an existing site doesn't require a full "go live" procedure as such, but that doesn't mean it doesn't have »
Did you know you can generate free SSL certificates for your AWS load balancer? At work we have some application servers on AWS with an ELB »
Over the years I've found some books on web design to be just as important as posts online. Here's a short post on books I've read, »
Browser testing has come along way, these aren't the days of IE5/6 double margin bugs or old IE hasLayout problems. We still battle some bugs »
Makefiles are probably one of the most useful tools in my belt. They allow me to create repeatable tasks which I can run with a simple »
Following on from my post on FTP development with REC where I used Sublime Text 2. I believe it's worth trying out other editors to find »