- 2010
- 2009
-
2008
- December
- November
- October
- September
-
August
-
Ultra-lightweight Scriptaculous Horizontal Accordion
08/19/08
After trying this one out and having very little success on anything but the most simplest of pages, I decided that I had to go it alone...
And what I got was a rock solid horizontal accordion in about 30 minutes and less than 100 lines of code - including CSS, HTML and JavaScript!
< -
Symfony propel select MAX()
08/17/08
I know it's simple but it's one of those things you need to do often but not often enough to commit the technique to memory. So this is a code snippet for those times...
//get most recent sales date
$connection = Propel::getConnection();
$c = new Criteria();
-
Upload from one Symfony backend to another domain frontend
08/15/08
I have a backend for 7 domains sitting on its own domain - with all 8 domains running inside the one Symfony installation.
The problem we faced was how to upload files inside an FCKedtor in the backend domain and have the frontend domains pick up the files without exposing the backend dom -
Using view helpers from a controller revisited
08/05/08
Damn, I should have realised you can call url_for() from a controller - you just have to load the helper first!
sfLoader::loadHelpers(array('I18N', 'Url'));
url_for('@somerouting')
-
Ultra-lightweight Scriptaculous Horizontal Accordion
- July
- May
- April
- February
- January
- 2007
- 2006



Avatar



