<?xml version="1.0" encoding="iso-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>cathy</title>
  <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/" />
  <modified>2009-08-07T22:39:58Z</modified>
  <tagline></tagline>
  <id>tag:www.lintwins.com,2009:/cathy/15</id>
  <generator url="http://www.movabletype.org/" version="2.661">Movable Type</generator>
  <copyright>Copyright (c) 2009, Cathy</copyright>
  <entry>
    <title>Video Embeding (Autoplay)</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000683.html" />
    <modified>2009-08-07T22:39:58Z</modified>
    <issued>2009-08-07T15:39:58-08:00</issued>
    <id>tag:www.lintwins.com,2009:/cathy/15.683</id>
    <created>2009-08-07T22:39:58Z</created>
    <summary type="text/plain"> Working with media has been a long time hobby for me, and you have to know the ins and outs of saving audio and video files when you&apos;re madly being a groupie to a musician and building a rather...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    <dc:subject>tech stuff</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p><embed src="http://www.teachertube.com/embed/player.swf" width="470" height="260" bgcolor="undefined" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://www.teachertube.com/embedFLV.php?pg=video_114176&menu=false&frontcolor=ffffff&lightcolor=FF0000&logo=http://www.teachertube.com/www3/images/greylogo.swf&skin=http://www.teachertube.com/embed/overlay.swf&volume=80&controlbar=over&displayclick=link&viral.link=http://www.teachertube.com/viewVideo.php?video_id=114176&stretching=exactfit&plugins=viral-1&viral.callout=none&viral.onpause=true" /></p>

<p>Working with media has been a long time hobby for me, and you have to know the ins and outs of saving audio and video files when you're madly being a groupie to a musician and building a rather fanatical <a href="http://www.lintwins.com/jude"><b>fan site</a></b>.</p>

<p>A lot of people though are wary of working with video because usually what you see when you try working with audio/video is a string of text that doesn't really make sense:</p>

<p><textarea cols="50" name="text" rows="13"><br />
<embed src="http://www.teachertube.com/embed/player.swf" width="470" height="260" bgcolor="#bfbfbf" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://www.teachertube.com/embedFLV.php?pg=video_114176&menu=false&frontcolor=ffffff&lightcolor=FF0000&logo=http://www.teachertube.com/www3/images/greylogo.swf&skin=http://www.teachertube.com/embed/overlay.swf&volume=80&controlbar=over&displayclick=link&viral.link=http://www.teachertube.com/viewVideo.php?video_id=114176&stretching=exactfit&plugins=viral-1&viral.callout=none&viral.onpause=true" /><br />
</textarea></p>

<p>Wha?</p>

<p>If you really want a breakdown of what's involved in embedding video, I'll do my best to explain what that box of gibberish above means (it's so beautiful to a geek like me...)<br />
</p>]]>
      <![CDATA[<p>Ok, I don't claim to know <i>everything</i> but there are some basic components called for in when embedding a video file.</p>

<p>This includes the a player, specifications of the video width and height, controls that you want to show/hide, and the link to the actual video file itself which is ultra important.</p>

<p>Let's take a look at breaking down the gibberish:</p>

<p><b>embed src="http://www.teachertube.com/embed/player.swf"</b><br />
This is the default player being embedded. Just as, to go old school, you need a cd player or cassette player to play a cd or cassette, you need some form of player to play a video. Usually this is flash file (.swf). Without this the video may still work, only you get a FULL SCREEN, somewhat pixelated version of it.</p>

<p><b>width="470" height="260" </b><br />
Here is where you set the width and height of video in pixels.</p>

<p><b>bgcolor="undefined" </b><br />
...and then the background color. I'm not 100% sure, but I <i>think</i>you can use "#hexcode" to change (bgcolor="#bfbfbf") ???</p>

<p><b>allowscriptaccess="always" allowfullscreen="true"</b><br />
Um....options to change smaller screen size to full screen I think. </p>

<p><b>flashvars="file="http://www.teachertube.com/embedFLV.php?pg=video=114176</b><br />
Each video is given a specific link, code or number. This link is where the computer goes to play the video or where it goes to load the video in the player.</p>

<p>Try copying and pasting a link in a web browser to see if it is a video. If it loads, that's what you want to paste in the section above (you'll need to do it twice, see below). And chances are, it's a huge full screen video, which is why....hi! In the section above you specify that you want a predetermined player to load first and the video contained within it.</p>

<p><b>&menu=false&frontcolor=ffffff&lightcolor=FF0000</b><br />
Not too sure what this is, but likely menu and color specifications for something</p>

<p><b>&logo=http://www.teachertube.com/www3/images/greylogo.swf</b><br />
Insertion of logo. Teachertube logo color can't be changed. note it's "greylogo"</p>

<p><b>&skin=http://www.teachertube.com/embed/overlay.swf</b><br />
Specification of "skin" to use, kinda like the look of the player. Includes controls, volume, full screen options. All the little things you see that are clickable. (Try copying and pasting the link to see what the skin looks like, kinda cool).</p>

<p><b>&volume=80&controlbar=over&displayclick=link&viral.link=http://www.teachertube.com/viewVideo.php?video_id=114176</b><br />
volume and control bar specifications. link to video file again. If you are copying and pasting your video, be sure to copy and paste it <b>a second time</b> here</p>

<p><b>&stretching=exactfit&plugins=viral-1&viral.callout=none</b><br />
specify positioning of video, plugins</p>

<p><b>&viral.onpause=true" /></b><br />
specify autoplay, change to false to make autoplay on load.</p>

<p>And there you go, a quick breakdown of embed code which is how you embed videos given the Teacher Tube embed code! </p>

<p>Good luck!</p>

<p></p>

<p><br />
</p>]]>
    </content>
  </entry>
  <entry>
    <title>Literacy Librarian</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000682.html" />
    <modified>2009-07-20T23:53:17Z</modified>
    <issued>2009-07-20T16:53:17-08:00</issued>
    <id>tag:www.lintwins.com,2009:/cathy/15.682</id>
    <created>2009-07-20T23:53:17Z</created>
    <summary type="text/plain">YAY! It&apos;s still a work in progress, but one of the things I&apos;ve been hoping to do is to start a site for book reviews and such (including tech goodies, and possibly a place for students to showcase their works...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    <dc:subject>biblioteca</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p>YAY! It's still a work in progress, but one of the things I've been hoping to do is to start a site for book reviews and such (including tech goodies, and possibly  a place for students to showcase their works online).</p>

<p>Here it is: </p>

<p><a href="http://www.literacylibrarian.com"><u>Literacy Librarian</u></a>.</p>

<p>And look, Book Fair 2009 graphics is up! </p>

<p>Content is everything, so I'll have to push myself to add content and not let it get static, stagnant, ewww.</p>

<p>Originally the site had Moodle installed and students could do short assignments to read, research, respond. </p>

<p>I may include that back somewhere, somehow....but for now, it's set for reviews. Yeah, yeah, I can hear a reality show host asking, what makes YOUR site unique?</p>

<p>:)</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Card Catalog Blinds</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000681.html" />
    <modified>2009-05-15T12:10:18Z</modified>
    <issued>2009-05-15T05:10:18-08:00</issued>
    <id>tag:www.lintwins.com,2009:/cathy/15.681</id>
    <created>2009-05-15T12:10:18Z</created>
    <summary type="text/plain">from Boing Boing by Habeas Brulee Old card catalog cards transformed into blinds: woot!...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    <dc:subject>biblioteca</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p>from Boing Boing</p>

<p><img src="http://farm4.static.flickr.com/3386/3447084143_3d74d993f0_m.jpg" alt="blinds"><br />
by <a href="http://www.flickr.com/photos/habeasbrulee/">Habeas Brulee</a></p>

<p>Old card catalog cards transformed into blinds: woot!</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>SCIBA (Food Porn)</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000679.html" />
    <modified>2009-02-08T08:38:33Z</modified>
    <issued>2009-02-08T00:38:33-08:00</issued>
    <id>tag:www.lintwins.com,2009:/cathy/15.679</id>
    <created>2009-02-08T08:38:33Z</created>
    <summary type="text/plain">I can&apos;t resist. The dinner for tonight&apos;s SCIBA gala looked a little like: And dessert was: Swag was given, but there area few smaller ones that I garnered that&apos;s worthwhile: click for Flickr notes. It&apos;s always fun meeting authors, but...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p>I can't resist. The dinner for tonight's SCIBA gala looked a little like:<br />
<img src="http://farm4.static.flickr.com/3406/3262813376_4646f9e512_m.jpg" alt="dinner"></p>

<p>And dessert was:<br />
<img src="http://farm4.static.flickr.com/3529/3262813380_7c5515e70e_m.jpg" alt="dessert"></p>

<p>Swag was given, but there area  few smaller ones that I garnered that's worthwhile:<br />
<a href="http://www.flickr.com/photos/cathylin/3261991329/"><img src="http://farm4.static.flickr.com/3405/3261991329_c6d63d4a3d_m.jpg" alt="swag" border="0"></a><br />
click for Flickr notes.</p>

<p>It's always fun meeting authors, but I tend to be a little neurotic around them (it does not help that at the events, there is often libation, ahem). But I am absolutely <u>certain</u> there is one author that I am overlooking, that has written something stunning or funny or touching and I've no clue to their Awesomeness. </p>

<p>It's guaranteed 100%.</p>

<p>An exciting evening all in all, and it was nice of Mother Nature to hold off the downpour until the festivities were through. Zipping home w/o traffic in 30 minutes, it started to POUR.</p>

<p>Maybe I'll fold a paper boat tomorrow and send it sailing through the puddles...</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>My two cents</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000678.html" />
    <modified>2008-11-26T05:06:52Z</modified>
    <issued>2008-11-25T21:06:52-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.678</id>
    <created>2008-11-26T05:06:52Z</created>
    <summary type="text/plain"></summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p><a href="http://www.indiebound.org/indie-store-finder"><img src="http://www.indiebound.org/files/ShopIndieRed.png" alt="indiebound" border="0"></a></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Exhale</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000676.html" />
    <modified>2008-11-15T15:40:39Z</modified>
    <issued>2008-11-15T07:40:39-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.676</id>
    <created>2008-11-15T15:40:39Z</created>
    <summary type="text/plain"></summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p><img src="http://farm4.static.flickr.com/3213/3033071581_43065c3975.jpg" alt="hollywood"></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>What every writer needs</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000675.html" />
    <modified>2008-11-06T02:46:03Z</modified>
    <issued>2008-11-05T18:46:03-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.675</id>
    <created>2008-11-06T02:46:03Z</created>
    <summary type="text/plain"></summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p><a href="http://www.jsworldwide.com/images/charts/news_UN_full.jpg"><img src="http://www.jsworldwide.com/images/charts/news_UN_full.jpg" width="212" height="360"></a><br />
</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Swap-bot</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000674.html" />
    <modified>2008-11-02T23:19:08Z</modified>
    <issued>2008-11-02T15:19:08-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.674</id>
    <created>2008-11-02T23:19:08Z</created>
    <summary type="text/plain">Received: Journal w/a Twist #4...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p>Received: Journal w/a Twist #4</p>

<p><a href="http://www.flickr.com/photos/cathylin/2997340230/"><img src="http://farm4.static.flickr.com/3207/2997340230_82195387d7.jpg" alt="swapbot"></a><br />
</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>ABC3D</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000673.html" />
    <modified>2008-10-21T05:18:21Z</modified>
    <issued>2008-10-20T22:18:21-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.673</id>
    <created>2008-10-21T05:18:21Z</created>
    <summary type="text/plain">Marion Batille: Abc3D - video powered by Metacafe...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p>Marion Batille:</p>

<p><embed src="http://www.metacafe.com/fplayer/1186973/abc3d.swf" width="300" height="245" wmode="transparent"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed><br/><font size="1"></p>

<p><a href="http://www.metacafe.com/watch/1186973/abc3d/">Abc3D - video powered by Metacafe</a></font></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>How geeky am I?</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000672.html" />
    <modified>2008-10-19T23:59:05Z</modified>
    <issued>2008-10-19T16:59:05-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.672</id>
    <created>2008-10-19T23:59:05Z</created>
    <summary type="text/plain"> Well.... Getting drawn into the 39 Clues mania, and here are just a few promo codes from major vendors. This is for adding cards, but also hosts tips for readers on creating codes and cracking &apos;em. G69CTWHC9T Walmart G69CKR3K9T...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    <dc:subject>biblioteca</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p><img src="http://a330.g.akamai.net/7/330/2540/20080720143248/www.playthings.com/articles/images/PLAY/20071218/39CluesRes.jpg" alt="39clues"></p>

<p>Well....</p>

<p>Getting drawn into the 39 Clues mania, and here are just a few promo codes from major vendors. This is for adding cards, but also hosts tips for readers on creating codes and cracking 'em.</p>

<p><b>G69CTWHC9T  Walmart<br />
G69CKR3K9T Borders</b></p>

<p>And just to keep things straight in my mind, the release schedule is set for a new title 3 months or so. The lineup thus far:</p>

<p><u>Book 1:</u><br />
Sept 2008<br />
Rick Riordan<br />
Maze of Bones </p>

<p><u>Book 2:</u><br />
Dec 2009<br />
Gordon Korman <i>(author of Kidnapped, Swindled, Schooled)</i><br />
One False Note </p>

<p><u>Book 3:</u><br />
 March 3, 2009<br />
Peter Lerangis <i>(Spy X, Watchers, Three Investigators, Baby-Sitters Club)</i><br />
The Sword Thief</p>

<p><u>Book 4:</u><br />
June 9, 2009<br />
Jude Watson <i>(Star wars prequels)</i><br />
Title </p>

<p><u>Book 5:</u><br />
Sept 2009<br />
Author <br />
Title </p>

<p><u>Book 6:</u><br />
Dec 2009<br />
Author <br />
Title </p>

<p><u>Book 7:</u><br />
March 2010<br />
Author<br />
Title </p>

<p><u>Book 8:</u><br />
June 2010<br />
Author<br />
Title </p>

<p><u>Book 9:</u><br />
Sept 2010<br />
Author<br />
Title </p>

<p><u>Book 10:</u><br />
Dec 2010<br />
Author <br />
Title</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Pyramid of Priorities</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000671.html" />
    <modified>2008-10-11T14:59:20Z</modified>
    <issued>2008-10-11T07:59:20-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.671</id>
    <created>2008-10-11T14:59:20Z</created>
    <summary type="text/plain"> 39 Clues I am the Messenger The Graveyard Book The Book Thief Best American Short Stories 2008 Plus, this little guy found its way to my circ desk, BOO!...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    <dc:subject>biblioteca</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p><img src="http://farm4.static.flickr.com/3279/2930977379_28e7b595a2_o.jpg" alt="pyramid"></p>

<p><br />
39 Clues<br />
I am the Messenger<br />
The Graveyard Book<br />
The Book Thief<br />
Best American Short Stories 2008</p>

<p>Plus, this little guy found its way to my circ desk, BOO!</p>

<p><img src="http://farm4.static.flickr.com/3054/2930977389_c2f70216a6_m.jpg" alt=cupcake"><br />
</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Interesting Approaches</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000670.html" />
    <modified>2008-10-03T04:32:22Z</modified>
    <issued>2008-10-02T21:32:22-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.670</id>
    <created>2008-10-03T04:32:22Z</created>
    <summary type="text/plain"> Can&apos;t wait to read Gaiman&apos;s latest,The Graveyard Book and news from boingboing reveals he&apos;s going to be reading a chapter a day at the various tour stops around the US. Then today, news of Kelly Link&apos;s Magic for Beginners...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    <dc:subject>biblioteca</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:n81MGdlgp3mszM:http://bp1.blogger.com/_EmktW-7WDY8/SDMWpTG7ASI/AAAAAAAAALc/ePkVVYputTU/s320/graveyard%2Bbook.jpg" alt="gaiman"> <br />
Can't wait to read Gaiman's latest,<u>The Graveyard Book</u> and news from <a href="http://boingboing.net">boingboing</a> reveals he's going to be <a href="http://www.mousecircus.com/videotour.aspx"><b>reading a chapter a day</a></b> at the various tour stops around the US. </p>

<p><img src="http://lcrw.net/images/covers/link_mfb_100.gif" alt="kelly link"<br />
Then today, news of Kelly Link's <u>Magic for Beginners</u> being offered as a <b><a href="http://lcrw.net/kellylink/mfb/index.htm">free download</a></b>, complete with a Creative Commons (Attribution-NonCommercial-ShareAlike 3.0) license.</p>

<p>Technology. Publishing. Hi.<br />
</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Revving up for book fair 08-09</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000669.html" />
    <modified>2008-09-25T01:45:19Z</modified>
    <issued>2008-09-24T18:45:19-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.669</id>
    <created>2008-09-25T01:45:19Z</created>
    <summary type="text/plain">And first up, glee: Dionne Warwick&apos;s Say A Little Prayer. Whoop!...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    <dc:subject>biblioteca</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p>And first up, glee:</p>

<p><img src="http://farm4.static.flickr.com/3090/2886630774_f5a357de18.jpg" alt="Dionne Warwick"><br />
Dionne Warwick's Say A Little Prayer.</p>

<p>Whoop!</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>08-09 Library Display</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000668.html" />
    <modified>2008-09-03T05:50:48Z</modified>
    <issued>2008-09-02T22:50:48-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.668</id>
    <created>2008-09-03T05:50:48Z</created>
    <summary type="text/plain"> Teen Read Scene Originally uploaded by cathylin After a week&apos;s work, our 2008-2009 library display is coming together nicely. Note the theme? Red, black &amp; white. Meyer. Twilight. (The red portions on the main wall are all quotes from...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
<object type="application/x-shockwave-flash" width="260" height="213" data="http://www.flickr.com/apps/video/stewart.swf?v=59154" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="intl_lang=en-us&amp;photo_secret=16a873733d&amp;photo_id=2823476931&amp;show_info_box=true"></param> <param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=59154"></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=59154" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=16a873733d&amp;photo_id=2823476931&amp;flickr_show_info_box=true" height="213" width="260"></embed></object>
<br />
<span style="font-size: 0.9em; margin-top: 0px;">
<a href="http://www.flickr.com/photos/cathylin/2823476931/">Teen Read Scene</a>
<br />
Originally uploaded by <a href="http://www.flickr.com/people/cathylin/">cathylin</a>
</span>
</div>
After a week's work, our 2008-2009 library display is coming together nicely. Note the theme? Red, black & white. Meyer. Twilight. (The red portions on the main wall are all quotes from the 4 books).
<br clear="all" />]]>
      
    </content>
  </entry>
  <entry>
    <title>Storytelling</title>
    <link rel="alternate" type="text/html" href="http://www.lintwins.com/cathy/archives/000665.html" />
    <modified>2008-08-16T02:28:09Z</modified>
    <issued>2008-08-15T19:28:09-08:00</issued>
    <id>tag:www.lintwins.com,2008:/cathy/15.665</id>
    <created>2008-08-16T02:28:09Z</created>
    <summary type="text/plain">Courtesy of boingboing.net, I was introduced to a video on the intelligence of crows, and one video led to another, and then another, and before you know it, I&apos;m addicted to ted.com (it stands for Technology, Entertainment, Design). Today, I...</summary>
    <author>
      <name>Cathy</name>
      
      <email>cathy@lintwins.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lintwins.com/cathy/">
      <![CDATA[<p>Courtesy of <a href="http://www.boinboing.net">boingboing.net</a>, I was introduced to a video on the <a href="http://www.ted.com/index.php/talks/joshua_klein_on_the_intelligence_of_crows.html">intelligence of crows</a>, and one video led to another, and then another, and before you know it, I'm addicted to <b><a href="http://www.ted.com">ted.com</a></b> (it stands for Technology, Entertainment, Design).</p>

<p>Today, I stumbled upon Jonathan Harris' collection of storytelling:</p>

<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="432" height="285" id="VE_Player" align="middle"><param name="movie" value="http://static.videoegg.com/ted2/flash/loader.swf"><PARAM NAME="FlashVars" VALUE="bgColor=FFFFFF&file=http://static.videoegg.com/ted/movies/JonathanHarris_2007P-embed-EG_high.flv&autoPlay=false&fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&forcePlay=false&logo=&allowFullscreen=true"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale"><param name="wmode" value="window"><embed src="http://static.videoegg.com/ted2/flash/loader.swf" FlashVars="bgColor=FFFFFF&file=http://static.videoegg.com/ted/movies/JonathanHarris_2007P-embed-EG_high.flv&autoPlay=false&fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&forcePlay=false&logo=&allowFullscreen=true" quality="high" allowScriptAccess="always" bgcolor="#FFFFFF" scale="noscale" wmode="window" width="432" height="285" name="VE_Player" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object></p>

<p>Watch it, it's absolutely brilliant.</p>]]>
      
    </content>
  </entry>

</feed>