<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:cc="http://web.resource.org/cc/"
    xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.pagetoscreen.net/">

    <title>PageToScreen</title>
    <link>http://www.pagetoscreen.net/</link>
    <description>On paper its one thing. On screen its another.</description>
    <dc:language>en</dc:language>
    <dc:creator>chris@pagetoscreen.net</dc:creator>
    <dc:date>2011-09-08T10:47:02+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    
    <items>
      <rdf:Seq>
      <rdf:li rdf:resource="http://www.islomania.com/journal/using_dreamweaver_to_edit_ebooks/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/ebooks_or_apps_the_publishing_choice/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/using_bbedit_for_epub/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/html5_validation_and_the_rel_tag/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/dear_adobe_why_did_you_drop_pdfxml_inspector/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/html5_to_be_sure/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/indesign_to_epub_problems/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/ipad_publishing/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/using_google_fonts_on_this_web_site/" />
      
      <rdf:li rdf:resource="http://www.islomania.com/journal/using_pie_to_deliver_css3/" />
      </rdf:Seq>
    </items>

</channel>


    <item rdf:about="http://www.islomania.com/journal/using_dreamweaver_to_edit_ebooks/">
      <title>Using Dreamweaver to Edit ePUB eBooks</title>
      <link>http://www.islomania.com/journal/using_dreamweaver_to_edit_ebooks/</link>
      <description>If you need to tweak the styles of your ebook created with the iPad in mind then you can (with a bit of magic) set up Dreamweaver as a useful wysiwy(almost)g tool.
Dreamweaver, is, of course a web development and design tool. It will normally handle (x)HTML without any change. It will also allow you to edit other code and even XML. It will not edit the contents of a ZIP file (this is what a normal ePub package is) unless it is unpacked.
So read on to find out what the steps would be.</description>
      <dc:subject>eBooks, How to</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-09-08T10:47:02+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/ebooks_or_apps_the_publishing_choice/">
      <title>eBooks or APPS; the publishing choice</title>
      <link>http://www.islomania.com/journal/ebooks_or_apps_the_publishing_choice/</link>
      <description>Publishers are under increasing pressure to develop workflows that enable their assets to be published to mobile platforms such as the iPad and the Kindle. Many book publishers are already using a variety of methods to create eBooks and where these equivalent print products are very text heavy (such as trade fiction) then this is very appropriate. But under what circumstances would it be better to create an &#39;app&#39; rather than an eBook?</description>
      <dc:subject>eBooks</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-08-26T15:46:34+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/using_bbedit_for_epub/">
      <title>Using BBEdit for ePUB</title>
      <link>http://www.islomania.com/journal/using_bbedit_for_epub/</link>
      <description>BBEdit version 10 has the ability to open the contents of an ePUB file. You can edit the individual components of the ePUB &#45; which, of course is actually a ZIPped file, and then re&#45;save.
But does this actually work without issues?</description>
      <dc:subject>eBooks, Software</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-08-23T11:01:37+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/html5_validation_and_the_rel_tag/">
      <title>HTML5 Validation and the rel tag</title>
      <link>http://www.islomania.com/journal/html5_validation_and_the_rel_tag/</link>
      <description>I specify to my students that their sites must validate. We are using HTML5. The latest change (I don&#39;t disagree with it) is that the rel=&quot;lightbox&#39; breaks validation. Why is this and can we fix it?</description>
      <dc:subject>Web Technology</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-05-31T08:24:39+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/dear_adobe_why_did_you_drop_pdfxml_inspector/">
      <title>Dear Adobe, why did you drop PDFXML Inspector?</title>
      <link>http://www.islomania.com/journal/dear_adobe_why_did_you_drop_pdfxml_inspector/</link>
      <description>The Adobe AIR application used to be a free download. It was useful because you could edit an ePUB file without needing to unpack it and re&#45;zip it. I used it in my class to show how to edit XHTML and CSS.</description>
      <dc:subject>How to</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-05-04T19:06:27+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/html5_to_be_sure/">
      <title>HTML5 to be sure</title>
      <link>http://www.islomania.com/journal/html5_to_be_sure/</link>
      <description>Internet Explorer 9&amp;nbsp;has been released&amp;nbsp;for Windows Vista or 7.&amp;nbsp;Apparently&amp;nbsp;it supports more features of HTML5 and CSS3, but what about earlier version of IE and HTML5?
What do we need to do to our markup to be sure that IE7 and 8 will &#39;degrade&#39; gracefully&#39; or even deliver some elements and styles correctly?</description>
      <dc:subject>CSS, How to</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-05-03T07:20:11+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/indesign_to_epub_problems/">
      <title>InDesign to ePUB Problems: Some symptoms and their remedies</title>
      <link>http://www.islomania.com/journal/indesign_to_epub_problems/</link>
      <description>Getting InDesign (CS5) to produce a decent ePUB format ebook is so problematic, that I sometimes wonder why we are bothering to use it at all! We could after all, use tools to build the components of the ePUB package by hand coding. Dreamweaver is a possibility and Sigil may also be a way to go.
However, one strategy may be to use InDesign as a starting point and then accept that we need to edit the resultant XHTML and CSS. This is the method that I am using, and I am promoting this method with my students.
After a few frustrating sessions recently, I thought I would note down a list of problems that can be solved. This may not be a comprehensive list...</description>
      <dc:subject>eBooks, How to</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-04-07T06:46:46+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/ipad_publishing/">
      <title>iPad Publishing: eBooks and eZines</title>
      <link>http://www.islomania.com/journal/ipad_publishing/</link>
      <description>How do like yours wrapped?
The terms eBook (e&#45;book, E&#45;book, EBook, whatever), eZines and APPS have some very fuzzy boundaries. We are seeing eBooks that might be considered applications. We are seeing eBooks that might be regarded as interactive games and eBooks that are partially audio books. The range of development tools for eZines on the iPad (and other tablets) is growing but some are coming at a significant price. On the other hand, open source tools are gaining ground (more on this from me soon).
Standards are evolving &#45; just today we see the first public showing&amp;nbsp;ePUB version 3.0.</description>
      <dc:subject>eBooks, Ideas, Publishing</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-02-14T16:18:04+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/using_google_fonts_on_this_web_site/">
      <title>Using Google Fonts</title>
      <link>http://www.islomania.com/journal/using_google_fonts_on_this_web_site/</link>
      <description>You may have noticed the new layout.
Thanks!
Yes all done with HTML5 and liberal doses of CSS3. Thanks to PIE, it (more or less) works OK in Internet Explorer.
I have something else to mention; I am using Google Fonts. I have opted for the very nice, &#39;Cantarell&#39;, designed by Dave Crossland.</description>
      <dc:subject>Design, Web Technology</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-02-08T15:23:27+00:00</dc:date>
    </item>

    <item rdf:about="http://www.islomania.com/journal/using_pie_to_deliver_css3/">
      <title>Using PIE to deliver CSS3</title>
      <link>http://www.islomania.com/journal/using_pie_to_deliver_css3/</link>
      <description>CSS3 provides some neat effects, like rounded corners and shadows, but InternetExplorer (before version 9) just ignores these CSS rules.
Is there a way to get Internet Explorer to conform?
Hopefully you are seeing the rounded corners and shadows, even if you are using Internet Explorer, because&amp;nbsp;Jason Johnston has provided a solution and you can find out all about it on his web site:&amp;nbsp;css3pie</description>
      <dc:subject>How to, Ideas, Web Technology</dc:subject>
      <dc:creator>Chris Jennings</dc:creator>
      <dc:date>2011-02-04T10:45:35+00:00</dc:date>
    </item>


</rdf:RDF>
