Mac and web development?

Net Applications and the Counter make it more like 22% Firefox, 65% IE, 8.5% Safari, 2% Chrome, 1% Opera, 1% Other
 
+1: I code (literally), and alt-tab to FF/Chrome/IE:sick: to see the results. Actually, I use the built-in previews within Aptana to check results, so it's even faster. ;)

Same here. I never use any kind of WYSIWYG-editors. I'd rather use normal Windows Notepad above any of those... But I enjoy a code editor with a bit of intellisense, syntax-highlighting and document structuring. Ctrl+K+D in VS anyone? :p
 
CTRL+K, CTRL+D is a favourite around here. A fellow developer and I regularly reformat each other's work. :p

He prefers
Code:
void aFunction
{
    // Do something
}
whereas I prefer the (more complete, less spacious :D)
Code:
private void aFunction {
    // Do something
}
- no difference, but that key combo has saved many hours of frustration. ;)
 
Top
Sign up to the MyBroadband newsletter
X