View Full Version : iCue.mobi - The Mobile Directory is live!
texasgamer
07-06-2007, 07:09 AM
www.iCue.mobi (http://www.iCue.mobi)
I would like to thank:
Michael from Adternate Media for developing the site, Brian (Biffenator) for the logo and Michael from Pilot.mobi for his cool driving directions!
iCue is a mobile directory. Please submit your mobile ready sites on the directory or post them here:
(and I will add them manually)
url:
headline:
description:
tags:
Please feel free to comment on the site (good or bad), suggest improvements, features or additional catagories ect. I really would like some feedback!
Thanks,
Ray
photoman
07-06-2007, 08:12 AM
Hi Ray!
I just added my photographic site to your directory, it looks very good and professionally made-well done!
Erwin- Photoman
texasgamer
07-06-2007, 08:27 AM
Thank you for the compliments Photoman!
Backlinks are a good for your mobi :)
photoman
07-06-2007, 10:07 AM
Thank you for the compliments Photoman!
Backlinks are a good for your mobi :)
Sooooooo true, could u pls email me, through erwingroen.mobi what you would like to have mentioned on icue.mobi, and the usual details. That would be great. Good luck with icue!
pilot
07-06-2007, 01:25 PM
Great job TG!! Site submitted.
Thanks,
Pilot
www.iCue.mobi (http://www.iCue.mobi)
I would like to thank:
Michael from Adternate Media for developing the site, Brian (Biffenator) for the logo and Michael from Pilot.mobi for his cool driving directions!
iCue is a mobile directory. Please submit your mobile ready sites on the directory or post them here:
(and I will add them manually)
url:
headline:
description:
tags:
Please feel free to comment on the site (good or bad), suggest improvements, features or additional catagories ect. I really would like some feedback!
Thanks,
Ray
Scandiman
07-06-2007, 02:01 PM
Ray, its 5/5! What fixed the problem?
texasgamer
07-06-2007, 02:24 PM
Scandi,
Dartho came up with the fix :):
http://mobility.mobi/showthread.php?t=352
I also had to use the UTF-8 Character set inside the meta tag:
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd (http://www.wapforum.org/DTD/xhtml-mobile10.dtd)">
<html xmlns="http://www.w3.org/1999/xhtml (http://www.w3.org/1999/xhtml)">
<head>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
texasgamer
07-06-2007, 02:26 PM
Note:
All sites submitted are manually approved before they hit the database.
So if you do not see your site right way - not to worry - Usually they will be approved within 24 hours!
Thanks,
Ray
Scandiman
07-06-2007, 03:02 PM
Scandi,
Dartho came up with the fix :):
http://mobility.mobi/showthread.php?t=352
I also had to use the UTF-8 Character set inside the meta tag:
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd (http://www.wapforum.org/DTD/xhtml-mobile10.dtd)">
<html xmlns="http://www.w3.org/1999/xhtml (http://www.w3.org/1999/xhtml)">
<head>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
Thanks for the info and many thanks to Dartho!. I always thought the code had to start with:
<?xml version="1.0" encoding="UTF-8" ?>
Obviously either way works, maybe someone with more experience can explain if one way offers some advantages.
Congrats on the new site, it looks pretty good on my phone.
Work In Progress
07-06-2007, 03:56 PM
Hey TG and all other involved,
Nice site. Congrats. Have you submitted to mTLD's showcase?
fathomjh
07-06-2007, 08:39 PM
Good job!
texasgamer
07-07-2007, 12:18 AM
I always thought the code had to start with:
<?xml version="1.0" encoding="UTF-8" ?>
Obviously either way works, maybe someone with more experience can explain if one way offers some advantages.
For some reason when I started the code with: <?xml version="1.0" encoding="UTF-8" ?> at the beginning I would get errors on the ready report.
After doing some research I found out there are two other ways to set the Character Encoding.
The second way (which worked for me) is to place the following code inside the <head> ... </head> tags:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
The Third way supposedly (I have not tried it) is to modify the .htaccess file by adding this line:
AddDefaultCharset UTF-8
It appears that there are quite a few other sites with Character Encoding errors. I am by no means an expert at this, but maybe this will help someone else get a higher score at www.ready.mobi (http://www.ready.mobi)
Goodluck,
Ray
Scandiman
07-07-2007, 02:30 AM
For some reason when I started the code with: <?xml version="1.0" encoding="UTF-8" ?> at the beginning I would get errors on the ready report.
After doing some research I found out there are two other ways to set the Character Encoding.
The second way (which worked for me) is to place the following code inside the <head> ... </head> tags:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
The Third way supposedly (I have not tried it) is to modify the .htaccess file by adding this line:
AddDefaultCharset UTF-8
It appears that there are quite a few other sites with Character Encoding errors. I am by no means an expert at this, but maybe this will help someone else get a higher score at www.ready.mobi (http://www.ready.mobi)
Goodluck,
Ray
Thanks Ray, I hadn't heard of the htaccess method before. Another tool to add to the bag of tricks.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.