Awesome! I hope its fully polished and released for WWDC.
(If it wasnt for Quattro, Id wonder whether AdLib was a mix-up leading to the ad service rumors.)
Hmm... This ipad native app framework is looking more and more like "FRAMES", something the web had almost 20 years ago, but abandoned when the technology was over-used and annoyed the hell out of most web surfers... Interesting how apple is bringing the concept of frames back with the ipad.
![]()
I always liked frames, and only moved away from designing with them when they started losing favor and were deprecated in HTML 4. I always liked sticking to standards, so anything that is no longer standard is sadly discarded from my repertoire. If this can be made to work in any browser (no need for the touch events to be recognized for the overall design to work), then I'll probably pick it up and learn how to implement it, and otherwise, I might use it to make iPad versions of some of the sites I run, though most of them work fine as is, so probably not. Nice to see it's using JavaScript and not something proprietary.
jW
I always liked frames, and only moved away from designing with them when they started losing favor and were deprecated in HTML 4. I always liked sticking to standards, so anything that is no longer standard is sadly discarded from my repertoire. If this can be made to work in any browser (no need for the touch events to be recognized for the overall design to work), then I'll probably pick it up and learn how to implement it, and otherwise, I might use it to make iPad versions of some of the sites I run, though most of them work fine as is, so probably not. Nice to see it's using JavaScript and not something proprietary.
jW
This is what happens when Javascript is fast enough.
How many people here are old enough to remember when their 68040 based Macs (or Sun workstations and 486DX based PCs) were pretty snappy when running optimized compiled code, or games in hand coded assembly?
Well, Javascript in a web page on an iPad now benchmarks faster than the fastest hand-coded OS routines from back then.
fact
Hmm... This ipad native app framework is looking more and more like "FRAMES", something the web had almost 20 years ago, but abandoned when the technology was over-used and annoyed the hell out of most web surfers... Interesting how apple is bringing the concept of frames back with the ipad.
![]()
The only thing I use extensively that could be considered old is Tables.
If I want a piece fo text to only take up half the screen its a lot easier and quicker using tables than defining it in CSS. I will fequently define the background, container width etc in XHTML/CSS but organizing the text is usually some form of table grid.
One immediate place that sites like MR could upgrade to support/iPad is the posting/editing replys... ...especially replys that are too long to fit in the reply box. The box cannot be resized, and the content cannot be scrolled (the whole page scrolls).
*
It has its own cult to attend too, it doesn't need to assciate with an ancient religion that has no relevance in the technological age whatsoever.
Use two fingers.
The only thing I use extensively that could be considered old is Tables.
If I want a piece fo text to only take up half the screen its a lot easier and quicker using tables than defining it in CSS. I will fequently define the background, container width etc in XHTML/CSS but organizing the text is usually some form of table grid.
OMG - Apple's developed their own alternative to Flash and Silverlight. Now the Flash vendetta makes sense.
I find it pretty interesting trying to figure out what counts as a personal attack around here and what doesn't.
The "OMG" wasn't a big enough clue?
Apple probably doesn't want to be associated with that cult right now....
I've had an iPhone since launch and never use two fingers to scroll anything. When I watch the video, it seems easy to program that functionality in a Web page. What am I missing?
A voice-over on the video might help since it seems pretty basic to me. BTW: I also stumbled on that area of help on my iPad. Didn't think anything of it, tho. hmm
OMG - Apple's developed their own alternative to Flash and Silverlight. Now the Flash vendetta makes sense.
<p style="width:50%;float:left">Your text</p> is hardly difficult.
What if I want to divide the webpage into two or more columns? Yes I can use float left/float right but that doesnt always work in all the common web browsers without some extra CSS hackery.
Maybe I should rephrase my statement, its a lot quicker and easier than CSS to get cross browser compatibility.
Not really these days but I can see where you're coming from if you still believe it's still quicker to misuse tables to create grid layouts and solve clearing issues. Most of the issues are with IE6 hasLayout bugs and pretty well known and fixed now.
Anyhoo, back to iPad fever...