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 !
10-28-2006, 12:54 PM
· #1 NamePros Member
Name: Love
Location: Heaven
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (
Donate )
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
10-28-2006, 09:38 PM
· #2 NamePros Member
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
10-29-2006, 01:38 AM
· #3 NamePros Member
Name: Love
Location: Heaven
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (
Donate )
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
10-29-2006, 01:24 AM
· #4 NamePros Regular
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
10-29-2006, 01:44 AM
· #5 NamePros Member
Name: Love
Location: Heaven
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (
Donate )
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
10-29-2006, 02:12 AM
· #6 Eating Pie
Name: Steve
Location: Canada
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (
Donate )
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
10-29-2006, 02:16 AM
· #7 NamePros Member
Name: Love
Location: Heaven
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (
Donate )
Thanks Steve.
looks fine. I will try to develop using these guidelines.
Cheers,
Anurag
10-29-2006, 02:23 AM
· #8 Eating Pie
Name: Steve
Location: Canada
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (
Donate )
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
10-29-2006, 03:44 AM
· #9 NamePros Regular
Join Date: Jun 2005
Posts: 287
NP$: 817.00 (
Donate )
We should make this thread "sticky"---very helpful for future reference
10-29-2006, 07:51 AM
· #10 NamePros Member
Name: Love
Location: Heaven
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (
Donate )
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 ????????
10-29-2006, 07:54 AM
· #11 DNOA Member
Join Date: Feb 2006
Posts: 2,208
NP$: 3.77 (
Donate )
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.
10-29-2006, 08:41 AM
· #12 NamePros Member
Name: Love
Location: Heaven
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (
Donate )
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 ???????????
10-29-2006, 09:28 AM
· #13 DNOA Member
Join Date: Feb 2006
Posts: 2,208
NP$: 3.77 (
Donate )
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/
10-29-2006, 10:18 AM
· #14 NamePros Member
Name: Love
Location: Heaven
Join Date: Mar 2005
Posts: 175
NP$: 236.00 (
Donate )
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
10-29-2006, 11:05 AM
· #15 DNOA Member
Join Date: Feb 2006
Posts: 2,533
NP$: 350.00 (
Donate )
10-29-2006, 03:44 PM
· #16 NamePros Regular
Join Date: Jan 2006
Posts: 956
NP$: 66.00 (
Donate )
Just curious is a mobile able to handle video from a .mobi domain?
10-29-2006, 04:13 PM
· #17 Senior Member
Location: BC, Canada
Join Date: Jun 2006
Posts: 1,127
NP$: 250.00 (
Donate )
10-29-2006, 04:50 PM
· #18 Internet Real Estate
Location: USA
Join Date: Sep 2004
Posts: 879
NP$: 285.50 (
Donate )
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.
10-29-2006, 05:07 PM
· #19 Eating Pie
Name: Steve
Location: Canada
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (
Donate )
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
10-29-2006, 05:12 PM
· #20 DNOA Member
Join Date: Feb 2006
Posts: 2,208
NP$: 3.77 (
Donate )
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.)
10-29-2006, 05:41 PM
· #21 NamePros Member
Name: Joseph Slabaugh
Location: Ohio
Join Date: Aug 2004
Posts: 132
NP$: 106.00 (
Donate )
Originally Posted by anurag 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...
10-29-2006, 06:50 PM
· #22 NamePros Regular
Join Date: Jun 2006
Posts: 629
NP$: 205.00 (
Donate )
Originally Posted by Mr. Deleted
It seems to be working...
10-29-2006, 08:09 PM
· #23 DNOA Member
Join Date: May 2006
Posts: 252
NP$: 68.15 (
Donate )
What about making a WAP site ?
10-29-2006, 08:10 PM
· #24 Eating Pie
Name: Steve
Location: Canada
Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 (
Donate )
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
10-29-2006, 08:43 PM
· #25 NamePros Regular
Join Date: Jan 2006
Posts: 956
NP$: 66.00 (
Donate )
Originally Posted by newton
can they stream videos off the net? sorry ive just never had a internet mobile.
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off