Useful Stuff
Useful Stuff items
-
Command line: search in long files for lines containing a particular string, and print to another file
Good one to use: grep “string_you are_searching_for” file_you_are_searching_in | awk ‘{ print $0 }’ > new_file
Read more » -
Don’t Make Me Think
"Don’t Make Me Think" is a book about designing websites by Steve Krug. I only read it very briefly but liked the essence of his book. Inspired by this book and other sources here are a few ideas for designing sites. 1. First Impressions Count: People’s attention span is very short, especially on the internet.If […]
Read more » -
Dterm – a very handy command-line utility…
I was rebuilding my development setup following my recent hard drive crash when i came across this very useful Mac utility: Dterm. Put simply, it allows you to go to a folder using finder, press a hotkey (apple + shift + return, but that can be configured) and then a window comes up where you […]
Read more »
