Archive for October, 2009
How to Override Inline CSS Styles
2This is not new stuff, but anyway I decided it to re-post it for others.

One of the most powerful features of CSS is the cascading. Knowing how a browser chooses and applies your styles is invaluable knowledge. Novices can find it especially confusing given that style use is influenced by the method used to include the CSS, the order of the rules, how the selectors are specified, and special declarations such as !important.
Inline styles are those defined in the HTML itself, e.g.
How to run multiple copies of Application in Mac OS X
1
Sometimes I needed several windows of FileZilla on my Mac to work with several servers simultaneously, but it doesn’t support multiple sessions (yet?). And Mac OS X doesn’t allow to launch another copy of application, so I googled a bit to find a solution… So you can run it by launching another instance of the app by typing this to command line:
/Path/To/Application.app/Contents/MacOS/Application &
E.g.: