März 30th, 2016

My new time consuming project -> wuidi

It has been some time since the last blog entry. My new project is keeping me busy at nights and weekends.

Have a look at wuidi and the portal for hunters at wuidi revierportal.

Android App is already out there in beta stadium and IOS App is currently in development phase.

Another time consuming story: I have founded my own company in germany – Lagetar Solutions. Have a look at lagetar.com

stay milked

Juni 5th, 2014

The milkman is back to the internet

It took some time, after we closed the webhosting for its2004 to bring back this blog to live. Today is the day it seems – one day before getting married looks like good timing :)

stay milked

Juni 7th, 2011

Jozo Salt

Ever wondered where Jozo comes from?
Check this out: Jozo Salt.

Just keep in mind: “When buying a Jozo Salt, you know that you get a salt of the highest quality and food safety.” – “An international group of about 55 000 employees and a turnover of EUR 13.0 billion.” and all are just working for Jozo – love it :)

stay milked

April 14th, 2011

Shortcut URL

Ok, 2day i registered 2 many sites to keep my web alias up2date, and guess what, every page or services offers some kind of shortcut url to make your page findable.

But now comes the most shocking – every1 except – guess what – yeah you got it – FACEBOOK.

I’ts kinda strange how so many people use this site as their main daily resource, but it seems noone is caring about vanity URL’s. 2 get one you just have 2 activate your phone which is actually not working!
Strange as google uses the same service for new google mail signups, and the message drops in just seconds after you request it.

I’ll leave this post now, just as it is,

UPDATE 20.04.2011 – 23:07
looks like my prayers have been heard – enjoy -> http://www.facebook.com/jlagetar

stay milked :)

November 22nd, 2010

Google charts API – PHP Goodie for calculation of extended code

If you want to use googles faboulous Chart API, and dont want to use javascript to calculate the extended code, try this useful php snippet

$EXTENDED_MAP= 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-.';
$EXTENDED_MAP_LENGTH = strlen($EXTENDED_MAP);

$maxVal = 150;  //your max value

$chartData = "e:";

for($i=0; $i < (sizeof($array));$i++) {
  $scaledVal = floor($EXTENDED_MAP_LENGTH * $EXTENDED_MAP_LENGTH * $array[$i]/$maxVal);
  
  if($scaledVal > (($EXTENDED_MAP_LENGTH * $EXTENDED_MAP_LENGTH) -1)) {
    $chartData = $chartData."..";
  }
  else if($scaledVal <0 ) {
    $chartData = $chartData.'__';
  }
  else {
    $quotient = floor($scaledVal / $EXTENDED_MAP_LENGTH);
    $remainder = $scaledVal - $EXTENDED_MAP_LENGTH * $quotient;
    $chartData = $chartData.substr($EXTENDED_MAP,$quotient,1).substr($EXTENDED_MAP,$remainder,1);
  }
}
November 3rd, 2010

Magento Store useful links

useful links to adapt magento are listed here for anyone having troubles with google

1. If u have no price avaiable on your product take this
2. If u need some attributes and attributes sets and absolutely have no clue read this first.
3. To Change the layout of the whole store eat this.
4. Change the number of products shown per row in grid go here
5. If u get more deep into Magento you’ll need this one to understand the funcionality of the probably most used functions in the code.
6. To reset sales on a demo install before going live

Updates are coming soon on this topic,
stay milked

Juli 14th, 2010

The milking has started

The time has come my fellow readers, the milkman is on his way to ring at your door.