<?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>Valarie Martin Stuart &#187; Resources</title>
	<atom:link href="http://www.martinstuart.com/category/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinstuart.com</link>
	<description>clean + green website design</description>
	<lastBuildDate>Wed, 05 May 2010 15:40:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding a website preview thumbnail for your website</title>
		<link>http://www.martinstuart.com/adding-a-website-preview-thumbnail-for-your-website/</link>
		<comments>http://www.martinstuart.com/adding-a-website-preview-thumbnail-for-your-website/#comments</comments>
		<pubDate>Wed, 05 May 2010 15:32:07 +0000</pubDate>
		<dc:creator>valarie</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.martinstuart.com/?p=280</guid>
		<description><![CDATA[
If you&#8217;ve ever added a link to a website on your Facebook profile, you may have noticed that you can choose an image to go with your page link. These images are typically just images that Facebook has found that already exist on the linked page.
These images may not have any meaning outside the context [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-283" title="blog-link" src="http://www.martinstuart.com/wp-content/uploads/2010/05/blog-link.jpg" alt="blog-link" width="360" height="100" /></p>
<p>If you&#8217;ve ever added a link to a website on your Facebook profile, you may have noticed that you can choose an image to go with your page link. These images are typically just images that Facebook has found that already exist on the linked page.</p>
<p>These images may not have any meaning outside the context of the entire page, or they may not show off the website to which you&#8217;re linking.</p>
<p>If you&#8217;re a site owner, why not create a screenshot of your site&#8217;s home page, so that when Facebook users want to share something from your website with their friends, they can select an image that truly shows off your site?</p>
<p>Here&#8217;s simple instructions on how to create a thumbnail image of your site that Facebook users can attach to a link to your site:</p>
<p><a href="http://www.ehow.com/how_4938148_thumbnail-show-up-facebook-share.html">How to get your Website Preview Thumbnail to Show Up on Facebook Share</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinstuart.com/adding-a-website-preview-thumbnail-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;username&#8217;s blog&#8221; from blog posts in Drupal</title>
		<link>http://www.martinstuart.com/removing-usernames-blog-from-blog-posts-in-drupal/</link>
		<comments>http://www.martinstuart.com/removing-usernames-blog-from-blog-posts-in-drupal/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 15:15:01 +0000</pubDate>
		<dc:creator>valarie</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.martinstuart.com/?p=272</guid>
		<description><![CDATA[
On many websites I create for small businesses, the site owner wants (and should have) a blog. Drupal&#8217;s blog tools are set up to be designed for multiple users by default. Many times, this is functionality I don&#8217;t want or need.
One glaring element that I typically want to remove if a blog is by a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-207" style="border: 0px initial initial;" title="drupalblogimage" src="http://www.martinstuart.com/wp-content/uploads/2009/12/drupalblogimage.gif" alt="drupalblogimage" width="360" height="100" /></p>
<p>On many websites I create for small businesses, the site owner wants (and should have) a blog. Drupal&#8217;s blog tools are set up to be designed for multiple users by default. Many times, this is functionality I don&#8217;t want or need.</p>
<p>One glaring element that I typically want to remove if a blog is by a single user is the &#8220;username&#8217;s blog&#8221; link that appears in each blog post.</p>
<p>The following, found <strong><a href="http://drupal.org/node/731548#comment-2682062">here</a></strong>, added to my theme&#8217;s template.php file, did the trick:</p>
<p>function mytheme_links($links, $attributes = array()) {<br />
// Hide username&#8217;s blog<br />
if (isset($links['blog_usernames_blog'])) {<br />
unset($links['blog_usernames_blog']);<br />
}<br />
return theme_links($links, $attributes);<br />
}</p>
<p>Change mytheme to the name of your theme, and remember to clear the cache after uploading the new template.php file.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">function fusion_textile_links($links, $attributes = array()) {</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">// Hide username&#8217;s blog</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">if (isset($links['blog_usernames_blog'])) {</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">unset($links['blog_usernames_blog']);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">}</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">return theme_links($links, $attributes);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">}</div>
]]></content:encoded>
			<wfw:commentRss>http://www.martinstuart.com/removing-usernames-blog-from-blog-posts-in-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Drupal modules</title>
		<link>http://www.martinstuart.com/my-drupal-modules/</link>
		<comments>http://www.martinstuart.com/my-drupal-modules/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:27:05 +0000</pubDate>
		<dc:creator>valarie</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.martinstuart.com/?p=204</guid>
		<description><![CDATA[
A list of modules I commonly use on Drupal sites, with links to the project page for easy landing and downloading.

Content Construction Kit (CCK)
Views
Views Slideshow
View Cycle
Administration menu
Admin role
Advanced help
Devel
Google Analytics
Token
ImageField
FieldField
ImageCache
ImageAPI (required by ImageCache)
Transliteration (required by ImageCache)
jQuery plugins
Pathauto
Frequently Asked Questions
SpamSpan
Skinr
Fusion (theme)
Root Candy (admin theme)

]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-207" title="drupalblogimage" src="http://www.martinstuart.com/wp-content/uploads/2009/12/drupalblogimage.gif" alt="drupalblogimage" width="360" height="100" /></p>
<p>A list of modules I commonly use on Drupal sites, with links to the project page for easy landing and downloading.</p>
<ul>
<li><a href="http://drupal.org/project/cck">Content Construction Kit (CCK)</a></li>
<li><a href="http://drupal.org/project/views">Views</a></li>
<li><a href="http://drupal.org/project/views_slideshow">Views Slideshow</a></li>
<li><a href="http://drupal.org/project/views_cycle">View Cycle</a></li>
<li><a href="http://drupal.org/project/admin_menu">Administration menu</a></li>
<li><a href="http://drupal.org/project/adminrole">Admin role</a></li>
<li><a href="http://drupal.org/project/advanced_help">Advanced help</a></li>
<li><a href="http://drupal.org/project/devel">Devel</a></li>
<li><a href="http://drupal.org/project/google_analytics">Google Analytics</a></li>
<li><a href="http://drupal.org/project/token">Token</a></li>
<li><a href="http://drupal.org/project/imagefield">ImageField</a></li>
<li><a href="http://drupal.org/project/filefield">FieldField</a></li>
<li><a href="http://drupal.org/project/imagecache">ImageCache</a></li>
<li><a href="http://drupal.org/project/imageapi/">ImageAPI</a> (required by ImageCache)</li>
<li><a href="http://drupal.org/project/transliteration">Transliteration</a> (required by ImageCache)</li>
<li><a href="http://drupal.org/project/jquery_plugin">jQuery plugins</a></li>
<li><a href="http://drupal.org/project/pathauto">Pathauto</a></li>
<li><a href="http://drupal.org/project/faq">Frequently Asked Questions</a></li>
<li><a href="http://drupal.org/project/spamspan">SpamSpan</a></li>
<li><a href="http://drupal.org/project/skinr">Skinr</a></li>
<li><a href="http://drupal.org/project/fusion">Fusion (theme)</a></li>
<li><a href="http://drupal.org/project/rootcandy">Root Candy (admin theme)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.martinstuart.com/my-drupal-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Drupal install notes</title>
		<link>http://www.martinstuart.com/new-drupal-install-notes/</link>
		<comments>http://www.martinstuart.com/new-drupal-install-notes/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 18:49:44 +0000</pubDate>
		<dc:creator>valarie</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.martinstuart.com/?p=200</guid>
		<description><![CDATA[
This is one big &#8220;note to self&#8221; for me to reference as needed for current and future Drupal installs. If you found this through google, maybe it will help you, too.
Bluehost and Clean URLs
Problem: After basic install, system would not enable Clean URLs. Site is not live, but currently accessed through bluehost utility domain url.
Solution: [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-207" title="drupalblogimage" src="http://www.martinstuart.com/wp-content/uploads/2009/12/drupalblogimage.gif" alt="drupalblogimage" width="360" height="100" /></p>
<p>This is one big &#8220;note to self&#8221; for me to reference as needed for current and future Drupal installs. If you found this through google, maybe it will help you, too.</p>
<p><strong>Bluehost and Clean URLs</strong></p>
<p><em>Problem:</em> After basic install, system would not enable Clean URLs. Site is not live, but currently accessed through bluehost utility domain url.<br />
<em>Solution: </em>First, make sure .htaccess file exists on server. Second, since Drupal is not on a production site, but rather on the utility domain, change the following in .htaccess</p>
<p># Modify the RewriteBase if you are using Drupal in a subdirectory or in a<br />
# VirtualDocumentRoot and the rewrite rules are not working properly.<br />
# For example if your site is at http://example.com/drupal uncomment and<br />
# modify the following line:<br />
RewriteBase /~username</p>
<p><em>Note:</em> When site goes live, this line will need to be changed again.<br />
<strong> </strong></p>
<p><strong>Memory Limits in php.ini</strong><em></em></p>
<p>Depending on the modules installed, the memory limit in the php.ini file will likely need to be increased. If php.ini is not already installed, install it through the control panel<em>. </em>Then open the file, and find the line <em>memory_limit = </em>. Increase the memory limit.</p>
<p><strong>Bluehost change in February 2010 regarding uploaded images</strong></p>
<p>On February 2, I and many others woke up, checked our Drupal sites and discovered that they were broken. After 45 minutes on the phone to tech support, conferring with another local Drupal user who turned out to be on Bluehost, and the twittervine, the following solution emerged and now needs to be implemented on Bluehost Drupal installs:</p>
<p>In /sites/default/files/, edit the .htaccess file, change the line that reads <em>Options +FollowSymLink</em>s to <em>Options SymLinksIfOwnerMatch. </em>So the new .htaccess file in the sites/default/files location should now read:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 613px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 613px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Options None</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 613px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Options SymLinksIfOwnerMatch</div>
<p>SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006<br />
Options None<br />
Options SymLinksIfOwnerMatch</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinstuart.com/new-drupal-install-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shoutout to people who can draw things</title>
		<link>http://www.martinstuart.com/shoutout-to-people-who-can-draw-things/</link>
		<comments>http://www.martinstuart.com/shoutout-to-people-who-can-draw-things/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:57:19 +0000</pubDate>
		<dc:creator>valarie</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.martinstuart.com/?p=181</guid>
		<description><![CDATA[
A good designer knows her limits, and knows best how to use her resources.
I&#8217;m a designer, and can work wonders with type and layout. What I&#8217;m not is an illustrator. Oh, I could probably spend untold hours creating the graphics I wanted for this website. But it would be an unproductive use of my time, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.istockphoto.com/user_view.php?id=2500402"><img class="alignnone size-full wp-image-182" title="illustrations" src="http://www.martinstuart.com/wp-content/uploads/2009/11/illustrations.gif" alt="illustrations" width="360" height="100" /></a></p>
<p>A good designer knows her limits, and knows best how to use her resources.</p>
<p>I&#8217;m a designer, and can work wonders with type and layout. What I&#8217;m not is an illustrator. Oh, I could probably spend untold hours creating the graphics I wanted for this website. But it would be an unproductive use of my time, especially when other resources are a click away.</p>
<p>The illustrations you see throughout the pages of this website are stock art from a fabulous illutrator named <a href="http://www.istockphoto.com/user_view.php?id=2500402">Brandi Powell.</a> I don&#8217;t know her personally. I found and bought her work on <a href="http://www.istockphoto.com">istockphoto.com</a>.</p>
<p>In a perfect world, when you&#8217;re developing a new site, you would hire a photographer or an illustrator to create exactly what you need. If you&#8217;re an Apple or Neiman Marcus, that&#8217;s exactly what you do. But if you&#8217;re a small business on a tight budget, that&#8217;s probably not an option.</p>
<p>That&#8217;s why sites like istockphoto are a great resource. Photos and illustrations can start as low as $1.00, and run well over $1000 if you&#8217;re interested in buying out rights to a piece of art. But whatever your budget, there&#8217;s probably an option for graphics that will fit your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinstuart.com/shoutout-to-people-who-can-draw-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
