CSS code insight in Eclipse or Aptana

Lately I changed my editor from Aptana to Eclipse with the Aptana plugin. Suddenly my CSS code insight did not work any longer. With these steps I could get it working again: Goto Window / Preferences Type filter text “assoc” At “General – Editors – File Associations” select “*.css” Verify that the “CSS Source editor” …

Set text file encoding to UTF-8 in Aptana

Working in a web environment, it’s important to keep your character encoding clear. Serious websites set their character encoding to UTF-8 to be sure to be compatible with different language sets. Obviously the same accounts for the database. Sometimes it’s also important to set the text file encoding of your script file (php etc.). In …