<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Manish Jethani</title>
	
	<link>http://manishjethani.com</link>
	<description>&lt;mx:Blog source="/dev/random" ...</description>
	<pubDate>Fri, 08 Aug 2008 11:45:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><image><url>http://feeds.feedburner.com/~fc/mannu</url><title># readers</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/mannu" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><item>
		<title>Issuu Platform</title>
		<link>http://feeds.feedburner.com/~r/mannu/~3/359055096/</link>
		<comments>http://manishjethani.com/blog/2008/08/08/issuu-platform/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 03:35:15 +0000</pubDate>
		<dc:creator>Manish Jethani</dc:creator>
		
		<category><![CDATA[Issuu]]></category>

		<guid isPermaLink="false">http://manishjethani.com/?p=169</guid>
		<description><![CDATA[Last night Issuu released its new platform site for developers, designers, and anyone interested in using the technology.

What can you build on the Issuu platform?

As of now, you can customise the online publication viewer to include your company logo, change the background, modify the buttons, and do pretty much anything to the UI &#8212; in [...]]]></description>
			<content:encoded><![CDATA[<p>Last night Issuu <a href="http://blog.issuu.com/?p=84" title="Issuu: Customize our viewer with Issuu Platform!">released</a> its new <a href="http://platform.issuu.com/" title="Issuu Platform &amp; Services"><em>platform</em> site</a> for developers, designers, and anyone interested in using the technology.</p>

<p>What can you build on the Issuu platform?</p>

<p>As of now, you can customise the online publication viewer to include your company logo, change the background, modify the buttons, and do pretty much anything to the UI &#8212; in other words, infuse it with your own branding. The viewer has already been available, since its very first release, in four different themes: <a title="Preview of the Grey theme" href="http://issuu.com/jesper/docs/gan_issuu?mode=embed&amp;documentId=080311154822-183d3d8334a544518a0d5e324f2543d4&amp;layout=grey">Grey</a>, <a  title="Preview of the Grass theme" href="http://issuu.com/jesper/docs/gan_issuu?mode=embed&amp;documentId=080311154822-183d3d8334a544518a0d5e324f2543d4&amp;layout=grass">Grass</a>, <a  title="Preview of the White theme" href="http://issuu.com/jesper/docs/gan_issuu?mode=embed&amp;documentId=080311154822-183d3d8334a544518a0d5e324f2543d4&amp;layout=white">White</a>, and <a  title="Preview of the Wood theme" href="http://issuu.com/jesper/docs/gan_issuu?mode=embed&amp;documentId=080311154822-183d3d8334a544518a0d5e324f2543d4&amp;layout=wood">Wood</a>. Now you can create your own themes, using a combination of XML and either <a href="http://www.adobe.com/go/flash">Adobe Flash</a> or any standard image editor like <a href="http://www.adobe.com/go/photoshop">Adobe Photoshop</a> or <a href="http://www.gimp.org/">GIMP</a>.</p>

<p>Moving forward, Issuu will be releasing new UI components and data APIs through the new <a href="http://platform.issuu.com/" title="Issuu Platform &amp; Services">Issuu Platform &amp; Services</a> site.</p>

<p><big><strong>Issuu Markup Language</strong></big></p>

<p>From the <a title="Issuu Markup Language (IML)" href="http://groups.google.com/group/issuu-platform/web/iml-main">manual</a>:</p>

<blockquote>
  <p>The user interface of Issuu&#8217;s online publication viewer is configured using a simple, dynamic, XML-based UI markup language called Issuu Markup Language (IML). Skin libraries in either SWF 9 or PNG, JPG, or GIF format provide the graphics for interface objects, whereas the objects themselves are laid out using IML markup.</p>
</blockquote>

<p>What does IML markup look like?</p>

<p>Here&#8217;s an example:</p>

<pre><code>&lt;button action="openUrl:http://platform.issuu.com/"
  upState="#PlatformButton_up" overState="#PlatformButton_over"
  downState="#PlatformButton_down"
  toolTip="Issuu Platform &amp;amp; Services"
  left="35" top="18" /&gt;
</code></pre>

<p>It&#8217;s not very different from HTML and other XML-based UI languages like Mozilla&#8217;s XUL and Adobe&#8217;s MXML (surprise!). If you&#8217;re familiar with any of these technologies, you should have no trouble picking up IML.</p>

<p>Is it a general-purpose language? <em>Almost</em>. Currently it&#8217;s tied to the Issuu platform, specifically the viewer.</p>

<p>You can learn more from the <a title="Issuu Markup Language (IML)" href="http://groups.google.com/group/issuu-platform/web/iml-main">language reference</a> and the many tutorials available on the site.</p>

<p>Also check out the <a href="http://groups.google.com/group/issuu-platform/web/sample-themes">sample themes</a> (source included).</p>

<span id="more-169"></span>
<p><big><strong>The Mashable Theme Example</strong></big></p>

<p>Yesterday, I put together a <a title="Preview of the Mashable theme" href="http://issuu.com/jesper/docs/gan_issuu?mode=embed&amp;documentId=080311154822-183d3d8334a544518a0d5e324f2543d4&amp;layout=http://content.issuu.com/themes/mashable/layout.xml">quick &#8217;n dirty Issuu theme</a> for the popular social networking news site called <a href="http://mashable.com/" title="Mashable! The #1 Social Networking and Social Media News Blog">Mashable</a>. Essentially it&#8217;s a customisation of the <a href="http://groups.google.com/group/issuu-platform/web/sample-themes#crayon" title="The Crayon theme">Crayon</a> theme with some Mashable branding thrown in. The header, in particular, looks exactly like the one you see on <em>mashable.com</em>. It took me 15 minutes to create the theme, an example of how even a person with absolutely no design skill whatsoever can easily customise the Issuu experience for potentially <a href="http://search.twitter.com/search?q=issuu" title="Twitter Search: issuu">millions</a> of users online.</p>

<div class="issuu"><object style="width:285px;height:265px" ><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=preview&amp;previewLayout=http://content.issuu.com/themes/mashable/preview-layout.xml&amp;username=Jesper&amp;docName=gan_issuu&amp;documentId=080311154822-183d3d8334a544518a0d5e324f2543d4&amp;backgroundColor=1b1c20&amp;layout=http://content.issuu.com/themes/mashable/layout.xml&amp;pageNumber=5" /><embed src="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf" type="application/x-shockwave-flash" style="width:285px;height:265px" flashvars="mode=preview&amp;previewLayout=http://content.issuu.com/themes/mashable/preview-layout.xml&amp;username=Jesper&amp;docName=gan_issuu&amp;documentId=080311154822-183d3d8334a544518a0d5e324f2543d4&amp;backgroundColor=1b1c20&amp;layout=http://content.issuu.com/themes/mashable/layout.xml&amp;pageNumber=5" /></object></div>

<p>Mashable actually used the theme in its <a href="http://mashable.com/2008/08/07/issuu-platform/" title="New Issuu Platform Raises the Bar for Creating Beautiful Publications">story</a> announcing the release.</p>

<p><big><strong>Learn More</strong></big></p>

<p>You can <a href="http://groups.google.com/group/issuu-platform/subscribe" title="Subscribe to issuu-platform on Google Groups">join the group</a> on Google to participate and interact with other users of the Issuu platform, ask questions, and share your views and experiences with the community.</p>

<p>I&#8217;ve been working very closely with the <a href="http://issuu.com/about/people" title="About Issuu: People">Issuu team</a> for more than a year now to bring this project to fruition. Naturally, I&#8217;m very excited today to see all of this finally come out to the public. All I can say is: <em>Hurray!</em></p>
<p><a href="http://feeds.feedburner.com/~a/mannu?a=TBSfZh"><img src="http://feeds.feedburner.com/~a/mannu?i=TBSfZh" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/mannu/~4/359055096" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://manishjethani.com/blog/2008/08/08/issuu-platform/feed/</wfw:commentRss>
		<feedburner:origLink>http://manishjethani.com/blog/2008/08/08/issuu-platform/</feedburner:origLink></item>
		<item>
		<title>How to embed Issuu in Presentation mode</title>
		<link>http://feeds.feedburner.com/~r/mannu/~3/358081212/</link>
		<comments>http://manishjethani.com/blog/2008/08/07/how-to-embed-issuu-in-presentation-mode/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 05:17:29 +0000</pubDate>
		<dc:creator>Manish Jethani</dc:creator>
		
		<category><![CDATA[Issuu]]></category>

		<category><![CDATA[embedding issuu presentations]]></category>

		<category><![CDATA[embedding presentations]]></category>

		<category><![CDATA[issuu presentation]]></category>

		<category><![CDATA[issuu presentation mode]]></category>

		<category><![CDATA[issuu presentation mode embed]]></category>

		<category><![CDATA[issuu presentation view]]></category>

		<guid isPermaLink="false">http://manishjethani.com/?p=167</guid>
		<description><![CDATA[Amit Agarwal over at Digital Inspiration has done a good job of explaining Issuu&#8217;s new Presentation mode. You should know that it&#8217;s possible to use this new mode even when embedding an Issuu publication into your own web page or blog, just as I had done in one of my posts. Though this feature is [...]]]></description>
			<content:encoded><![CDATA[<p>Amit Agarwal over at Digital Inspiration has done a <a href="http://www.labnol.org/internet/tools/issuu-pdf-viewer-beautiful-presentations/4104/" title="Issuu PDF Viewer Makes Your Presentations Look Beautiful">good job</a> of explaining Issuu&#8217;s <a href="http://blog.issuu.com/?p=80" title="New view modes: Presentation and Paper">new</a> <em>Presentation</em> mode. You should know that it&#8217;s possible to use this new mode even when embedding an Issuu publication into your own web page or blog, just as I had <a href="http://manishjethani.com/blog/2008/08/03/death-by-powerpoint/" title="Death by PowerPoint">done</a> in one of my posts. Though this feature is not fully supported yet, it works fairly well and is easy enough to use if you&#8217;re willing to do a tiny bit of HTML editing.</p>

<p>Here&#8217;s what you do:</p>

<ol>
<li>Go to the <a title="Customize your Issuu, then embed" href="http://issuu.com/embed/customize?documentId=080804055148-65d6deb15eb5400f8413686d8073b711">wizard</a> and get the HTML embed code.</li>
<li>Append a <code>&amp;amp;viewMode=presentation</code> to the embed URL.</li>
<li>Adjust the dimensions of the embedded object to suit the new single-page view.</li>
</ol>

<p>In steps 2 and 3, you&#8217;ll have to modify both the <code>object</code> and the <code>embed</code> elements.</p>

<pre><code>...backgroundColor=1b1c20&amp;amp;layout=grey<strong>&amp;amp;viewMode=presentation"</strong> /&gt;
</code></pre>

<p>When you paste the final code into a web page, you should be able to see a preview of the document in Presentation mode.</p>

<!--
<p>Check out the embedding below of the Issuu publication <a href="http://issuu.com/labnol/docs/successful-blog"><em>How to Write a Popular Blog</em></a>.</p>

<div class="issuu"><object style="width:425px;height:350px" ><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=preview&amp;previewLayout=white&amp;username=labnol&amp;docName=successful-blog&amp;documentId=080804055148-65d6deb15eb5400f8413686d8073b711&amp;backgroundColor=1b1c20&amp;layout=grey&#038;viewMode=presentation" /><param name="allowScriptAccess" value="always" /><embed src="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf" type="application/x-shockwave-flash" allowscriptaccess="always" style="width:425px;height:350px" flashvars="mode=preview&amp;previewLayout=white&amp;username=labnol&amp;docName=successful-blog&amp;documentId=080804055148-65d6deb15eb5400f8413686d8073b711&amp;backgroundColor=1b1c20&amp;layout=grey&#038;viewMode=presentation" /></object></div>
-->

<p><a href="http://feeds.feedburner.com/~a/mannu?a=UyJxfS"><img src="http://feeds.feedburner.com/~a/mannu?i=UyJxfS" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/mannu/~4/358081212" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://manishjethani.com/blog/2008/08/07/how-to-embed-issuu-in-presentation-mode/feed/</wfw:commentRss>
		<feedburner:origLink>http://manishjethani.com/blog/2008/08/07/how-to-embed-issuu-in-presentation-mode/</feedburner:origLink></item>
		<item>
		<title>Britain from Above</title>
		<link>http://feeds.feedburner.com/~r/mannu/~3/357425052/</link>
		<comments>http://manishjethani.com/blog/2008/08/06/britain-from-above/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 13:53:51 +0000</pubDate>
		<dc:creator>Manish Jethani</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[bbc]]></category>

		<category><![CDATA[britain]]></category>

		<category><![CDATA[britain from above]]></category>

		<category><![CDATA[ria]]></category>

		<category><![CDATA[rich internet applications]]></category>

		<category><![CDATA[steven webster]]></category>

		<category><![CDATA[the dark knight]]></category>

		<category><![CDATA[visualisations]]></category>

		<guid isPermaLink="false">http://manishjethani.com/?p=164</guid>
		<description><![CDATA[A new television series on the BBC, called Britain from Above, uses some stunning imagery based on satellite data to show life in Britain as seen from the skies. You can see visualisations of daily activity, such as the passing of ships through the channels, the takings off and landings of aeroplanes, even the traffic [...]]]></description>
			<content:encoded><![CDATA[<p>A new television series on the BBC, called <a href="http://news.bbc.co.uk/1/hi/technology/7539529.stm" title="BBC NEWS | Technology | Britain seen from the skies above"><em>Britain from Above</em></a>, uses some stunning imagery based on satellite data to show life in Britain as seen from the skies. You can see visualisations of daily activity, such as the passing of ships through the channels, the takings off and landings of aeroplanes, even the traffic on the streets, and, last but not least, active telephone conversations &#8212; the city truly comes alive. Perhaps I&#8217;m not the only one to notice the eerie resemblance here with the sonar-based visualisations seen in the recent Hollywood blockbuster <a href="http://thedarkknight.warnerbros.com/"><em>The Dark Knight</em></a>.</p>

<p>Steven Webster <a title="Steven Webster: Innovative Mashups: Meatware + Hardware + Software" href="http://weblogs.macromedia.com/swebster/archives/2008/08/innovative_mash.html">reflects on this</a> from the point of view of both rich end-user experiences as well as the intelligent use of such rich network data. It&#8217;s a must-read.</p>

<p><a href="http://feeds.feedburner.com/~a/mannu?a=LRj4FD"><img src="http://feeds.feedburner.com/~a/mannu?i=LRj4FD" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/mannu/~4/357425052" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://manishjethani.com/blog/2008/08/06/britain-from-above/feed/</wfw:commentRss>
		<feedburner:origLink>http://manishjethani.com/blog/2008/08/06/britain-from-above/</feedburner:origLink></item>
	</channel>
</rss>
