lautr.com

Hannes Blog for Development and Stuff besides

9. Februar 2010
von Hannes
Keine Kommentare

Retrieving Top 10 query’s for my internal Search using Google Analytics and Zend Framework

The intention is, to get the top internal searches for my Site using the Google Analytics API , so i dont have to track it myself (so i could maybe use them to Build a Search-Cloud – SEO ..woohoo). But this can basicly be modified to fit A LOT of needs. Weiterlesen

5. Februar 2010
von Hannes
5 Kommentare

Display Image count like, picture x of y in WordPress

In a recent Situation i needed to display the attachments of an Wordpress Post, the Images, in a click-through-like manner. I also decided to display the current number in relation to the full number of Images you are currently looking at, like a simple “Picture 5 of 7″. Since there is no build in Option for that I had to build my own. Weiterlesen

2. Februar 2010
von Hannes
1 Kommentar

include css/js minification in the release process

First, I love the YUI Compressor , its just a great, yet simple tool, unfortunately it can only handle one File (input) at the Time so I wrote a small Bash Script to handle that matter … I noticed that in the most scenarios you have to always delete the minified file. So i added a line to the script let it take care of that. Weiterlesen