css and ie: fixed position

by prettyscripts on 2009-11-19 11:24:05 • Leave a comment »

css

one of the things that’s not supported in internet explorer. the css 'position: fixed;' it works in IE7 and after. but not in older versions. thought people should upgrade their browser, there are still users limited to the older version. (why don’t yo… more »

Tags: css, ie, position

symfony: doctrine build-all and table collation

by prettyscripts on 2009-11-02 12:14:38 • 2 comments »

phpsymfony

when working on symfony project it's common to run symfony doctrine:build-all (update - in V1.4 symfony doctrine:build --all) constantly. but after the command is run, the collation / encoding is changed to something that wasn’t used when the database wa… more »

Tags: collation, database, doctrine, encoding, php, symfony