Skip to content

Instantly share code, notes, and snippets.

@bradhintze
Created December 22, 2010 18:47
Show Gist options
  • Save bradhintze/751905 to your computer and use it in GitHub Desktop.
Save bradhintze/751905 to your computer and use it in GitHub Desktop.
The initialize rule for the Dataset tutorial using Flickr.
rule initialize is active {
select using ".*" setting ()
pre {
InitializedDiv = <<
<div id="FlickrPublicFeed" style="overflow-y:scroll; overflow-x:hidden; height:450px; margin: 3px;">
</div>
>>;
}
notify("Flickr Public Feed", InitializedDiv)
with
sticky=true and
width=325 and
height=450 and
opacity = 1.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment