Posts Tagged ‘ tips ’
A few quick TextWrangler tips. I never knew until recently that you can compare files in TextWrangler… and its easy. Simply highlight the 2 files you want to compare in the Documents drawer, right click on them and select the option ‘Compare Selected Documents‘. Now the 2 files will open into 2 windows with a [ READ MORE ]
I love gems like this. I come across them from time to time but they never stick… then I do a search to find them again. Anyway a simple way to determine if a number is odd or even, use the following code. function is_odd( $number ) { return $number & 1; } Quick explanation [ READ MORE ]
Subscribe to this blog by email.