This is very odd.  The example Website folder has an XHTML document
with this in the head:

<meta content="text/html; charset=iso-8859-1" http-equiv="Content-
Type" />

And...

<meta content="Try out all exclusive features iWebKit 4.0 has to offer
and discover how far web developement can go. Create the ultimate
WebApp!" name="description" />

Not much more follows.

In the "javascipt" folder, there is a tiny script that attempts to be
multi-browser compatible and includes:

if(navigator.userAgent.indexOf("iPhone")!=-1){addEventListener
("load",function(){setTimeout(hideURLbar,0)},false)}

And...

try{var a=document.getElementById("leftnav").getElementsByTagName
("a");for(i=0;i<=a.length-1;++i){var b=a.item(i);if(b.className!
="noeffect"){addListener(b,"click",changeClass2)}}}catch(e){}

That pattern is repeated several times in a row.  This is repeated
twice:

if(o.addEventListener){o.addEventListener(e,f,false)}else{o.attachEvent
("on"+e,f)}

So it seems to want to support IE, yet contains this obvious
incompatibility:

window.location=this.getAttribute("href")

And that should be window.location.href of course.

That's basically all there is.  Didn't look at the style sheet(s).

Some framework.

On Jan 6, 11:55 am, iWebKit <[email protected]> wrote:
> Try out iwebkit:http://iwebkit.net
>
> On Dec 23 2008, 4:51 am, RobH <[email protected]> wrote:
>
> > Hi - sorry, I was out of touch for a little while - 2 questions:
> > 1. What is the latest framework that people use most for web app
> > development - I remember iUI, webapp.net, is there anything else? Are
> > these still around and good to use? Which one is more widely used /
> > better (understand this may be subjective)?
> > 2. If I have a commercial project, what are the rules for leveraging
> > the above frameworks to deliver the app? Can I just use them or do I
> > need to pay some fee?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to