Google Kalender auf Android zurücksetzen

Hinweis an mich selber: Wenn der Sync zwischen dem Kalender auf dem Android-Phone (Samsung Galaxy SII) und dem Google Calendar mal aus dem Tritt geraten sein sollte, bitte folgende Schritte anwenden um den lokalen Kalender zu löschen und das neue, vollständige Synchronisieren erzwingen: Einstellungen -> Anwendungen -> Anwendungen verwalten -> Alle -> Kalenderspeicher -> Daten […]

Read more

Submit Outlook Calendar Invitations with PHP

I need to submit an Outlook Calendar event with attached .ics-file from my PHP application. After i searched for several hours i found a very hugh number of ways which are not working at the same time for the iPhone (using .ics), Thunderbird (using Lightning plugin) and for (Exchange-) Outlook. Also this are so few […]

Read more

User Mouse Tracking / Website Research

If you use website statistic tools – and thats something i guess everybody is interested in – you got well numbers about how many users visit your website and exactly which page of your website. You will also know from which other website the came and which key words they used within Google to get […]

Read more

Dynamic Resize Flash Application Container / Flash Stage ( without external JavaScript )

[Update: Add complete Flash Builder project source files. ] If you have dynamic content within your Flash application or you have several states or „pages“ implemented, which all have different content, it might be helpful to resize your flash aplication container within the html- context. For this it’s not enough to resize the application from […]

Read more

Quick start with Flash ExternalInterface class

The ExternalInterface class allows you to communicate with the Flash wrapping container, which is usually the HTML page with JavaScript capeability. It allows you to send data from ActionsScript to JavaScript and vice versa. The ExternalInterface class is implemented for nearly all current browsers. Please see the documentation for a detailed list of the supported […]

Read more

JavaScript Timer Class

Here is a little JavaScript Class which allows you to have timed function calls. Of course there could be different instances of these timers. Here is a example how to use it: var timer = new Timer( {’interval‘:1000} ); timer.start( timedFunction );   function timedFunction(){ // called every 1000 milliseconds }var timer = new Timer( […]

Read more

How to detect the Browsers Zoom Level / If the user changes Browser Zoom

[Update]: Example ZIP wasn’t working in deed. Thanks Unabus for the hint. [Update]: jQuery no longer required. Changed initialisation method. [Update]: Added ActionScript Source. [Update]: Sorry, i posted the wrong version ( Thanks Ash for the hint ). The latest version now really supports Internet Explorer. Every modern Web-Browsers gives you the possibility to zoom […]

Read more

Set innerHeight also for IE

I’m really not a fan of popup windows within a website. But sometimes it really makes sense. For example for a little campaign which is more or less a microsite. But you want not to lose the website context. In this case i would „allow“ to open the campaign in a popup window. The popup […]

Read more

Posts navigation