Die sicherste Möglichkeit, um von jedem Android-Gerät einen Screenshot zu machen, führt über den Dalvik Debug Monitor Server (kurz DDMS). Dazu sind folgende Schritte nötig:
- Android Smartphone USB Treiber installieren
- Android Smartphone über USB am PC anschließen
- Android SDK installieren
- DDMS starten (Beispielpfad:
C:\dev\android\android-sdk-windows\tools\ddms.bat)
Im Dalvik Debug Monitor kann man dann über Device - Screen capture... ein Bildschirmfoto vom gerade angezeigtem Inhalt machen:
Für Besitzer von Samsung oder LG Smartphones mit Android Version 2.2 und aufwärts gibt es einen noch einfacheren Weg. …weiterlesen
The best gallery for jQuery I’ve found so far is the jQuery lightbox plugin. The usage is very easy:
Exact sequence of steps
- Include jQuery
- Include lightbox JavaScript
- Include lightbox CSS
- Write a little function that selects links which should be used by lightbox
- Insert lightbox links which will have the fullsize image as target
- Surround your thumbnail images with those links
This is just a short sample which shows how you can use jQuery within your own WordPress plugin to make cool JSON requests on PHP pages. …weiterlesen
Microsoft bietet mit Bing Maps einen Kartendienst, ähnlich zu Google Maps, an. Für Webmaster bietet Bing Maps jedoch den Vorteil, dass man keinen domain-spezifischen API-Key braucht (so wie es für Google Maps erforderlich ist) und derselbe Code somit auf beliebig vielen Domains verwendet werden kann. Bing Maps ermöglicht auch die Ansicht in der Vogelperspektive (Bird’s eye view) und ist unglaublich einfach einzubinden. …weiterlesen
I developed a function which creates a thumbnail for a given image in a predefined size. Please note that this function was created to be used within a WordPress plugin so it uses paths related to WordPress but these paths can be easily adapted to be used without WordPress. …weiterlesen
You can create a custom table for the data of your WordPress plugin if you hook on the plugin activation. This has the effect that your custom table will be created if you activate the plugin in the WordPress backend. I created a sample code to show you how this works. …weiterlesen


0