maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Found this at Popular Mechanics... (https://talk.maemo.org/showthread.php?t=14599)

wv9k 2008-01-07 18:23

Found this at Popular Mechanics...
 
http://www.popularmechanics.com/tech...s/4242980.html

timsamoff 2008-01-07 18:35

Re: Found this at Popular Mechanics...
 
Cool. It was a good overview... My experiences are a little better, but everyone to his/her own. ;)

-T.

Texrat 2008-01-07 18:58

Re: Found this at Popular Mechanics...
 
Nice! My key takeaway from the review:

Quote:

One other observation: In the age of the iPhone, Web designers need to start optimizing for smartphones and tablets, taking into account how often people will be viewing their sites on smaller and smaller screens
Bingo.

lad 2008-01-07 19:01

Re: Found this at Popular Mechanics...
 
The top photo of the two is VERY deceiving - making the Sony look just as small as the N810!

Reality Check:
206mm vs 144mm widths!

nhanquy 2008-01-07 20:23

Re: Found this at Popular Mechanics...
 
But I also found this on youtube!

http://www.youtube.com/watch?v=vSMKO...eature=related

Rebski 2008-01-07 21:11

Re: Found this at Popular Mechanics...
 
Quote:

But I also found this on youtube!
The APC power supply looks cool
http://www.apcc.com/resource/include...B10&tab=models

ARJWright 2008-01-11 17:04

Re: Found this at Popular Mechanics...
 
Quote:

Originally Posted by Texrat (Post 122636)
Nice! My key takeaway from the review:

Quote:

One other observation: In the age of the iPhone, Web designers need to start optimizing for smartphones and tablets, taking into account how often people will be viewing their sites on smaller and smaller screens
Bingo.

Agreed. This is probably the biggest issue that I have with the IT now; sites just don't resize well for it; and those that do are few in number.

Texrat 2008-01-11 17:13

Re: Found this at Popular Mechanics...
 
ARJ, I'm discovering just how difficult it can be to accomplish the resizing. I am using the site www.jablet.net as a testbed and example for what's possible. The goal is to avoid the ITs having to use javascript, and utilizing CSS and PHP as much as possible. The problems aren't with the tablets-- they render the CSS very well! Nope, the issues are with anyone running Internet Explorer on a PC and viewing the site: IE, even version 7, is allergic to strict and full CSS.

BUT-- tablet-friendly sites should still be a goal, IMO. The problems I've encountered have workarounds that just require a little education and effort. I would expect seasoned website designers to handle that. Hopefully I'll have the jablet site updated soon to show what's possible... most of the work I've done has not yet been incorporated.

niklas 2008-01-11 17:22

Re: Found this at Popular Mechanics...
 
maybe it's time to piss the Windows users, if the site is a community effort and not a company site I wouldn't care more then telling them to use a real browser.

GeneralAntilles 2008-01-11 17:22

Re: Found this at Popular Mechanics...
 
Quote:

Originally Posted by Texrat (Post 125619)
ARJ, I'm discovering just how difficult it can be to accomplish the resizing. I am using the site www.jablet.net as a testbed and example for what's possible. The goal is to avoid the ITs having to use javascript, and utilizing CSS and PHP as much as possible. The problems aren't with the tablets-- they render the CSS very well! Nope, the issues are with anyone running Internet Explorer on a PC and viewing the site: IE, even version 7, is allergic to strict and full CSS.

Welcome to the hell that is web development, all thanks to Microsoft. :rolleyes:

Simple client checks can be useful for throwing one page at IE and another at real browsers.

RogerS 2008-01-11 17:25

Re: Found this at Popular Mechanics...
 
Quote:

Originally Posted by Texrat (Post 125619)
I'm discovering just how difficult it can be to accomplish the resizing. ... The problems I've encountered have workarounds that just require a little education and effort. ... Hopefully I'll have the jablet site updated soon to show what's possible.

Hope you'll write up something that tells people what things work (and what things don't) when they try to make websites work for IE, for Firefox and others, and for 800x480 (that's UMPC's format as well as NIT's).

Texrat 2008-01-11 17:35

Re: Found this at Popular Mechanics...
 
Quote:

Originally Posted by GeneralAntilles (Post 125623)
Welcome to the hell that is web development, all thanks to Microsoft. :rolleyes:

Simple client checks can be useful for throwing one page at IE and another at real browsers.

Yeah, I've got some good examples. The javascript runs on IE but is ignored by the tablet browser, so it can be turned off there.

I don't want to piss off IE users, so I intend to accomodate its idiosyncracies. Indeed, making the site render well in IE will be good tablet publicity.

And to Roger: good point. The code of course will be made easily available, and I'll comment where I can.

I've been designing in html for many years, but css is new so I'm still learning (hence the delays in updating the site). PHP is another one I have to learn. But I'm getting there...

Greyghost 2008-01-11 18:04

Re: Found this at Popular Mechanics...
 
Quote:

Originally Posted by GeneralAntilles (Post 125623)
Welcome to the hell that is web development, all thanks to Microsoft. :rolleyes:

Indeed! Amen brother!

My 2cents: As the number of mobile (ie smaller) devices approaches the number of pcs, we'll be able to abandon support for old IE and focus developing clean web sites/apps using CSS and PHP. Ok I'm dreamin, but the goal is still the same. At the very least, IE support could be secondary, as in, 'well, if it doesn't work right on IE, that's ok. At least it works right on the IT;)

ARJWright 2008-01-14 01:55

Re: Found this at Popular Mechanics...
 
Quote:

Originally Posted by Texrat (Post 125619)
ARJ, I'm discovering just how difficult it can be to accomplish the resizing. I am using the site www.jablet.net as a testbed and example for what's possible. The goal is to avoid the ITs having to use javascript, and utilizing CSS and PHP as much as possible. The problems aren't with the tablets-- they render the CSS very well! Nope, the issues are with anyone running Internet Explorer on a PC and viewing the site: IE, even version 7, is allergic to strict and full CSS.

BUT-- tablet-friendly sites should still be a goal, IMO. The problems I've encountered have workarounds that just require a little education and effort. I would expect seasoned website designers to handle that. Hopefully I'll have the jablet site updated soon to show what's possible... most of the work I've done has not yet been incorporated.

I am with you here, and the hell that you are experiencing is my day job, so I know it all too well.

Nevertheless, I figured that I would try my hand at things as well. Because I am faily certain that as MIDs gain in popularity, and the inevitible uptick of an iPhone with higher resolution coming at some point, that there would need to be some kind of solution that works. I am working on a skin for my personal site, and hopefully I will be able to figure out a few things that might help out along the way.

From my point of view, and experience, a style sheet switcher in javascript and a well done set of styles should be just fine. That's what I use and it works just fine. The kicker will be just making sure that the right content appears whatsoever the device. That part is just semantic and fun.

Texrat, also don't test on IE. Build your sites correct (test in FireFox) and then you will have only minor fixes to do for IE, rather than building for IE and having major fixes for everything else.

Texrat 2008-01-14 05:43

Re: Found this at Popular Mechanics...
 
Quote:

Originally Posted by ARJWright (Post 127106)
Texrat, also don't test on IE. Build your sites correct (test in FireFox) and then you will have only minor fixes to do for IE, rather than building for IE and having major fixes for everything else.

I don't. I test on the tablets, first and foremost... then see what isn't working on IE, et al. Fortunately, though, a lot of the guesswork has already been put to bed by many CSS experts kind enough to share.


All times are GMT. The time now is 06:17.

vBulletin® Version 3.8.8