<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>The Greenhouse »  – The Greenhouse</title>
	
	<link>http://www.stemlegal.com/greenhouse</link>
	<description />
	<lastBuildDate>Fri, 24 Feb 2012 17:07:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/stemgreenhouse" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="stemgreenhouse" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Find the perfect palette with ColorHexa</title>
		<link>http://www.stemlegal.com/greenhouse/2012/find-the-perfect-palette-with-colorhexa/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/find-the-perfect-palette-with-colorhexa/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 17:07:57 +0000</pubDate>
		<dc:creator>Laurel Fulford</dc:creator>
				<category><![CDATA[Colour Theory]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=394</guid>
		<description><![CDATA[<p><a href="http://www.colorhexa.com"><img class="alignright size-full wp-image-395" title="colorhexa-logo" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/colorhexa-logo.gif" alt="" width="257" height="69" />ColorHexa</a> is a nifty online colour tool that takes the hexadecimal colour that you enter, and generates a pile of information about it, including RGB in decimals and percentages, CMYK value, a web safe equivalent (old school!) and more.</p>
<p>The site&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.colorhexa.com"><img class="alignright size-full wp-image-395" title="colorhexa-logo" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/colorhexa-logo.gif" alt="" width="257" height="69" />ColorHexa</a> is a nifty online colour tool that takes the hexadecimal colour that you enter, and generates a pile of information about it, including RGB in decimals and percentages, CMYK value, a web safe equivalent (old school!) and more.</p>
<p>The site will also generate complementary, analogous and monochromatic colour schemes, as well as several of different shades of the colour, and some examples of it in use using simple CSS.</p>
<p><img class="alignnone size-full wp-image-396" title="gradients" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/gradients.png" alt="" width="557" height="219" /></p>
<p>ColorHexa also has a host of tools to <a href="http://www.colorhexa.com/color-gradient">generate gradients between two colours</a> (and output the appropriate CSS3 and hacks), create <a href="http://www.colorhexa.com/color-blend">blends of two (or more) different colours</a>, and even has a table of all the <a href="http://www.colorhexa.com/color-names">CSS colours by name</a>.</p>
<p>Overall, it&#8217;s a fun and handy tool for brainstorming colour schemes, converting colours to different colour models, and not having to fire up Photoshop to get a simple bit of colour information. If you&#8217;re a web designer or developer &#8212; or just like colours &#8212; I recommend checking it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/find-the-perfect-palette-with-colorhexa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Wednesdays: Build your own simple shortcodes</title>
		<link>http://www.stemlegal.com/greenhouse/2012/build-your-own-simple-shortcodes-in-wordpress/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/build-your-own-simple-shortcodes-in-wordpress/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 17:07:17 +0000</pubDate>
		<dc:creator>Laurel Fulford</dc:creator>
				<category><![CDATA[WordPress Wednesdays]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=318</guid>
		<description><![CDATA[<p>Last week, we briefly touched on <a href="http://www.stemlegal.com/greenhouse/2012/use-shortcodes-in-wordpress-theme-files/">using shortcodes directly in your WP theme</a>. In this week&#8217;s WordPress Wednesday, we&#8217;re going to cover how to build your own simple shortcodes and add them to your WordPress theme, and why you&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Last week, we briefly touched on <a href="http://www.stemlegal.com/greenhouse/2012/use-shortcodes-in-wordpress-theme-files/">using shortcodes directly in your WP theme</a>. In this week&#8217;s WordPress Wednesday, we&#8217;re going to cover how to build your own simple shortcodes and add them to your WordPress theme, and why you may want to add them to your site.</p>
<h2>Use shortcodes for special formatting</h2>
<p>Shortcodes can be an easy way to insert specific HTML around a snippet of content; this can be handy for bits of content like pullquotes or tips that require special formatting to style in a specific way, but that can be tricky for most authors to add without knowing basic HTML.</p>
<div class="pullquote alignright">Shortcodes can be an easy way to insert specific HTML around a snippet of content.<div class="quote-author">- Laurel Fulford</div></div>
<p>To create a simple pullquote shortcode, like the example to the right, first you need to know what HTML you would like to output, and what your users will need to edit in the quote themselves. In the example below, I&#8217;ve just wrapped the shortcode in a <code>&lt;div&gt;</code> and allowed the user to add the pullquote&#8217;s content, and, optionally, the source of the quote and what side of the content the pullquote will be aligned to.</p>
<p>For the above example, the following code is added to the theme&#8217;s <code>functions.php</code> file &#8212; before making any edits to your theme, <em>first back up your files</em>:</p>
<pre class="crayon-plain-tag"><code>function pullquote_shortcode($atts) { 
	extract(shortcode_atts(array( 
		'content'   =&gt; '',
		'author' =&gt; '',
		'align' =&gt; 'right',
		), $atts));
	
	if(!empty($author)) $author = '&lt;div class=&quot;quote-author&quot;&gt; -'.$author.'&lt;/div&gt;';	
	return '&lt;div class=&quot;pullquote align'.$align.'&quot;&gt;'.$content.$author.'&lt;/div&gt;';
}
add_shortcode('pullquote','pullquote_shortcode');</code></pre>
<p>If the &#8216;author&#8217; attribute is present, the value is then wrapped in a div with the class &#8216;quote-author&#8217;, allowing even more specific styling to the name.</p>
<p>Then, in the editor, you can add a pullquote, specifying the quote&#8217;s content, author and alignment if desired. The below shortcode will output the pullquote code that you see at the top of this section:</p>
<pre class="crayon-plain-tag"><code><div class="pullquote alignright">&quot;Shortcodes<div class="quote-author">- &quot;Laurel</div></div></code></pre>
<p>Last but not least, add a bit of style to your CSS for the <code>.pullquote</code> class to change the font, colours, size, background, etc., and you&#8217;re good to go!</p>
<h2>Using shortcodes to prevent HTML from being stripped</h2>
<p>There is some code that WordPress will strip out of the editor when you toggle from HTML to Visual mode; this includes HTML tags like <code>iframe</code>. You can use shortcodes to create a work-around, and also make adding iframes less daunting to less-techy authors.</p>
<p>To create an iframe shortcode, the following php would be added to your theme&#8217;s <code>functions.php</code> file. In it, there are a number of attributes an author may want to control in the iframe; most have a default value already set, so all they absolutely need to define is the url to be displayed:</p>
<pre class="crayon-plain-tag"><code>function iframe_shortcode($atts, $content=null) {
extract(shortcode_atts(array( 
		'url'   =&gt; '',
		'scrolling'     =&gt; 'no',
		'width'     =&gt; '100%',
		'height'    =&gt; '500',
		'frameborder'   =&gt; '0',
		'marginheight'  =&gt; '0',
		), $atts));
	 
	return '&lt;iframe src=&quot;'.$url.'&quot; title=&quot;&quot; scrolling=&quot;'.$scrolling.'&quot; width=&quot;'.$width.'&quot; height=&quot;'.$height.'&quot; frameborder=&quot;'.$frameborder.'&quot; marginheight=&quot;'.$marginheight.'&quot;&gt;'.$content.'&lt;/iframe&gt;';
}
add_shortcode('iframe','iframe_shortcode');</code></pre><p><p>
<p>To use the iframe shortcode in the editor, you would just need to add the following to your post:</p>
<pre class="crayon-plain-tag"><code><iframe src="&quot;http://www.stemlegal.com&quot;" title="" scrolling="&quot;yes&quot;" width="&quot;540&quot;" height="&quot;300&quot;" frameborder="0" marginheight="0"></iframe></code></pre>
<p>The output for the above tag would look like this:</p>
<iframe src="http://www.stemlegal.com" title="" scrolling="yes" width="540" height="300" frameborder="0" marginheight="0"></iframe>
<p>These are just two of many helpful uses for shortcodes &#8212; can you think any others you would add to your WordPress website? Share them in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/build-your-own-simple-shortcodes-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Search and hReview</title>
		<link>http://www.stemlegal.com/greenhouse/2012/local-search-and-hreview/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/local-search-and-hreview/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 18:02:19 +0000</pubDate>
		<dc:creator>Emma Durand-Wood</dc:creator>
				<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=285</guid>
		<description><![CDATA[<p>I have become intrigued by something called <a href="http://en.wikipedia.org/wiki/HReview">hReview</a>, which I saw <a href="http://www.whitespark.ca/blog/post/6-pimp-your-google-places-listing">a reference</a> to on the Whitespark blog the other day. Basically, it&#8217;s a microformat (like hCard) used for reviews of, well, pretty much anything that can be&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I have become intrigued by something called <a href="http://en.wikipedia.org/wiki/HReview">hReview</a>, which I saw <a href="http://www.whitespark.ca/blog/post/6-pimp-your-google-places-listing">a reference</a> to on the Whitespark blog the other day. Basically, it&#8217;s a microformat (like hCard) used for reviews of, well, pretty much anything that can be reviewed: books, movies, restaurants, music, etc.</p>
<p>The interesting thing is that you can use put testimonials on your website in hReview format, and Google may use these in rich snippets for Places listings. This may be a way for businesses whose customers don&#8217;t typically leave reviews on sites like Yelp, Citysearch, Insiderpages, etc., to round out their Google Places listings with legitimate reviews.</p>
<p>A useful concept for local search and one we&#8217;re looking forward to experimenting with! See more at <a href="http://marketing-blog.catalystemarketing.com/double-google-places-review-stars.html">Google Places Optimization Blog</a>, <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=146645">Google Webmaster Tools</a>, and <a href="http://microformats.org/wiki/hreview">Microformats.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/local-search-and-hreview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentation: ‘Better Content by Design’</title>
		<link>http://www.stemlegal.com/greenhouse/2012/presentation-better-content-by-design/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/presentation-better-content-by-design/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 16:53:25 +0000</pubDate>
		<dc:creator>Laurel Fulford</dc:creator>
				<category><![CDATA[Content Strategy]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=308</guid>
		<description><![CDATA[<p><a href="http://aneventapart.com/news/2012/02/13/kristina-halvorson-message-and-medium-better-content-by-design/">An Event Apart</a> recently posted the video of a presentation by <a href="http://www.braintraffic.com/company/">Kristina Halvorson</a> titled &#8216;Message and Medium: Better Content by Design.&#8217;</p>
<p>&#160;<br />
Here at Stem, we&#8217;ve been delving deeper into crafting the right message for clients (and ourselves!), and&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://aneventapart.com/news/2012/02/13/kristina-halvorson-message-and-medium-better-content-by-design/">An Event Apart</a> recently posted the video of a presentation by <a href="http://www.braintraffic.com/company/">Kristina Halvorson</a> titled &#8216;Message and Medium: Better Content by Design.&#8217;</p>
<p><iframe src="http://player.vimeo.com/video/36673761?title=0&amp;byline=0&amp;portrait=0" title="" scrolling="no" width="400" height="300" frameborder="0" marginheight="0"></iframe><br />
&nbsp;<br />
Here at Stem, we&#8217;ve been delving deeper into crafting the right message for clients (and ourselves!), and finding the right channels to deliver that message. Definitely an interesting watch if you&#8217;ve been struggling with that question yourself!</p>
<p><em>Via <a href="http://www.zeldman.com/2012/02/13/kristina-halvorson-%E2%80%93-message-and-medium-better-content-by-design/">Jeffery Zeldman</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/presentation-better-content-by-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Wednesdays: Use shortcodes in theme files</title>
		<link>http://www.stemlegal.com/greenhouse/2012/use-shortcodes-in-wordpress-theme-files/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/use-shortcodes-in-wordpress-theme-files/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 18:10:08 +0000</pubDate>
		<dc:creator>Laurel Fulford</dc:creator>
				<category><![CDATA[WordPress Wednesdays]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=256</guid>
		<description><![CDATA[<p>Filed under &#8216;something I wish I knew sooner&#8217;: this week&#8217;s WordPress Wednesday covers a simple little built-in function that can save you a lot of mucking around in WordPress:<br />
<a href="http://codex.wordpress.org/Function_Reference/do_shortcode"><code>do_shortcode()</code></a>.</p>
<p>In short (heh), a shortcode in WordPress is&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Filed under &#8216;something I wish I knew sooner&#8217;: this week&#8217;s WordPress Wednesday covers a simple little built-in function that can save you a lot of mucking around in WordPress:<br />
<a href="http://codex.wordpress.org/Function_Reference/do_shortcode"><code>do_shortcode()</code></a>.</p>
<p>In short (heh), a shortcode in WordPress is a macro that can be used in the WYSIWYG editor. You add a shortcode to your post, and when WordPress renders the page, it swaps the shortcode for whatever code it&#8217;s a placeholder for, passing along any settings that have been included. WordPress has built-in shortcodes, <a href="http://codex.wordpress.org/Gallery_Shortcode">like for the gallery</a>, and shortcodes are also used in many plugins.</p>
<p>In the case of the WordPress gallery, if you wanted to insert one into a post, you would add the following shortcode to the editor:</p>
<p><code>&#91;gallery&#93;</code></p>
<p>Shortcodes, like HTML tags, can also be passed attributes — the gallery, like many shortcodes, has a number of settings you can tweak to customize it:</p>
<p><code>&#91;gallery size="medium" columns="5" order="ASC"&#93;</code></p>
<p>If you wanted to insert the gallery right into the WordPress theme rather than a post or page, you would just need to wrap the shortcode in the <code>do_shortcode()</code> function:</p>
<p><code>&lt;?php do_shortcode('&#91;gallery size="medium"&#93;'); ?&gt;</code></p>
<p>I didn&#8217;t know about this function until quite recently; my work-around was to add the shortcode to a WordPress page, and then query that page in the theme to display the content. Not very efficient!</p>
<p>Have you made any recent discoveries about WordPress that you wish you had known sooner? Please share them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/use-shortcodes-in-wordpress-theme-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazing mobile phone user manual</title>
		<link>http://www.stemlegal.com/greenhouse/2012/amazing-mobile-phone-user-manual/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/amazing-mobile-phone-user-manual/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 19:10:23 +0000</pubDate>
		<dc:creator>Laurel Fulford</dc:creator>
				<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=243</guid>
		<description><![CDATA[<p><img class="alignright size-full wp-image-244" title="samsung-manual" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/samsung-manual.jpg" alt="" width="250" height="199" /><a href="http://vitaminsdesign.com/">Vitamins</a>, a London based design studio, created <a href="http://vitaminsdesign.com/projects/out-of-the-box-for-samsung/">a unique and amazing user manual</a> for Samsung phones, specifically targeted at less tech-savvy users.</p>
<p>From their site:</p>
<blockquote><p>Rather than design a dumbed down &#8220;special phone&#8221; we decided to look at the</p></blockquote><p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-244" title="samsung-manual" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/samsung-manual.jpg" alt="" width="250" height="199" /><a href="http://vitaminsdesign.com/">Vitamins</a>, a London based design studio, created <a href="http://vitaminsdesign.com/projects/out-of-the-box-for-samsung/">a unique and amazing user manual</a> for Samsung phones, specifically targeted at less tech-savvy users.</p>
<p>From their site:</p>
<blockquote><p>Rather than design a dumbed down &#8220;special phone&#8221; we decided to look at the problem in a different way. Maybe existing phones don&#8217;t need to be changed, maybe we should change the way we learn how to use them instead.</p></blockquote>
<p>Ideas like this really challenge my perception of how helpful good design can actually be.</p>
<p><em>(via <a href="https://twitter.com/#!/danielmall">@danielmall</a>)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/amazing-mobile-phone-user-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repairing SEO’s Tarnished Reputation</title>
		<link>http://www.stemlegal.com/greenhouse/2012/repairing-seos-tarnished-reputation/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/repairing-seos-tarnished-reputation/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 21:39:38 +0000</pubDate>
		<dc:creator>Emma Durand-Wood</dc:creator>
				<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=221</guid>
		<description><![CDATA[<p>Three recent blog posts on the same theme have me nodding my head in agreement. The consensus is that the kind of sleazy, lazy SEO that some folks use to artificially optimize website rankings has got to stop. Content written&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Three recent blog posts on the same theme have me nodding my head in agreement. The consensus is that the kind of sleazy, lazy SEO that some folks use to artificially optimize website rankings has got to stop. Content written expressly for rankings and ads is of zero use to the user, and actually makes search engines worse at search.</p>
<p>Nathaniel Mott at Appstorm thinks <a href="http://web.appstorm.net/general/opinion/seo-is-breaking-the-web-heres-how/">SEO is breaking the web</a>:</p>
<blockquote><p>&#8220;People have gotten so good at SEO that they can make a result appear for something that doesn’t even <em>exist</em>.</p>
<p>This has taken search from naturally powerful and thorough to a complete crapshoot. Now you’re going to have to click through several results that <em>seem</em> perfect before you can find an item that actually has what you’re looking for. When this happens once it’s a pain – when it happens a dozen times, it’s a flaw with the system.&#8221;</p></blockquote>
<p>With tongue firmly in cheek, Sonia Simone at Copyblogger says there&#8217;s a <a href="http://www.copyblogger.com/seo-site-quality/">&#8220;new&#8221; SEO secret weapon</a>: stop catering to search engines, and start focusing on site quality &#8211; revolutionary, eh? ; ) We are advised, &#8220;Don’t take shortcuts, they take too long.&#8221;</p>
<p>And what is the <a href="http://blog.skunkworks.ca/perfect-law-firm-seo-but-at-what-cost/">true cost of &#8220;perfect law firm SEO</a>&#8220;? Jeremy Hessing-Lewis at Skunkworks says that in highly competitive legal niches, &#8220;unfortunately, the trend is to sacrifice everything for the sake of SEO.&#8221; He drafts some &#8220;perfect seo&#8221; website content for a fictional firm, which would be hilarious in its effect if I hadn&#8217;t seen a hundred <em>actual sites</em> just like it.</p>
<p>It&#8217;s nice to see these sentiments put so frankly. Maybe it&#8217;s time to stop using the term &#8220;search engine optimization&#8221;, if this is what the term has come to mean. Maybe we should call it &#8220;content visibility optimization&#8221; or &#8220;quality and utility optimization&#8221; or some other mouthful. I&#8217;m only half-serious here, but whether we use the term SEO or not, collectively, we need to repair its tarnished reputation.</p>
<p><em>Properly and ethically done, </em>SEO is about making content and websites as easily found and as useful to the reader as possible. To sum up, Sonia puts it nicely:</p>
<blockquote><p>&#8220;&#8230;if you aren’t building a site that’s worth reading (and that’s therefore worth sharing in social media, and worth linking to), the most brilliant shortcut in the world will take you <em>away</em> from where you want to go.&#8221;</p></blockquote>
<p>I&#8217;m curious &#8211; what do you think? Can SEO be reclaimed? Ideas for a better term to replace &#8220;search engine optimization&#8221;?  Feel free to share your thoughts in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/repairing-seos-tarnished-reputation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great gallery of interface details</title>
		<link>http://www.stemlegal.com/greenhouse/2012/great-gallery-of-interface-details/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/great-gallery-of-interface-details/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 17:34:43 +0000</pubDate>
		<dc:creator>Laurel Fulford</dc:creator>
				<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=197</guid>
		<description><![CDATA[<p><img class="alignright size-full wp-image-201" title="littlebigdetails" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/littlebigdetails2.gif" alt="" width="369" height="75" /><a href="http://littlebigdetails.com/">Little Big Details</a> is an online gallery showcasing some amazing details in website and software user interfaces. Anyone can submit screenshots of neat details they&#8217;ve noticed on their favourite sites, and the gallery makes for some fascinating browsing and inspiration.</p>
<p>The examples&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-201" title="littlebigdetails" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/littlebigdetails2.gif" alt="" width="369" height="75" /><a href="http://littlebigdetails.com/">Little Big Details</a> is an online gallery showcasing some amazing details in website and software user interfaces. Anyone can submit screenshots of neat details they&#8217;ve noticed on their favourite sites, and the gallery makes for some fascinating browsing and inspiration.</p>
<p>The examples in the gallery range from (literally!) invisible usability tweaks, like the<a href="http://littlebigdetails.com/post/17211149368/ipad-keyboard-there-are-phantom-keys-in-the"> iPad&#8217;s &#8216;phantom keys&#8217;</a> when you use the split keyboard, to ones that show the dev team&#8217;s sense of humour, like <a href="http://littlebigdetails.com/post/16466045156/imdb-the-rating-for-this-is-spinal-tap-goes-up">IMDB&#8217;s rating for &#8216;This Is Spinal Tap</a>&#8216; going up to 11. There are even examples of &#8216;little details&#8217; in website&#8217;s code, <a href="http://littlebigdetails.com/post/12739634872/tumblr-there-is-an-ascii-art-logo-in-tumblrs">like Tumblr&#8217;s ascii logo</a> hidden in their source HTML.</p>
<p>If you have any interest at all in web or software design, you&#8217;ll get a kick out <a href="http://littlebigdetails.com/">Little Big Details</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/great-gallery-of-interface-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Wednesdays: Stop WP from linking images by default</title>
		<link>http://www.stemlegal.com/greenhouse/2012/stop-linking-images-by-default-in-wordpress/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/stop-linking-images-by-default-in-wordpress/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 17:30:57 +0000</pubDate>
		<dc:creator>Laurel Fulford</dc:creator>
				<category><![CDATA[WordPress Wednesdays]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=190</guid>
		<description><![CDATA[<p>This week&#8217;s WordPress Wednesday post covers a topic near and dear to my heart: undoing WordPress&#8217;s annoying habit of linking images when they&#8217;re inserted into the editor.</p>
<p>By default, when you add an image to a WordPress post or page&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s WordPress Wednesday post covers a topic near and dear to my heart: undoing WordPress&#8217;s annoying habit of linking images when they&#8217;re inserted into the editor.</p>
<p>By default, when you add an image to a WordPress post or page using the &#8216;Insert Media&#8217; tool in the editor, WordPress will wrap the image in a link that simply leads to the image itself. It is possible to remove the link when adding the image, if you actually remember to do it: I use WordPress all the time and still forget, like with the logo in last week&#8217;s <a href="http://www.stemlegal.com/greenhouse/2012/learn-jquery-for-free-with-tuts/">jQuery post</a>.</p>
<p><a href="http://andrewnorcross.com/tutorials/functions-file/stop-hyperlinking-images/#comment-566">This comment</a> by <a href="http://somadesign.ca/">Matt Weibe</a> on <a href="http://andrewnorcross.com/">Andrew Norcross&#8217;s blog</a> offered up a handy bit of PHP code. As with all template tweaks, make sure to <em>back up your files</em> before making any changes, then paste this code into your theme&#8217;s <code>functions.php</code> file:</p>
<pre class="crayon-plain-tag"><code>add_action('pre_option_image_default_link_type', 'always_link_images_to_none');
function always_link_images_to_none() {
return 'none';
}</code></pre>
<p>You will still be able to add links to images when using the WordPress &#8216;Insert Media&#8217; tool; it just won&#8217;t be done automatically.</p>
<p>Another option for changing default behavior is available on <a href="http://blog.aizatto.com/2010/05/04/changing-default-wordpress-media-link-url/">Aizat Faiz&#8217;s blog</a>, and requires you to use WordPress&#8217;s hidden options screen. Editing this page is like tampering with the options table in your WordPress database; in other words, we highly recommend <em><strong>not changing any other values</strong></em> while you&#8217;re in there.</p>
<p>After logging in to your WordPress site, go to <code>[your-website-url]/wp-admin/options.php</code> and you will see a long list of WP interface options, listed alphabetically. The option you are looking for is &#8216;<code>image_default_link_type</code>&#8216;:</p>
<p><img class="alignnone size-full wp-image-204" title="default-image-link" src="http://www.stemlegal.com/greenhouse/wp-content/uploads/2012/02/default-image-link.gif" alt="" width="560" height="56" /></p>
<p>The default setting is &#8216;file&#8217;, which inserts a link directly to your image file in the uploads folder. Removing the value so the field is blank will remove the default linking functionality. (The third setting for the field is &#8216;post&#8217;, which will insert a link around the image to an attachment page with the image as the only content; not much better than the default &#8216;file&#8217; linking.)</p>
<p>After the &#8216;<code>image_default_link_type</code>&#8216; has been updated, scroll to the bottom of the page and click &#8216;Save Changes&#8217;.</p>
<p>Do you have any WordPress pet peeves? Share them in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/stop-linking-images-by-default-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPads for Lawyers &amp; Law Firms</title>
		<link>http://www.stemlegal.com/greenhouse/2012/ipads-for-lawyers-law-firms/</link>
		<comments>http://www.stemlegal.com/greenhouse/2012/ipads-for-lawyers-law-firms/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:56:34 +0000</pubDate>
		<dc:creator>Emma Durand-Wood</dc:creator>
				<category><![CDATA[iStuff]]></category>

		<guid isPermaLink="false">http://www.stemlegal.com/greenhouse/?p=181</guid>
		<description><![CDATA[<p>On a <a href="http://lxbn.lexblog.com/2012/01/31/brett-burney-at-burney-consultants-on-the-ipad-and-apps-in-the-legal-community/">recent episode of LXBN TV</a>, Brett Burney of <a href="http://www.macsinlaw.com/">Macs in Law</a> shared a couple of his top apps for lawyers using iPads, and talked about how IT departments are adapting to this new piece of hardware&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>On a <a href="http://lxbn.lexblog.com/2012/01/31/brett-burney-at-burney-consultants-on-the-ipad-and-apps-in-the-legal-community/">recent episode of LXBN TV</a>, Brett Burney of <a href="http://www.macsinlaw.com/">Macs in Law</a> shared a couple of his top apps for lawyers using iPads, and talked about how IT departments are adapting to this new piece of hardware that&#8217;s popping up in law firms with increasing frequency.</p>
<p><iframe src="http://www.youtube.com/embed/PtEkWmV45i0" frameborder="0" width="560" height="315"></iframe></p>
<p>Burney mentions <a href="http://itunes.apple.com/us/app/goodreader-for-ipad/id363448914?mt=8">Good Reader</a> as essential for viewing PDFs online, and <a href="http://itunes.apple.com/us/app/documents-to-go-premium-office/id317107309?mt=8">Documents to Go</a> as his top choice for editing Word docs on the iPad.</p>
<p>The interview was filmed at LegalTech New York 2012 after Burney&#8217;s presentation with David Neeson, &#8220;iLove for the iPad&#8221;. See <a href="http://oedb.org/blogs/ilibrarian/2012/legaltech-ilove-for-the-ipad/">detailed notes of the presentation</a> at iLibrarian.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stemlegal.com/greenhouse/2012/ipads-for-lawyers-law-firms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 1.196 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-26 03:48:01 -->

