NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Domain Name Discussion Forums > Domain Names > Dot MOBI
Reload this Page WAP 2.0 Development. Howto Guide?

Dot MOBI Discussion of the .MOBI TLD

Advanced Search


Reply
 
LinkBack Thread Tools
Old 10-28-2006, 01:54 PM THREAD STARTER               #1 (permalink)
NamePros Member
 
anurag's Avatar
Join Date: Mar 2005
Location: Heaven
Posts: 175
anurag is on a distinguished road
 



Question How to Develop a Mobi Site.


Hello

As all of us know that .mobi is not the same as other names.

Can some one help me how to develop the site or any software to develop site.


Thanks
Anurag
anurag is offline   Reply With Quote
Old 10-28-2006, 10:38 PM   #2 (permalink)
NamePros Member
Join Date: Oct 2006
Posts: 88
karamba is on a distinguished road
 



Hi.
I have few scripts for making wap sites.
You can see demo on http://irk.mobi ,
but it's russian wap cms. Tried to find something better, but no results
__________________
Developed:
Nokia N95.mobi
Good .mobi names for sale
Visit Promo.mobi
karamba is offline   Reply With Quote
Old 10-29-2006, 01:38 AM THREAD STARTER               #3 (permalink)
NamePros Member
 
anurag's Avatar
Join Date: Mar 2005
Location: Heaven
Posts: 175
anurag is on a distinguished road
 



Hello

Tried to open your website

But get this Error

The page cannot be displayed

Any other help.

Anurag

Originally Posted by karamba
Hi.
????: NamePros.com http://www.namepros.com/dot-mobi/346449-wap-2-0-development-howto-guide.html
I have few scripts for making wap sites.
You can see demo on http://irk.mobi ,
but it's russian wap cms. Tried to find something better, but no results
anurag is offline   Reply With Quote
Old 10-29-2006, 02:24 AM   #4 (permalink)
NamePros Regular
 
MinionDH's Avatar
Join Date: Feb 2006
Posts: 572
MinionDH is a jewel in the roughMinionDH is a jewel in the roughMinionDH is a jewel in the rough
 



Originally Posted by anurag
Hello
????: NamePros.com http://www.namepros.com/showthread.php?t=346449

As all of us know that .mobi is not the same as other names.

Can some one help me how to develop the site or any software to develop site.


Thanks
Anurag
Everything you need regarding development (info, templates, etc) can be found here . Good luck
MinionDH is offline   Reply With Quote
Old 10-29-2006, 02:44 AM THREAD STARTER               #5 (permalink)
NamePros Member
 
anurag's Avatar
Join Date: Mar 2005
Location: Heaven
Posts: 175
anurag is on a distinguished road
 



Yes. I tried this one and downloaded Nokia development kit too.

But not much help.


Originally Posted by MinionDH
Everything you need regarding development (info, templates, etc) can be found here . Good luck
anurag is offline   Reply With Quote
Old 10-29-2006, 03:12 AM   #6 (permalink)
Eating Pie
 
iNod's Avatar
Join Date: Nov 2004
Location: Canada
Posts: 2,272
iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of
 


Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
The basic rule of developing mobile sites is this.

Mobiles use basic Java and XML to get html from websites. Therefore you need to make sure ALL your code is valid in XML/XHTML in-order for it too work. You can do basic PHP functions for a mobile but you must parsel the results in XML/XHTML so you need to specify a header.

In order to "interact" with a cellphone, on keypress etc. You need to use Java. For more information on mobile java programming visit
http://www.phptr.com/articles/articl...&seqNum=1&rl=1

Does that help any?

- Steve
__________________
I feel old.
iNod is offline   Reply With Quote
Old 10-29-2006, 03:16 AM THREAD STARTER               #7 (permalink)
NamePros Member
 
anurag's Avatar
Join Date: Mar 2005
Location: Heaven
Posts: 175
anurag is on a distinguished road
 



Thanks Steve.

looks fine. I will try to develop using these guidelines.

Cheers,
Anurag
anurag is offline   Reply With Quote
Old 10-29-2006, 03:23 AM   #8 (permalink)
Eating Pie
 
iNod's Avatar
Join Date: Nov 2004
Location: Canada
Posts: 2,272
iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of
 


Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
I have copied a simple XHTML page from my website regdub.mobi for you to see how I developed it

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
  	<title>RegisterDub</title>	   
</head>
<body>
<img src="logo_wap.gif" /><br />
<a href="renew.php">Renew</a><br />
<a href="pricing.php">Pricing</a><br /><br />
<b>Register</b><br />

<form method="POST" action="">
<input type="text" name="tld" /> .<select name="sld">
<option>com</option>
<option>net</option>
<option>org</option>
<option>info</option>
<option>mobi</option>
<option>biz</option>
<option>us</option>

<option>bz</option>
<option>tv</option>
<option>in</option>
</select>
<br />
<input type="submit" name="submit" value="Search" />
</form>
<br />
Copyright 2006 RegisterDub
</body>
</html>
Notice that most my functions have ending / that is a must for XHTML programming. You also need the <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd"> for it to work properly.
????: NamePros.com http://www.namepros.com/showthread.php?t=346449

Good Luck!

- Steve
__________________
I feel old.
iNod is offline   Reply With Quote
Old 10-29-2006, 04:44 AM   #9 (permalink)
NamePros Regular
Join Date: Jun 2005
Posts: 312
izo-pod has a spectacular aura aboutizo-pod has a spectacular aura about
 



We should make this thread "sticky"---very helpful for future reference
izo-pod is offline   Reply With Quote
Old 10-29-2006, 08:51 AM THREAD STARTER               #10 (permalink)
NamePros Member
 
anurag's Avatar
Join Date: Mar 2005
Location: Heaven
Posts: 175
anurag is on a distinguished road
 



so it means pages we develop for .mobi nmaes can open only in mobile browser or mobile simulate. not in desktop browser

so normal users can not see .mobi names

pl.correct me if i am wrong ????????
anurag is offline   Reply With Quote
Old 10-29-2006, 08:54 AM   #11 (permalink)
Jo
Senior Member
 
Jo's Avatar
Join Date: Feb 2006
Posts: 2,225
Jo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud of
 


Third World Education
Originally Posted by anurag
so it means pages we develop for .mobi nmaes can open only in mobile browser or mobile simulate. not in desktop browser
????: NamePros.com http://www.namepros.com/showthread.php?t=346449

so normal users can not see .mobi names

pl.correct me if i am wrong ????????
Ok, what you do is open up the .xhtml file in notepad and save as .html

Add this line inside your head tags:

Quote:
<meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
As long as you have the correct format/language for .mobi, it should be fine in both pc browsers and mobile devices.
Last edited by Kerrijo; 10-29-2006 at 10:26 AM. Reason: Called head tags header by accident.
Jo is offline   Reply With Quote
Old 10-29-2006, 09:41 AM THREAD STARTER               #12 (permalink)
NamePros Member
 
anurag's Avatar
Join Date: Mar 2005
Location: Heaven
Posts: 175
anurag is on a distinguished road
 



It works but it is ok to use both.

As according to Mobi guidelines we have to use only format for mobile.

If we use format like this, they can disable our domain or cancel the registation.

I think they should be fine as we are using both for mobile and for desktop ??????


Originally Posted by Kerrijo
Ok, what you do is open up the .xhtml file in notepad and save as .html

Add this line in your header:
????: NamePros.com http://www.namepros.com/showthread.php?t=346449



As long as you have the correct format/language for .mobi, it should be fine in both pc browsers and mobile devices.
one more interesting fact:

Just now tried mobi page with .html or .xhtml extension in follwing URL

http://emulator.mtld.mobi/emulator.php (Page given by .mobi to test the website)

When I tried the .html it worked fine but same time when tried .xhtml it didn't work

Any help ???????????
anurag is offline   Reply With Quote
Old 10-29-2006, 10:28 AM   #13 (permalink)
Jo
Senior Member
 
Jo's Avatar
Join Date: Feb 2006
Posts: 2,225
Jo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud of
 


Third World Education
You need to give us your page address.

Also try entering it into this checker...it gives you the errors on your page:

http://validator.w3.org/
Jo is offline   Reply With Quote
Old 10-29-2006, 11:18 AM THREAD STARTER               #14 (permalink)
NamePros Member
 
anurag's Avatar
Join Date: Mar 2005
Location: Heaven
Posts: 175
anurag is on a distinguished road
 



Looks like problem with my hosting.

Just now tried uploading files in other hosting and it is working fine.

I need to investigate why it is not working in my hosting.

Looks like my hosting is not able to recognise .xhtml
anurag is offline   Reply With Quote
Old 10-29-2006, 12:05 PM   #15 (permalink)
Senior Member
 
Damion's Avatar
Join Date: Feb 2006
Posts: 2,719
Damion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant futureDamion has a brilliant future
 



I'm not a coder so it's hard for me to say but is this Mobi Site Generator any usefull?
__________________
★★★ The 5 Minute Deployment Tool Every Domainer Should Have In Their Domaining Toolbox! ★★★

Damion is offline   Reply With Quote
Old 10-29-2006, 04:44 PM   #16 (permalink)
Account Closed
Join Date: Jan 2006
Posts: 957
blue^ray is a jewel in the roughblue^ray is a jewel in the roughblue^ray is a jewel in the rough
 



Just curious is a mobile able to handle video from a .mobi domain?
blue^ray is offline   Reply With Quote
Old 10-29-2006, 05:13 PM   #17 (permalink)
Senior Member
 
newton's Avatar
Join Date: Jun 2006
Location: Everywhere
Posts: 1,433
newton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant futurenewton has a brilliant future
 


Animal Rescue
Depends on the mobile / pda, most of the higher end phones can and will play 3gp / mp4 / Flash etc.

http://realdev1.realise.com/rossa/re...quicktime.html
http://labs.reuters.com/mobile/video...x?showAll=true
__________________
The speed of light is faster than sound that's why some people appear bright until they open their mouths
newton is offline   Reply With Quote
Old 10-29-2006, 05:50 PM   #18 (permalink)
Internet Real Estate
 
Carlton's Avatar
Join Date: Sep 2004
Location: USA
Posts: 1,198
Carlton has much to be proud ofCarlton has much to be proud ofCarlton has much to be proud ofCarlton has much to be proud ofCarlton has much to be proud ofCarlton has much to be proud ofCarlton has much to be proud ofCarlton has much to be proud of
 



Originally Posted by Kerrijo
You need to give us your page address.

Also try entering it into this checker...it gives you the errors on your page:

http://validator.w3.org/
Tampa.mobi passed verification after using the checker and referencing Kerrijo's Pokerhands.mobi. Regular html will need some modification. The validator provides hints for altering source code to eliminate errors.
Carlton is offline   Reply With Quote
Old 10-29-2006, 06:07 PM   #19 (permalink)
Eating Pie
 
iNod's Avatar
Join Date: Nov 2004
Location: Canada
Posts: 2,272
iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of
 


Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
But this is not regular HTML. It is XHTML (XML + HTML) so checking at w3 won't work really. The best way to do this is just add a xml thing to the top of the page (see my example post) and call via a browser and fix any errors you come up.

- Steve
__________________
I feel old.
iNod is offline   Reply With Quote
Old 10-29-2006, 06:12 PM   #20 (permalink)
Jo
Senior Member
 
Jo's Avatar
Join Date: Feb 2006
Posts: 2,225
Jo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud ofJo has much to be proud of
 


Third World Education
Originally Posted by Carlton
Tampa.mobi passed verification after using the checker and referencing Kerrijo's Pokerhands.mobi. Regular html will need some modification. The validator provides hints for altering source code to eliminate errors.
Tampa.mobi looks good on the emulator! (I see you are using the access keys, good job! I have to do that for my sites too.)
Jo is offline   Reply With Quote
Old 10-29-2006, 06:41 PM   #21 (permalink)
NamePros Member
 
Mr. Deleted's Avatar
Join Date: Aug 2004
Location: Ohio
Posts: 132
Mr. Deleted is an unknown quantity at this point
 



Originally Posted by anurag

http://emulator.mtld.mobi/emulator.php (Page given by .mobi to test the website)
http://emulator.mtld.mobi/emulator.p...lator=sonyK750

Google.mobi is not working on a Sony? Interesting...

As for my site, I just tested Muf.mobi, and it too is not working on either one, so I guess I don't know what I am supposed to do...
__________________
HummerSUV.com
Mr. Deleted is offline   Reply With Quote
Old 10-29-2006, 07:50 PM   #22 (permalink)
gou
NamePros Regular
 
gou's Avatar
Join Date: Jun 2006
Posts: 711
gou is a name known to allgou is a name known to allgou is a name known to allgou is a name known to allgou is a name known to allgou is a name known to all
 



Originally Posted by Mr. Deleted
http://emulator.mtld.mobi/emulator.p...lator=sonyK750

Google.mobi is not working on a Sony? Interesting...
It seems to be working...
gou is offline   Reply With Quote
Old 10-29-2006, 09:09 PM   #23 (permalink)
NamePros Regular
Join Date: May 2006
Posts: 256
3l3ctr1c has a spectacular aura about3l3ctr1c has a spectacular aura about
 



What about making a WAP site ?
3l3ctr1c is offline   Reply With Quote
Old 10-29-2006, 09:10 PM   #24 (permalink)
Eating Pie
 
iNod's Avatar
Join Date: Nov 2004
Location: Canada
Posts: 2,272
iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of
 


Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
Originally Posted by 3l3ctr1c
What about making a WAP site ?
WAP is a programming language all by itself. You can learn more about it at.

http://www.w3schools.com/wap/

- Steve
__________________
I feel old.
iNod is offline   Reply With Quote
Old 10-29-2006, 09:43 PM   #25 (permalink)
Account Closed
Join Date: Jan 2006
Posts: 957
blue^ray is a jewel in the roughblue^ray is a jewel in the roughblue^ray is a jewel in the rough
 



Originally Posted by newton
Depends on the mobile / pda, most of the higher end phones can and will play 3gp / mp4 / Flash etc.

http://realdev1.realise.com/rossa/re...quicktime.html
http://labs.reuters.com/mobile/video...x?showAll=true

????: NamePros.com http://www.namepros.com/showthread.php?t=346449
can they stream videos off the net? sorry ive just never had a internet mobile.
blue^ray is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 08:32 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger