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

28. Januar 2010
von Hannes
1 Kommentar

Howto develop a simple, yet nice, Studi VZ Application

First of all, i found it rather interesting how scrambled the Information’s are you can find on that Subject are, but i think you can break it down to 2 Points:

its done in Open Social: http://wiki.opensocial.org/index.php?title=Main_Page
before you can do Anything you need to Register as an Developer at Studi VZ or Mein VZ, in this case i choose Studi VZ: http://www.studivz.net/Developer

So, after some Hours you will, hopefully get an confirmation mail from the friendly fellows over at VZ. So, lets set the Goals for what we want to accomplish here… Weiterlesen