Wednesday, 30 November 2005

Simpy Chichimichi joins Corante Web Hub

Those of you with sharp eyes might have noticed a new addition to the right sidebar (right sidebar? is there a left one?). Simpy Chichimichi is now a member of Corante Web Hub.

Here is the full list of other hub contributors, along with their bios:

In addition, you may be interested in a feed that aggregates all contributors' blogs at http://feeds.feedburner.com/technologyhub, and should you prefer the editorial portion of the hub, a feed for that is at http://feeds.feedburner.com/webhubedit.

Posted by otis at 1:15 PM in News & Announcements

Tuesday, 29 November 2005

Hardware Upgrade

After the recent backend upgrade, Simpy just received a healthy dosage of new hardware in form of additional RAM modules. I'm sorry if you got booted off of Simpy, but I can tell you Simpy's memory usage graphs look much prettier now!
Posted by otis at 9:38 PM in News & Announcements

Monday, 28 November 2005

Simpify for Blogs

I've noticed more and more people putting "Add to Simpy" links to their blog posts. Let me say this right away - I appreciate this very much! To help others do the same, here is some information that will let you integrate Simpy into your blog.

In this post I'll cover integration with the following blogging platforms:

Even if you use a different blogging tool (e.g. Drupal), you will find this information useful. If you integrate Simpy with any other blogging platform, please let me know about integration details.

First of all here are the images/buttons you can use. Alternatively, use text (e.g "Simpify" or "Add to Simpy" will do).

.......... if you want to save the image locally, get it here
.......... if you want to save the image locally, get it here
Pick your colour, and if you need a different background, feel free to change it, or let me know if you want the original file with layers, etc.

The basic setup is captured by the HTML snippet in this box:

<a href="http://www.simpy.com/simpy/LinkAdd.do ?href=YourBlogPostPermalink &title=YourBlogPostTitle"><img src="http://www.simpy.com/img/simpify-white-56x24.png" alt="Simpify!" style="border-width: 0px;"/></a>

If you are tech/web/HTML savvy and know your blog templates, you can stop reading here, and stick the above HTML snippet in the template for you blog posts. You probably want to put this in the header or footer of the template.

Blogger/Blogspot

The Simpy cheatsheet for Blogger/Blogspot platform is:
YourBlogPostTitle = <$BlogItemTitle$>
YourBlogPostPermalink = <$BlogItemPermalinkURL$>
Plugging the information from this cheatsheet into out HTML snippet is easy, and the result is:
<a href="http://www.simpy.com/simpy/LinkAdd.do ?href=<$BlogItemUrl$> &title=<$BlogItemTitle$>"><img src="http://www.simpy.com/img/simpify-white-56x24.png" alt="Simpify!" style="border-width: 0px;"/></a>
For more information about Blogger/Blogspot template tags, check out the Template Tags section for Blogger.

WordPress

The Simpy cheatsheet for WordPress platform is:
YourBlogPostTitle = <?php the_title(); ?>
YourBlogPostPermalink = <?php the_permalink(); ?>
Plugging the information from this cheatsheet into out HTML snippet is easy, and the result is:
<a href="http://www.simpy.com/simpy/LinkAdd.do ?href=<?php the_permalink(); ?> &title=<?php the_title(); ?>"><img src="http://www.simpy.com/img/simpify-white-56x24.png" alt="Simpify!" style="border-width: 0px;"/></a>
WordPress Wiki has more information about WordPress Template Tags, and more Template Tags information can be found in WordPress Codex (WordPress Online Manual).

Movable Type & TypePad

The Simpy cheatsheet for Movable Type and TypePad is:
YourBlogPostTitle = <$MTEntryItemTitle$>
YourBlogPostPermalink = <$MTEntryItemPermalinkURL$>
Plugging the information from this cheatsheet into out HTML snippet is easy, and the result is:
<a href="http://www.simpy.com/simpy/LinkAdd.do ?href=<$MTEntryItemPermalinkURL$> &title=<$MTEntryItemTitle$>"><img src="http://www.simpy.com/img/simpify-white-56x24.png" alt="Simpify!" style="border-width: 0px;"/></a>
You can get more information from Movable Type/TypePad's Template Tags help section. The subsection to look at is the section about Post Template Tags.

Blojsom

The Simpy cheatsheet for Blojsom is:
YourBlogPostTitle = $entry.getTitle()
YourBlogPostPermalink = $permalink
Plugging the information from this cheatsheet into out HTML snippet is easy, and the result is:
<a style="margin-left: 10px;" href="http://www.simpy.com/simpy/LinkAdd.do ?href=$permalink &title=$entry.getTitle()"><img src="http://www.simpy.com/simpy/images/simpy-icon-16x16.png" border="0"/></a> <a href="http://www.simpy.com/simpy/LinkAdd.do ?href=$permalink &title=$entry.getTitle()">Simpify!</a>
You'll need to put the above snippet of HTML in the template for your blog post entries (e.g. asual-entry.vm)

Posted by otis at 9:49 PM in Tips & Tricks

Tuesday, 22 November 2005

Backend Upgrade

I've upgraded some core backend components of Simpy. Please let me know if you notice any breakage or, as they say in New York City subway system, "If you see something, say something".

Posted by otis at 4:33 AM in News & Announcements

Monday, 7 November 2005

Web 2.0 Tagging Study: Summary

At the end of September (2005) I started a series of study-style posts about tagging and user behaviour, based on my analysis of Simpy data. The series is over, so I thought I'd post a summary of all topics covered in this single post.

We started, counting from 0, with Quick Study: Tag Use Patterns study, where we looked at different tagging styles/models. Next, we looked at tag/item (link in case of Simpy) ratios and published the Part 1: How Much We Tag report. We interrupted the serious analysis with an illustration of Evolution 2.0 of human kind. The next study, Part 2: Private vs. Public Tagging, looked at how much we want to share data, and how much we want to keep it to ourselves. It turns out most people like to share, but there is a significant number of private links. What is more, people invest more effort in tagging items they keep private. Next we looked at the timing of this so called Read/Write Web in the Part 3: Timing of Read vs. Write study, where we analyzed when people add information, and when they seek it. It turns out these two activities don't follow the exact same pattern. In the final study of this series, Part 4: Nocturnal Activity Pattern, I did some web log digging, to show the increase of night activity that stems from various crawlers, fetchers, feed aggregators, etc.

Posted by otis at 10:40 PM in /

Friday, 4 November 2005

Sexy URIs

Here are a few more undocumented details from the Halloween release. Pretty URIs.

Examples:

Simpy user's home:

Tags and Tag Searches:

Full-text Searches:

Full-text Fielded Search:

Tag Cloud:

People Search:

Posted by otis at 5:22 AM in /

Tuesday, 1 November 2005

Simpy Halloween Release

Boo haa haa - Halloween Release is out! Go check it out, it includes Groups for collaborative bookmarking and tagging.

Posted by otis at 4:48 AM in News & Announcements
« November »
SunMonTueWedThuFriSat
  12345
6789101112
13141516171819
20212223242526
27282930   
       

Powered by blojsom