Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-22-2006, 09:06 AM
WebProWorld Member
 

Join Date: Jul 2004
Location: Netherlands
Posts: 25
leonievs RepRank 0
Default Creating a PDA version of my website

Hi there,

I have been looking for some information on how to create pages for a PDA / mobile phones / WAP, so far not very succesful... I can not find some basic info on how to do this.

Is there a tool that I can use or do I have to create complete new pages?

Is there a maximum or advised width like they do here: http://www.nu.nl/pda.jsp or is everything to 100% better?

Is there software where you can check what it will look like if you do not have a PDA yourself?
What is best: pda.website.com or website.com/pda.jsp etc

Anyone has experience with this?
__________________
MultiCards Internet Billing
www.MultiCards.com
Reply With Quote
  #2 (permalink)  
Old 03-22-2006, 05:33 PM
WebProWorld Member
 

Join Date: Dec 2005
Location: Southern California
Posts: 78
iwebgeek RepRank 0
Default

Cameron Moll is pioneering it right now. He has created several PDA optimized websites for some corporations.

Check his site out, you'll find blog posts about mobile web in the archives.
__________________
100% XHTML Compliant Since 2004
Reply With Quote
  #3 (permalink)  
Old 03-22-2006, 06:14 PM
WebProWorld New Member
 

Join Date: Sep 2004
Location: switzerland
Posts: 8
xhtml RepRank 0
Default Web with PDA, mobile phone, or PC

The best solution is:

http://www.1computer.info/1work_demo_en.html

For more example and information see this link:
http://www.1computer.info/1work_internet_en.html

- Xhtml1.1, CSS, RSS, XML
- Change size fonts with CTRL+
- Print directly with your Browser
- Change and modifiy directly with PDA
- And more.....
__________________
1Work | WebMaster |
Reply With Quote
  #4 (permalink)  
Old 03-22-2006, 06:38 PM
WebProWorld New Member
 

Join Date: Sep 2004
Location: switzerland
Posts: 8
xhtml RepRank 0
Default For PDA Mobile phone PC

The best solution is 1Work:

http://www.1computer.info/1work_demo_en.html

for more example:

http://www.1computer.info/1work_internet_en.html
  • - Xhtml1.1, CSS, RSS, XML
    - Update directyl with mobile phone or PDA
    - Print directly with browser
    - Change size fonts with CTRL+
    - And more....
__________________
1Work | WebMaster |
Reply With Quote
  #5 (permalink)  
Old 03-22-2006, 07:23 PM
WebProWorld New Member
 

Join Date: Oct 2004
Posts: 11
bconley RepRank 0
Default PDA Sites

Google has a tool that creates a version of a web page into a pda friendly page just by entering a URL into the form field. I am not sure if it what you are looking for but it is worth a look.

http://www.google.com/gwt/n


Another site that does a similar thing but not all of the pages seem to be working correctly.
http://www.IYHY.com/


You can also find a tutorial on WAP and WML here:
http://www.w3schools.com/wap/
Reply With Quote
  #6 (permalink)  
Old 03-22-2006, 09:17 PM
Andilinks's Avatar
WebProWorld Veteran
 

Join Date: Feb 2004
Location: NM, USA
Posts: 779
Andilinks RepRank 0
Default

Does anyone know the size (number of users) and growth rate of this format and whether advertising works well with it?
__________________
...the Rockies may tumble, Gibralter may crumble... G & I Gershwin, 1937
Reply With Quote
  #7 (permalink)  
Old 03-22-2006, 10:24 PM
WebProWorld New Member
 

Join Date: Oct 2005
Posts: 2
arkmobile RepRank 0
Default

I just created a mobile tracking tool for my company, it's much easier than i expected. I found everything i needed on this site WAP TUTORIAL.

Here is my advice.
1. Read the site above
2. Download Opera browser to emulate a Mobile Device
3. Add this code if you want to redirect IE or Firefox to an HTML page.

Using JSP put the following snipit in the header:

String acc = request.getHeader("Accept");
if (acc.indexOf("wml") == -1){
(response.SC_MOVED_TEMPORARILY);
response.setHeader("Location", "http://yourHTMLsite");
}

Check out my page at www.luggageforward.com/mobile using your phone, your browser, or whatever.
Reply With Quote
  #8 (permalink)  
Old 03-23-2006, 02:48 AM
WebProWorld Pro
 

Join Date: Jan 2004
Location: South Africa
Posts: 269
espectations RepRank 0
Default

Hi Andilinks,

You can get some free stats at this link

We just built a site News media release where a wap page is created automatically for each release posted.

Users could then use Web SMS to send the WAP bookmark (article or press release url) to mobile phones. I tested it on my Nokia 6680 and it works like a charm. I think this service will be quite popular amongst traveling journalists.

The adoption of WAP is still fairly slow worldwide but having been in the industry for 6 years I see a sharp increase this year. I get a lot of enquiries already for MMS but GPRS networks are not yet available in all countries. We are still dependent on the networks to launch GPRS so that we could provide the services.

In South Africa one network already allows GPRS while the other is beta testing for MMS, so it is very frustrating.

The other factor that plays a role is handset conversion. Users have to change their old handsets to one that accommodates GPRS and WAP accounts.

I also noticed a strange "fear" of costs involved but as people get used to it that fear will subside. When sms first showed up there was also a resistance to use it and now it is one of the most used ways for communication.
Reply With Quote
  #9 (permalink)  
Old 03-23-2006, 06:24 PM
WebProWorld New Member
 

Join Date: Jul 2003
Location: usa
Posts: 15
thepcman RepRank 0
Default FREE Online WAP Page Creator

try this...
FREE WAP Page Creator

It should be able to get you started although you can use it as a finished page if you need a small number of pages.
__________________
Only 3 Sites in The Signature Block Please
Reply With Quote
  #10 (permalink)  
Old 03-23-2006, 06:25 PM
WebProWorld New Member
 

Join Date: Jul 2003
Location: usa
Posts: 15
thepcman RepRank 0
Default FREE Online WAP Page Creator

try this...
FREE WAP Page Creator

It should be able to get you started although you can use it as a finished page if you need a small number of pages.
__________________
Only 3 Sites in The Signature Block Please
Reply With Quote
  #11 (permalink)  
Old 03-23-2006, 06:52 PM
Andilinks's Avatar
WebProWorld Veteran
 

Join Date: Feb 2004
Location: NM, USA
Posts: 779
Andilinks RepRank 0
Default

Thanks for these references. The content of my site (or at least large parts of it) lends itself well to mobile use, but the design so far has prevented this. It looks like Blackberry is the most used platform and probably the best demographic so I'll buy one of these and design for it. I'm still not sure how I'll monetize it, I don't think ordinary AdSense blocks will work. I don't like AdLinks because they look too much like navigation, but I may have to go with them.

Thanks again, Andi
__________________
...the Rockies may tumble, Gibralter may crumble... G & I Gershwin, 1937
Reply With Quote
  #12 (permalink)  
Old 03-23-2006, 08:29 PM
WebProWorld New Member
 

Join Date: Apr 2005
Posts: 19
lanthus RepRank 0
Default pda-compatibility is a server responsibility--

There are HD-screens and LD-screens, and old-fashion radioshack-tv-screens (ULD) ... PDA's, and, probably still one Lynx browser out there ....

But--

"All the compatibility in the world is incompatible, if everybody does it their own way ...."

So, I say, Compatibility is a Server responsibility: The website server needs to detect what kind of http html-formatting is needed, and send that ... Graphic resolution is the most obvious concern but secondary image-tunneling has been long neglected: Scrollbars, right-button-grabbers (eg. pdf), crotch-rubbers[*], finger-wiggle-pads as soon as they get invented, and so on, are work-arounds: The basic constraint is:--

"All the view that's fit to display."

HTML tried to do that by line-wrapping ... and that worked for text, on Lynx-screens, HD, PDA's ... but not for images ....

And then there were spreadsheets: Horizontal scroll;

So, Somebody way-back-when invented the low-src, but tif's and gif's and jpg's weren't "embedded" images, (though early gif's did have interleave capability), so that took even more bandwidth, more html-writing, and website management and ultimately "deprecation."

But, Now,--

If we turn this around, We see that Flash is popular on almost every machine sold: It's structured to put everything in a window, with action.... But embedded imaging, eg. SPIHT, JPEG-2000, is yet less-known, so ordinary images aren't PDA-ready: yet. (Embedded jpg 2000 is still a server responsibility for clients on constraints,- or when the human-user wants to stop.)

So,--

The original question reduces to display management: It's not easy to fit two buttons on a PDA spiculum;- like using chopsticks: three fingers or two .... You could put a slider on each side:- one clumsy button.

And you probably want to think in terms of Flash not HTML for PDA's.

Ray

* [Right-button-grabber is a funny phrase, but, When did you ever see a mousetail come out its snout...?- They could have called them cheeky albino ardvaarks. I call them, rovots....!]

"Click."
__________________
Mr. Raymond Kenneth Petry
Lanthus Corporation
Reply With Quote
  #13 (permalink)  
Old 03-23-2006, 11:45 PM
Andilinks's Avatar
WebProWorld Veteran
 

Join Date: Feb 2004
Location: NM, USA
Posts: 779
Andilinks RepRank 0
Default

No, I don't want to detect browsers for PDA's. I am going to create a separate PDA version and make it different enough that I won't have duplicate pages.

But I'm going to keep it low key until I start to see significant traffic on the PDA version, which will be designed after I've spent seven days in my car, at the mall, and down by the lake using my PDA to access stuff important in those locations.

Ok, that's enough thinking out loud, the rest of my plans are secret.
__________________
...the Rockies may tumble, Gibralter may crumble... G & I Gershwin, 1937
Reply With Quote
  #14 (permalink)  
Old 03-24-2006, 09:52 AM
WebProWorld Member
 

Join Date: Jul 2004
Location: Netherlands
Posts: 25
leonievs RepRank 0
Default

Thanks for all your information...
Going to work on it right now.
__________________
MultiCards Internet Billing
www.MultiCards.com
Reply With Quote
  #15 (permalink)  
Old 03-24-2006, 03:46 PM
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: United Kingdom
Posts: 1,858
TrafficProducer RepRank 1
Default WAP, WML, Wi-fi etc

Try this link
__________________
Videos to Watch and Video Publishing
Affiliate Program! Our Affiliate Program Pays 50.00% Business Support
Reply With Quote
  #16 (permalink)  
Old 03-24-2006, 03:48 PM
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: United Kingdom
Posts: 1,858
TrafficProducer RepRank 1
Default WAP, WML, Wireless Markup Language and other Wireless links

Try this link:-
WAP, WML, Wireless Markup Language and other Wireless links e.g. Wi-Fi, BlueTooth
__________________
Videos to Watch and Video Publishing
Affiliate Program! Our Affiliate Program Pays 50.00% Business Support
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0