When it comes to Javascript, there are many ways you can skin a cat as they say. When it comes to inserting HTML into a page, unless you are …
Javascript
ReactJS: Props vs State
Developers new to ReactJS seem to get confused as to what the difference between props and state are inside of components. After all, they …
How To Proxy Node.js Requests In MAMP & MAMP Pro
If you are like me you not only develop in PHP, but you also dabble in other languages like Javascript and Node.js, then this blog post is …
When To Use AngularJS And When You Should Use ReactJS
In the front-end framework race there are many contenders, but the one that stands out from most is AngularJS which is supported by Google. …
Front-end PSA: Are You Using For Loops In Your Javascript?
I am most certainly not a Javascript purist, I love jQuery just as much as the next developer does, but that doesn't mean I use it for …
Regular Expression For Validating Australian Phone Numbers (Including landline and mobile)
Recently I was tasked with writing a regular expression that would check for a valid Australian phone number for both landline and mobile …
What Is The Opposite of event.preventDefault() In jQuery?
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 …