RSS Feed

Willkommen. Ich würde mich sehr über Dein Feedback freuen. Dafür habe ich nur 5 kleine Fragen.

logo
bottom left wing

iPhone Prototyping with Flex – Part 3: Changing Display

iphone

[photo by mkswork.de]

After I sketched the basic structure of our iPhone prototype in the last post, I will now continue to add some functionality.

Demo

 

Flex – dynamic number of arguments

A quite nice feature of Flex that I came across recently is the …rest parameter in as3. You can specify some parameters. Because of the …rest parameter, you can pass additional parameters as many as you want. But the …rest must be placed at the end:

 

Bookmarkable with History

Screenshot: Workno

It is amazing to see how many plugin are available for jQuery by now and how easy applicable they are. By Mule Design I found a quite smart but simple solution to make UI Tabs in websites bookmarkable, using ScrollTo and LocalScroll. For the “How-to” please have a look at Mule Design’s nice tutorial.

 

Improving Look & Feel with jQuery III


getty image

With Ajax you can nicely load asynchronously data without having to reload the whole webpage. Nothing new about that. But as I mentioned previously (article) Jeff Johnson points out 3 human deadlines (0.1 sec, 1 sec, 10 sec) that have to be kept in mind, when developing web applications.

 

iPhone-Erkennung auf Webseiten

Hier kommt ein kurzes JS, welches erkennt, ob der Besucher der Seite mit einem iPhone durch das Web surft:



var u = navigator.userAgent.toLowerCase();
var iphone = ((u.indexOf('iphone'))!=-1);
if (iphone) {
    alert("Howdy, dear iphone owner!");
}

So könnte anschließend beispielsweise eine Weiterleitung zu einer iPhone-optimierten Seite folgen.

 


2 pages
img
img


Impressum
bottom right wing