Go Back   CodingForums.com > :: Client side development > General web building > Building for mobile devices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-30-2011, 03:53 AM   PM User | #1
alxsss
New to the CF scene

 
Join Date: Sep 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
alxsss is an unknown quantity at this point
mobile formats and php code

Hello,

I have php templates and have been told that if I have those templates in xml and atom formats then my site will work in mobile devices too. However, I do not know how to convert php templates to these formats and did not find anything about them in the net.

I have the following code php code
Code:
<?php foreach ($objects as $obj):?>
<div class="obj_title"><?php   echo $obj->getTitle();?></div>
<div class="obj_content"><?php  echo $obj->getContent();?></div>
<?php enforecah;?>
I need to know how should I translate it to xml and atom formats?

Thanks in advance.
Alex.
alxsss is offline   Reply With Quote
Old 09-30-2011, 10:39 PM   PM User | #2
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,601
Thanks: 2
Thanked 397 Times in 390 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Atom is used for RSS almost exclusively. You don't want to change your pages to that unless you are offering some sort of syndication. Mobile devices(smart phones I should say) understand HTML just fine. You may want to adjust your layout for smaller screens, but you don't need to convert to XML for the page to render on a mobile device.
Inigoesdr is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:28 PM.


Advertisement
Log in to turn off these ads.