|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Is it possible to have two main pages i.e index page one for wap and the other html(php driven) or do i have to determine the type of user and rewrite my index page appropriately.
My main site is unsuitable for mobile phones and would have to significantly different. Cheers Andrew
__________________
Discount shopping vouchers |
|
||||
|
Two different ways to handle it. Either use a mobile css file or browser sniff and send mobiles to a subdomain designed especially for them. Either way it's a nightmare, since browsers for mobile devices are even more contrary and standards-ignoring than IE.
One thing you can do is to have your main layout be a css layout that will, if the stylesheet is removed, render the information in a way that makes sense. Then create an EMPTY stylesheet for mobile devices. |
|
||||
|
Definately try and go the way of CSS. A well structured page can be used across all types of mediums with some simple CSS mods for those mediums.
That is the main driving force of CSS. The ability to create unique visual representations of your site depending on the medium. Stay away from unique pages if you can, it makes your life easier in the long run. Learn CSS it can be your friend.
__________________
We offer a total eCommerce solution with eCommerce Web Design using Pinnacle Cart |
|
||||
|
I'm no expert on this, so you may want to go the route suggested by everyone else, but I heard from an AMA workshop on mobile marketing that it is standard to put an "m" in front of your URL for the mobile version of your site.
So, instead of www.widgets.com it would be www.mwidgets.com. Not sure though, as I don't usually access sites from my phone. |
|
||||
|
Definitely try and go the way of having separate pages for mobile users.
Since their screens are small and their usage costs high you should optimize your graphics into small files for the mobile user and also reduce your content down to the absolute minimum. Yes you can do that (or at least some of it) with CSS but life's too short. |
|
||||
|
Quote:
|
|
||||
|
Quote:
|
|
||||
|
Dave, CSS can allow you to change the formatting of the page drastically, and even hide certain unneeded images from the visitor based upon their device.
This allows you to take a well structured document and even load it as a text only document, imageless, structured visually only by CSS. The main limitation to this is the fact that most people are trying to fit a currently poorly designed site into the mobile environment. This only leads to continued bad practices down the road that really should be avoided at all costs. Do the work now to convert a site properly, and life for years to come will be much simpler. Should we also develop unique pages for users facing accessibility issues such as blindness? That's the next question in a topic such as this.
__________________
We offer a total eCommerce solution with eCommerce Web Design using Pinnacle Cart |
|
||||
|
I wouldn't bother. Wireless phones will soon be able to view standard web pages. The iPhone is a good example and others are followiing. Also, people without such browser friendly devices don't bother to surf the internet, anyway.
In short, I don't think it is worth the effort or to risk redirects with browser detection schemes. If you just have to do it, then style sheets are the way to go.
__________________
DrTandem's San Diego Web Page Design, drtandem.com |
|
|||
|
I do not understand how you will be able to get your site optimised for mobile phones only using CSS?
Mobile phonew screen size, graphics, colors, etc are so different so currently every mobile application developer is using WURFL library to detect the device capabilities. Vodaphone have worked now over a year with their gateway which should convert web sites to mobile screen but they still have lot of problems ahead. Any graphic object in your site should be different not mentioning the usage of tables, frames, etc. You can program the WAP (XHTML) site using php, that's not a problem.
__________________
Submit your site free to Unknown Web Directory eCommerce and Internet Marketing articles in my blog |
|
|||
|
I'm with DrTandem (and not just because he's a fellow phone guy). Cell phones are increasingly supporting full fledged viewing. Certainly optomize you page and style sheet, but don't spend to o much time supporting the current kludge. Municiple Wi-Fi is becoming more prevalent and wireless carriers are doing their best to implement WiMax or a similar standard faster than the other guy. I forsee a very short future for WML.*
On the other hand, if your target market is the 15-25 crowd, and you are trying to do something very current and edgy that requires the immediacy of a cell phone regardless of its woefully inadequate interface, then concentrate on a great site for mobile phones and treat the actual web page like the red-headed step child it is. If you must create a page for cell phones, do it right and check the user-agent before serving up the page. This will allow you to create pages that are specific for nokia phones, motarola's, the openwave browser, IE 7, IE 6, Firefox, etc. It'll be a helluva lotta work, but then you'll know your page works the way its supposed to work. CSS is great and will work to make sure your site degrades gracefully, but it will lack the modularity a decent UA sniffing script can provide. edit: That is WML in its current state. If the standard changes/updates with the advent of new technology, all bets are off.
__________________
By Request DJ & Karaoke Company - Yesterday's Traditions, Tomorrow's Technology Lifetime links in 4 Directories -> $5 : | : PHP Link Directory Mods |
|
||||
|
Quote:
WAP is outdated. Don't spend a minute for that.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
In reviewing my stats for one of my sites, I'm looking at the browsers types visiting our site. Out of roughly 140k pageviews, I have more for Web TV, 58, than for mobile WAP, 41. That's out of 140k pageviews.
Not sure if "reprogramming" your site for such visitors is worth financial investment of completely unique content for them. Spend your money where your market is. Use CSS to make your life easy and let the future come to you.
__________________
We offer a total eCommerce solution with eCommerce Web Design using Pinnacle Cart |
|
|||
|
Quote:
.MOBI domain names has been created especially for mobile devices. Normally all domain registrarers providing .MOBI domain registration also provide .MOBI site builder, where you can preview your website in simulated screens of different leading handsets like Nokia N72 etc. I am no expert of CSS. But if you can create CSS that can "sniff" mobile browsers, maybe you can redirect them to spacially created .MOBI websites. =============== Sanjay Verma Last edited by mjtaylor; 11-01-2007 at 04:27 AM. Reason: links not in sig |
|
||||
|
You do not need to have a second site if you use Handheld Media CSS.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
Thank you for all your comments and suggestions. I need to rethink the way forward and if its worth creating pages for mobiles and cost effective.
Cheers, Andrew
__________________
Discount shopping vouchers |
|
|||
|
There is the WML standard (Wireless Markup Language), but being WML compliant does not mean your site will display properly in all models of cell phones. Most manufacturers will have an emulator for their cell phones...I have used a nokia emulator in the past, and I saw an OpenWave emulator a while back too. Its a major pain to ensure that your site works well with every model of phone.
Examine your site's need carefully if you really need to pursue that niche. Can you get by with a text only version, or must it be WML? Can you use CSS to do some simple styling, or should you go for the full on UA sniffing script? I personally won't bother with a mobile version of my sites. Nothing I do requires the immediacy of a cell phone. If I had sites devoted news (really really current news) or cell phone pictures and video clips, then I'd think about it, but otherwise don't bother.
__________________
By Request DJ & Karaoke Company - Yesterday's Traditions, Tomorrow's Technology Lifetime links in 4 Directories -> $5 : | : PHP Link Directory Mods |
|
||||
|
There is a w3 standard, but, as usual, there isn't much compliance by device manufacturers except where the Opera Mobile Browser is used. And it seems every device manufacturer breaks the code in a different way. There's also a pretty broad difference in screen sizes and resolutions.
There are web simulators out there, but the ones I have listed on the article I wrote last year are already out of date since there are all new phones. That's why I suggested feeding mobiles an unstyled page with no background images. At least then the information will come through in a usable form no matter what, and load fairly quickly, which is the other issue. There are real bandwidth constraints on the cellular network. |
|
||||
|
Just a note, I see Dreamweaver CS3 comes with "Device Central CS3" which contains cell phone emulators for about a hundred different cell phones. However, I am not sure if they all use the same rendering engine, or if they appropriately mimic the variations in the different browsers. Anyone know?
__________________
The best way to learn anything, is to question everything. |
|
||||
|
Quote:
"Coming soon" Opera 9 Mobile. - Opera Widgets. - Overview mode with intelligent zoom. - Advanced functionality with Ajax and Web 2.0. What version should I select? Ideally you should not need different style sheets. The next generation browser mobile or not, should take care of the styling like the ordinary Opera browser. Download it and try View + Style and you will understand what I mean. Related WPW link.
__________________
Mini Network:: Financial information at your fingertips Learn object oriented programming where it started I will use a search engine before I ask dumb questions. Last edited by kgun; 11-01-2007 at 05:18 PM. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flower and Gifts Related Site - Free Site Submission | Directory4 | Link Exchange | 0 | 01-31-2006 03:15 PM |
| Submitting Site Feeds and other Site Explorer updates | WPW_Feedbot | Search Engine Optimization Forum | 0 | 12-06-2005 06:30 PM |
| Adwords Site Targeting / Bid Amount and Site Selection | GaryBradshaw | Google AdWords/Google AdSense | 0 | 08-31-2005 11:37 PM |
| first site from seven years rates higher than current site | pcrobinson45 | Google Discussion Forum | 23 | 01-27-2005 05:32 AM |
| Incoming Links: Does site.com differ from site.com/?1234 | kisk | Google Discussion Forum | 9 | 10-13-2004 12:02 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2010 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |