<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Social Ink</title>
	<atom:link href="http://www.social-ink.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.social-ink.net</link>
	<description>Web Design for Nonprofits and Small Businesses in New York City</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:09:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>yCyclista: a WordPress gallery carousel plugin that allows slideshows, transitions, etc</title>
		<link>http://www.social-ink.net/blog/ycyclista-a-wordpress-gallery-carousel-plugin-that-allows-slideshows-transitions-cycles</link>
		<comments>http://www.social-ink.net/blog/ycyclista-a-wordpress-gallery-carousel-plugin-that-allows-slideshows-transitions-cycles#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:43:37 +0000</pubDate>
		<dc:creator>yoni</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1562</guid>
		<description><![CDATA[We're happy to announce the publication of our first plugin, yCyclista.  yCyclista overwrites your normal WordPress gallery with the jQuery Cycle plugin, allowing tons of cool carousel/cycle effects, slideshows, and so on.  This is our first version, so please feel free to comment, ask questions and share with your best friends!]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce the publication of our first plugin, yCyclista.  yCyclista overwrites your normal WordPress gallery with the jQuery Cycle plugin, allowing tons of cool carousel effects, slideshows, and so on.  This is our first version (ed: <em>and my first plugin &#8211; yonatan reinberg</em>), so please feel free to comment, ask questions and share with your best friends!</p>
<p>We recently had a client that needed a dynamic way to insert their own jcarousel/carousel-style slideshows, both automatic and manual (ie click-through).  Realizing we couldn&#8217;t find what we needed on the web, we decided to develop it and share it!  (we&#8217;re even using it here on Social Ink&#8217;s portfolio of non-profits and educational institutions in NYC. <a href="http://www.social-ink.net/portfolio">Have a look around</a>, thanks very much!)</p>
<p>Our yCyclista plugin overwrites WordPress&#8217;s <a href="http://codex.wordpress.org/Gallery_Shortcode">basic gallery function </a>with malsup&#8217;s <a href="http://www.malsup.com/jquery/cycle/">jQuery Cycle plugin</a>, allowing the lay user to dynamically add slideshows or clickthrough galleries to their site!</p>
<p>To use, <a href="http://www.social-ink.net/wp-content/uploads/plugins/ycyclista-v1.1.zip">download the plugin</a> and copy the <strong>ycyclista</strong> directory to your <strong>wp-content/plugins</strong> directory.  Go to your blog&#8217;s Plugins section and activate.  Then navigate to the settings menu:</p>
<p><img src="http://www.social-ink.net/wp-content/uploads/screenshot-11.jpg" alt="yCyclista by Yonatan Reinberg" title="yCyclista by Yonatan Reinberg" width="711" height="645" class="alignnone size-full wp-image-1605" /></p>
<p>Choose the appropriate options: a transition effect (<a href="http://www.malsup.com/jquery/cycle/browser.html">examples of many effects are available here</a>).  A speed for the transition. Finally, check if you want it a slideshow or a manual gallery. If you select a slideshow, with a transition of slideDown, for example, everything will happen on its own.  If you uncheck this box, the user will have to click on the image to go to the next one.</p>
<p><strong>The following section is for thumbnails</strong>: Do you want a mini thumbnail navigation section?  If so, enter dimensions for your thumbnails, or leave blank to use the WordPress defaults.  Note that yCyclista will always display the full images at the size marked in your Settings > Media panel.  If you find your images are too small, you&#8217;ll need to change it there.  We also provide a whole host of styles (in ycyclista.css, in the plugin directory) which you can use to style your gallery exactly how you want.  By the way, some transitions conflict with WP&#8217;s gallery and won&#8217;t work.</p>
<p><strong>The following section is for the next/previous navigation</strong>: select the checkbox if you want navigation on. Then choose if you want it <em>above</em> the gallery (above the large image, NOT above the thumbnails) or <em>below</em> the thumbnails.  Currently you can&#8217;t have them in the middle.  Finally give your text labels (next/previous, go forward/go back, next item/previous item).  </p>
<hr />
<h3>FAQ</h3>
<p><strong>1. How do I change the location of things or how they look (eg add an image to the next/previous)?</strong></p>
<p>CSS is your friend. Add a background image to yc_next and yc_prev&#8230; Move margin-tops (ha!).  If you need me to do a custom version of this with everything suited for your needs, please contact me at <a href="http://social-ink.net/contact">through our contact form</a> or email me at <span class="mh-plaintext">y<a href='http://mailhide.recaptcha.net/d?k=01ByfQvwWTE6dWxOGdL0p3EQ==&amp;c=TogT5eet-5iKY40aJKvUDytJLDIPWOglGTmCbmXZdfE=' onclick="window.open('http://mailhide.recaptcha.net/d?k=01ByfQvwWTE6dWxOGdL0p3EQ==&amp;c=TogT5eet-5iKY40aJKvUDytJLDIPWOglGTmCbmXZdfE=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@social-ink.net</span>.  <strong>Note we will not respond to basic plugin support through emails, only through comments at this page</strong>.</p>
<p><strong>2. Why isn&#8217;t it animating?</strong></p>
<p>As stated above, many things don&#8217;t play well with WP&#8217;s gallery feature. Visit our support page at http://www.social-ink.net/blog/ycyclista-a-plugin-for-your-wordpress-gallery-that-allows-slideshows-transitions-etc and post your comments.</p>
<p><strong>3. Can I click on the image to move to the next one?</strong></p>
<p>Only if you disable navigation controls. It&#8217;s not compatible.</p>
<p><strong>4. My thumbnails are checked, but they&#8217;re not showing</strong></p>
<p>Is animation checked? It&#8217;s not designed to show thumbnails when it animates (kind of redundant).</p>
<p><strong>5. Does this use the same features as the jcarousel jQuery plugin?</strong></p>
<p>No, there are many carousel/cycling plugins for jQuery. We used this one because we felt it was the lightest and easiest.  It has lots of options and great (little) overhead.  If you&#8217;re interested in using a different one, drop us a line.</p>
<hr />
<p><em>yCyclista by Yonatan Reinberg has been tested on all the latest versions of FireFox, Chrome, and, why not, Internet Explorer. It also validates 100% as  HTML5, etc.  Note too, as with every plugin or theme modification, you should do a backup of your files beforehand.  Although we&#8217;ve tested this across many installs, we are not responsible for anything it does to your system and do not guarantee support.</em></p>
<p>Download it <a href="http://www.social-ink.net/wp-content/uploads/plugins/ycyclista-v1.1.zip">here from social ink&#8217;s site(48k zip)</a> or go to the <a href="http://wordpress.org/extend/plugins/ycyclista/">wordpress plugin directory for yCyclista</a>. See it in <a href="http://dev.social-ink.net/ycyclista/2010/07/22/ycyclista-test/">action here</a> or by browsing our portfolio items below.</p>
<p>Go ahead and install, and leave your comments and questions below!  If you&#8217;re so inclined, please <a href="http://www.social-ink.net/donating-to-social-ink">send us a small donation to cover the hours making this plugin</a> by using that big ol&#8217; donate button on the upper right! Carousel away!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/blog/ycyclista-a-wordpress-gallery-carousel-plugin-that-allows-slideshows-transitions-cycles/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>YouHaveIWant Blog</title>
		<link>http://www.social-ink.net/portfolio/startups-webapps/youhaveiwant-blog</link>
		<comments>http://www.social-ink.net/portfolio/startups-webapps/youhaveiwant-blog#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:28:07 +0000</pubDate>
		<dc:creator>yoni</dc:creator>
				<category><![CDATA[Startups and Web Apps]]></category>
		<category><![CDATA[New York City]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[trade]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1533</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[

<div id="ycyclista_frame"><div id="ycyclista_image_gallery">
<img src="http://www.social-ink.net/wp-content/uploads/yhiw1.jpg" alt="yhiw1" class="yc_img_fullsize yc_images" width="600" height="400" />
<img src="http://www.social-ink.net/wp-content/uploads/yhiw2.jpg" alt="yhiw2" class="yc_img_fullsize yc_images" width="600" height="400" />

</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/portfolio/startups-webapps/youhaveiwant-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the Launch of Smokey House Center</title>
		<link>http://www.social-ink.net/blog/announcing-the-launch-of-smokey-house-center</link>
		<comments>http://www.social-ink.net/blog/announcing-the-launch-of-smokey-house-center#comments</comments>
		<pubDate>Fri, 09 Jul 2010 00:44:37 +0000</pubDate>
		<dc:creator>mattp</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1529</guid>
		<description><![CDATA[Congratulations to the fine folks at the <a href="http://smokeyhouse.org">Smokey House Center</a>, whose site, <a href="http://smokeyhouse.org">www.smokeyhouse.org</a>, has just launched. We've been working for the last year or so at providing them with a complete overhaul. See you in Vermont!]]></description>
			<content:encoded><![CDATA[<p>Congratulations to the fine folks at the <a href="http://smokeyhouse.org">Smokey House Center</a>, whose site, <a href="http://smokeyhouse.org">www.smokeyhouse.org</a>, has just launched. We&#8217;ve been working for the last year or so at providing them with a complete overhaul: conversion to a powerful CMS (Content Management System) framework, with seasonal template changes, multiple header images, photo galleries, dynamically loading pages based on different types of content, farm product sales listing, and youth blogs for the children and young adults who work on the farm. See more about our work on the site on our <a href="http://www.social-ink.net/portfolio/non-profit/smokey-house-center">portfolio</a> or at <a href="http://smokeyhouse.org">www.smokeyhouse.org</a>. </p>
<p>See you in Vermont!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/blog/announcing-the-launch-of-smokey-house-center/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smokey House Center</title>
		<link>http://www.social-ink.net/portfolio/non-profit/smokey-house-center</link>
		<comments>http://www.social-ink.net/portfolio/non-profit/smokey-house-center#comments</comments>
		<pubDate>Fri, 09 Jul 2010 00:38:16 +0000</pubDate>
		<dc:creator>mattp</dc:creator>
				<category><![CDATA[Non-Profit]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Danby]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Environmentalism]]></category>
		<category><![CDATA[farming]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Food Manufacturing]]></category>
		<category><![CDATA[Green]]></category>
		<category><![CDATA[land-use]]></category>
		<category><![CDATA[Sustainability]]></category>
		<category><![CDATA[Vermont]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1521</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[


<div id="ycyclista_frame"><div id="ycyclista_image_gallery">
<img src="http://www.social-ink.net/wp-content/uploads/smokey01.jpg" alt="Homepage" class="yc_img_fullsize yc_images" width="600" height="400" />
<img src="http://www.social-ink.net/wp-content/uploads/smokey02.jpg" alt="Photo Gallery" class="yc_img_fullsize yc_images" width="600" height="400" />
<img src="http://www.social-ink.net/wp-content/uploads/smokey03.jpg" alt="Products for Sale" class="yc_img_fullsize yc_images" width="600" height="400" />

</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/portfolio/non-profit/smokey-house-center/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wing Chun Masters</title>
		<link>http://www.social-ink.net/projects/wing-chun-masters</link>
		<comments>http://www.social-ink.net/projects/wing-chun-masters#comments</comments>
		<pubDate>Wed, 23 Jun 2010 16:29:16 +0000</pubDate>
		<dc:creator>mattp</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Startups and Web Apps]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[facebook connect]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[open graph]]></category>
		<category><![CDATA[slideshows]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1505</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[

<div id="ycyclista_frame"><div id="ycyclista_image_gallery">
<img src="http://www.social-ink.net/wp-content/uploads/wingchun-portfolio-01.jpg" alt="Wing Chun Masters Home Page" class="yc_img_fullsize yc_images" width="600" height="400" />
<img src="http://www.social-ink.net/wp-content/uploads/wingchun-portfolio-02.jpg" alt="Wing Chun Masters Making of Slideshow" class="yc_img_fullsize yc_images" width="600" height="400" />

</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/projects/wing-chun-masters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp_get_multisites: WP3/WordPress 3: Generating dynamic list of multisites or replacing get_blog_list</title>
		<link>http://www.social-ink.net/blog/wp_get_multisites-wordpress3-wp3-generating-dynamic-list-of-multisites-or-replacing-get_blog_list</link>
		<comments>http://www.social-ink.net/blog/wp_get_multisites-wordpress3-wp3-generating-dynamic-list-of-multisites-or-replacing-get_blog_list#comments</comments>
		<pubDate>Wed, 23 Jun 2010 14:22:37 +0000</pubDate>
		<dc:creator>yoni</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1490</guid>
		<description><![CDATA[Here at Social Ink we pride ourselves on WordPress expertise and one of our favorite features of Wordpress 3 is the "Multisite" feature, which weaves together WPMU's multi-blog features with WordPress' better plugin management, theme management and the like.  We'll be running a feature on ways to use this new Multisite feature, and today we present our first: How to list sites, or how to get a dynamic list of links (<em>with relative path</em>) of all your various sites (similar to <em>wp_list_categories</em>, or as a replacement for the deprecated <a href="http://codex.wordpress.org/WPMU_Functions/get_blog_list">get_blog_list</a>).  Think of it as a kind of <em>wp_list_sites</em>.]]></description>
			<content:encoded><![CDATA[<p><strong>Update: Yes, this is a convoluted title. Sorry <img src='http://www.social-ink.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Who knows if people are searching for WP3, WordPress 3, WordPress 3.0, or its unfortunately search-unfriendly title &#8220;Thelonious&#8221;.</strong></p>
<p><a href="http://wordpress.org/development/2010/06/thelonious/">WordPress 3/WP3 is out</a>! Yes! There are tons of new features, tons of new <a href="http://www.andrewnacin.com/2010/03/22/deprecated-functions-and-wp_debug/">deprecated features</a> and tons of <a href="http://www.andrewnacin.com/2010/03/25/terminology-nightmare-blogs-sites-networks/">confusion</a>&#8230;</p>
<p>Here at Social Ink we pride ourselves on WordPress expertise and one of our favorite features of WordPress 3 is the &#8220;Multisite&#8221; feature, which weaves together WPMU&#8217;s multi-blog features with WordPress&#8217; better plugin management, theme management and the like.  We&#8217;ll be running a feature on ways to use this new Multisite feature, and today we present our first: How to list sites, or how to get a dynamic list of links (<em>with relative path</em>) of all your various sites (similar to <em>wp_list_categories</em>, or as a replacement for the deprecated <a href="http://codex.wordpress.org/WPMU_Functions/get_blog_list">get_blog_list</a>).  Think of it as a kind of <em>wp_list_sites</em>.</p>
<p><strong>Quick note</strong>: You should never use deprecated features if you can help it. WP3 actually still has <em>get_blog_list</em> in its bowels, but to rely on it would be dangerous for future updates. Better to use the newer functions WP3 provides.  Without future ado, here is our function, <em>wp_get_multisites</em>, which will retrieve a list of all your sites in WordPress 3, with many extra features, explained below the code.</p>
<pre><code>function wp_get_multisites($user = 1,$get_unwanted = false,$echo_it = true,$list_it = true,$ident = false,$class=&quot;&quot;) {
		//function to return a list of sites of all blogs on WP3 multisite. by yonatan reinberg/social ink - http://social-ink.net
		$output = &#039;&#039;; $myid = &#039;&#039;;
		if($list_it) { $output .= &#039;&lt;ul&gt;&#039;; }
		$allsites = get_blogs_of_user($user, $get_unwanted);
			foreach ($allsites AS $blog) {
				if($ident)
					$myid = &#039;bloglist_&#039; . $blog-&gt;blogname;
				if($list_it)
					$output .= &#039;&lt;li&gt;&lt;a class=&quot;&#039;.$class.&#039;&quot; id=&quot;&#039;.$myid.&#039;&quot; href=&quot;&#039;.$blog-&gt;path.&#039;&quot;&gt;&#039;.$blog-&gt;blogname.&#039;&lt;/a&gt;&lt;/li&gt;&#039;;
				else
					$output .= &#039;&lt;a class=&quot;&#039;.$class.&#039;&quot; id=&quot;&#039;.$myid.&#039;&quot; href=&quot;&#039;.$blog-&gt;path.&#039;&quot;&gt;&#039;.$blog-&gt;blogname.&#039;&lt;/a&gt;&#039;;
			}
		if($list_it) { $output .= &#039;&lt;/ul&gt;&#039;; }
		if($echo_it)
			echo $output;
		else
			return $output;
	}<!--formatted--></code></pre>
<p>To begin, put this whole function in the <strong>functions.php</strong> file of your ACTIVE THEME. Since Multisite has support for various themes, this seems like a no-brainer but it might get you in the end.</p>
<p>Now, on to how to use it. Put the following wherever you want to display a list of your blogs:</p>
<pre><code>&lt;? wp_get_multisites() ?&gt;<!--formatted--></code></pre>
<p>That&#8217;s all! But wait, there&#8217;s many ways to customize it by passing it variables. The first is the user (use &#8220;1&#8243; for the superadmin, to get all blogs).  The second boolean is whether to get all the sites, or just the ones that are published/availale. The third is whether to to echo or to just return a string. The fourth is whether to create an unordered list or just return a string of the links. The fourth is whether you want special ids assigned to the individual links, and the 6th (!) is whether you&#8217;d like a class too&#8230;  Here is is in all its glory:</p>
<pre><code>&lt;? wp_get_multisites(1,true,true,false,false,&#039;testclass&#039;);  ?&gt;<!--formatted--></code></pre>
<p>Will return</p>
<pre><code>&lt;a class=&quot;testclass&quot; id=&quot;&quot; href=&quot;/&quot;&gt;socialinkdev&lt;/a&gt;&lt;a class=&quot;testclass&quot; id=&quot;&quot; href=&quot;/anothertest/&quot;&gt;anothertest!&lt;/a&gt;<!--formatted--></code></pre>
<p>Whereas</p>
<pre><code>&lt;? wp_get_multisites(1,true,true,true,true,&#039;mysites&#039;); ?&gt;<!--formatted--></code></pre>
<p>Will return</p>
<pre><code>&lt;ul&gt;
&lt;li&gt;&lt;a class=&quot;mysites&quot; id=&quot;bloglist_socialinkdev&quot; href=&quot;/&quot;&gt;socialinkdev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;mysites&quot; id=&quot;bloglist_anothertest!&quot; href=&quot;/anothertest/&quot;&gt;anothertest!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;<!--formatted--></code></pre>
<p><a href="http://www.social-ink.net/wp-content/uploads/plugins/ycyclista-v1.1.zip">Download the whole function here</a> (1k zip).  Any questions? Post em in the comments below &#8211; this really helped us with web design for nonprofits in New York City.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/blog/wp_get_multisites-wordpress3-wp3-generating-dynamic-list-of-multisites-or-replacing-get_blog_list/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Announcing the Launch of Wing Chun Masters</title>
		<link>http://www.social-ink.net/blog/announcing-the-launch-of-wing-chun-masters</link>
		<comments>http://www.social-ink.net/blog/announcing-the-launch-of-wing-chun-masters#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:32:10 +0000</pubDate>
		<dc:creator>mattp</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1510</guid>
		<description><![CDATA[Congratulations to Marc Crook, the Crook family, and the App development team behind <a href="http://www.wingchunmasters.com">Wing Chun Masters</a>. We developed and designed the website presence for the App. The website also features history about the martial art of Wing Chun, a slideshow featuring the making of the app, including photographs documenting the motion capture process, and the video trailer for the app. <a href="http://itunes.apple.com/us/app/wing-chun-masters/id374057779?mt=8">You can buy the app in the appstore today</a>!]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Marc Crook, the Crook family, and the App development team behind <a href="http://www.wingchunmasters.com">Wing Chun Masters</a>. We developed and designed the website presence for the App. The website also features history about the martial art of Wing Chun, a slideshow featuring the making of the app, including photographs documenting the motion capture process, and the video trailer for the app. <a href="http://itunes.apple.com/us/app/wing-chun-masters/id374057779?mt=8">You can buy the app in the appstore today</a>! <a href="http://www.social-ink.net/portfolio/small-business/wing-chun-masters">Read more about Wing Chun Mastes in our Portfolio</a>. </p>
<p><a href="http://www.social-ink.net/portfolio/small-business/wing-chun-masters"><img src="http://www.social-ink.net/wp-content/uploads/wingchun-blog-thumb.jpg" alt="" title="Wing Chun Masters" width="368" height="175" class="alignnone size-full wp-image-1513" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/blog/announcing-the-launch-of-wing-chun-masters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Science Festival in Full Swing!</title>
		<link>http://www.social-ink.net/blog/world-science-festival-in-full-swing</link>
		<comments>http://www.social-ink.net/blog/world-science-festival-in-full-swing#comments</comments>
		<pubDate>Fri, 04 Jun 2010 13:37:44 +0000</pubDate>
		<dc:creator>mattp</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1474</guid>
		<description><![CDATA[We've been busy the last month helping out with the <a href="http://www.worldsciencefestival.com">World Science Festival website</a>, helping the production team manage their drupal powered website as they prepare for their big week of events. We've ironed out a few bugs (sizzle), integrated a slideshow in the header announcing important news and events, reskinned their sidebar twitter feed, helped with htaccess redirects, created unique events pages, and integrated a live webcast and replay archive of events via the livestream service. These live events countdown to their start date and can be viewed live on the site, along with a liveblog and twitter feed. We'll see you around at a few of the <a href="http://www.worldsciencefestival.com/2010/all-events-by-date">World Science Festival Events</a> this week!
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been busy the last month helping out with the <a href="http://www.worldsciencefestival.com">World Science Festival website</a>, helping the production team manage their drupal powered website as they prepare for their big week of events. We&#8217;ve ironed out a few bugs (sizzle), integrated a slideshow in the header announcing important news and events, reskinned their sidebar twitter feed, helped with htaccess redirects, created unique events pages, and integrated a live webcast and replay archive of events via the livestream service. These live events countdown to their start date and can be viewed live on the site, along with a liveblog and twitter feed. We&#8217;ll see you around at a few of the <a href="http://www.worldsciencefestival.com/2010/all-events-by-date">World Science Festival Events</a> this week!</p>
<p><img src="http://www.social-ink.net/wp-content/uploads/video_banner1.jpg" alt="" title="video" width="560" height="153" class="alignleft size-full wp-image-1478" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/blog/world-science-festival-in-full-swing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PandoProjects</title>
		<link>http://www.social-ink.net/portfolio/pandoprojects</link>
		<comments>http://www.social-ink.net/portfolio/pandoprojects#comments</comments>
		<pubDate>Thu, 27 May 2010 14:30:14 +0000</pubDate>
		<dc:creator>yoni</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Startups and Web Apps]]></category>
		<category><![CDATA[activism]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[Non-Profit]]></category>
		<category><![CDATA[philanthropy]]></category>

		<guid isPermaLink="false">http://www.social-ink.net/?p=1459</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[

<div id="ycyclista_frame"><div id="ycyclista_image_gallery">
<img src="http://www.social-ink.net/wp-content/uploads/pando1.jpg" alt="pando1" class="yc_img_fullsize yc_images" width="600" height="400" />
<img src="http://www.social-ink.net/wp-content/uploads/pando2.jpg" alt="pando2" class="yc_img_fullsize yc_images" width="600" height="400" />

</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.social-ink.net/portfolio/pandoprojects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
