Search
Upcoming Topics
- Crackdown
- EA's "Plus $10" Policy
- X-Men Origins: Wolverine
Post Counter
- 876 all time
- 21 this year
-
Recent Posts
-
Recent Comments
- bun on 4e Encounter Attempt One
- bun on 4e Encounter Attempt One
- Dan on Dark Room Update (0.8b)
- Jeff on Flexing the Geek Muscle(s)
- vanlandw on Flexing the Geek Muscle(s)
- Jeff on Flexing the Geek Muscle(s)
- vanlandw on Flexing the Geek Muscle(s)
- bun on Flexing the Geek Muscle(s)
- metalman on Country Music Sucks
- Raj on Laptop Repair
Tags
amazon apple awful games books call of duty Dark Room dark room x final fantasy final fantasy x football Furious grand haven grand haven 9 horrible ie iphone ipod touch kindle lame linux lord microsoft Movies nfl optimus prime Politics power out programming Rant revenge of the fallen review rpg saints shipping snow leopard Television theater transformers transformers 2 ubuntu vanberge vanlandw Video Games windows windows7Categories
Tag Archives: programming
Internet Explorer 6 Magic CSS Hack
This little line of code put into a conditional stylesheet for IE6 will work wonders:
* html div {overflow-x: hidden;}
Shadowbox is Undefined
If you are experiencing this error in Internet Explorer, I think it is related to bug in the base Shadowbox adapter. So, I like to solve this by using the jquery adapter. If you are using version 3.0b, this can be done simply by loading jquery before loading shadowbox. I like to pull jquery from [...]
Custom Scaffolding Theme (Symfony)
Copy the default theme from
[sfPropelPlugin]data/generator/sfPropelCrud/default/theme
to
data/generator/sfPropelCrud/default/theme
Edit the files in data/generator/sfPropelCrud/default/theme/templates as you would with an admin template.
Generate like usual: ./symfony propel:generate-crud [app] [module] [base]
Derived from: http://www.playingwithwire.com/2007/02/review-of-the-definitive-guide-to-symfony/
PHP UUID generator function
Via: http://www.ajaxray.com/blog/2008/02/06/php-uuid-generator-function/
/**
* Generates an UUID
*
* @author Anis uddin Ahmad
* @param string an optional prefix
* @return string the formatted uuid
*/
function uuid($prefix = ”)
{
[...]
Absolute Pricing in Magento