<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tessa Blakeley Silver &#124; aka: Tessaract &#187; Portfolio | Tessa Blakeley Silver | aka: Tessaract</title>
	<atom:link href="https://tessablakeleysilver.com/category/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>https://tessablakeleysilver.com</link>
	<description>A professional and not-so-professional peek</description>
	<lastBuildDate>Wed, 07 Jan 2015 02:11:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>Titanium Alloy Styling</title>
		<link>https://tessablakeleysilver.com/portfolio-01/</link>
		<comments>https://tessablakeleysilver.com/portfolio-01/#comments</comments>
		<pubDate>Wed, 03 Dec 2014 18:46:03 +0000</pubDate>
		<dc:creator><![CDATA[tessaract]]></dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://localhost/00-tbs-15/?p=59</guid>
		<description><![CDATA[Getting better at working with Titanium&#8217;s TSS: Si [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Getting better at working with Titanium&#8217;s TSS: Single component, NO FORKED CODE! Smooth forking of iOS and Android native component TSS styles only.</p>
]]></content:encoded>
			<wfw:commentRss>https://tessablakeleysilver.com/portfolio-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SXSWi 2013: Designing eBooks With Web Standards</title>
		<link>https://tessablakeleysilver.com/2013-sxsw-ebooks-workshop/</link>
		<comments>https://tessablakeleysilver.com/2013-sxsw-ebooks-workshop/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 22:11:28 +0000</pubDate>
		<dc:creator><![CDATA[tessaract]]></dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://localhost/00-tbs-15/?p=1</guid>
		<description><![CDATA[<a href="http://kristoferlayon.com/" target="_blank">Kristofer Layon</a> has given me a wonderful opportunity! He can't make the conference, but you can still learn all that he (and I!) hope to ever teach you about web standards based ebooks. You can find out more details on my page for now.]]></description>
				<content:encoded><![CDATA[<div class='one_half'>
					Standard ebook publishing requires ramping up on knowledge about various ebook formats, and then becoming familiar with proprietary ebook publishing channels like Kindle, iBooks, etc. Wouldn&#8217;t it be easier to use web standards to build ebooks, and then either serve them on the web or distribute them via mobile app stores? If you already know and use web standards (HTML, CSS, JavaScript), ebook publishing is within your reach. Come to this session to explore frameworks and techniques that enable you to design and publish ebooks, monetize them, and distribute them to a variety of devices and platforms.</p>
<p>We&#8217;ll look at all the major eBook apps/platforms but will primarily work with the open EPUB format and export to the MOBI format.</p>
<p><strong>#html5epub | #SXSWi | #sxsw</strong></p>
<p>&nbsp;</p>
<h3>Downloads:</h3>
<ul>
<li><a href="http://tessablakeleysilver.com/epub-samples/ebooks-w-webstandards.epub" target="_blank">The ePub &#8220;slide deck&#8221;</a> &#8211; <i>Finally!</i></li>
<li><a href="https://code.google.com/p/sigil/downloads/list" target="_blank">Sigil</a></li>
<li><a href="http://www.amazon.com/gp/feature.html/?docId=1000765261" target="_blank">Kindle Previewer</a></li>
<li><a href="http://tessablakeleysilver.com/epub-samples/video-audio.epub" target="_blank">video-audio</a> &#8211; <i>updated!</i></li>
<li>
	<a href="http://tessablakeleysilver.com/epub-samples/bootstrap-svg-sample.epub" target="_blank">bootstrap-svg-sample</a> &#8211; <i>updated!</i>
</li>
<li>
	<a href="http://tessablakeleysilver.com/epub-samples/jquery-jqui-sample.epub" target="_blank">jquery-jqui-sample</a> &#8211; <i>updated!</i>
</li>
<li><a href="http://tessablakeleysilver.com/epub-samples/jquery-jqui-sample.epub" target="_blank">The Adventures of Sherlock Holmes &#8211; Sir Arthur Conan Doyle</a> &#8211; <i>NEW!</i>
<p>This test comes from a very long HTML file provided by <a href="http://www.gutenberg.org/" target="_blank">The Project Gutenberg</a>. Drag and dropped right into <a href="http://calibre-ebook.com/" target="_blank">Calibre</a> and converted to ePub.</p>
<p>A quick look at this .ePub in Sigil reveals that multi-section pages were created and the TOC and metadata is quite well formed. You&#8217;ll note the title page was broken into two pages a bit oddly. So, for those of you converting your manuscripts (especially from Word -to-&gt; HTML -to-&gt; ePub via Calibre) &#8211; just be prepared to do a touch of &#8220;post clean up&#8221; in a tool like Sigil for the best end user experience!</p>
</li>
<li>
	<a href="http://tessablakeleysilver.com/epub-samples/geo-location.epub" target="_blank">geo-location-sample</a> &#8211; <i>NEW!</i> &#8211; <b>Update 2013.03.15:</b>
<p> Well, shoot. I can&#8217;t actually get this working in iBooks (or any js enabled app &#8211; that&#8217;s not the browser on the iPad). I&#8217;ll put together a full article, but for now &#8211; it seems that despite having access to geolocation &#8211; the iPad refuses to let the: <code>navigator.geolocation.getCurrentPosition(yourCustomFunct);</code> actually kick off (you can play with my <a href="http://tessablakeleysilver.com/epub-samples/geo-location-0.5.epub" class="">alternate test</a> that breaks down the geo checks step-by-step and note where it &#8220;hangs&#8221;).</p>
<p>
	For now, you can do what Liz Castro does with her <a href="http://goo.gl/CKJK5" target="_blank">Barcelona book</a> and at least link people out into the maps app and/or browser (again, be sure to just buy her <i>entire</i> <a href="http://store.kagi.com/cgi-bin/store.cgi?storeID=6FHNX_LIVE&amp;page=CompleteEPUB&amp;lang=en">Complete EPUB</a> set &#8211; well worth the $40 bucks if you&#8217;re serious about web standards ePub, you&#8217;ll get the Barcelona book with the set)</p>
<p>Also: Liza Daly (of course) has a <a href="http://goo.gl/W03ug" target="_blank">geolocation sample</a> (though, I haven&#8217;t had time to convert it to ePub and test it, it appears it might not work either).</p>
<p>Here&#8217;s to upcoming eReader upgrades (hopefully arriving with the <i>full support</i> of ePub3)!</p>
</li>
</ul>
				</div>
<div class='one_half et_column_last'>
					<p><b>Note:</b> This page is actively updated! SXSWi is over but the fun continues &#8211; Follow me: <a href="https://twitter.com/tessaract" target="_blank">@tessaract</a> or get results for <a href="https://twitter.com/search?q=%23html5epub&amp;src=hash" target="_blank">#html5epub</a> for the latest on this page.</p>
<h3>Relevant info:</h3>
<ul>
<li><b>When:</b> 03/12/2013 3:30 PM &#8211; 6:00 PM
	</li>
<li><b>Where:</b>
AT&amp;T Conference Center &#8211;
Classroom 203 &#8211;
1900 University Ave
</li>
<li><b>What to bring:</b>
<ul>
<li>
Laptop &#8211; (if you&#8217;d like work along with the examples &#8211; you can also download Sigil and the Kindle Previewer tools)
&#8211; </li>
<li><a href="http://code.google.com/p/sigil/downloads/list">Sigil</a> &#8211; Sigil is a multi-platform EPUB ebook editor.
</li>
<li><a href="http://www.amazon.com/gp/feature.html?ie=UTF8&amp;docId=1000765261">Kindle Previewer</a> &#8211; This software allows younto convert EPUB format to MOBI and preview it in all the different Kindle Readers.</li>
<li>HTML/CSS/JS editor of your choice</li>
<li>iPads, Kindles and Nooks (of all flavors)!
&#8211; Hopefully at the end, you&#8217;ll have a little something personal to open up and test out in an eReader of choice!
</li>
<p><!--
<li style="border-bottom:none">Bonus, COMPLETELY OPTIONAL: Some way to run a local PHP server (MAMP/WAMP/XAMPP - I won't cover installing a local server - those who have it can use it if they want to try out the Pico or Stacey CMS and/or experiment with thier own content workflows. Those who don't can do it later or just manually create markup directly in Sigil or their own code editor) </p>
<p>This is simply an option/workaround I use for my own workflow so I can use markdown to create content. If you have a PHP local server you can also download the <strike>Stacey CMS: http://staceyapp.com/</strike><b>*</b> Dev7Studios Pico Flat file CMS: <a href="http://pico.dev7studios.com/">http://pico.dev7studios.com/</a>  <b>*</b>I like Stacey CMS, but the 3.0 update from .txt to .yml puts a wrench in my markdown workflow. Pico is a perfect fill-in. You can also download the 2.3x version of Stacey if you want to try that out with .txt files.</p>
</li>
</ul>
</li>
<p>//-->
</ul>
<p>&nbsp;</p>
<h3>Prep &amp; Materials:</h3>
<ul>
<li><b>Code/HTML Samples:</b> Download to the left!</li>
<li><b>Slide Deck:</b> Download to the left!</li>
</ul>
<p>&nbsp;</p>
<h3>Post workshop: A few lessons learned</h3>
<ul>
<li>For those of you using Twitter&#8217;s Bootstrap: be sure any CSS styling the library adds doesn&#8217;t confuse readers if JS functionality isn&#8217;t available (for example, I&#8217;d programatically add in the <code>btn, tab </code> etc. classes and other styles indicating dynamic features, only if the modernizr <code>js</code> class is available)</li>
<li><i>Fun little surprise:</i> The Kobo reader on the iPad will kick off JavaScript if it&#8217;s on the first page, but won&#8217;t <i>after</i> the first page &#8211; interesting&#8230;</li>
<li>While geolocation services seem to be available to iBooks (and Kobo) the apps (or perhaps the iPad OS itself) will not allow any of the <code>geolocation</code> functions to initiate. (This could be a &#8220;security feature&#8221;. I&#8217;ll research a bit more)</li>
<li><a href="http://calibre-ebook.com/" target="_blank">Calibre</a> &#8211; not too shabby at converting loooong html files over to a nicely parsed multi-sectioned ePub!</li>
</ul>
<p>&nbsp;</p>
<h4>The official run down:</h4>
<p><a href="http://schedule.sxsw.com/2013/events/event_IAP1741"><img src="/t3/user/../assets/2013/03/web_tile_IA_Workshop_13.jpg" width="180" height="115"></a></p>
<p class="push">
<p>&nbsp;</p>
<h4>About me:</h4>
<p>Tessa Silver
Sr Interactive Developer
<a href="http://www.capella.edu/">Capella University</a>
</p>
<p>
I design and program. Online learning, mobile apps (and combining the two) are my main interests. I&#8217;m a Senior Interactive Developer for Capella University, I write for Packt Publishing and various other blogs. I also create media and apps (in my oh-so-copious spare time) via my company hyper3media LLC (pronounced: hyper-cube-media).</p>
				</div><div class='clear'></div>
]]></content:encoded>
			<wfw:commentRss>https://tessablakeleysilver.com/2013-sxsw-ebooks-workshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
