Browsing Category
Web development
61 posts
The anatomy of a perfect website
I’ve received this link by email : http://www.roimedia.co.za/the-anatomy-of-a-perfect-website/ . It contains some interesting statistics and graphics on websites. For example did you know that more then 85% of people use…
MySQL – Sort results in order by list
I needed today to sort a result set in MySQL after a list of id’s given. My original query was: SELECT uid, pid FROM pages WHERE uid IN (15,17,21,87); So…
Extbase Kickstarter and eAccelerator from TYPO3 Winstaller conflict
I was playing around with the Extbase Kickstarter this night and i run into a problem quickly. When i changed the display mode to Overview the whole thing crashed and…
SVN Checkout on Samba share
I have installed a new CentOS server for development with a Subversion repository and also a samba share to the www root. I made a checkout on the samba share…
Continuous deployment
A very interesting presentation about The power of continuous deployment by AOE Media presented at T3CON10 and published on typo3-media.com. It’s something that we web developers all should master.
How to create a Recycle Bin / Trash feature in TYPO3’s fileadmin
Did you know that you can create a Recycle Bin / Trash feature in TYPO3’s fileadmin ? It will work just like a Recycle Bin, when you delete a file…
TYPO3 extension: Google Web Font Loader
Not so long ago i was writing about the new Google Web Fonts launched at the latest Google I/O. Well i thought for a time to write an extension that…
How to avoid docx and xlsx turning into zip when downloaded
I run yesterday in a very interesting problem. On one website the client had some downloadable files in docx and xlsx format. But when downloaded with Internet Explorer the files…
Learn to say “No”
All too often i receive emails or inquiries from people on how much would some website that they imagined would cost and how long it would take for me to…
TYPO3 5.0 Experience Concept
I found a great presentation about the TYPO3 5.0 Experience Concept. Although it has 228 slides, it worth watching. I guess the presentation was even cooler when it was presented…