Articles in the category "PHP" / Portfolio / Christoph Pojer http://cpojer.net/ Portfolio / Christoph Pojer en-US Wed, 10 Mar 2010 03:09:02 +0100 Wed, 10 Mar 2010 03:09:02 +0100 Portfolio / Christoph Pojer christoph.pojer@gmail.com (Portfolio / Christoph Pojer) christoph.pojer@gmail.com (Portfolio / Christoph Pojer) How To Display Tweets of Different Users http://cpojer.net/blog/How_To_Display_Tweets_of_Different_Users http://cpojer.net/blog/How_To_Display_Tweets_of_Different_Users When I redesigned this blog I wanted to show recent tweets about MooTools. There are a number of available options to do that: either show the tweets of @mootools or show anyone who mentions #MooTools. While the first approach seemed to be

... ]]>
Fri, 31 Jul 2009 13:53:52 +0200
DataComparison: Sorting, Multidimensional http://cpojer.net/blog/DataComparison_Sorting_Multidimensional http://cpojer.net/blog/DataComparison_Sorting_Multidimensional I have decided to not only post those big comprehensive articles but rather post some useful and short Snippets for you to use (mainly to fill the gap). So this time around I'm going to present to you a PHP-Class that makes it easily possible to sort data in multi-dimensional arrays. Well, not really multi-dimensional but at least two-dimensional. It allows you to sort any array

... ]]>
Wed, 21 Jan 2009 16:21:17 +0100
Image Wrapper and Uploader http://cpojer.net/blog/Image_Wrapper_and_Uploader http://cpojer.net/blog/Image_Wrapper_and_Uploader There is certainly a point in life where you start thinking that all those image methods the GD-Library provides are ugly and hard to maintain. What about the mess with transparent PNG-Images when resizing? Or the pain when handling different image-types like gif and jpg? Wouldn't it be nice to have all that easily working, broken down to a

... ]]>
Sun, 18 Jan 2009 19:00:16 +0100