August 2011
1 post
June 2011
1 post
December 2010
3 posts
1 tag
I’m at Ocean42
“Working at home!!”
Follow me on Gowalla
2 tags
Semantic web and Drupal: an introduction →
Presentatie van Kristof Van Tomme over Drupal & RDF
1 tag
Disabling Postfix
How do I completely disable Postfix and Cyrus?
Simply turning of mail services in Server Admin does not prevent Postfix from starting up again when needed/called by another process. To completely disable Postfix and Cyrus on Mac OS X Server 10.5.x/10.4.x issue:
sudo /bin/launchctl unload -w /System/Library/LaunchDaemons/org.postfix.master.plist
sudo /bin/launchctl unload -w...
November 2009
2 posts
2 tags
*/5 * * * * /home/adam/script.sh will execute script.sh every 5 minutes. This...
– Understand Cron Jobs In 5 Minutes
October 2009
5 posts
1 tag
WhiteHouse.gov Goes Drupal [Updated] |... →
Obama goes Drupal!
2 tags
25 beautiful Drupal themes | Mogdesign →
2 tags
Apple iTunes Store Web Service Search API →
Maybe bit old, very difficult to find via Google.
If you want to search the itms via an API, this document is a must read.
September 2009
2 posts
1 tag
Patching files
patch -pnum ‹ patchfile
of indien patchfile in zelfde dir
patch < patchfile
2 tags
Looking into Drupal Features
August 2009
2 posts
2 tags
Gigya - the widget distribution network →
Gigya levert toegang tot alle social API’s, onder meer tot Facebook & Facebook connect
2 tags
Iridesco Watercooler →
Scroll naar beneden, tot aan post van Co-op at NY tech meeting.
Verslag over betere performance door andere XML-parsing lib te gebruiken! Impressive performance gain!
May 2009
1 post
http://www.wolframalpha.com →
Looking forward tor the next Internet phase.
April 2009
6 posts
Zalig: vimeo video posted to Tumblr:
Drupal Module by PresidentUA on Vimeo (via Vimeo)
Vimeo & thumbnails!
Nice overview on how to add thumbnails to vimeo embedded video’s in Drupal
Adding Thumbnails to Drupal Vimeo Support | Darren Mothersele
2 tags
How to post disabled fields correctly
In general, disabled fields are not submitted or submitted with an empty value. In drupal, we can use the form attributes or the property disabled. See http://api.drupal.org/api/file/developer/topics/forms_api_reference.html/6 for forms_api reference guide.
Examples :
$form['fieldname']['#disabled'] = TRUE;
$form['fieldname']['attributes'] = array('disabled' => TRUE);
This will leave us...
2 tags
Cool artikel over RDF
Ik heb probleem xxx gefixed in BvL, bron op RDF in Drupal 7 code sprint | drupal.org
Posten via mail
Zelfs postings via mail geraken erdoorheen!