<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://karelia.com/forum/extern.php?action=feed&amp;tid=608&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Karelia Community Forum / Sandvox 2.2]]></title>
		<link>http://www.karelia.com/forum/viewtopic.php?id=608</link>
		<description><![CDATA[The most recent posts in Sandvox 2.2.]]></description>
		<lastBuildDate>Thu, 06 Oct 2011 16:04:36 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3763#p3763</link>
			<description><![CDATA[<p>When I said tested, I meant I used the meta tag on my site and saw it work. I&#039;m still working on putting the string into the viewport on the info list. --&gt; Here&#039;s my info.plist:<br /><a href="http://www.mediafire.com/?xvc7d21s2awllow" rel="nofollow">http://www.mediafire.com/?xvc7d21s2awllow</a></p><p>The viewport key alone looks like this:</p><p>&lt;key&gt;viewport&lt;/key&gt;<br />&lt;string&gt;width=device-width, initial-scale=1&lt;/string&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (bcbird)]]></author>
			<pubDate>Thu, 06 Oct 2011 16:04:36 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3763#p3763</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3747#p3747</link>
			<description><![CDATA[<div class="quotebox"><cite>bcbird wrote:</cite><blockquote><div><p>So do I really need to make a drastic change to make this: &lt;meta name=&quot;viewport&quot; content=&quot;width=772&quot; /&gt;, become this &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;? (maybe that code doesn&#039;t work, is that where its breaking?)</p></div></blockquote></div><p>No, as stated before, this is a new feature in Sandvox 2.2 for designers to take advantage of if they wish, not a mandatory change.</p><div class="quotebox"><cite>bcbird wrote:</cite><blockquote><div><p>::edit::<br />Hmm, tested the code and it seems to work. It seems to me that if it supports a string, it should just paste the value as it does with the number and the code carries out the rest. Perhaps i&#039;m just an ignorant newbie</p></div></blockquote></div><p>I&#039;m not quite sure what you mean here. Could you perhaps paste the relevant bit of the plist (from a text editor, so includes the tags ideally) for me to see what you&#039;ve ended up with please?</p>]]></description>
			<author><![CDATA[dummy@example.com (mikeabdullah)]]></author>
			<pubDate>Wed, 05 Oct 2011 10:10:08 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3747#p3747</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3740#p3740</link>
			<description><![CDATA[<p>My previous changes to the info.plist have been fine, including renaming the design as a different template. I&#039;m using Xcode, btw. I&#039;ve changed to different number values just fine.</p><p>So do I really need to make a drastic change to make this: &lt;meta name=&quot;viewport&quot; content=&quot;width=772&quot; /&gt;, become this &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;? (maybe that code doesn&#039;t work, is that where its breaking?)</p><br /><p>::edit::<br />Hmm, tested the code and it seems to work. It seems to me that if it supports a string, it should just paste the value as it does with the number and the code carries out the rest. Perhaps i&#039;m just an ignorant newbie</p>]]></description>
			<author><![CDATA[dummy@example.com (bcbird)]]></author>
			<pubDate>Tue, 04 Oct 2011 19:01:13 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3740#p3740</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3739#p3739</link>
			<description><![CDATA[<p>If the design isn&#039;t loading at all, I&#039;m guessing that you have corrupted the info.plist somehow.&#160; Are you editing it with a text editor, or Property List Editor?&#160; If the former, it&#039;s very easy to make mistakes that causes the file to be in a format that is unreadable.</p><p>If you are changing the viewport, and you get past this issue, then you might need to change the CSS, in a drastic way.&#160; As I said, this isn&#039;t really a user-editable property, you are boldly going .... well, not where no one has gone before, but where only CSS designers have.&#160; So you are kind of on your own unlesss you want to rope in some help from some CSS designers.....</p>]]></description>
			<author><![CDATA[dummy@example.com (danwood)]]></author>
			<pubDate>Tue, 04 Oct 2011 18:54:35 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3739#p3739</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3738#p3738</link>
			<description><![CDATA[<div class="quotebox"><cite>danwood wrote:</cite><blockquote><div><p>We should note that the ability to specify the viewport value in the info.plist is really a feature for CSS designers who are building their own designs. It&#039;s not really a feature for tweaking from within Sandvox - otherwise we would have made some interface for adjusting that from within the actual program. :-)</p></div></blockquote></div><p>Well I understand this, and maybe i&#039;m overstepping my boundaries in this forum (posted here because of the viewport code) - but I do need to know this. As for unstable, I mean just that (atleast how I define it). It doesn&#039;t work. The design won&#039;t load (also tried starting with other design, and switching to it). I did this one step at a time, so I know the viewport change is the issue.</p><p>I appreciate the response (additionally to my other thread), but could you tell me what i&#039;m doing wrong? What code would I need to put in? Do I need to edit the main.css file as well?</p>]]></description>
			<author><![CDATA[dummy@example.com (bcbird)]]></author>
			<pubDate>Tue, 04 Oct 2011 18:51:28 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3738#p3738</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3735#p3735</link>
			<description><![CDATA[<p>We should note that the ability to specify the viewport value in the info.plist is really a feature for CSS designers who are building their own designs. It&#039;s not really a feature for tweaking from within Sandvox - otherwise we would have made some interface for adjusting that from within the actual program. :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (danwood)]]></author>
			<pubDate>Tue, 04 Oct 2011 18:39:32 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3735#p3735</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3733#p3733</link>
			<description><![CDATA[<p>What do you mean by &quot;unstable&quot;?</p>]]></description>
			<author><![CDATA[dummy@example.com (mikeabdullah)]]></author>
			<pubDate>Tue, 04 Oct 2011 18:29:03 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3733#p3733</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3732#p3732</link>
			<description><![CDATA[<p>I&#039;ve tried editing the viewport in the info.plist and used your example string, but now my design seems to be unstable. Did I miss something?</p><p>I changed the value to string, and put exactly what you had above: width=device-width, initial-scale=1</p>]]></description>
			<author><![CDATA[dummy@example.com (bcbird)]]></author>
			<pubDate>Tue, 04 Oct 2011 17:59:17 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3732#p3732</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3243#p3243</link>
			<description><![CDATA[<div class="quotebox"><cite>mikeabdullah wrote:</cite><blockquote><div><p>Sandvox 2.2 beta 1 is out, available in-app for everybody.</p><p>Importantly for designers, we now support alternate bundle IDs. What does this mean you ask?</p><p>Well, imagine you produce a design with the bundle identifier &quot;com.mycompany.design1&quot;. But then later you decide you want to change it to &quot;com.adifferentcompany.design1&quot;. So you change the identifier. But now, anybody who updates their design from old to new will have to re-pick it in Sandvox since the identifier has changed.</p><p>Fortunately, Sandvox 2.2 has a handy way around this. As well as the bundle identifier (CFBundleIdentifier), you can add in your plist multiple other identifiers for the key SVAlternateIdentifiers. Sandvox will register the design for all of them, so existing documents keep working with no changes required. You can have a look at any of our built-in designs to see this in practice.</p></div></blockquote></div><p>Thanks for this Mike. Will have to check it out. Will be very helpful for my Sandvox 2 design updates and their Sandvox users.</p><p>Best,<br />Charlie</p>]]></description>
			<author><![CDATA[dummy@example.com (Blueball_Design)]]></author>
			<pubDate>Fri, 09 Sep 2011 21:17:47 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3243#p3243</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3212#p3212</link>
			<description><![CDATA[<div class="quotebox"><cite>harryjb wrote:</cite><blockquote><div><p>Also an intruder. I like the bullets / numbering feature but on the design I use, No parking anytime, I cannot get the indents to work. I can only get 1 level of bullets/numbers.</p></div></blockquote></div><p>Thanks for pointing that out Harry. Some of our designs presently lay out all bullets at the same level visually. We&#039;re looking into improving that.</p>]]></description>
			<author><![CDATA[dummy@example.com (mikeabdullah)]]></author>
			<pubDate>Fri, 09 Sep 2011 09:36:31 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3212#p3212</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3190#p3190</link>
			<description><![CDATA[<p>Also an intruder. I like the bullets / numbering feature but on the design I use, No parking anytime, I cannot get the indents to work. I can only get 1 level of bullets/numbers.</p>]]></description>
			<author><![CDATA[dummy@example.com (harryjb)]]></author>
			<pubDate>Thu, 08 Sep 2011 22:48:02 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3190#p3190</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=3154#p3154</link>
			<description><![CDATA[<p>Sandvox 2.2 beta 1 is out, available in-app for everybody.</p><p>Importantly for designers, we now support alternate bundle IDs. What does this mean you ask?</p><p>Well, imagine you produce a design with the bundle identifier &quot;com.mycompany.design1&quot;. But then later you decide you want to change it to &quot;com.adifferentcompany.design1&quot;. So you change the identifier. But now, anybody who updates their design from old to new will have to re-pick it in Sandvox since the identifier has changed.</p><p>Fortunately, Sandvox 2.2 has a handy way around this. As well as the bundle identifier (CFBundleIdentifier), you can add in your plist multiple other identifiers for the key SVAlternateIdentifiers. Sandvox will register the design for all of them, so existing documents keep working with no changes required. You can have a look at any of our built-in designs to see this in practice.</p>]]></description>
			<author><![CDATA[dummy@example.com (mikeabdullah)]]></author>
			<pubDate>Thu, 08 Sep 2011 16:58:15 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=3154#p3154</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=2969#p2969</link>
			<description><![CDATA[<p>New build for you guys:</p><p><a href="http://karelia.com/beta/_Sandvox-beta-24071.dmg" rel="nofollow">http://karelia.com/beta/_Sandvox-beta-24071.dmg</a>?</p><p>Makes list editing a lot tighter!</p>]]></description>
			<author><![CDATA[dummy@example.com (mikeabdullah)]]></author>
			<pubDate>Wed, 31 Aug 2011 18:25:28 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=2969#p2969</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=2931#p2931</link>
			<description><![CDATA[<p>Presently, I&#039;m going to be setting a limit at 9 levels on indent, partly to match iWork, but also because any more starts to get pointless.</p><p>I&#039;m also look at offering control over the type of numbers used in an ordered list (roman numerals, letters, etc.). As far as I can see, everybody&#039;s designs stick to the default of numbers. Please let me know if I&#039;m wrong on that. I can see two ways of controlling this:</p><ol class="alpha"><li><p>Sitewide control over how ordered lists are styled</p></li><li><p>Each list can be individually styled, starting from a default of numbers. Sandvox would supply classnames for these scenarios, and default CSS rules, which your designs would be free to improve upon</p></li></ol><p>Let me know what you think.</p>]]></description>
			<author><![CDATA[dummy@example.com (mikeabdullah)]]></author>
			<pubDate>Mon, 29 Aug 2011 16:28:58 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=2931#p2931</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sandvox 2.2]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=2765#p2765</link>
			<description><![CDATA[<p>As a mere user, who has intruded to check out this beta</p><p>I suggest I like the bullets and indent, and would use them together - one level down, not more.</p>]]></description>
			<author><![CDATA[dummy@example.com (joljol2)]]></author>
			<pubDate>Sun, 21 Aug 2011 01:54:22 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=2765#p2765</guid>
		</item>
	</channel>
</rss>
