Hofrat Suess
Newest Project: Hofrat Suess My newest design creation
Agency: Amazee Labs Credit: Caro Lutz (Illus)
Newest Project: Hofrat Suess My newest design creation
Agency: Amazee Labs Credit: Caro Lutz (Illus)
Mobile site which I designed to show off our point of view for mobile (responsive web design) with some selected client work
this is what i'm currently working on. final site will be online in january 2012. the fonts are from typekit. minimalistic design with fullscreen backgrounds. i'm using an custom version of the jQuery serial-scroll Plugin for the scrolling. site is fully responsive.
so this is the new layout for the pricelist. the language is actually german and the prices are in swiss francs.
every line is now 3-column
thanks to @aaronlaibson for this input.
this is the new Function overview site. I have a lot of other sites to be rewritten and redesign the content. it's not 100% finished yet, but this site is live now.
GetAsTimestamp ( fmtimestamp - 62135596800 - 3600 )
62135596800 = FM Timestamp of the Date 1.1.1970 00:00:00
3600 = GMT+1
( Seconds ( fmtimestamp ) - 3600 ) +
( Minute ( fmtimestamp ) * 60 ) +
( Hour ( fmtimestamp ) * 3600 ) +
( ( Date ( Month ( fmtimestamp ) ; Day ( fmtimestamp ) ; Year ( fmtimestamp ) ) - Date ( 1 ; 1 ;1970 ) ) ) * 86400
Input: FM Timestamp or Date & " " & Time
Converts to Unix Timestamp
( Seconds ( fmtimestamp ) - 3600 ): 3600 is for the timezone GMT+1
Enables colors in Terminal / iTerm for the following:
directory symbolic link socket pipe
Let's create a new file called ".bash_profile" in your user directory.
copy&paste this code:
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
save and open terminal / iterm again.