November 2009
6 posts
Phing: How to export defined properties to file
I’ve been very annoyed that I have to define properties in 2 different places. Given the following scenario: * config target gets called, does a bunch of property prompts * writeConfig target gets called, writes properties to file You’d have to have a template file with the properties already defined, then you’d have to copy that file to a config file with the filter expand...
Nov 19th
TYPO3: Generate url to page from id
First thing: $url = $GLOBALS[‘TSFE’]->cObj->getTypoLink_URL($pageId); Also: I can’t believe how many fundamental things in TYPO3 are not documented, or on Google. Is no one actually developing on TYPO3 anymore, or are you all just keeping things to yourself?
Nov 19th
Scroll Clock
byteengine: So awesome: http://toki-woki.net/p/scroll-clock/ [via @jasonfried] Posted via email from Schultzie | Comment »
Nov 18th
1 note
Nov 12th
3 notes
DOMElement to html
Here is a quick way to get HTML from a DOMElement in PHP function getHtmlFromDomElement($element) { $doc = new DOMDocument(); foreach($element->childNodes as $child) { $doc->appendChild($doc->importNode($child, true)); } return $doc->saveHTML(); }
Nov 7th
1 note
2 tags
Nov 2nd
1 note
October 2009
4 posts
3 tags
Just launched the new RackSpace UK site →
Oct 30th
Oct 26th
108 notes
Oct 7th
2 tags
We’ve started working on our most important project yet. I’m very excited. Should go live end of the month.
Oct 7th
September 2009
5 posts
My fingers are mine
I really hate it when I figure out I cut my finger a long time after … it takes me by surprise and then it annoys me for the rest of the night.
Sep 18th
2 tags
Sep 10th
2 tags
Happy birthday to me!
Slightly older, slightly wiser and still no wrinkles on my face. Let’s hope the next 21 years will be as nice as the last 21! ?
Sep 10th
3 notes
1 tag
Sep 9th
7 Things Your Startup SHOULD Copy From 37signals →
(via leewilkins)
Sep 1st
August 2009
101 posts
1 tag
Aug 28th
5 notes
Aug 28th
1 note
Zend Framework 1.9.2 released →
Aug 28th
1 tag
Aug 28th
Aug 27th
Aug 26th
1 tag
Aug 24th
Aug 22nd
1 tag
Aug 22nd
Random Thoughts From People Our Age
fwarg: thebrownshaun: -I wish Google Maps had an “Avoid Ghetto” routing option. -More often than not, when someone is telling me a story all I can think about is that I can’t wait for them to finish so that I can tell my own story that’s not only better, but also more directly involves me. -Nothing sucks more than that moment during an argument when you realize you’re wrong. -I don’t...
Aug 22nd
2,969 notes
Aug 22nd
4 notes
1 tag
Aug 21st
5 notes
Aug 21st
1,180 notes
Aug 20th
1 tag
Aug 20th
1 note
1 tag
Aug 19th
6 tags
Launched: Zend Framework + Typo3 project
I’m extremely proud to announce that we have launched our first project where we used Zend Framework in combination with Typo3. Sing up, in short, as they put it “Is a programme to make sure that singing is at the heart of every primary school child’s life”. The project is based on Involve, (a CMS that we built on top of Typo3, that makes working with Typo3 a breeze for even...
Aug 19th
Aug 18th
39 notes
Aug 18th
3 tags
Playstation 3 Slim unveiled →
Aug 18th
Aug 18th
“Success is just like being pregnant. Everybody congratulates you but nobody...”
– Mihai Baloianu (via slimr) (via cristianciofu)
Aug 18th
Cheat Sheets for Front-end Web Developers →
cristianciofu: excellent resource ;)
Aug 18th
2 tags
Aug 18th
2 tags
Aug 17th
793 notes
5 tags
5 Interesting projects on GitHub (PHP)
Useful php arrays (cities, countries, mime_types, etc.) Twitbot (library intended to allow easy creation of Bots using Twitter) Twitterlibphp (object oriented twitter library) php-growl (send grown notifications with php) glip (git library in php)
Aug 17th
Aug 17th
106 notes
Aug 17th
145 notes
2 tags
TomTom for iPhone launched! →
Aug 17th
Aug 17th
4 notes
1 tag
Aug 16th
Aug 16th
Aug 16th
2 tags
Q: How many programmers does it take to change a light bulb?
A: None, that's a hardware problem.
Aug 16th
1 note
Aug 15th
47 notes