T3CON12 Asia: Why are you coding like this? PHP Fundamentals | ||
My Friday August 17th morning’s PHP fundamentals presentation. Let’s Review… Simple Optimizations for PHP PHP’s Language Reference Slides Have You Thought About It? – PHP Fundamentals – Short Version | ||
Category Archives / Featured
These are among the most read, commented and useful articles that Aihrus written.
TYPO3 Developer Days 2012 | ||
The seventh TYPO3 Developer Days were held April 12 – 15, 2012 at MACE in Unterföhring near Munich, Germany. While there, I video interviewed many members of the TYPO3 community. I’ll be doing similar interviews at T3CON12DE in Stuttgart October 4 – 6, 2012. Write me if you’d like to be interviewed or would like to suggest someone. | ||
T3CON12 Asia – Phnom Penh Cambodia | ||
From life around T3CON12 Asia. Web Essentials did a fantastic job organizing the first IT & web technology conference in Cambodia. Many kudos to you and the kind people of your home. | ||
T3CON12 Asia – Live from Phnom Penh | ||
I’m in Phnom Penh Cambodia for T3CON12 Asia. It’s the first TYPO3 conference in Asia and the largest web technology conference ever in Cambodia. I’ve given a couple of presentations while here and have listed the slides for them below. August 18, 2012 – Prelude to FLOW3 – Command Line for Newbies August 17, 2012 […] | ||
Delete Multi-point Duplicates from MySQL | ||
Given a table like tx_example_domain_model_resourcelocalized, some localization entries are duplicated for whatever reason. An easy way to clean them out is using SQL as shown below. Our magic to this SQL starts with the JOIN command. In particular, INNER JOIN helps us insist upon a one-to-one relation between database table records. Next, we use WHERE […] | ||