I Like Kill Nerds
  • Home
  • Aurelia 2
  • Aurelia 1
  • About
  • Consulting
General

What's The Difference Between Views and Stored Procedures in SQL?

Aug 1, 2014 2 min read
There is a lot of confusion when it comes to MySQL and views versus stored procedures. Many people often wonder what the difference is between the two of them? …
General

Fixing Sequel Pro SQL Encoding Error For Imported SQL Files

Aug 1, 2014 1 min read
Now that I use a Mac for work I use Sequel Pro for administering databases (at home I use Navicat, but can’t warrant the expense for work paying for a Mac …
General

Replacing Blade with Twig Templating in Laravel

Jul 31, 2014 2 min read
I actually really like the Blade templating parser that Laravel ships with, but I know there are many who do not like it. Funny story about Blade, it was …
Javascript

Regular Expression For Validating Australian Phone Numbers (Including landline and mobile)

Jul 31, 2014 1 min read
Recently I was tasked with writing a regular expression that would check for a valid Australian phone number for both landline and mobile phone variants whilst …
General

Foundation v5 Unrecognized Expression Syntax Namespace Fix

Jul 31, 2014 1 min read
Recently whilst trying to use the Zurb Foundation Abide validation component I ran into an issue where I was getting a bizarre error involving form validation. …
General

How To Stop PHP Composer Timing Out When Using "composer update" or "composer install"

Jul 31, 2014 1 min read
At work our internet connection is painfully slow for the moment while we sort something better out and I ran into a rather interesting quirk whilst using …
General

The Next Big Front-end CSS Framework: Zurb Foundation

Jul 31, 2014 4 min read
Currently Bootstrap is still the preferred choice for prototyping web applications and rapidly getting a MVP out the door. As great and undeniably helpful it …
General

Keeping A Node.js Application Running After Console Is Closed With Forever & Upstart

Jul 30, 2014 3 min read
Newcomers to Node.js will have run into this issue a couple of times. You get your setup working, you’ve built a little application and on your server you …
General

How To Correctly Use Semantic HTML5 <article>, <main> and <section> Tags

Jul 30, 2014 4 min read
Chances are you are living in the past or working on a project that was built in the past that is still marking up content using DIV tags instead of semantic …
Javascript

What Is The Opposite of event.preventDefault() In jQuery?

Jul 30, 2014 1 min read
This is the one aspect of jQuery and well, Javascript, in general, I see newcomers to Javascript and jQuery get caught upon. Heck, I’ve seen veterans get …
← Newer Posts
1 ... 95 96 97 ... 112
Older Posts →

© 2025 - I Like Kill Nerds