<?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>Rockstar Guide Books</title>
	<atom:link href="http://rockstarguidebooks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rockstarguidebooks.com</link>
	<description>Just another LoveRockstar Websites site</description>
	<lastBuildDate>Thu, 03 Mar 2011 18:57:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Single Posts and Facebook</title>
		<link>http://rockstarguidebooks.com/single-posts-facebook/</link>
		<comments>http://rockstarguidebooks.com/single-posts-facebook/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 23:02:55 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1381</guid>
		<description><![CDATA[After discussing the Facebook features of the last two days you may be curious how to add them to a single post as you can see on this post. Above is a like button. It appears on single posts and &#8230; <a class="more-link" href="http://rockstarguidebooks.com/single-posts-facebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After discussing the Facebook features of the last two days you may be curious how to add them to a single post as you can see on this post.</p>
<p>Above is a like button.  It appears on single posts and says like about the particular post.</p>
<p>What you want to do is actually as simple as copying and pasting.  However you are adding code to your current theme.  It does have the possibility of causing problems.  If you are at all uncomfortable with adding codes then please do not do this.</p>
<p>If you are still here you must feel comfortable with adding codes.  For the next step you want to scroll down to appearance on the dashboard.</p>
<p>Open the box and select editor.  Now you will note a whole long list of different things you can edit on the right.  As themes title forms differently you will have to read the list carefully. Most call it Single Post, you might recognize the file name as single.php.</p>
<p>Select this and the code will appear in the middle box.</p>
<p>Look for &lt;?php the_content(); ?&gt;</p>
<p>Now you can either add the code below, before for a like button at the top of the post, or below for it to appear beneath the post.    Simply copy these code and paste it in one of those two locations.</p>
<p>&lt;!&#8211;Start Facebook&#8211;&gt;<br />
 &lt;iframe width=&#8221;465&#8243; height=&#8221;61&#8243; src=&#8221;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=65&amp;amp;action=like&amp;amp;colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; width:465px; height:61px&#8221;&gt;&lt;/iframe&gt;<br />
 &lt;!&#8211;End Facebook&#8211;&gt;</p>
<p>Now read <a title="Permalink to Additional Facebook Plugins" rel="bookmark" href="../additional-facebook-plugins.html">Additional Facebook Plugins </a> that was yesterday&#8217;s post.  Find the plugin you want to add to your single posts.  You will probably want to add it just before or after the comments.  This code can vary, but ti should look similar to</p>
<p>&lt;?php comments_template( &#8221;, true ); ?&gt;</p>
<p>So you will want to past the code you get before or after that.  Again if you are not comfortable with CSS or other codes, do not do this.   Otherwise remember as easily as you can paste the codes in, you can cut them out.</p>
<p><em><span style="color: #800000"> <img src='http://rockstarguidebooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   YOU ROCK!</span></em></p>
<p><em><span style="color: #800000">MJ Schrader</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/single-posts-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Additional Facebook Plugins</title>
		<link>http://rockstarguidebooks.com/additional-facebook-plugins/</link>
		<comments>http://rockstarguidebooks.com/additional-facebook-plugins/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 15:03:06 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1356</guid>
		<description><![CDATA[The Facebook developers have made it easy for you to quickly and easily add various types of Facebook applications. They have some wonderful boxes where you select the features you want on your box, and click get code. This code &#8230; <a class="more-link" href="http://rockstarguidebooks.com/additional-facebook-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://developers.facebook.com/plugins">Facebook developers</a> have made it easy for you to quickly and easily add various types of Facebook applications.  They have some wonderful boxes where you select the features you want on your box, and click get code.  This code comes in Iframe which most sites use or XFBML for other sites.</p>
<p><strong>Why are these called plugins?</strong></p>
<p>While with WordPress you typically download the plugin to add it to your site, these are codes that are called plugins.  Plugins are actually &#8220;mini programs&#8221; which is why Facebook developers call them plugins.  In this case however, you are simply going to get a code and add it to your website.</p>
<p><strong>Are they adaptable?</strong></p>
<p>All of the plugins allow you to change the width.  This makes it easy for you to add to your sidebar or to the main page or anywhere you want it.  Most all of the plugins allow you to change other options to make it fit your unique site needs so you can make it fit.</p>
<p><strong>What types of plugins do they offer?</strong></p>
<p>There are currently <a href="http://developers.facebook.com/plugins" target="_blank">8 different plugins</a> available.</p>
<ul>
<li>Login allows readers to login to Facebook.</li>
<li>The Like button is quickly being added to sites both big and small.</li>
<li>Recommendations can show your readers what they might like on your site.</li>
<li>Activity Feed shows readers what their friends are doing on your site.</li>
<li>The Like Box shows readers a live stream of your Facebook Fan page.</li>
<li>Facepile shows your readers which of their friends have already joined your site.</li>
<li>Comments allows for comments anywhere on your site.</li>
<li>Live Stream is great for live events so they can share their activities and comments in real time.</li>
</ul>
<p><strong><a href="http://developers.facebook.com/plugins"><img class="alignleft" src="http://static.ak.fbcdn.net/rsrc.php/zb/r/UZRIXLVcM4D.png" alt="" width="214" height="122" /></a>Which Facebook plugin should I use?</strong></p>
<p>Just like the features of each plugin depend on your particular needs, so does the plugin that you need.  Most sites would recommend that you add the Like Button after that it is up to your website.  If your site it too cluttered with gadgets and gizmos you readers may avoid it, yet with popularity of Facebook, you want to make certain some of it is offered.  This will help build your popularity in a word of mouth format.</p>
<p>By the way, see the box below this post?  Yes, that&#8217;s a Facebook plugin called the activity feed.  And does anyone want to learn how to add the like button to each post?  And how I added the activity box to the posts?  The problem is, it does take going into your CSS code and I want to provide what YOU want <img src='http://rockstarguidebooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <br class="spacer_" /></p>
<p><em><span style="color: #800000">Live ♥ Laugh ♥ Love</span></em></p>
<p><em><span style="color: #800000">MJ Schrader</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/additional-facebook-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding Facebook WITHOUT Plugins</title>
		<link>http://rockstarguidebooks.com/adding-facebook-no-plugin/</link>
		<comments>http://rockstarguidebooks.com/adding-facebook-no-plugin/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 15:47:47 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[no plugin]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1352</guid>
		<description><![CDATA[As I have said before plugins are helpful, but the more plugins you have the more potential for problems.  In addition, why add plugins that get poor ratings when you can add a Facebook like button simply and easily? Facebook &#8230; <a class="more-link" href="http://rockstarguidebooks.com/adding-facebook-no-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As I have said before plugins are helpful, but the more plugins you  have the more potential for problems.  In addition, why add plugins that  get poor ratings when you can add a Facebook like button simply and  easily?</p>
<p>Facebook has great developers and they have made things simple for you.  You just visit the <a href="http://developers.facebook.com/plugins" target="_blank">developer site</a> and find that they have several different options for you that will  give you the complete code you need with just a little bit of typing.   Type your site name, and then choose the options you need.</p>
<p><a href="http://developers.facebook.com/docs/reference/plugins/like"><img src="http://static.ak.fbcdn.net/rsrc.php/zh/r/o7L4NudG8GY.png" alt="" width="128" height="88" /></a>Yesterday  was a mention of the like button.  Now you can visit the developers  site and get one to add to your WordPress (or any site with HTML).  With  this code here, you want to put it someplace like a sidebar since this  will be for the overall site.</p>
<p>Simply visit the <a href="http://developers.facebook.com/docs/reference/plugins/like" target="_blank">Facebook Like Button</a> at the Developer Site.  You type in the name of your site or your fan  page site or whatever URL you wish.  You have a couple of options to  choose.</p>
<p>You will probably want to change the width unless you are putting it  across a whole page.  Most sidebars are only 200 pixels.  If you have 2  sidebars, probably they are 150 pixels or less.  If you do not know,  just make a guess.  You can always change the width to something smaller  if it goes over and repeat the following steps.</p>
<p>After the width, you have a couple more options to choose.  Then you press get code.</p>
<p>A popup window will appear with 2 sets of code.  The first is what  most users will need which is Iframe.  Most sites do not use the XFBML  code.</p>
<p>Now you will want to open a second tab.  In it you are going to open  your WordPress website, or other site where you can add HTML codes. With  WordPress you are going to scroll down to appearance.  Click it.  Click  widgets.</p>
<p>First you are going to the right hand of the screen to click the down  arrow on what is called the sidebar or &#8220;primary widget area&#8221; depending  on your theme.  This will open the area so you can drag and drop in  a  text box.</p>
<p>In the middle of the screen you will see several boxes.  Scroll down  to the text box.  Right click on it and drag it into the box you opened  in the step above.  Now click the little arrow on the right to open the  text box and head back to the Facebook developers page.</p>
<p>You are going to Copy (ALT+C) the Iframe code and go back to  WordPress Widgets.  Inside the text box you are going paste (Alt+V) the  code there.  Now go to the upper left and click your website name so you  see how it looks.  If it goes over the edge you will want to reduce the  width. Again these instructions will vary if you do not have WordPress.</p>
<p>Now your visitors can &#8220;Like&#8221; your website which will show up on their walls and hopefully bring in a few more visitors.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #800000"><em>Live ♥ Laugh ♥ Love</em></span></p>
<p><span style="color: #800000"><em>MJ Schrader</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/adding-facebook-no-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Do I Need Facebook?</title>
		<link>http://rockstarguidebooks.com/why-facebook/</link>
		<comments>http://rockstarguidebooks.com/why-facebook/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 15:24:22 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Success]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1313</guid>
		<description><![CDATA[After yesterday you may be curious what does Facebook have to do with my website? Or how can I get linked to social networking sites? For a website or business this is how you can create viral growth. With each &#8230; <a class="more-link" href="http://rockstarguidebooks.com/why-facebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After yesterday you may be curious what does Facebook have to do with my website?</p>
<p>Or how can I get linked to social networking sites?</p>
<p>For a website or business this is how you can create viral growth.  With each person who comments, recommends or likes your website on  Facebook, there are several people who see that.  Some will visit your  site.  Some will visit and recommend, and some will even recommend your  site simply because someone else recommended it.</p>
<p><strong><a href="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Frockstarguidebooks.com&amp;layout=standard&amp;show_faces=true&amp;width=195&amp;action=like&amp;colorscheme=light&amp;height=80"><img class="alignleft size-full wp-image-1314" src="http://rockstarguidebooks.com/wp-content/uploads/2010/09/BillTweet.jpg" alt="" width="213" height="92" /></a>What should I do?</strong></p>
<p>The key is to help your readers share your website.  Add a social  bookmarking plugin to your WordPress posts.  Sociable and Sexy Bookmarks  are quite popular.  By visiting the Facebook developers site you can  create a &#8220;like&#8221; button that you can add to your widgets to be ever  present reminder for readers to &#8220;like&#8221; your website.  Encourage readers  to share by asking.  Yes, it really is as simple as asking them to share  the site.   By the way, please click the like button on my website.</p>
<p><strong>Why is this important?</strong></p>
<p>With these tools, your readers can make a public statement about your  website.  These typically offer a link, to your website or post.  When  someone shares this information it becomes a post on their social  networking site wall, it becomes an item that can be searched, and on  Facebook it becomes part of their profile.  Imagine your website flashed  across several profiles.  Each profile could bring you several people,  viral advertising.  Best of all this viral advertising is free.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #800000">Live Laugh Love</span></p>
<p><span style="color: #800000">MJ Schrader</span></p>
<p>Tomorrow will cover how to add Facebook to your blog WITHOUT PLUGINS!!! (Yes, you can do it!)</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/why-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is Facebook Important?</title>
		<link>http://rockstarguidebooks.com/facebook-important/</link>
		<comments>http://rockstarguidebooks.com/facebook-important/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 15:48:16 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1312</guid>
		<description><![CDATA[You probably have heard that Facebook has surpassed all countries by having the largest population of the world. While Facebook is made up of people around the world, it is this aspect that continues to bring people. A person can &#8230; <a class="more-link" href="http://rockstarguidebooks.com/facebook-important/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You probably have heard that Facebook has surpassed all countries by having the largest population of the world.   While Facebook is made up of people around the world, it is this aspect that continues to bring people.   A person can be friends and leave messages, pictures and stay in touch with family and friends whether they move down the street or around the world, this draws people into the community of Facebook.</p>
<p><strong>What is Facebook?</strong></p>
<p>First you need to get an understanding of what Facebook is.  This site is a social networking site.  Thus it allows individuals to network with those they know and sometimes because of various connections, people start networking with those they do not.  The conversations shared, pictures, videos and other media made available through the network is called social media.</p>
<p><strong>Why is that important?</strong></p>
<p>When people see someone commenting on the same items, there may be a connection made, even a friendship.  The people on Facebook share information to connect with friends and in this way they connect with new friends.  You may notice two friends who do not know each other suddenly become connected because of you and their similar comments on your posts.<a href="http://rockstarguidebooks.com/wp-content/uploads/2010/09/9SwagBucks.jpg"></a></p>
<p>While it may be strange that people become connected this way, it is as it always has been.  The difference is now people connect online.  Before social networking, people mostly had to connect in person.  Now, people who have similar interests, like similar items, may choose to connect.  They will also alert one another of things they find interesting.</p>
<p style="text-align: left"><a href="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Frockstarguidebooks.com&amp;layout=standard&amp;show_faces=true&amp;width=195&amp;action=like&amp;colorscheme=light&amp;height=80"><img class="aligncenter size-full wp-image-1315" src="http://rockstarguidebooks.com/wp-content/uploads/2010/09/9SwagBucks-e1285900028626.jpg" alt="" width="450" height="56" /></a>So when someone sees something like the above on a friend&#8217;s site they might just check it out.  This way people share what they like and others can know in case they might like it as well.</p>
<p style="text-align: left"><em><span style="color: #800000">Live  Laugh  Love</span></em></p>
<p style="text-align: left"><em><span style="color: #800000">MJ Schrader</span></em></p>
<p style="text-align: left">Tomorrow will cover &#8220;Why Do I Need Facebook?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/facebook-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add A Slideshow without a WordPress Plugin</title>
		<link>http://rockstarguidebooks.com/add-slideshow-wordpress-plugin/</link>
		<comments>http://rockstarguidebooks.com/add-slideshow-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 16:49:14 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1329</guid>
		<description><![CDATA[Yesterday covered How to Have a Picnik with Google Pictures and WordPress. Hopefully it taught you how to add pictures with Google&#8217;s Picasa online photo storage.  Today is going to cover how to add their link to an album or &#8230; <a class="more-link" href="http://rockstarguidebooks.com/add-slideshow-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday covered How to <a title="Permalink to Have a Picnik with Google Pictures and WordPress" rel="bookmark" href="../picnik-google-pictures-wordpress.html">Have a Picnik with Google Pictures and WordPress.</a> Hopefully it taught you how to add pictures with Google&#8217;s Picasa online photo storage.  Today is going to cover how to add their link to an album or create a slideshow.</p>
<p><strong><img class="alignleft" src="http://lh6.ggpht.com/_wnyaQW5ZbTo/TK9KSbOFwaI/AAAAAAAAC84/p2LKdxwraTQ/childrensbook2.jpg" alt="" width="198" height="240" />To Add an Album Link or Slideshow</strong></p>
<p>You will need to be logged into Google. You  will need to be able to add HTML to site. In WordPress go to the upper right of  where you are writing your posts and click HTML. Find where you are  going to want the slideshow and go to Picasa in another tab.</p>
<p>If  you are on the page that shows all of your albums over on the right you  should see two words &#8220;Embed Slideshow.&#8221; That will show pictures from all  your albums. You can copy the code you see there and paste it on your  HTML page of your post.</p>
<p>If you want just one album, click the  album name. This time you will see &#8220;Link to this album&#8221; on the right.  While this will give you a code to link to the album, it will show just  one picture. This may be fine in some cases. But when you clicked that  link, &#8220;Embed Slideshow&#8221; appeared as well. Click that to get the HTML  code you need for the slideshow you want. Now you have a slideshow.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/add-slideshow-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Have a Picnik with Google Pictures and WordPress</title>
		<link>http://rockstarguidebooks.com/picnik-google-pictures-wordpress/</link>
		<comments>http://rockstarguidebooks.com/picnik-google-pictures-wordpress/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 15:35:34 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1330</guid>
		<description><![CDATA[You probably know that Google offers quite a few tools that can help your website. You may have heard of Google Reader, Google Docs, Gmail, but have you heard about Picasa? This is an online photo sharing site.  When you &#8230; <a class="more-link" href="http://rockstarguidebooks.com/picnik-google-pictures-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You probably know that Google offers quite a few tools that can help your website.  You may have heard of Google Reader, Google Docs, Gmail, but have you heard about Picasa?</p>
<p>This is an online photo sharing site.  When you use their online photo sharing, you can create albums to organize your pictures according to your needs.  You can add tags to find certain pictures easier.  Tagging people is made easy with their face recognition software.</p>
<p><strong>How much is it?<br />
 </strong></p>
<p>Their free option allows you to upload up to 1 GB worth of pictures.   People with lots of large, high quality pictures may want to upgrade to  the paid options which range from 20 GB to 16 TB. You can edit pictures  online without having to buy expensive photo editing programs with  Picnik, their partner.  Most features are free.</p>
<p><strong>What is this going to do?</strong></p>
<p>If  you have large high quality pictures you do not want to load them   to  your website because they will slow your site down. You can use  the  &#8220;add  image&#8221; in your posts and use the URL. Copy the image location  and  size  down to what you need for the post. You can have the image  link  to the  &#8220;original image&#8221; which will allow readers to see the  original  image.</p>
<p>Even  if your images are not big, think about this. Each image you   load takes  up some memory, after a year or several that&#8217;s quite a bit   of memory  that may be used. This will allow the images to be stored   elsewhere  which will keep your website running faster and smoother.</p>
<p><strong>How do I add pictures?</strong></p>
<p>With WordPress you probably already know how to click the little box that looks like a picture above your post that you are entering.  Normally when you click that box you might upload from your computer, instead you are going to click the &#8220;From URL&#8221; tab that is at the top of that  popup.  You will want to right click the image you want from Picasa and copy the Image URL, this phrase is slightly different on each browser.</p>
<p>Tomorrow will cover how to add a slideshow!  <img src='http://rockstarguidebooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><br class="spacer_" /></p>
<p><em><span style="color: #800000">Live ♥ Laugh ♥ Love</span></em></p>
<p><em><span style="color: #800000">MJ Schrader</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/picnik-google-pictures-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 WordPress Photo Plugins</title>
		<link>http://rockstarguidebooks.com/7-wordpress-photo-plugins/</link>
		<comments>http://rockstarguidebooks.com/7-wordpress-photo-plugins/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 19:15:03 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1323</guid>
		<description><![CDATA[Photographs can help you tell a story, help plant a seed in someone&#8217;s mind or just add a bit of sparkle to your blog post.  But what if you do not want to use the standard media library.  What if &#8230; <a class="more-link" href="http://rockstarguidebooks.com/7-wordpress-photo-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Photographs can help you tell a story, help plant a seed in someone&#8217;s mind or just add a bit of sparkle to your blog post.  But what if you do not want to use the standard media library.  What if the plugin that your friends recommend does not work on your blog? Are you doomed?</p>
<p>Of course not!  Here are 7 options just for you!</p>
<p><strong>1. NextGen Gallery </strong>is  probably the most popular WordPress Photo Gallery plugin. Create a  slide show, a media RSS feed and more. Easily move, copy, upload and  delete images. You can even add a flash photo gallery.  See the <a href="http://rockstarguidebooks.com/video-nextgen-photo-gallery-plugin-wordpress.html" target="_blank">NextGen Gallery video</a></p>
<p><strong><img class="alignleft" src="http://lh5.ggpht.com/_wnyaQW5ZbTo/TIfEe6O2zJI/AAAAAAAAC60/CzoNObGDntY/polaroid.jpg" alt="" width="240" height="178" />2. Featured Content Gallery</strong> is a photo gallery  WordPress plugin.  It allows you to create an automated, rotating image  gallery on any  post or page. It is very easy to integrate and you simply  add a field  where you want the gallery to display. Choose from dozens  of options to  customize according to your website.</p>
<p><strong>3. Flickr Gallery</strong> is a  great photo plugin if you use Flickr.  With their shortcodes system your  pages and posts can quickly and  easily have your Flickr images  incorporated. You can turn on database  caching for faster loading.</p>
<p><strong>4. WP </strong><strong>Photo Album </strong>easily  allows you to manage WordPress photo albums. Create albums and move  photos to and from them. Upload and delete photos and add a bit of code  to post your album where needed.</p>
<p><strong>5. Laz</strong><strong>yest Gallery</strong> with a name like that, how can you not like this WordPress plugin? It  creates thumbs and slides automatically. Easily manage comments per  image or folder. Arrange your images and folders as you wish and handle  many other details as you see fit.</p>
<p><strong>6. Shu</strong><strong>tter Reloaded</strong> is an image viewer but is minimal in size. It will resize large images,  combine images in sets and pre-load images for faster display. You can  customize background and color for captions, buttons and menu.</p>
<p><strong>7. Lightbox 2</strong> allows viewers to see a larger image in a unique format. Once an image  is clicked it will pop up and the rest of the page will darken. Load  times remain almost the same.</p>
<p>Tomorrow I will cover one more option.  It is not a plugin so it will need a bit more explanation than these do.</p>
<p><em><span style="color: #800000">Live ♥ Laugh ♥ Love </span></em></p>
<p><em><span style="color: #800000">MJ Schrader</span></em></p>
<p><br class="spacer_" /></p>
<p>Please thank Donald Tregde for this post!</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/7-wordpress-photo-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Website Working? Is There Really a Problem?</title>
		<link>http://rockstarguidebooks.com/website-working-problem/</link>
		<comments>http://rockstarguidebooks.com/website-working-problem/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 18:03:08 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1320</guid>
		<description><![CDATA[Today was supposed to be about plugins, tomorrow will be.  Today is a lesson and warning. Some day you will probably have someone tell you that your website is broken.  What is worse is the person may even blame and &#8230; <a class="more-link" href="http://rockstarguidebooks.com/website-working-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today was supposed to be about plugins, tomorrow will be.  Today is a lesson and warning. Some day you will probably have someone tell you that your website is  broken.  What is worse is the person may even blame and attack you. It crashes their computer, their browser or causes them other  problems. It may be something you can fix, then again it may not.  It may not be anything you have control over.</p>
<p><strong>There are too many variable</strong></p>
<p>If  you have WordPress there are over 11,000 plugins and over 1000 themes.  Any person can have any number of plugins. There are dozens of themes  with options to modify their appearance. Thereby we are talking probably  millions of possible combinations.</p>
<p>However there are more  variables, in addition to themes and plugins there are web host  services. There are hundreds of different hosting options available.  They can add in another variable that can mean something can work on one  web host and not another.</p>
<p><img class="alignleft" style="margin: 9px" src="http://lh3.ggpht.com/_wnyaQW5ZbTo/TKtktt9BXHI/AAAAAAAAC4g/-W1LA5urnIk/FireDancer.jpg" alt="" width="153" height="225" />Add into this equation that people have  different browsers and what may work on one will not work on another.  All of my sites are built with me using Firefox. I have tested most of  them in Chrome and Opera. There are also Internet  Explorer, Safari and other lesser known browsers. These read themes  differently so the curved corners on Firefox <a href="http://50WomenProject.com" target="_blank">50WomenProject.com</a> do not show up on Internet Explorer and actually mess up a  bit in Opera.  Addons, plugins and other features can make their browser more unique and add more variables.</p>
<p>Let&#8217;s also add into the equation that some people  are on PCs and others are on Mac. Then there is Linux which is a another  operating system. These read and respond differently to different  plugins, themes and such.</p>
<p>Oh, and since we do not have enough  variables&#8230; let&#8217;s add in the fact that a regular monitor and a  widescreen monitor pick up things differently. So when you visit one  website with a regular monitor, that was designed on a widescreen, it  may appear that things on the sidebar are cut in half.</p>
<p><strong>What are you trying to say?</strong></p>
<p>All  of this is to say that you can not please everyone and take every  possible variable into account. You can take most of them into account.  You can make it work for the majority of the people who visit your  website. You cannot make it work for every single person who comes to  your website.</p>
<p>Someone is liable to tell you that you have the  wrong plugins, theme or combinations because your website made their  browser crash. Maybe, maybe not. It may be the cookies from a site they  visited earlier disagrees with your site. It may be a random variable.  It may not, but if your site works for most people then be happy!</p>
<p>Check  your site on a couple different browsers. Ask friends who use different  browsers or computer types to check your website. If there are problems  turn off all your plugins and turn the back on one by one testing as  you go. Try a different theme. Try <a rel="nofollow" href="http://ismyblogworking.com/" target="_new">http://IsMyBlogWorking.com</a>.  Once you are confident your website works for most people, do not worry  about people who say your website crashes or does not work.  You have a  great website!</p>
<p><em>Live, Laugh, Love</em></p>
<p><em>MJ Schrader</em></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/website-working-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Story About WordPress Plugins</title>
		<link>http://rockstarguidebooks.com/about-wordpress-plugins/</link>
		<comments>http://rockstarguidebooks.com/about-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 05:35:05 +0000</pubDate>
		<dc:creator>MJ</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[unique]]></category>

		<guid isPermaLink="false">http://rockstarguidebooks.com/?p=1300</guid>
		<description><![CDATA[Themes have been the topic the last two days.  With plugins you can make additional changes that benefit both you and your readers.   Some will help readers find you, some can help your readers enjoy the site, while others &#8230; <a class="more-link" href="http://rockstarguidebooks.com/about-wordpress-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Themes have been the topic the last two days.  With plugins you can make additional changes that benefit both you and your readers.   Some will help readers find you, some can help your readers enjoy the site, while others can help you enjoy your back office more.</p>
<p><img class="alignleft" src="http://lh3.ggpht.com/_wnyaQW5ZbTo/THSWpZkdgcI/AAAAAAAAAqY/up0nz9OCY9I/electrical-plug.png" alt="" width="197" height="86" />One thing to note, since I have been asked before&#8230; there are over 11,000 plugins.  This number grows daily so if you have seen me mention a smaller number&#8230; I did.  There were just over 2000 when I started working with WordPress.</p>
<p><strong>Finding Your Site.</strong></p>
<p>You may want plugins that help search  engines find you.  Perhaps you want an SEO plugin such as All in One SEO or Platinum.  I prefer Platinum, but it&#8217;s personal preference.  You probably want Google XML SiteMaps.  It maps your site and keeps the map current.</p>
<p><strong>Socially acceptable</strong></p>
<p>Some people like social media plugins that allow  readers to share favorite posts with social networking sites. Sociable, Sexy Bookmarks and many more allow your site to be shared on various social media formats.</p>
<p><strong>Security</strong></p>
<p>There are plugins for various types of security.  Backing up your blog was mentioned two days ago and is in related posts below.  You can hide your blog, your pages, change your robot.txt.  The types are too many to list and are as unique as your needs.</p>
<p><strong>Speaking of Unique Needs</strong></p>
<p>If you  have pictures, audios or videos you may want a related specialty  WordPress plugins. You may have another specialty plugin you need.  Don&#8217;t worry, I plan to cover some of the better plugins over the next few days.</p>
<p><span style="color: #800000"><br />
 </span></p>
<p><em><span style="color: #800000">Live, Laugh , Love,</span></em></p>
<p><em><span style="color: #800000">MJ Schrader</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstarguidebooks.com/about-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

