NamePros.Com (http://www.namepros.com/)
-   Dot MOBI (http://www.namepros.com/dot-mobi/)
-   -   How to Develop a Mobi Site - Development Resources (http://www.namepros.com/dot-mobi/251904-how-develop-mobi-site-development-resources.html)

anurag 10-28-2006 12:54 PM

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

karamba 10-28-2006 09:38 PM

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 10-29-2006 01:38 AM

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 :(


MinionDH 10-29-2006 01:24 AM

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 :)

anurag 10-29-2006 01:44 AM

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 :)


iNod 10-29-2006 02:12 AM

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

anurag 10-29-2006 02:16 AM

Thanks Steve.

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

Cheers,
Anurag

iNod 10-29-2006 02:23 AM

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

izo-pod 10-29-2006 03:44 AM

We should make this thread "sticky"---very helpful for future reference

anurag 10-29-2006 07:51 AM

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 ????????

Jo 10-29-2006 07:54 AM

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.

anurag 10-29-2006 08:41 AM

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 ???????????

Jo 10-29-2006 09:28 AM

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/

anurag 10-29-2006 10:18 AM

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 :(

Damion 10-29-2006 11:05 AM

I'm not a coder so it's hard for me to say but is this Mobi Site Generator any usefull?

blue^ray 10-29-2006 03:44 PM

Just curious is a mobile able to handle video from a .mobi domain?

newton 10-29-2006 04:13 PM

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

Carlton 10-29-2006 04:50 PM

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.

iNod 10-29-2006 05:07 PM

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

Jo 10-29-2006 05:12 PM

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.)

Mr. Deleted 10-29-2006 05:41 PM

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...

gou 10-29-2006 06:50 PM

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...

3l3ctr1c 10-29-2006 08:09 PM

What about making a WAP site ?

iNod 10-29-2006 08:10 PM

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

blue^ray 10-29-2006 08:43 PM

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.


All times are GMT -7. The time now is 05:36 AM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0