<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Cotonti iPhone Webapp</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 16:29:07 -0000</pubDate>

		<item>
			<title>JonnyM</title>
			<description><![CDATA[Hi,<br />
<br />
this sounds like a great idea. I myself use my mobile constantly to surf the web.<br />
I just have one critic about what your doing and that's tailoring it for the iPhone, I think that's a big misstake. Better would be to make it just like any website, except that you truncate the content to fit the standard mobile screen ( 2,4&quot; on my Nokia E66), which is a bit smaller than on the iPhone. This way the website will work perfectly on all newer mobile phones that use standard web browsers like Opera etc.]]></description>
			<pubDate>Sun, 17 May 2009 22:32:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12581]]></link>
		</item>
		<item>
			<title>fedai</title>
			<description><![CDATA[mobileplus plugin?]]></description>
			<pubDate>Sun, 17 May 2009 18:24:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12578]]></link>
		</item>
		<item>
			<title>chobblr</title>
			<description><![CDATA[Sean i a have also done a Contoni skin for iPhone/iPod and was wondering have you used a manifest for this ?<br />
<br />
edit: sorry forgot, this looks great, just the speed]]></description>
			<pubDate>Sun, 17 May 2009 09:26:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12574]]></link>
		</item>
		<item>
			<title>Sean</title>
			<description><![CDATA[@Trustmaster: iWebKit just has the stylesheets and everything premade. I started making my own, before I did some more research and found iWebKit. Theres also a java script file that takes care of the iPhone sliders and checkboxes. <br />
<br />
@Fedai: The code in m.php is really simple:<br />
<br />
<pre class="code">&lt;?PHP
/* ====================
Seditio - Website engine
Copyright Neocrome
<a href="http://www.neocrome.net" rel="nofollow">http://www.neocrome.net</a>
&#091;BEGIN_SED&#093;
File=m.php
Version=100
Updated=2009-may-9
Type=PLugin
Author=Sean Byron
Description=Mobile Page
&#091;END_SED&#093;
==================== */

define('SED_CODE', TRUE);

require_once('./datas/config.php');
require_once($cfg&#091;'system_dir'&#093;.'/functions.php');
require_once($cfg&#091;'system_dir'&#093;.'/common.php');

$p = $_GET&#091;&quot;page&quot;&#093;;

switch($p)
{
	case &quot;home&quot;:
		require_once('plugins/mobileplus/mobileplus.home.php');
	break;

	case &quot;page&quot;:
		require_once('plugins/mobileplus/mobileplus.page.php');
	break;

	default:
		require_once('plugins/mobileplus/mobileplus.home.php');
	break;
}
	

?&gt;</pre>
This is one think that's on my list to improve. I realize this is probably not the most secure way of doing things. Right now Ive just got a separate file for Pages, and Home. A Forums one is on the way.<br />
<br />
I did it this way because if I coded it like a regular plugin, and called it with plug.php?e=mobileplus then i'd get the header and footer attached to it and it wouldn't show up full screen on the iPhone. If someone's got a better suggestion then im open to it!]]></description>
			<pubDate>Sun, 17 May 2009 08:54:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12573]]></link>
		</item>
		<item>
			<title>fedai</title>
			<description><![CDATA[m.php source code?]]></description>
			<pubDate>Sun, 17 May 2009 01:21:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12565]]></link>
		</item>
		<item>
			<title>robofreak111</title>
			<description><![CDATA[Looks cool]]></description>
			<pubDate>Sat, 16 May 2009 20:30:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12551]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Sounds interesting. I wonder what exactly iWebKit does.]]></description>
			<pubDate>Sat, 16 May 2009 12:55:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12542]]></link>
		</item>
		<item>
			<title>Sean</title>
			<description><![CDATA[Hey Everyone,<br />
<br />
Ive been working recently on a new project, a &quot;Webapp&quot; compatible with your iPhones or iPod Touches. It will work on other mobile devices, and PC's, but the framework is built specifically for iPhones. Before I go further, in Apple-Speak a Webapp is just simply a mobile website designed to work with Safari.<br />
<br />
Basically what im working on is a plugin that will display your Cotonti website in a mobile format. Basically everything is powered by <a href="http://iwebkit.net/" rel="nofollow">iWebKit</a>, all Ive done is adapt it to Cotonti. So far Ive mostly been testing everything out, and whipped up a plugin that shows the recent news articles. I'm posting here just to see what people think, and if anyone would be interested in this.<br />
<br />
Heres a link to the example: <a href="http://sean-byron.ca/m.php" rel="nofollow">http://sean-byron.ca/m.php</a><br />
<br />
As I mentioned, so far Ive only got it displaying the most recent news articles. You can tap/click on the articles, and it will also show comments. Recent posts in the forums also come up, but is not fully functional yet. I hope to have that running soon.<br />
<br />
Heres a few screens of how it looks on my iPod:<br />
<br />
<a href="http://sean-byron.ca/datas/users/photo_1.jpg" rel="nofollow"><img src="http://sean-byron.ca/datas/users/photo_1.jpg" alt="" class="scale" /></a><br />
<a href="http://sean-byron.ca/datas/users/photo1_1.jpg" rel="nofollow"><img src="http://sean-byron.ca/datas/users/photo1_1.jpg" alt="" class="scale" /></a><br />
<a href="http://sean-byron.ca/datas/users/photo2_1.jpg" rel="nofollow"><img src="http://sean-byron.ca/datas/users/photo2_1.jpg" alt="" class="scale" /></a><br />
<a href="http://sean-byron.ca/datas/users/photo3_1.jpg" rel="nofollow"><img src="http://sean-byron.ca/datas/users/photo3_1.jpg" alt="" class="scale" /></a><br />
<br />
<br />
Let me know what you think!<br />
<br />
Sean]]></description>
			<pubDate>Sat, 16 May 2009 09:15:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2756&d=0#post12538]]></link>
		</item>
	</channel>
</rss>