<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-22630260</id><updated>2011-10-27T20:12:53.178-07:00</updated><title type='text'>Google Flickr Picture Viewer</title><subtitle type='html'>This is the home page for the Google Flickr Picture Viewer. Its a google homepage module I threw together in my spare time that lets you choose flickr pictures to view and navigate on your google homepage.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://googleflickrpictureviewer.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22630260/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://googleflickrpictureviewer.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Paul Russell</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-YKXLjyabeBM/AAAAAAAAAAI/AAAAAAAACr8/w_eAXWUxVIY/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-22630260.post-114024251801392695</id><published>2006-02-17T22:00:00.000-08:00</published><updated>2006-02-23T18:27:02.326-08:00</updated><title type='text'>Module Documentation</title><content type='html'>&lt;div class="maintext"&gt;

&lt;div class="toc"&gt;
&lt;table border="0" width="100%" cellpadding="0" cellspacing="0"&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;
&lt;br&gt;
&lt;ol&gt;
    &lt;li&gt; &lt;a href="#whatandhow"&gt;What It Does and How It Works&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt; &lt;a href="#installation"&gt;Installation &amp;amp; Quick Start&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt; User Preferences &lt;/li&gt;
    &lt;ul&gt; 
        &lt;li&gt; &lt;a href="#search"&gt;Pictures by Search&lt;/a&gt; &lt;/li&gt;
            &lt;ul&gt;
                &lt;li&gt; Search (check box)&lt;/li&gt;
                &lt;li&gt; Search: screen name&lt;/li&gt;
                &lt;li&gt; Search: tags(, separated)&lt;/li&gt;
                &lt;li&gt; Search: uid &lt;/li&gt;
                &lt;li&gt; Search: # of pics &lt;/li&gt;
            &lt;/ul&gt;
        &lt;li&gt; &lt;a href="#favorites"&gt;Pictures by Favorites&lt;/a&gt; &lt;/li&gt;
            &lt;ul&gt;
                &lt;li&gt; Favorites (check box)&lt;/li&gt;
                &lt;li&gt; Favorites: screen name&lt;/li&gt;
                &lt;li&gt; Favorites: uid &lt;/li&gt;
                &lt;li&gt; Favorites: # of pics &lt;/li&gt;
            &lt;/ul&gt;
        &lt;li&gt; &lt;a href="#interesting"&gt;Pictures by Intresting&lt;/a&gt; &lt;/li&gt;
            &lt;ul&gt;
                &lt;li&gt; Interesting  (check box)&lt;/li&gt;
                &lt;li&gt; Interesting: # of pics &lt;/li&gt;
            &lt;/ul&gt;  
        &lt;li&gt; &lt;a href="#moduletitle"&gt;Module Title&lt;/a&gt; &lt;/li&gt;
    &lt;/ul&gt;
    &lt;li&gt; &lt;a href="#navigation"&gt;Navigation&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt; &lt;a href="#bummers"&gt;Bummers&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt; &lt;a href="#licenseandwarrantee"&gt;License &amp;amp; Warranty&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt; &lt;a href="#feedback"&gt;Send Feedback&lt;/a&gt; &lt;/li&gt;
&lt;/ol&gt;
&lt;/td&gt;
&lt;td width="*" align="right" valign="middle"&gt;&lt;a style="border:none;" href="http://www.flickr.com/photos/russelldad/95956337/" title="Photo Sharing"&gt;&lt;img style="margin-right:2em;border:solid gray 1px;" src="http://static.flickr.com/19/95956337_3b6a05c298_o.jpg" width="373" height="421" alt="google_flickr_viewer_screenshot_02" /&gt;&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;a name="whatandhow" &gt;&lt;/a&gt;
&lt;h2&gt;What It Does and How It Works&lt;/h2&gt;
&lt;p&gt;
This Google ig module lets you choose groups of Flickr images to have randomly displayed 
on your homepage. You can select images using any combination of the three main features 
&lt;a href="#search"&gt;Search&lt;/a&gt;, &lt;a href="#favorites"&gt;Favorites&lt;/a&gt; and &lt;a href="#interestign"&gt;Interesting&lt;/a&gt;.
&lt;/p&gt; 
&lt;p&gt;
As soon as it loads on the page this module collects info about pictures from Flickr 
based on picture criteria you provide in the user preferences. Then it randomly 
displays 1 or 2 images randomly selected from the image info it got from Flickr. 
The number of images displayed depends on the size of the images. The module will 
fit as many pictures as possible without running out of vertical space...
&lt;/p&gt;

&lt;a name="installation" &gt;&lt;/a&gt;
&lt;h2&gt;Installation &amp;amp; Quick Start&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt; Goto &lt;a href="http://www.google.com/ig"&gt;http://www.google.com/ig&lt;/a&gt; and sign in (top right)&lt;/li&gt;
&lt;li&gt; Click on "Add Content" on the top left of the page.&lt;/li&gt;
&lt;li&gt; Click on "Create a Section" on the resulting left menu.&lt;/li&gt;
&lt;li&gt; Enter the url to the &lt;a href="http://russelldad.googlepages.com/google_flickr_viewer_v1.0.xml"&gt;google_flickr_viewer_v1.0.xml&lt;/a&gt;
module into the "Create a Section" text box and click "Go". You can get the url by clicking on this text box and copying the text
&lt;input style="font-size: 0.85em;" size="90" onclick="javascript:this.focus();this.select();" value="http://russelldad.googlepages.com/google_flickr_viewer_v1.0.xml" type="text"&gt; &lt;/li&gt;
&lt;li&gt; You'll get a mild warning message about the fact that Google didn't write this module... Click "OK" unless you think I'm evil... I'm not, but if I were I probably wouldn't admit it here.&lt;/li&gt;
&lt;li&gt; Once installed just follow the onscreen instructions to start viewing your pictures.&lt;/li&gt; 

&lt;/ol&gt;


&lt;h3&gt;Quick Start&lt;/h3&gt;
To get started fast:
&lt;ol&gt;
&lt;li&gt; Click edit at the top of the module&lt;/li&gt;
&lt;li&gt; Check the search box&lt;/li&gt;
&lt;li&gt; Enter "russelldad" for the "Search: screen name"&lt;/li&gt;
&lt;li&gt; Enter "googleigold" for the "Search: tags"&lt;/li&gt;
&lt;li&gt; Click save&lt;/li&gt;
&lt;/ol&gt;

You should see a bunch of my Flickr pictures. You can change the user preferences to see almost any picture on Flickr. Keep reading if you want to know how all the user preferences work.


&lt;a name="search" &gt;&lt;/a&gt;
&lt;h2&gt;Search Feature &amp;amp; User Preferences&lt;/h2&gt;
&lt;p&gt;
The Search feature lets you get the latest images uploaded to Flickr filtered by the Screen 
Name of the user that posted them and/or Tags that are applied to the pictures. 
There are 5 user preferences (available via the edit link at the top of the module) 
that control the behavior of the Search feature. Each contains "Search" as the 
first word in the preference name.
&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt; 
        &lt;span class="up"&gt;Search (checkbox):&lt;/span&gt; This is the on/off switch for the Search feature. 
        To collect images by Search, check this box. If this box is not checked, 
        regardless of the settings for the following Search user preferences, 
        no images will be displayed using Search.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;span class="up"&gt;Search: screen name:&lt;/span&gt; This user pref takes a single
        &lt;a href="http://www.flickr.com/help/signin/#113"&gt;Flickr screen name&lt;/a&gt;. 
        When a screen name is provided the search results will only provide pictures 
        that were posted by that user. If no screen name is provided search will 
        choose from all of the public pictures posted to Flickr.
    &lt;/li&gt;
    &lt;ul&gt;
        &lt;li&gt;
        &lt;span class="upref"&gt;Search: screen name&lt;/span&gt; and &lt;span class="upref"&gt;Search: tags&lt;/span&gt; can be used together to select pictures 
        posted by a specific person tagged with specific tags.
        &lt;/li&gt;
        &lt;li&gt;
        If you're not sure what someone's screen name is look at one of their 
        pictures. You'll see their screen name next to the words "posted by".
        &lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;li&gt;
    &lt;span class="up"&gt;Search tags:(, separated):&lt;/span&gt; This user preference take a comma separated 
    list of &lt;a href="http://www.flickr.com/help/tags/"&gt;Flickr tags&lt;/a&gt;.
    When a tag or tags (comma separated) are provided, only pictures tagged 
    with one or more of the provided tags will be displayed. If no tags are 
    provided, search will choose from pictures with any tag.
    &lt;/li&gt;
    &lt;ul&gt;
        &lt;li&gt;
        &lt;span class="upref"&gt;Search: screen name&lt;/span&gt; and &lt;span class="upref"&gt;Search: tags&lt;/span&gt; can be used together to select pictures 
        posted by a specific person tagged with specific tags.
        &lt;/li&gt;
        &lt;li&gt;
        If you're not sure what someone's &lt;span class="upref"&gt;Search: screen name&lt;/span&gt; is look at one of their pictures. 
        You'll see their screen name next to the words "posted by".
        &lt;/li&gt;
        &lt;li&gt;
        If you're not familiar with tags definitely read Flickr's 
        &lt;a href=" http://www.flickr.com/help/tags/"&gt;tag FAQ&lt;/a&gt;.
        &lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;li&gt;
    &lt;a name="searchuid" &gt;&lt;/a&gt;
    &lt;span class="up"&gt;Search: uid:&lt;/span&gt; (power users only) Proper use of this user preference 
    can shorten the time it takes for images to display. Improper use may drive 
    you mad. In order to do a Flickr search by screen name, 
    Flickr requires the super secret Flickr userID that relates to that screen name... 
    That means before the search can happen this module needs to ask Flickr what the super 
    secret Flickr userID for that screen name is. Once the module knows, only then can it 
    do the search. Unfortunately the userIDs are not easy for people to remember 
    (example: 22987453@N00 ). If you like your pictures to load faster, you can provide 
    the userID instead of the screen name. It should cut the lookup time in half. There are 
    two ways to find the screen name:
    &lt;/li&gt;
    &lt;ul&gt;
        &lt;li&gt;
        Check the Search feature, enter screen name, and click save. After the 
        pictures display. click help (bottom right). The userID for the screen name 
        you provided will appear at the bottom of the help.
        &lt;/li&gt;
        &lt;li&gt;
        View a Flickr picture and look in the url for something that looks like 22987453@N00&lt;br&gt;
        IMPORTANT: If you ever want to change users. you should delete any value you have in 
        the userID field as it overrides anything you type in the screen name field.
        &lt;/li&gt;
    &lt;/ul&gt;
    
    &lt;li&gt;
    &lt;span class="up"&gt;Search: # of pics:&lt;/span&gt; This user preference determines how many unique pictures 
    will be collected from flickd during the search. It has a maximum of 500, minimum 
    of 1, and it defaults to 100. Collecting images from Flickr is time consuming. The 
    higher the number you provide, the longer it will take Flickr to display pictures. 
    On the other hand, the smaller the number, the more likely youâ€™ll see the same 
    pictures over and over... Life is all about balance...
    &lt;/li&gt;
&lt;/ul&gt;


&lt;a name="favorites" &gt;&lt;/a&gt;
&lt;h2&gt;Favorites Feature &amp;amp; User Preferences&lt;/h2&gt;
&lt;p&gt;
Favorites lets you get the latest
&lt;a href="http://www.flickr.com/help/favorites/"&gt;Flickr favorites&lt;/a&gt; for a given 
screen name. There are 4 user preferences (available via the edit link at the 
top of the module) that control the behavior of the Favorites feature. Each
contains "Favorites" as the first word in the preference name.
&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt; 
    &lt;span class="up"&gt;Favorites (checkbox):&lt;/span&gt; This is the on/off switch for the Favorites 
    feature. To collect images by Favorites, check this box. If this box is 
    not checked, regardless of the settings for the following Favorites 
    user preferences, no images will be displayed using Favorites
    &lt;/li&gt;
    &lt;li&gt;
    &lt;span class="up"&gt;Favorites: screen name:&lt;/span&gt; This user preference takes a single
    &lt;a href="http://www.flickr.com/help/signin/#113"&gt;Flickr screen name&lt;/a&gt;. 
    That screen name's favorite photos will be displayed. This is most commonly 
    used to view the pictures you've marked as favorites.
    &lt;/li&gt;
    &lt;li&gt;
    &lt;a name="favoritesuid"&gt;&lt;/a&gt;
   &lt;span class="up"&gt;Favorites: uid:&lt;/span&gt; (power users only) Proper use of this user preference can 
    shorten the time it takes for images to display. Improper use may drive you 
    mad. In order to do a Flickr search by screen name, Flickr requires the
    super secret Flickr userID that maps to that screen name... That means 
    before the search can happen this module needs to ask Flickr what the 
    super secret Flickr userID for that screen name is. Once the module knows, 
    only then can it look up that user's favorites. Unfortunately the userIDs 
    are not easy for people to remember (example: 22987453@N00 ). If you like 
    your pictures to load faster, you can provide the userID instead of the 
    screen name. It should cut the lookup time in half. There are two ways 
    to find the screen name:
    &lt;/li&gt;
    &lt;ul&gt;
        &lt;li&gt;Check the Favorites feature, enter screen name, and click save. After the 
        pictures display, click help (bottom right). The userID for the screen name 
        you provided will appear at the bottom of the help.
        &lt;/li&gt;
        &lt;li&gt;
        View a Flickr picture and look in the url for something that looks like 22987453@N00.
        &lt;/li&gt;
    &lt;/ul&gt;
    &lt;li&gt;
    &lt;span class="up"&gt;Favorites: # of pics:&lt;/span&gt; This user preference determines how many unique favorites 
    pictures will be collected from Flickr. It has a maximum of 500, minimum of 1, and
    it defaults to 100. Collecting images from Flickr is time consuming. The higher 
    the number you provide, the longer it will take Flickr to display pictures. On 
    the other hand the smaller the number, the more likely youâ€™ll see the same 
    pictures over and over... Life is all about balance...
    &lt;/li&gt;
&lt;/ul&gt;


&lt;a name="interesting" &gt;&lt;/a&gt;
&lt;h2&gt;Interesting Feature &amp;amp; User Preferences&lt;/h2&gt;
&lt;p&gt;
Interesting lets you get the latest 
&lt;a href="http://www.flickr.com/explore/interesting/"&gt;Interesting pictures&lt;/a&gt; 
from Flickr. There are 2 user preferences (available via the edit link at the 
top of the module) that control the behavior of the Interesting feature. Each 
contains "Interesting" as the first word in the preference name.
&lt;/p&gt;
&lt;p&gt;
&lt;div class="warning"&gt;&lt;span class="warningword"&gt;WARNING:&lt;/span&gt;
Interesting pictures may offend some audiences... Flickr pictures are identified 
as interesting based on a 
&lt;a href="http://www.flickr.com/explore/interesting/"&gt;complex Flickr algorithm&lt;/a&gt; 
which keys off the viewing behavior of other people that use Flickr. What some people 
find interesting, others may find offensive... Some of the pictures you will see 
via the interesting feature include, but are not limited to:
&lt;/p&gt;
&lt;blockquote&gt;&lt;i&gt;
bubbles, sunsets, naked people, clothed animals (not really offensive, but definitely strange), 
close up shots of all sorts us stuff (eyeballs, crayons, flowers, shoes), cute kids, old people, 
snow drifts, antique furniture and much more... It's the naked people that most people get hung up on...
&lt;/i&gt;

&lt;/blockquote&gt;
&lt;p&gt;
If you are offended by any or all of these things, or are planning to show your Google IG 
web page to a group of neo-conservatives I strongly recommend you do not use the Interesting feature.
&lt;/p&gt;
&lt;/div&gt;
&lt;ul&gt;
    &lt;li&gt;
    Interesting (checkbox): This is the on/off switch for the Interesting feature. 
    To display Flickr's recent pictures, check this box. If this box is not checked, 
    regardless of the settings for the following Interesting user preferences, no images 
    will be displayed using Interesting.
    &lt;/li&gt;
    &lt;li&gt;
    Interesting: # of pics: This user preference determines how many unique 
    Interesting pictures will be collected from Flickr. It has a maximum of 
    500, minimum of 1, and it defaults to 100. Collecting images from Flickr is 
    time consuming. The higher the number you provide, the longer it will take 
    Flickr to display pictures. On the other hand, the smaller the number, the 
    more likely youâ€™ll see the same pictures over and over... Life is all about balance...
    &lt;/li&gt;
&lt;/ul&gt;


&lt;a name="moduletitle" &gt;&lt;/a&gt;
&lt;h2&gt;Module Title&lt;/h2&gt;
&lt;p&gt;
This user preference lets you change the title that appears at the top of the module. 
I tried really hard to come up with a good name, but all of the descriptive ones can be 
a little dull to look at day after day, so I leave it to you the user to come up with 
the module name you want to see at the top of your chosen pictures. Change it as often 
as you like...
&lt;/p&gt;


&lt;h2&gt;Navigation&lt;/h2&gt;
&lt;p&gt;
Once the module loads and displays pictures, you may want to see some other 
random pictures from your selection. To do so click on the word "random" at the 
bottom of the module. Back &amp;lt;&amp;lt; and forward &amp;gt;&amp;gt; navigation is also 
available to pictures you have already viewed.
&lt;/p&gt;

&lt;a name="bummers" &gt;&lt;/a&gt;
&lt;h2&gt;Bummers&lt;/h2&gt;
&lt;p&gt;
With all the user preferences available to be used in different combinations, it's 
likely that this module will run into a problem either with the user preferences people 
provide, or with Flickr. Sometimes when Flickr gets really busy it 
&lt;a href="http://www.flickr.com/help/website/#121"&gt;acts weird&lt;/a&gt;. Not to worry, 
if something goes wrong, the module will display any images it can. You'll be 
alerted to any problems by the appearance of the word bummer at the bottom of the
module. Just click on the word bummer to see an explanation of what went wrong 
and what you can do to fix it.
&lt;/p&gt;
&lt;p&gt;
Want to see bummers in action? Check the Search feature and type in &lt;tt&gt;"ksjdakjsdhksjdlkajsdlk"&lt;/tt&gt; 
for a screen name. Then click save. One bummer coming right up.
&lt;/p&gt;

&lt;a name="licenseandwarrantee" &gt;&lt;/a&gt;
&lt;h2&gt;License &amp;amp; Warranty &lt;/h2&gt;
&lt;p&gt;
This module is provided without any guarantee. I hope it will make you happy. 
If not, please stop using it immediately. You are free to take the source 
code and use it in any way you like as long as you do something nice 
for someone else in return. Pay it forward...
&lt;/p&gt;

&lt;a name="feedback" &gt;&lt;/a&gt;
&lt;h2&gt;Sending Feedback or Reporting Bugs&lt;/h2&gt;
&lt;p&gt;
Feedback can be sent to me at 
&lt;i&gt;parussel+googleig (at) gmail.com&lt;/i&gt;. 
Thanks, praise, undying adoration and even bug reports are welcome. 
&lt;/p&gt;
&lt;p&gt;
Unless you're a close friend or relative of mine, feature requests 
are unlikely to be implemented.  I need to get on to all my other 
projects...
&lt;/p&gt;

&lt;span class="signature"&gt;
Share and Enjoy,
&lt;br&gt;
Paul
&lt;/span&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/22630260-114024251801392695?l=googleflickrpictureviewer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://googleflickrpictureviewer.blogspot.com/feeds/114024251801392695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=22630260&amp;postID=114024251801392695' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22630260/posts/default/114024251801392695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22630260/posts/default/114024251801392695'/><link rel='alternate' type='text/html' href='http://googleflickrpictureviewer.blogspot.com/2006/02/module-documentation.html' title='Module Documentation'/><author><name>Paul Russell</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-YKXLjyabeBM/AAAAAAAAAAI/AAAAAAAACr8/w_eAXWUxVIY/s512-c/photo.jpg'/></author><thr:total>6</thr:total></entry></feed>
