Post a Comment
Well, this new version is based on a static RSS file, so no equivelant comments page can be created. However, when you are actually visiting the site with a PDA or cellphone or other gadget, you are going to get the normal mobile version automatically, including the mobile version of the comments. So there is always a way to get a mobile version of the comments, even if this new RSS version doesn't link to one specifically.
I know PHP and ofcourse that =) She knows what indentation is (http://en.wikipedia.org/wiki/Indent_style)? checking source, I don't think so.
Right on. Intentation and comments do not good code make. They are especially useful for open source, but this code is simple enough that anyone should understand it, especially if they have a good editor with syntax highlighting.
You should probably license this somehow, especially as you seem to want to preserve the MoBits attribution. The code comment saying you shouldn't change the MoBits URL won't hold up in court... MIT, BSD, or Apache (v1.1) licenses would be appropriate, in order of increasing attribution protection. If for no other reason, you probably want the "AS IS" disclaimer to protect you from frivolous lawsuits, should this code become widely used.
I can't read on a screen that small: http://eugenia.blogsome.com/2006/08/11/tuxtops-mobile/
Text is too small, almost unreadable. I prefer to wait to be at home with my comfortable large screen.
Nothing against people who use PDAs though.
You mean, you get this? http://www.osnews.com/demo.html
This version is not only truly ad-free, but it loads much faster because there are no nested tables in it.
OMG if you have a look at the source code of this page, it's a real soup. It embedds all redundant CSS code inside the page and uses tables. You should optimize your CSS code a lot more than that, and put it on a separate style sheet. You shouldn't use any table at all also. There is a whole bunch of unneeded code. You would save on bandwidth.
Joe User, you are VERY, VERY wrong! I am doing mobile developement for 3 years now and I have access to most of these browsers. I know them in and out. XHTML/CSS does NOT work on the VAST majority of these mobile browsers. They CLAIM that they do support XHTML, but especially their CSS support is a pipe dream.
To tell you the truth, I know this works on the HP PDA that I have, and also on major browsers (IE 5.5, IE6, Opera, Opera Mini, Firefox, Konqueror). These are the ones I test. I am able to use just one style sheet. Now, maybe there are certain PDAs that don't respect web standards, I don't know all of them. Sorry then. But still, the style sheet may probably be included in an external file, this should work on all PDAs I guess.
There is no reason for yet another HTTP request to make things slower (especially on GPRS). The CSS I am using for mobile versions is only a few lines, usually 10 or 12 lines. It is more compatible and faster to have these few lines inline.
Also, you are only tested your mobile stylesheet with only two browsers from what I see. I usually test with 10 on about 15 devices and emulators. And from these 10, only 3-4 of them support CSS at all (IE, Netfront, Opera and Openwave), while only 1 of these 4 has actual *good* support for CSS (Opera).



