[advanced search]
Next Live Event: NamePros Live Auction, May 23rd at 6PM EDT
Results from the May 8th live auction are here.
16 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Domain Names > Domain Name Discussion > Dot MOBI
User Name
Password

Reply
 
Thread Tools
Old 10-28-2006, 12:54 PM   · #1
anurag
NamePros Member
 
anurag's Avatar
 
Name: Love
Location: Heaven
Trader Rating: (1)
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (Donate)
anurag is an unknown quantity at this point
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


Please register or log-in into NamePros to hide ads
anurag is offline   Reply With Quote
Old 10-28-2006, 09:38 PM   · #2
karamba
NamePros Member
 
Trader Rating: (1)
Join Date: Oct 2006
Posts: 84
NP$: 0.00 (Donate)
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   · #3
anurag
NamePros Member
 
anurag's Avatar
 
Name: Love
Location: Heaven
Trader Rating: (1)
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (Donate)
anurag is an unknown quantity at this point
Hello

Tried to open your website

But get this Error

The page cannot be displayed

Any other help.

Anurag

Originally Posted by karamba
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

anurag is offline   Reply With Quote
Old 10-29-2006, 01:24 AM   · #4
MinionDH
NamePros Regular
 
MinionDH's Avatar
 
Trader Rating: (2)
Join Date: Feb 2006
Posts: 500
NP$: 0.00 (Donate)
MinionDH will become famous soon enoughMinionDH will become famous soon enough
Originally Posted by anurag
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



Everything you need regarding development (info, templates, etc) can be found here . Good luck
MinionDH is offline   Reply With Quote
Old 10-29-2006, 01:44 AM   · #5
anurag
NamePros Member
 
anurag's Avatar
 
Name: Love
Location: Heaven
Trader Rating: (1)
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (Donate)
anurag is an unknown quantity at this point
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, 02:12 AM   · #6
iNod
Eating Pie
 
iNod's Avatar
 
Name: Steve
Location: Canada
Trader Rating: (66)
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (Donate)
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/artic...0&seqNum=1&rl=1

Does that help any?

- Steve
__________________
RegisterDub.com - 200th Customer Milestone
ZuneParts.net - International Zune Parts and Accessories
FeaturedFont.com - One Top Free Font a Day!
iNod is offline   Reply With Quote
Old 10-29-2006, 02:16 AM   · #7
anurag
NamePros Member
 
anurag's Avatar
 
Name: Love
Location: Heaven
Trader Rating: (1)
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (Donate)
anurag is an unknown quantity at this point
Thanks Steve.

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

Cheers,
Anurag
anurag is offline   Reply With Quote
Old 10-29-2006, 02:23 AM   · #8
iNod
Eating Pie
 
iNod's Avatar
 
Name: Steve
Location: Canada
Trader Rating: (66)
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (Donate)
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.

Good Luck!

- Steve
__________________
RegisterDub.com - 200th Customer Milestone
ZuneParts.net - International Zune Parts and Accessories
FeaturedFont.com - One Top Free Font a Day!
iNod is offline   Reply With Quote
Old 10-29-2006, 03:44 AM   · #9
izo-pod
NamePros Regular
 
Trader Rating: (6)
Join Date: Jun 2005
Posts: 287
NP$: 817.00 (Donate)
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, 07:51 AM   · #10
anurag
NamePros Member
 
anurag's Avatar
 
Name: Love
Location: Heaven
Trader Rating: (1)
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (Donate)
anurag is an unknown quantity at this point
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, 07:54 AM   · #11
Jo
DNOA Member
 
Jo's Avatar
 
Trader Rating: (52)
Join Date: Feb 2006
Posts: 2,208
NP$: 3.77 (Donate)
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

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 09:26 AM. Reason: Called head tags header by accident.
Jo is offline  
  Reply With Quote
Old 10-29-2006, 08:41 AM   · #12
anurag
NamePros Member
 
anurag's Avatar
 
Name: Love
Location: Heaven
Trader Rating: (1)
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (Donate)
anurag is an unknown quantity at this point
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:



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, 09:28 AM   · #13
Jo
DNOA Member
 
Jo's Avatar
 
Trader Rating: (52)
Join Date: Feb 2006
Posts: 2,208
NP$: 3.77 (Donate)
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, 10:18 AM   · #14
anurag
NamePros Member
 
anurag's Avatar
 
Name: Love
Location: Heaven
Trader Rating: (1)
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (Donate)
anurag is an unknown quantity at this point
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, 11:05 AM   · #15
Damion
DNOA Member
 
Damion's Avatar
 
Trader Rating: (13)
Join Date: Feb 2006
Posts: 2,533
NP$: 350.00 (Donate)
Damion has much to be proud ofDamion has much to be proud ofDamion has much to be proud ofDamion has much to be proud ofDamion has much to be proud ofDamion has much to be proud ofDamion has much to be proud ofDamion has much to be proud ofDamion has much to be proud ofDamion has much to be proud of
I'm not a coder so it's hard for me to say but is this Mobi Site Generator any usefull?
Damion is offline   Reply With Quote
Old 10-29-2006, 03:44 PM   · #16
blue^ray
NamePros Regular
 
Trader Rating: (16)
Join Date: Jan 2006
Posts: 956
NP$: 66.00 (Donate)
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, 04:13 PM   · #17
newton
Senior Member
 
newton's Avatar
 
Location: BC, Canada
Trader Rating: (43)
Join Date: Jun 2006
Posts: 1,127
NP$: 250.00 (Donate)
newton is just really nicenewton is just really nicenewton is just really nicenewton is just really nicenewton is just really nicenewton is just really nicenewton is just really nice
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/r.../quicktime.html
http://labs.reuters.com/mobile/vide...px?showAll=true
__________________
Click for Mobile and Generic dot coms

Mobi's - CORP . RSS . 3GS . XML . ETC . DNF . MRS . PMS . HOS . PRETTY . ISLA . O-S . R-S . S-S . ITVS
newton is offline   Reply With Quote
Old 10-29-2006, 04:50 PM   · #18
Carlton
Internet Real Estate
 
Carlton's Avatar
 
Location: USA
Trader Rating: (7)
Join Date: Sep 2004
Posts: 879
NP$: 285.50 (Donate)
Carlton is just really niceCarlton is just really niceCarlton is just really niceCarlton is just really nice
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, 05:07 PM   · #19
iNod
Eating Pie
 
iNod's Avatar
 
Name: Steve
Location: Canada
Trader Rating: (66)
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (Donate)
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
__________________
RegisterDub.com - 200th Customer Milestone
ZuneParts.net - International Zune Parts and Accessories
FeaturedFont.com - One Top Free Font a Day!
iNod is offline   Reply With Quote
Old 10-29-2006, 05:12 PM   · #20
Jo
DNOA Member
 
Jo's Avatar
 
Trader Rating: (52)
Join Date: Feb 2006
Posts: 2,208
NP$: 3.77 (Donate)
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, 05:41 PM   · #21
Mr. Deleted
NamePros Member
 
Mr. Deleted's Avatar
 
Name: Joseph Slabaugh
Location: Ohio
Trader Rating: (3)
Join Date: Aug 2004
Posts: 132
NP$: 106.00 (Donate)
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....ulator=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...
Mr. Deleted is offline   Reply With Quote
Old 10-29-2006, 06:50 PM   · #22
gou
NamePros Regular
 
Trader Rating: (26)
Join Date: Jun 2006
Posts: 629
NP$: 205.00 (Donate)
gou is just really nicegou is just really nicegou is just really nicegou is just really nicegou is just really nice
Originally Posted by Mr. Deleted
http://emulator.mtld.mobi/emulator....ulator=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, 08:09 PM   · #23
3l3ctr1c
DNOA Member
 
Trader Rating: (6)
Join Date: May 2006
Posts: 252
NP$: 68.15 (Donate)
3l3ctr1c will become famous soon enough3l3ctr1c will become famous soon enough
What about making a WAP site ?
3l3ctr1c is online now  
  Reply With Quote
Old 10-29-2006, 08:10 PM   · #24
iNod
Eating Pie
 
iNod's Avatar
 
Name: Steve
Location: Canada
Trader Rating: (66)
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (Donate)
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
__________________
RegisterDub.com - 200th Customer Milestone
ZuneParts.net - International Zune Parts and Accessories
FeaturedFont.com - One Top Free Font a Day!
iNod is offline   Reply With Quote
Old 10-29-2006, 08:43 PM   · #25
blue^ray
NamePros Regular
 
Trader Rating: (16)
Join Date: Jan 2006
Posts: 956
NP$: 66.00 (Donate)
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/r.../quicktime.html
http://labs.reuters.com/mobile/vide...px?showAll=true




can they stream videos off the net? sorry ive just never had a internet mobile.
blue^ray is offline   Reply With Quote
Reply

NamePros is a revenue sharing forum.

Thread Tools

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
Forum Jump