„Open source single board computer from GizmoSphere offers flexibility and performance for embedded, DIY and advanced hobbyist markets“
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.
1 2 3 4 5 6 7 8 9 |
$tag = "p"; $html ="I am here!"; $dom = new domDocument('1.0', 'utf-8'); $dom->loadHTML($html); $dom->preserveWhiteSpace = false; $findTag = $dom->getElementsByTagName($tag); echo $findTag->item(0)->nodeValue; |
I have been working on my own PHP class to combine all popular social logins in one single solution.
Currently working are
There are some other APIs, I plan to include in the future.
The current setup is solid and has already been deployed for 3 projects.
Regards
Alexander
Apart from design and programming, I know my way around the deployment of a webserver.
Its limiting not to know how the foundations of a web setup work. (server, databases, services, shorturls … )
There are always tweaks and additional features that need to be added to get the most out of a project.
Feel free to conatct me.
Regards
Alexander
Are you looking for a developer that can build a RESTful (XML, JSON …) API / webservice for you, so that data can be easily accessed by different development plattforms or your clients?
Feel free to contact me.
Regards
Alexander