<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>tribe.hacks's topics - tribe.net</title>
  <link rel="alternate" href="http://tribehacks.tribe.net/threads/atom" />
  <subtitle>Tribe.net. Local Connections</subtitle>
  <entry>
    <title>New Tribe Skins</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/69ffe792-44a8-4191-8e69-ec752ae6e439" />
    <author>
      <name>littleredhairedgirl</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/69ffe792-44a8-4191-8e69-ec752ae6e439</id>
    <updated>2007-06-05T13:43:48Z</updated>
    <published>2007-06-05T13:43:48Z</published>
    <summary type="html">&lt;div&gt;I'm experimenting again with tribe CSS at http://tribeskins.tribe.net/&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>littleredhairedgirl</dc:creator>
    <dc:date>2007-06-05T13:43:48Z</dc:date>
  </entry>
  <entry>
    <title>Mark all read</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/a28bab31-5d42-4642-82da-f9b5042694fb" />
    <author>
      <name>ashton</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/a28bab31-5d42-4642-82da-f9b5042694fb</id>
    <updated>2005-08-09T21:45:47Z</updated>
    <published>2005-05-14T21:53:06Z</published>
    <summary type="html">&lt;div&gt;get Firefox
&lt;br/&gt;http://www.mozilla.org/products/firefox/
&lt;br/&gt;get Linky
&lt;br/&gt;http://extensionroom.mozdev.org/more-info/linky
&lt;br/&gt;
&lt;br/&gt;go to 'my tribe.net', 
&lt;br/&gt;sort tribes by new,
&lt;br/&gt;highlight as many neglected tribes as your machine/tribe can handle,
&lt;br/&gt;use context menu 'linky', 'open selected links in tabs',
&lt;br/&gt;get drink, fiddle with music, read comix book,
&lt;br/&gt;use tab context menu to 'close other tabs'.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>ashton</dc:creator>
    <dc:date>2005-05-14T21:53:06Z</dc:date>
  </entry>
  <entry>
    <title>hiding albums with user stylesheets</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/ad71a6e9-7bda-45dc-8f23-5c659e9b32f5" />
    <author>
      <name>Tom</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/ad71a6e9-7bda-45dc-8f23-5c659e9b32f5</id>
    <updated>2005-07-08T04:31:31Z</updated>
    <published>2004-12-16T17:26:57Z</published>
    <summary type="html">&lt;div&gt;Some people have been complaining about the photo galleries in the tribes now showing up on the front pages. Whether you don't like the photos or just don't like the the album concept itself, you can hide that content yourself using user stylesheets. If you want to hide the photos, follow the directions below:
&lt;br/&gt;
&lt;br/&gt;First, follow the instructions here to find out how to create a user stylesheet:
&lt;br/&gt;http://www.squarefree.com/userstyles/user-style-sheets.html
&lt;br/&gt;
&lt;br/&gt;and add the following css to it:
&lt;br/&gt;
&lt;br/&gt;/* tribe photo album hack */
&lt;br/&gt;
&lt;br/&gt;div.module_body td a img{
&lt;br/&gt;display:none !important;
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;#mugshot div.photo a img{
&lt;br/&gt;display:inline !important;
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;This'll hide the photos for the photo album. Great for using just at work, and your home machine will still show the album just fine.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 5 replies
		&lt;/div&gt;</summary>
    <dc:creator>Tom</dc:creator>
    <dc:date>2004-12-16T17:26:57Z</dc:date>
  </entry>
  <entry>
    <title>(main) image trick</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/65f21ea1-6807-4ac4-8038-429232a4f351" />
    <author>
      <name>etb</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/65f21ea1-6807-4ac4-8038-429232a4f351</id>
    <updated>2005-06-14T16:47:45Z</updated>
    <published>2005-05-09T21:49:42Z</published>
    <summary type="html">&lt;div&gt;So I recently realized the quick way to get to a person's image. Sometimes I like to go look at the whole album, but other times I know I've seen most of the images there anyway and just want to get a better look at the current one.
&lt;br/&gt;
&lt;br/&gt;In Mozilla/Netscape/Firefox (at least) you can right click on the image, and select a menu item like 'View image'. This will take you to an image ending in .thumb or .mugshot, eg:
&lt;br/&gt;
&lt;br/&gt;http://louvre.tribe.net/tribe/upload/photo/d96/7e0/d967e0de-9f32-479f-a262-c05d0f995ded.thumb
&lt;br/&gt;
&lt;br/&gt;Just edit the suffix off the image and hit enter to view the full sized image.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 5 replies
		&lt;/div&gt;</summary>
    <dc:creator>etb</dc:creator>
    <dc:date>2005-05-09T21:49:42Z</dc:date>
  </entry>
  <entry>
    <title>this is thread 20050517-1133-4000-1337-000000000000</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/20050517-1133-4000-1337-000000000000" />
    <author>
      <name>etb</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/20050517-1133-4000-1337-000000000000</id>
    <updated>2005-05-18T22:39:09Z</updated>
    <published>2005-05-17T18:35:51Z</published>
    <summary type="html">&lt;div&gt;Vanity thread or post ids are possible, just by tweaking form values. Fun.
&lt;br/&gt;
&lt;br/&gt;http://www.panix.com/~eli/tribe/post.html&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</summary>
    <dc:creator>etb</dc:creator>
    <dc:date>2005-05-17T18:35:51Z</dc:date>
  </entry>
  <entry>
    <title>simple new profile del.icio.us hack</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/fc413667-d947-4062-a266-f8564aabb388" />
    <author>
      <name>limbo</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/fc413667-d947-4062-a266-f8564aabb388</id>
    <updated>2005-04-19T19:18:28Z</updated>
    <published>2005-04-19T19:18:28Z</published>
    <summary type="html">&lt;div&gt;really simple actually.
&lt;br/&gt;
&lt;br/&gt;to show del.icio.us bookmarks with a specific tag you can either:
&lt;br/&gt;
&lt;br/&gt;1. use an RSS feed module to subscribe to the tag's feed.
&lt;br/&gt;
&lt;br/&gt;or
&lt;br/&gt;
&lt;br/&gt;2. when creating the del.icio.us module, use &amp;amp;lt;account name&gt;/&amp;amp;lt;tag&gt; as the account name instead of just &amp;amp;lt;account name&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>limbo</dc:creator>
    <dc:date>2005-04-19T19:18:28Z</dc:date>
  </entry>
  <entry>
    <title>edit a post you just made</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/8b3ffa5f-1661-44c8-bd57-d976af185525" />
    <author>
      <name>Tom</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/8b3ffa5f-1661-44c8-bd57-d976af185525</id>
    <updated>2005-04-19T06:49:07Z</updated>
    <published>2005-04-18T16:32:35Z</published>
    <summary type="html">&lt;div&gt;Interesting "quirk" (not really a hack, not really a bug) that lets you overwrite a post you had just made:
&lt;br/&gt;http://losangeles.tribe.net/thread/1aeee30a-c103-4a6e-bb0c-0aa13d65e5c9?tribeid=cdfbb92b-65c4-44e4-b3d6-52d4b817b2aa&amp;amp;threads=true&amp;amp;r=10025#6bcb539f-3567-4157-bc3c-3d3a266b3a5d&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</summary>
    <dc:creator>Tom</dc:creator>
    <dc:date>2005-04-18T16:32:35Z</dc:date>
  </entry>
  <entry>
    <title>dilemma</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/c664ebe1-31ac-4046-919b-d1e957f7bf9b" />
    <author>
      <name>robotv</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/c664ebe1-31ac-4046-919b-d1e957f7bf9b</id>
    <updated>2005-03-29T18:39:57Z</updated>
    <published>2005-03-18T00:34:19Z</published>
    <summary type="html">&lt;div&gt;Armed with a list of all tribe ids, it is a very easy task to join all the public ones. (The moderated and private ones, like this, are a bit trickier. A co-operative insider is needed.)
&lt;br/&gt;
&lt;br/&gt;So, 14k tribes later I get a message from tribe.net (Wendy Bean) telling me that the sheer number of tribes I've joined is causing problems.
&lt;br/&gt;
&lt;br/&gt;The two horns of the dilemma:
&lt;br/&gt;
&lt;br/&gt;1) Do I now script unsubscribing back down to a more reasonable number?
&lt;br/&gt;
&lt;br/&gt;2) Do I point out that the problems are tribe.net bugs and ask for them to be fixed?
&lt;br/&gt;
&lt;br/&gt;I don't want to be a bad guy here, but it was a fair amount of work to get this far, and undoing it would be another fair amount of work. 
&lt;br/&gt;
&lt;br/&gt;Hopefully Brian L or Patti B or some other staffer will notice and respond.
&lt;br/&gt;(Posted here to be less public about it.)&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 7 replies
		&lt;/div&gt;</summary>
    <dc:creator>robotv</dc:creator>
    <dc:date>2005-03-18T00:34:19Z</dc:date>
  </entry>
  <entry>
    <title>Getting Events</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/235e6025-7866-497d-8b3e-0ecd009ce663" />
    <author>
      <name>littleredhairedgirl</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/235e6025-7866-497d-8b3e-0ecd009ce663</id>
    <updated>2005-03-28T19:22:43Z</updated>
    <published>2005-03-25T14:44:45Z</published>
    <summary type="html">&lt;div&gt;I'm trying to pull the data from
&lt;br/&gt;http://tribe.net/event/category/4000?search=true&amp;amp;keyword=&amp;amp;sort_by=S&amp;amp;hidephotos=false
&lt;br/&gt;
&lt;br/&gt;into an online calendar to post at
&lt;br/&gt;http://alittleredhairedgirl.blogspot.com/
&lt;br/&gt;
&lt;br/&gt;I did in PHP:
&lt;br/&gt;&amp;amp;lt;?php
&lt;br/&gt;$pagecontents = file_get_contents("http://tribe.net/event/category/4000?search=true&amp;amp;keyword=&amp;amp;sort_by=S&amp;amp;hidephotos=false");
&lt;br/&gt;  $totallen = strlen($pagecontents); 
&lt;br/&gt;  $findme  = '&amp;amp;lt;table class="listings"';
&lt;br/&gt;  $pos = strpos($pagecontents, $findme)-23;   
&lt;br/&gt;  $findme = '&amp;amp;lt;div id="pageCount"';
&lt;br/&gt;  $pos1 = strpos($pagecontents, $findme)-30;
&lt;br/&gt;  $contents = substr($pagecontents, $pos, $pos1);
&lt;br/&gt;print $contents;
&lt;br/&gt;?&gt;
&lt;br/&gt;
&lt;br/&gt;Trying to figure out hom to automagical get that into RSScalendar.com
&lt;br/&gt;(I get this script back)
&lt;br/&gt;&amp;amp;lt;script language="JavaScript" src="http://www.rsscalendar.com/rss/publish.asp?t=m&amp;amp;k=20e169b48c8f869887e2bbe1c5c3ea65&amp;amp;fw=200&amp;amp;ff=10&amp;amp;fs=11&amp;amp;fc=000000&amp;amp;tb=EEEEEE&amp;amp;eb=FFFFFF"&gt;&amp;amp;lt;/script&gt;
&lt;br/&gt;
&lt;br/&gt;Or put it into iCal format and publish to http://icalshare.com&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 9 replies
		&lt;/div&gt;</summary>
    <dc:creator>littleredhairedgirl</dc:creator>
    <dc:date>2005-03-25T14:44:45Z</dc:date>
  </entry>
  <entry>
    <title>User Post History</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/272a9817-8f5b-4b2a-b1dd-deeb27767712" />
    <author>
      <name>robotv</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/272a9817-8f5b-4b2a-b1dd-deeb27767712</id>
    <updated>2005-03-25T23:17:19Z</updated>
    <published>2005-03-25T23:09:43Z</published>
    <summary type="html">&lt;div&gt;http://sanfrancisco.tribe.net/thread/b4776f48-35f4-45b9-88d1-e1ae7c39b2d8?tribeid=4ce60956-9877-46db-8989-2d8bd5c8d92b&amp;amp;r=10395
&lt;br/&gt;
&lt;br/&gt;You could just suck down every thread in every group that they are subscribed to, then grep those. 
&lt;br/&gt;
&lt;br/&gt;(That wasn't my plan, but not far from it. My plan involved digests and future posts.)&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>robotv</dc:creator>
    <dc:date>2005-03-25T23:09:43Z</dc:date>
  </entry>
  <entry>
    <title>simple links</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/6cc81d39-e2d4-4695-966c-c6dd334c5927" />
    <author>
      <name>littleredhairedgirl</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/6cc81d39-e2d4-4695-966c-c6dd334c5927</id>
    <updated>2005-03-25T15:18:20Z</updated>
    <published>2005-03-25T15:18:20Z</published>
    <summary type="html">&lt;div&gt;I'm adding all the tricks up my sleeve to a custom personalizes tribe.net browser
&lt;br/&gt;http://washington.tribe.net/template/pub%2Coc%2CDetail.vm?plugin=blog&amp;amp;inst=4173&amp;amp;r=10688&amp;amp;topicId=46f7911d-33c1-4030-8fdf-2ca23c52dd95
&lt;br/&gt;
&lt;br/&gt;I have 
&lt;br/&gt;http://tribe.net/template/messages%2CInbox.vm
&lt;br/&gt;http://tribe.net/template/messages%2CFiltered.vm
&lt;br/&gt;http://tribe.net/template/messages%2CSent.vm
&lt;br/&gt;http://tribe.net/template/messages%2CSaved.vm
&lt;br/&gt;http://tribe.net/template/messages%2CIgnore.vm
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;http://tribe.net/template/Bookmarks.vm
&lt;br/&gt;http://tribe.net/messages/compose (shows all friends)
&lt;br/&gt;http://tribe.net/template/ViewPaths.vm?personid=5ec3728d-a130-48a9-a6fe-f1380778cc76 (i can drag &amp;amp; drop the person)
&lt;br/&gt;
&lt;br/&gt;http://tribe.net/template/profile,Basics.vm
&lt;br/&gt;http://tribe.net/template/profile,Personal.vm
&lt;br/&gt;http://tribe.net/template/profile,Professional.vm
&lt;br/&gt;http://tribe.net/template/profile,Photos.vm
&lt;br/&gt;http://tribe.net/template/profile,Account.vm
&lt;br/&gt;http://tribe.net/template/profile,Messages.vm
&lt;br/&gt;
&lt;br/&gt;this is from my new profile
&lt;br/&gt;http://tribe.net/template/pub,oc,Detail.vm?plugin=friend&amp;amp;inst=4641
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;ANY other simple hack type links I can add?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>littleredhairedgirl</dc:creator>
    <dc:date>2005-03-25T15:18:20Z</dc:date>
  </entry>
  <entry>
    <title>getting a list of all non-private tribes</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/bed4c3a6-75f5-4f6c-afed-01963952b318" />
    <author>
      <name>etb</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/bed4c3a6-75f5-4f6c-afed-01963952b318</id>
    <updated>2005-03-16T01:06:59Z</updated>
    <published>2005-03-16T01:06:59Z</published>
    <summary type="html">&lt;div&gt;I haven't tried to do this in about a year, and boy was I surprized at how tricky it was this time around.
&lt;br/&gt;
&lt;br/&gt;The old 'showall=Y' flag in the URL doesn't work anymore. And to make matters worse, if you go to the main tribes page:
&lt;br/&gt;
&lt;br/&gt;http://tonga.tribe.net/tribes?r=10535
&lt;br/&gt;
&lt;br/&gt;While there is a list of categories and the number tribes in each, those pages only show 50 results, and have no 'next' link. (Bug? Deliberate omission? I think the later since tribe search results also lack a next link.)
&lt;br/&gt;
&lt;br/&gt;After some experimentation, I discovered that those pages fortunately accept a 'page=N' parameter to get results past the first group. After that it was a relatively straight-forward task to figure out the 501 pages to load to get info about the approximately 24,300 non-private tribes.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>etb</dc:creator>
    <dc:date>2005-03-16T01:06:59Z</dc:date>
  </entry>
  <entry>
    <title>Ever since Ashton let me into this tribe...</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/aeefcf79-0625-4eab-85e3-ffb91d39090c" />
    <author>
      <name>brian</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/aeefcf79-0625-4eab-85e3-ffb91d39090c</id>
    <updated>2005-03-15T20:56:07Z</updated>
    <published>2005-02-28T18:05:52Z</published>
    <summary type="html">&lt;div&gt;There have been no hacks!  Are you guys just being hush hush now?  I am pretty sure that Limbo probably has a hack to share with the group regarding new profiles!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 17 replies
		&lt;/div&gt;</summary>
    <dc:creator>brian</dc:creator>
    <dc:date>2005-02-28T18:05:52Z</dc:date>
  </entry>
  <entry>
    <title>some good reading</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/b3ed9ba1-bcff-47f0-84a3-4895a760db92" />
    <author>
      <name>limbo</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/b3ed9ba1-bcff-47f0-84a3-4895a760db92</id>
    <updated>2005-01-27T22:32:29Z</updated>
    <published>2005-01-27T22:32:29Z</published>
    <summary type="html">&lt;div&gt;if you guys aren't reading Brian's blog tribe, you really should. check out this thread: http://sanfrancisco.tribe.net/thread/a5b5440e-6846-440e-837d-8a785cba88fd?tribeid=5d5e4972-6e03-4794-aca2-32839ded401d&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>limbo</dc:creator>
    <dc:date>2005-01-27T22:32:29Z</dc:date>
  </entry>
  <entry>
    <title>link directly to photo</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/a9de38ce-f2a0-46a0-93cb-e6ff0ff31f12" />
    <author>
      <name>OtherMichael</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/a9de38ce-f2a0-46a0-93cb-e6ff0ff31f12</id>
    <updated>2005-01-27T17:41:43Z</updated>
    <published>2004-11-22T19:10:54Z</published>
    <summary type="html">&lt;div&gt;This may be obvious to some of you, but wasn't for me.
&lt;br/&gt;
&lt;br/&gt;You might be familiar with the problem of linking to an image in your photos album, only to delete another (previous) photo later, and finding that your photo-links are now broken.
&lt;br/&gt;
&lt;br/&gt;It turns out that the image is stored in a location independantly of the photo album, and can be viewed and linked-to directly.
&lt;br/&gt;
&lt;br/&gt;image on album page (susceptible to change)
&lt;br/&gt;http://lithuania.tribe.net/template/pub%2CViewPhoto.vm/context/pcard?page=1&amp;amp;currentoffset=1&amp;amp;parentid=05f53286-2012-4a40-92f9-51ab3385a201&amp;amp;r=10676
&lt;br/&gt;
&lt;br/&gt;image on its own (permanent until deleted)
&lt;br/&gt;http://louvre.tribe.net/tribe/upload/photo/167/212/1672121c-32ef-4ae4-9283-0bcb26f1fee1
&lt;br/&gt;
&lt;br/&gt;Props to Harriet for pointing this out. 
&lt;br/&gt;http://lithuania.tribe.net/thread/8682b6fc-138c-44b7-80d0-deeb0b7c7c90?tribeid=de9b6ce0-c92e-48c1-a3bc-1a3a2367e250&amp;amp;threads=true&amp;amp;r=10676#2c914af4-8225-478e-9cd0-19f3bf256762&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 7 replies
		&lt;/div&gt;</summary>
    <dc:creator>OtherMichael</dc:creator>
    <dc:date>2004-11-22T19:10:54Z</dc:date>
  </entry>
  <entry>
    <title>Tribe.net Ads</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/ec8b8bd2-b0e0-4cda-95f5-bb88e0dec5d4" />
    <author>
      <name>littleredhairedgirl</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/ec8b8bd2-b0e0-4cda-95f5-bb88e0dec5d4</id>
    <updated>2004-12-21T15:33:10Z</updated>
    <published>2004-12-21T14:41:48Z</published>
    <summary type="html">&lt;div&gt;
&lt;br/&gt;The Gods at Tribe are trying the Ad thing 
&lt;br/&gt;looky over there -------------------------------------------------------&gt;
&lt;br/&gt;
&lt;br/&gt;But hey first off here some code to hack....
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;!-- SKYSCRAPER START --&gt;
&lt;br/&gt;&amp;amp;lt;!-- TF 160x600 JScript VAR NoAD code --&gt;
&lt;br/&gt;&amp;amp;lt;center&gt;&amp;amp;lt;script language=javascript&gt;&amp;amp;lt;!--
&lt;br/&gt;document.write('&amp;amp;lt;scr'+'ipt language=javascript src="http://a.tribalfusion.com/j.ad?site=Tribenet&amp;amp;adSpace=ROS&amp;amp;size=160x600&amp;amp;type=var&amp;amp;noAd=1&amp;amp;requestID='+((new Date()).getTime() % 2147483648) + Math.random()+'"&gt;&amp;amp;lt;/scr'+'ipt&gt;');
&lt;br/&gt;//--&gt;
&lt;br/&gt;&amp;amp;lt;/script&gt;
&lt;br/&gt;&amp;amp;lt;noscript&gt;
&lt;br/&gt;   &amp;amp;lt;a href="http://a.tribalfusion.com/i.click?site=Tribenet&amp;amp;adSpace=ROS&amp;amp;size=160x600&amp;amp;requestID=589213499" target=_blank&gt;
&lt;br/&gt;   &amp;amp;lt;img src="http://a.tribalfusion.com/i.ad?site=Tribenet&amp;amp;adSpace=ROS&amp;amp;size=160x600&amp;amp;requestID=589213499" 
&lt;br/&gt;                  width=160 height=600 border=0 alt="Click Here"&gt;&amp;amp;lt;/a&gt;
&lt;br/&gt;&amp;amp;lt;/noscript&gt;
&lt;br/&gt;&amp;amp;lt;/center&gt;
&lt;br/&gt;&amp;amp;lt;!-- TF 160x600 JScript VAR NoAD code --&gt;
&lt;br/&gt;&amp;amp;lt;!-- SKYSCRAPER STOP --&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;3 things we can do:
&lt;br/&gt;
&lt;br/&gt;1st click on an ad. It's suppose to may them (Tribe) money. Click away. Make 12/23/04 National Click Day.
&lt;br/&gt;http://washington.tribe.net/event/81169230-2e3c-49d8-9a48-4d97572c385d?tribeid=399a2441-e442-4559-862e-f5574a454ff6&amp;amp;nextpage=http%3A%2F%2Fwashington.tribe.net%2Ftribe%2F399a2441-e442-4559-862e-f5574a454ff6%3Fr%3D10688&amp;amp;r=10688
&lt;br/&gt;
&lt;br/&gt;2nd we should send them feedback. This is a community. A community by and for the community. Send them feedback. Post in the discussions.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Finally, and THIS is what we all should do...They will give US ad space! Let's create a  120x600 banner (gif/jpeg, 15k) to pomote our Tribe. We have to hurry the offer doesn't last long and I'm sure they getting flooded with requests. 
&lt;br/&gt;
&lt;br/&gt;email me if you have ideas
&lt;br/&gt;littleredhairedgirl@gmail.com
&lt;br/&gt;
&lt;br/&gt;I'm going to suggest this in my other Tribes too.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>littleredhairedgirl</dc:creator>
    <dc:date>2004-12-21T14:41:48Z</dc:date>
  </entry>
  <entry>
    <title>Photo Album Hack</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/afd97502-5bfc-4758-a5b8-71ec24bfb24b" />
    <author>
      <name>littleredhairedgirl</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/afd97502-5bfc-4758-a5b8-71ec24bfb24b</id>
    <updated>2004-12-16T17:22:48Z</updated>
    <published>2004-12-16T14:57:25Z</published>
    <summary type="html">&lt;div&gt;Anyone see a way to hack the new Photo album thingie they rolled out 12/15/04?
&lt;br/&gt;
&lt;br/&gt;I'd like to grab the way they preview 4 images from the photo album.
&lt;br/&gt;
&lt;br/&gt;I know that if you add .medium to the end of photos you get a thumbnail of the the pic, as in:
&lt;br/&gt;
&lt;br/&gt;http://louvre.tribe.net/tribe/upload/photo/51d/1a6/51d1a65c-8284-420d-aa17-a5af143a5a83
&lt;br/&gt;
&lt;br/&gt;http://louvre.tribe.net/tribe/upload/photo/51d/1a6/51d1a65c-8284-420d-aa17-a5af143a5a83.medium&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>littleredhairedgirl</dc:creator>
    <dc:date>2004-12-16T14:57:25Z</dc:date>
  </entry>
  <entry>
    <title>Scraping Hack</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/b7070e9b-f982-4d2f-92cf-234ef8eb4ab9" />
    <author>
      <name>littleredhairedgirl</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/b7070e9b-f982-4d2f-92cf-234ef8eb4ab9</id>
    <updated>2004-12-15T14:43:05Z</updated>
    <published>2004-12-15T14:43:05Z</published>
    <summary type="html">&lt;div&gt;Thanks for letting me speak in here:)
&lt;br/&gt;
&lt;br/&gt;I'm looking for a way to scape specific data to tranform it for my 
&lt;br/&gt;Talking Tribe Concepts ( http://thetalking.tribe.net )
&lt;br/&gt;
&lt;br/&gt;1st I've been hacking into the profiles with the FOAF data and such to produce something like: 
&lt;br/&gt;http://www.entertaining-arts.com/talking/alexprofile1.htm
&lt;br/&gt;
&lt;br/&gt;Next I'm trying to find an easier and dynamic way to grab discussion threads:
&lt;br/&gt;http://www.entertaining-arts.com/talking/talkingthread.htm
&lt;br/&gt;and slightly refined:
&lt;br/&gt;http://entertaining-arts.com/talking/theadvoice.htm
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Finally a hack to give my a quick summary of top things happening on Tribe.net:
&lt;br/&gt;http://entertaining-arts.com/talking/tribe.html&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>littleredhairedgirl</dc:creator>
    <dc:date>2004-12-15T14:43:05Z</dc:date>
  </entry>
  <entry>
    <title>Tribe api opening in the future?</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/1ff9f6de-1e4b-40da-a9bc-9dfbdd3eff87" />
    <author>
      <name>OtherMichael</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/1ff9f6de-1e4b-40da-a9bc-9dfbdd3eff87</id>
    <updated>2004-10-26T22:14:38Z</updated>
    <published>2004-10-26T13:03:33Z</published>
    <summary type="html">&lt;div&gt;http://lithuania.tribe.net/thread/6ae41d58-adfe-48a9-9e4a-7e7036680cdb?tribeid=de9b6ce0-c92e-48c1-a3bc-1a3a2367e250&amp;amp;r=10676&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</summary>
    <dc:creator>OtherMichael</dc:creator>
    <dc:date>2004-10-26T13:03:33Z</dc:date>
  </entry>
  <entry>
    <title>the various cookies</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/42689809-8567-4ac6-92f5-5943c8833623" />
    <author>
      <name>etb</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/42689809-8567-4ac6-92f5-5943c8833623</id>
    <updated>2004-10-21T17:59:14Z</updated>
    <published>2004-10-21T01:00:10Z</published>
    <summary type="html">&lt;div&gt;Has anyone done work to figure out what exactly each of the cookies is for?
&lt;br/&gt;
&lt;br/&gt;JSESSIONID=HEXSTRING
&lt;br/&gt;TRIBE_STATE=vtype=t|visitor=TRIBE-STYLE-ID
&lt;br/&gt;TRIBE_NET=6
&lt;br/&gt;TRIBE_TOKEN=MAYBEBASE64
&lt;br/&gt;remember=true
&lt;br/&gt;backtrack=closed
&lt;br/&gt;
&lt;br/&gt;Remember is obvious, that's the 'remember me' checkbox at login. What about TRIBE_NET? Is that the locality you are in? And backtrack?
&lt;br/&gt;
&lt;br/&gt;Are all three of JSESSIONID, TRIBE_STATE, and TRIBE_TOKEN needed? Or is one, perhaps TRIBE_TOKEN, a password used to recreate the others after a session timeout?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</summary>
    <dc:creator>etb</dc:creator>
    <dc:date>2004-10-21T01:00:10Z</dc:date>
  </entry>
  <entry>
    <title>photo album tool</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/c0283c7f-8333-467b-a6b7-2b4b9c9d8bde" />
    <author>
      <name>etb</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/c0283c7f-8333-467b-a6b7-2b4b9c9d8bde</id>
    <updated>2004-10-21T00:54:50Z</updated>
    <published>2004-10-21T00:43:18Z</published>
    <summary type="html">&lt;div&gt;So for a mass posting of photos to my album I recently hacked together a small tool. First I used a browser debugger to capture the POST action of putting an image in my album. This was my lazy way of (1) figuring out the form elements used and (2) grabbing my current credentials (cookies). I then whipped up a little perl script that took a simple config file and posted all the images listed there, with optional captions. Result: more than 100 images added quickly and without tedious find the image, 'submit', wait, repeat.
&lt;br/&gt;
&lt;br/&gt;Based on that I created another tool that would parse the individual photo pages for photo URL and caption and build an imput file to rebuild my album. I used a download tool to grab all 420 pages of my album, ran the parse tool over it, fetched all of the photos (as tribe has them), and now I can rebuild my album from scratch.
&lt;br/&gt;
&lt;br/&gt;Next tool to write would be one to delete everything from my album, so that I can use the recreation tool for caption changes, resorting, updating in the middle, etc.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</summary>
    <dc:creator>etb</dc:creator>
    <dc:date>2004-10-21T00:43:18Z</dc:date>
  </entry>
  <entry>
    <title>tribe photo interestingly borked</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/151f4b39-21d9-45ce-9897-426605f03d60" />
    <author>
      <name>OtherMichael</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/151f4b39-21d9-45ce-9897-426605f03d60</id>
    <updated>2004-10-07T17:26:03Z</updated>
    <published>2004-10-07T17:12:13Z</published>
    <summary type="html">&lt;div&gt;As of today: http://MAM32.tribe.net
&lt;br/&gt;
&lt;br/&gt;this image: http://pennsylvania.tribe.net/template/pub%2CViewPhoto.vm/context/tribe?page=14&amp;amp;currentoffset=79&amp;amp;parentid=2fbbf172-da0c-4bb2-8654-6fd5785fb9df&amp;amp;r=10424
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;when selected as the tribe photo gives a real loooooooong blocky image.
&lt;br/&gt;
&lt;br/&gt;heh.
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 5 replies
		&lt;/div&gt;</summary>
    <dc:creator>OtherMichael</dc:creator>
    <dc:date>2004-10-07T17:12:13Z</dc:date>
  </entry>
  <entry>
    <title>user.css for re-design</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/d8638861-4c75-4516-b439-5fae11f764f3" />
    <author>
      <name>OtherMichael</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/d8638861-4c75-4516-b439-5fae11f764f3</id>
    <updated>2004-10-01T20:10:03Z</updated>
    <published>2004-10-01T20:10:03Z</published>
    <summary type="html">&lt;div&gt;http://brevard.tribe.net/thread/072d092b-a38d-4530-962b-c5f4e9b9cbc8?tribeid=de9b6ce0-c92e-48c1-a3bc-1a3a2367e250&amp;amp;threads=true&amp;amp;r=10022#69db061f-b486-49bc-b455-881740e7983c&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>OtherMichael</dc:creator>
    <dc:date>2004-10-01T20:10:03Z</dc:date>
  </entry>
  <entry>
    <title>how many tribes in a Tribe.net???</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/e742bfb9-9ec4-467d-b723-0c809bcae199" />
    <author>
      <name>OtherMichael</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/e742bfb9-9ec4-467d-b723-0c809bcae199</id>
    <updated>2004-10-01T15:31:38Z</updated>
    <published>2004-09-30T18:22:40Z</published>
    <summary type="html">&lt;div&gt;http://sydney.tribe.net/tribe/category?r=10313
&lt;br/&gt;
&lt;br/&gt;19,673 I do believe
&lt;br/&gt;
&lt;br/&gt;should work with every locale; works with multi-values of r, and by removing the ?r=xxxxx entirely.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;but maybe this worked before, too. I never tried.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</summary>
    <dc:creator>OtherMichael</dc:creator>
    <dc:date>2004-09-30T18:22:40Z</dc:date>
  </entry>
  <entry>
    <title>Personal Network game</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/bc8fee01-5546-46b9-9b6d-d4974257d12c" />
    <author>
      <name>OtherMichael</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/bc8fee01-5546-46b9-9b6d-d4974257d12c</id>
    <updated>2004-09-14T22:09:26Z</updated>
    <published>2004-08-06T20:27:32Z</published>
    <summary type="html">&lt;div&gt;Can you add and subtract people to tweak your network size?
&lt;br/&gt;
&lt;br/&gt;Somebody noticed that my network was the same as a zipcode from our home state....&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>OtherMichael</dc:creator>
    <dc:date>2004-08-06T20:27:32Z</dc:date>
  </entry>
  <entry>
    <title>tribe cast</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/68999d26-62d6-4df4-bff7-4e59bf9dc043" />
    <author>
      <name>limbo</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/68999d26-62d6-4df4-bff7-4e59bf9dc043</id>
    <updated>2004-06-15T18:14:17Z</updated>
    <published>2004-06-15T17:31:41Z</published>
    <summary type="html">&lt;div&gt;yay for new features! pageless scraping anyone? &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>limbo</dc:creator>
    <dc:date>2004-06-15T17:31:41Z</dc:date>
  </entry>
  <entry>
    <title>Scrape</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/169cc5a5-a820-4c70-bef3-f8fa33ed0573" />
    <author>
      <name>OtherMichael</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/169cc5a5-a820-4c70-bef3-f8fa33ed0573</id>
    <updated>2004-06-14T18:25:51Z</updated>
    <published>2004-06-14T16:34:53Z</published>
    <summary type="html">&lt;div&gt;in action at http:/tribeVoters.tribe.net
&lt;br/&gt;
&lt;br/&gt;"I am developing a tribe add-on. This technology will allow users to easily conduct polls, surveys and manage committees by use of a simple vote. Here's how it works.
&lt;br/&gt;
&lt;br/&gt;The person who creates a thread, poses the question and designates the possible multiple choice responses, for instance, [yes] or [no]. My program simply reads the thread and compiles the results. The results are then posted.
&lt;br/&gt;
&lt;br/&gt;If someone votes more than once then their last or most current vote is counted. Thus this technologyd does not interfere with a normal discussion, and as the discussion progresses, you may change your vote.
&lt;br/&gt;
&lt;br/&gt;Ideally, there will be a time limit, after which the votes and activity statistics will be compiled and posted.
&lt;br/&gt;
&lt;br/&gt;There are many possible uses for this technology. I've checked with the tribe administrators, and they've given me the go ahead to write this program."
&lt;br/&gt;
&lt;br/&gt;He's not kidding: Approved of by tribe.walter
&lt;br/&gt;http://www.tribe.net/tribe/servlet/template/pub%2Ctribes%2CViewThread.vm?threadid=d2fb5881-70d2-4e21-9832-fe5797d163ee&amp;amp;tribeid=6abb28b1-064a-4574-99de-18d5fb0539c8
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</summary>
    <dc:creator>OtherMichael</dc:creator>
    <dc:date>2004-06-14T16:34:53Z</dc:date>
  </entry>
  <entry>
    <title>Subject lines...</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/d0264249-15ed-4cee-b714-6ef6c382a21b" />
    <author>
      <name>bstring</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/d0264249-15ed-4cee-b714-6ef6c382a21b</id>
    <updated>2004-06-11T21:40:41Z</updated>
    <published>2004-06-11T19:34:55Z</published>
    <summary type="html">&lt;div&gt;In tribe.bugs there is someone talking about injecting code in the history bar using the greater than and less than characters. Anyone on to this?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>bstring</dc:creator>
    <dc:date>2004-06-11T19:34:55Z</dc:date>
  </entry>
  <entry>
    <title>Hacker Music... hehehe</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/b7499cee-0ef2-4299-ab97-2e66c77b62e1" />
    <author>
      <name>bstring</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/b7499cee-0ef2-4299-ab97-2e66c77b62e1</id>
    <updated>2004-05-21T08:01:21Z</updated>
    <published>2004-05-21T08:01:21Z</published>
    <summary type="html">&lt;div&gt;http://www.mp34u.com/songCard.php?posting=339&amp;amp;by=results
&lt;br/&gt;Barcelona - I have the password to your shell account.mp3
&lt;br/&gt;
&lt;br/&gt;I like this alot.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>bstring</dc:creator>
    <dc:date>2004-05-21T08:01:21Z</dc:date>
  </entry>
  <entry>
    <title>Stalk Part II</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/25b08f93-018b-4739-8a8b-62cba3be86ff" />
    <author>
      <name>bstring</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/25b08f93-018b-4739-8a8b-62cba3be86ff</id>
    <updated>2004-05-08T20:02:20Z</updated>
    <published>2004-05-04T19:55:47Z</published>
    <summary type="html">&lt;div&gt;I was just reminded by seeing the title stalk in the messages here that I was banned from orkut.com for starting a stalk group about stalking on and offline. Just thought that was funny and I would bring it up... viva tribe!
&lt;br/&gt;B-&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</summary>
    <dc:creator>bstring</dc:creator>
    <dc:date>2004-05-04T19:55:47Z</dc:date>
  </entry>
  <entry>
    <title>image scroll</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/831cbc6f-1380-455b-b35b-00cca024e263" />
    <author>
      <name>etb</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/831cbc6f-1380-455b-b35b-00cca024e263</id>
    <updated>2004-05-04T16:38:15Z</updated>
    <published>2004-05-04T16:38:15Z</published>
    <summary type="html">&lt;div&gt;With this new home page look, I've noticed something. Probably more of a browser feature/bug -- I use Firefox. For some of the Friends images, I suspect ones that have been cropped -- but I'm not sure --I can click the image to open the personCard up in a new window/tab, and then if I scroll the mouse wheel the image scrolls in its box.
&lt;br/&gt;
&lt;br/&gt;I guess the image is cropped by use of a fixed size &amp;amp;lt;DIV&gt; or something with a larger image in the &amp;amp;lt;IMG&gt; tag.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>etb</dc:creator>
    <dc:date>2004-05-04T16:38:15Z</dc:date>
  </entry>
  <entry>
    <title>triberc</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/e00eb663-0932-4c5c-904b-e4f9fc1c1f92" />
    <author>
      <name>ashton</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/e00eb663-0932-4c5c-904b-e4f9fc1c1f92</id>
    <updated>2004-04-02T18:51:20Z</updated>
    <published>2004-02-06T09:58:06Z</published>
    <summary type="html">&lt;div&gt;I'd like to be able to group the tribes.  My first thought is to have a cgi program read and reproduce the tribe tab data in the order of a triberc file of tribeid's.  &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</summary>
    <dc:creator>ashton</dc:creator>
    <dc:date>2004-02-06T09:58:06Z</dc:date>
  </entry>
  <entry>
    <title>Stalk</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/58757d76-4088-44ee-80be-77b9d39a62e0" />
    <author>
      <name>ashton</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/58757d76-4088-44ee-80be-77b9d39a62e0</id>
    <updated>2004-04-02T02:06:10Z</updated>
    <published>2004-03-21T22:01:01Z</published>
    <summary type="html">&lt;div&gt;Given a personid (pid), read their card and return a list of tribes (p2t), fetch the rss feed for each tribe discarding any posts without the desired pid.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</summary>
    <dc:creator>ashton</dc:creator>
    <dc:date>2004-03-21T22:01:01Z</dc:date>
  </entry>
  <entry>
    <title>stats</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/63f24ea6-cbfc-4fa9-a09d-958471619959" />
    <author>
      <name>ashton</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/63f24ea6-cbfc-4fa9-a09d-958471619959</id>
    <updated>2004-03-22T01:26:59Z</updated>
    <published>2004-03-21T22:03:32Z</published>
    <summary type="html">&lt;div&gt;Given the rss feed, we can now generate stats about a tribe.  What sort of numbers would you like to see?
&lt;br/&gt;
&lt;br/&gt;Related thread
&lt;br/&gt;http://www.tribe.net/tribe/servlet/template/pub%2Ctribes%2CViewThread.vm?threadid=7206c69d-4473-4ebd-b659-886057be8806&amp;amp;tribeid=de9b6ce0-c92e-48c1-a3bc-1a3a2367e250&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>ashton</dc:creator>
    <dc:date>2004-03-21T22:03:32Z</dc:date>
  </entry>
  <entry>
    <title>noisy rss</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/7f140adf-d923-4d1d-b970-c16ce09d71d7" />
    <author>
      <name>ashton</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/7f140adf-d923-4d1d-b970-c16ce09d71d7</id>
    <updated>2004-03-17T02:01:40Z</updated>
    <published>2004-03-17T02:01:40Z</published>
    <summary type="html">&lt;div&gt;Pointed a news aggregator at high volume tribes Show&amp;amp;Tell and Random with unfavorable results.  Took a look at the rss feed and noted that entire posts were included.  Used the perl module LWP::Simple to fetch the feed, XML::RSS to render it, and printed out the link, user, and first 80 characters of the post.  An ideal short-attention-span view into a noisy tribe.
&lt;br/&gt;
&lt;br/&gt;Re: I smell something blue Jake 
&lt;br/&gt;Its always you, you, you. "I'm sore from doing this eternal horizontal split on 
&lt;br/&gt;
&lt;br/&gt;Re: soup... Jake 
&lt;br/&gt;Bombs are the butternut. 
&lt;br/&gt;
&lt;br/&gt;Re: soup... Freddy 
&lt;br/&gt;butternut squash is the bomb 
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>ashton</dc:creator>
    <dc:date>2004-03-17T02:01:40Z</dc:date>
  </entry>
  <entry>
    <title>Godawful Tribe Picture</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/fa470579-a7d3-4d02-b495-25730f833e34" />
    <author>
      <name />
    </author>
    <id>http://tribehacks.tribe.net/thread/fa470579-a7d3-4d02-b495-25730f833e34</id>
    <updated>2004-03-12T21:43:14Z</updated>
    <published>2004-03-11T19:03:25Z</published>
    <summary type="html">&lt;div&gt;I put this up in tribe moderators too:
&lt;br/&gt;
&lt;br/&gt;I'm a member of a tribe, a very nice and lively tribe, that has a horrible and rather irrelevant tribe picture. A few of us have sent messages to the moderator, who seems to be absent, asking for a picture change but have had no reponse.
&lt;br/&gt;
&lt;br/&gt;Any way to tell if she's still active on tribe? Any way to hack a new picture up there?
&lt;br/&gt;
&lt;br/&gt;Please, it's vile and it's killing me!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</summary>
    <dc:creator />
    <dc:date>2004-03-11T19:03:25Z</dc:date>
  </entry>
  <entry>
    <title>reap</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/ae4b989a-13a8-4c61-9ac6-aec5cff3dd97" />
    <author>
      <name>ashton</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/ae4b989a-13a8-4c61-9ac6-aec5cff3dd97</id>
    <updated>2004-01-27T00:49:55Z</updated>
    <published>2004-01-23T07:13:32Z</published>
    <summary type="html">&lt;div&gt;Virtually all of the interesting tribes that I've found have been via a person.  I've gotten pretty good at reading a person's tribes and going 'got it, hate it, whaaa?' However, I broke down and wrote a script to take two personid's and telling me what tribes a person is subscribed to that I am not ...
&lt;br/&gt;
&lt;br/&gt;Only
&lt;br/&gt;80s whores tribeid=6b4a188a-6f64-4114-a60f-8db663c6e15b
&lt;br/&gt;friends with benefits tribeid=a54ee6fa-921e-46ef-8ac1-29e86533503e
&lt;br/&gt;i heart the notwist tribeid=ec7c9869-e5bd-41c8-9e95-f68ca99c0d86
&lt;br/&gt;neutral milk hotel tribeid=3502dc35-b9bd-461d-9781-93839ada55f7
&lt;br/&gt;new order tribeid=bf4a0d09-fd5b-4f6e-a39f-57c547069e4c
&lt;br/&gt;skateboard nerds tribeid=30954f32-a74f-406c-8e1a-3877287088bc
&lt;br/&gt;
&lt;br/&gt;Both
&lt;br/&gt;toronado tribeid=8bced73a-912d-4b58-b5e4-0687a280c66e&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 6 replies
		&lt;/div&gt;</summary>
    <dc:creator>ashton</dc:creator>
    <dc:date>2004-01-23T07:13:32Z</dc:date>
  </entry>
  <entry>
    <title>Tribe Hack #1</title>
    <link rel="alternate" href="http://tribehacks.tribe.net/thread/ec3d9052-4704-45d0-bfb0-9b79d5387eda" />
    <author>
      <name>etb</name>
    </author>
    <id>http://tribehacks.tribe.net/thread/ec3d9052-4704-45d0-bfb0-9b79d5387eda</id>
    <updated>2004-01-23T07:04:39Z</updated>
    <published>2004-01-15T21:28:06Z</published>
    <summary type="html">&lt;div&gt;Recently tribe.net added 'show all' links on each tribe category page. (Click the 'Tribes' tab at top, and the then scroll down pasy your subscribed tribes to the list of categories. Click on any one of them, and at the top there are numbered links to show each page of N tribes, then after that the big list one.)
&lt;br/&gt;
&lt;br/&gt;So I got a list of all 8903 tribes last night and scraped it to produced tab-separated-value files with the following info:
&lt;br/&gt;
&lt;br/&gt;tribename  pub/moderated  user-count  description  long-tribecard-link
&lt;br/&gt;
&lt;br/&gt;zip'ed this information is about 500k. If you want a copy, email me. Or I could post the parse script here (written in perl) for others to play with.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribehacks.tribe.net"&gt;tribe.hacks&lt;/a&gt;
			- 3 replies
		&lt;/div&gt;</summary>
    <dc:creator>etb</dc:creator>
    <dc:date>2004-01-15T21:28:06Z</dc:date>
  </entry>
</feed>



