Posts
Published 20 January 2014
in archive
with tags
less
,
sublimetext
Sublime Text doesn't come with LESS highlighting by default, but it's quite easy to install.
Continue reading …
Published 17 January 2014
in archive
with tags
javascript
,
jquery
You can use jQuery to see if an element exists by checking if the length of the jQuery object is > zero.
Continue reading …
Published 15 January 2014
in archive
with tags
aws
,
ec2
,
linux
One problem I have faced with Amazon Web Services EC2 instances is binding to a public IP or hostname. When you get an EC2 instance, you will have access to your local IP, and to your local hostname, but if you want to connect to the instance from an external source, you have to bind to a public interface.
Continue reading …
Published 14 January 2014
in archive
with tags
javascript
,
ajax
Just a snippet today, a reblog, of an article on how to Hijack AJAX Requests Like A Terrorist by Daniel Huckstep.
Continue reading …
Published 9 January 2014
in archive
with tags
git
You have a file which you now want to ignore, such as a compiled css file, but git is already tracking it.
Continue reading …