All our Google+ profiles have personalized links now.
portalZINE NMN
http://plus.google.com/+portalzineDE
portalZINE TV
http://plus.google.com/+portalzine
Alexander
http://plus.google.com/+AlexanderGräf
Dorit
http://plus.google.com/+DoritGräf
Nice and clean redirects :)
Wer aktuelle Fotos von mir sehen möchte, kann einfach mal bei Google+ vorbeischauen :)
Einfach mal „Hallo“ sagen!
Gruß
Dorit
The plan was there months ago, but we never had the time to execute it.
There will be many more updates and news over the coming months.
Dorit & Alexander
Are you looking for a developer that can integrate custom widgets, themes, and plugins into your wordpress universe?
I also provide monthly maintenance & support for wordpress website owners.
Feel free to contact me.
Regards
Alexander
"nostraEVENT gibt dir die Möglichkeit Deine persönlichen Vorhersagen zu hinterlegen, mit Deinen Freunden, Bekannten und Arbeitskollegen auszutauschen.
Mit nostraEVENT kannst Du den Eintritt oder Nicht-Eintritt des vorhergesagten Ereignisses kontrollieren."
Das Projekt war lange in einer stillen Alpha und Beta Phase und ist jetzt für alle Interessierten verfügbar.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
//path to directory to scan. $directory = "assets/images/thumbs/small/"; //get all image files with a .jpg extension. $images = glob("" . $directory . "*.jpg"); $imgs = ''; // create array foreach($images as $image){ $imgs[] = "$image"; } // sort by date if you like //usort($imgs, create_function('$a,$b', 'return filemtime($a) - filemtime($b);')); //sort by name //usort($imgs, create_function('$a,$b', 'return strcmp($b, $a);')); //display images foreach ($imgs as $img) { echo "<img src='$img' /> "; } |
Google adds PHP to its APP Engine. Time to take a closer look.