Adam K Dean

Posts

Install LESS highlighting in Sublime Text

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 …

Use jQuery to see if an element exists

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 …

Bind to public IP from an AWS EC2 instance

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 …

Intercept AJAX requests

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 …

How to gitignore an existing file

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 …



Newer Page 23 of 42 Older