-
17th September, 2009 by Markus Bäck | 0 Comments | Categorie: Css Hacks
Even though internet explorer 8 supports CSS it could happen that you need to use CSS-Hack’s. Here is a short snippet on how to use hacks in IE8 Standard-Mode.
read more…
-
16th September, 2009 by Christian Koch | 0 Comments | Categorie: php
read more…
-
16th September, 2009 by Christian Koch | 0 Comments | Categorie: t3 extension development
If you want to crop your image use c at the end of width and/or height. If you leave the width empty the size will just be cropped with the height value and width will be calculated down automatically and vise versa.
read more…
-
16th September, 2009 by Christian Koch | 0 Comments | Categorie: phpMyAdmin
read more…
-
16th September, 2009 by Christian Koch | 0 Comments | Categorie: t3 extension development
read more…
-
16th September, 2009 by Christian Koch | 0 Comments | Categorie: php
read more…
-
16th September, 2009 by Christian Koch | 0 Comments | Categorie: php
read more…
-
16th September, 2009 by Christian Koch | 0 Comments | Categorie: php
There are several ways determine a file extension using PHP. First is using the combination of strrpos() and substr() function like this :
read more…