<?xml version='1.0' encoding='utf-8'?>
<feed xmlns='http://www.w3.org/2005/Atom'>
<id>page114</id>
<title>FAQ</title>
<updated>2008-10-01T22:25:40.021-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html' rel='self'/>
<author></author><entry>
<title type='text'>I turned on the &apos;show/hide&apos; feature and now I get an underlined link</title>
<id>I_turned_on_the_showhide_featur</id>
<updated>2008-10-01T22:25:40.021-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_turned_on_the_showhide_featur'/>
<content type='html'>
 The &apos;show/hide&apos; feature where comments can be hidden and then quickly shown uses a link (anchor) so it will appear however your links are set to display.  If you do not like the appearance of this you can easily fix it with some custom CSS on the page.  For example if it&apos;s underlined and you don&apos;t want it underlined you can remove the text decoration with&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;.blog-show-link {&lt;br /&gt;   text-decoration:none;&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How do I use the &quot;Avatar&quot; feature?</title>
<id>How_do_I_use_the_Avatar_feature</id>
<updated>2008-09-17T22:27:00.764-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#How_do_I_use_the_Avatar_feature'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;The &quot;Avatar&quot; feature allows you to put a small graphic underneath each post -- This is very useful if you have multiple authors posting to a single blog. To use simply enter the name of the blogger (This is the name that blogger identifies for that person) and the URL of an image to place underneath each post. Do this for as many people as you have posting. &lt;span style=&quot;font:13px Geneva, serif; color:#333333;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href=&apos;files/BIGZZ43DDECD8.jpg.jpg&apos; rel=&apos;lightbox[How_do_I_use_the_Avatar_feature]&apos; title=&apos;ZZ43DDECD8&apos;&gt;&lt;img  alt=&apos;ZZ43DDECD8&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/ZZ43DDECD8.jpg&quot; width=&quot;246&quot; height=&quot;177&quot;/&gt;&lt;/a&gt;&lt;span style=&quot;font:13px Geneva, serif; color:#333333;&quot;&gt;&lt;br /&gt;&lt;/span&gt;If you are not sure what the &apos;Name&apos; should be you can easily find it by selecting &apos;Show Author in post&apos; from the RapidBlog setup menu. &lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>When I preview I don&apos;t see my pictures or links!</title>
<id>When_I_preview_I_dont_see_my_pi</id>
<updated>2008-06-24T23:01:10.338-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#When_I_preview_I_dont_see_my_pi'/>
<content type='html'>
 You probably have &apos;summary&apos; view turned on.  Due to a limitation in how blogger stores the posts the &apos;summary&apos; view strips out HTML formatting including links &amp; pictures.  Turn off summary view to see them.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Is it possible to use JS-Kit ratings?</title>
<id>Is_it_possible_to_use_JS-Kit_ra</id>
<updated>2008-06-13T23:09:56.273-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Is_it_possible_to_use_JS-Kit_ra'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;Similar to JS-Kit comments you can insert JS-Kit ratings.&lt;br /&gt;&lt;br /&gt;In the interblog text insert the following:&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;global $urlToThisPage;&lt;br /&gt;$blogPostPermaLink=&quot;$urlToThisPage?id=&quot;.$myEntry[&apos;POSTID&apos;]; &lt;br /&gt;$title=$myEntry[&apos;TITLE&apos;] ;&lt;br /&gt;$path=&quot;/&quot;.$myEntry[&apos;POSTID&apos;];&lt;br /&gt;print &quot;&amp;lt;div class=&apos;js-kit-ratings&apos;  title=&apos;$title&apos; path=&apos;$path&apos; permalink=&apos;$blogPostPermaLink&apos;&amp;gt;js-comments&amp;lt;/div&amp;gt;&quot;; &lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt; &lt;br /&gt;and make sure to enable &apos;Evaluate PHP Code&apos; as well as set the posts to show up every &apos;1&apos;.   You might also want to mark the code as unformatted (cmd-.) It should look like this:&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGIs_it_possible_to_use_JS-Kit_ra_1.png&apos; rel=&apos;lightbox[Is_it_possible_to_use_JS-Kit_ra]&apos; title=&apos;Pasted Graphic&apos;&gt;&lt;img  alt=&apos;Pasted Graphic&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Is_it_possible_to_use_JS-Kit_ra_1.jpg&quot; width=&quot;241&quot; height=&quot;67&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To the footer add the following&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;lt;script src=&quot;http://js-kit.com/ratings.js&quot;&amp;gt;&amp;lt;/script&amp;g&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Which should look like this:&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGIs_it_possible_to_use_JS-Kit_ra_2.png&apos; rel=&apos;lightbox[Is_it_possible_to_use_JS-Kit_ra]&apos; title=&apos;Pasted Graphic 1&apos;&gt;&lt;img  alt=&apos;Pasted Graphic 1&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Is_it_possible_to_use_JS-Kit_ra_2.jpg&quot; width=&quot;201&quot; height=&quot;53&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please note that JS-Kit comments &amp; Ratings will look funny (or not work at all) until you publish so don&apos;t depend on preview to check that they are working.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Does RapidBlog support the pluskit gdoc, gform and gtable commands?</title>
<id>Does_RapidBlog_support_the_plus</id>
<updated>2008-06-03T21:28:37.904-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Does_RapidBlog_support_the_plus'/>
<content type='html'>
 No:&lt;br /&gt;&lt;br /&gt;gdoc/gtable/gform require the use of PHP code execution on the server.  For security reasons RapidBlog will not execute remote PHP code and so those commands won&apos;t work.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>When I view the page I get a bunch of code (or it downloads a file)</title>
<id>When_I_view_the_page_I_get_a_bu</id>
<updated>2008-05-27T20:19:20.720-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#When_I_view_the_page_I_get_a_bu'/>
<content type='html'>
 If you get a bunch of &apos;code&apos; and/or it downloads a file when you view the Rapidblog it&apos;s possible your web host doesn&apos;t support PHP.  Most web hosts do support PHP but a few (very low cost version and things like .mac) do not.  A quick way to test to see is to try using the &apos;contact&apos; page -- if that does the same thing it usually points to a PHP problem.
 </content>
 </entry>
<entry>
<title type='text'>is it possible to use JS-Kit commenting system</title>
<id>is_it_possible_to_use_JS-Kit_co</id>
<updated>2008-04-18T22:47:29.048-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#is_it_possible_to_use_JS-Kit_co'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;You can use JS Kit commenting by adding some extra javascript in the &apos;Interblog&apos; and &apos;Footer&apos; section To the &apos;Interblog&apos; add the following PHP code snippit&lt;br /&gt;&lt;br /&gt;To the &apos;interblog&apos; section add the following code, enable after every 1 post(s) and select &apos;evaluate PHP code&apos;&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;global $urlToThisPage;&lt;br /&gt;$blogPostPermaLink=&quot;$urlToThisPage?id=&quot;.$myEntry[&apos;POSTID&apos;]; &lt;br /&gt;print &quot;&amp;lt;div class=&apos;js-kit-comments&apos; path=&quot;.$myEntry[&apos;POSTID&apos;].&quot; permalink=$blogPostPermaLink&amp;gt;js-comments&amp;lt;/div&amp;gt;&quot;; &lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;It should look like this: &lt;a href=&apos;files/BIGis_it_possible_to_use_JS-Kit_co_1.png&apos; rel=&apos;lightbox[is_it_possible_to_use_JS-Kit_co]&apos; title=&apos;Pasted Graphic&apos;&gt;&lt;img  alt=&apos;Pasted Graphic&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/is_it_possible_to_use_JS-Kit_co_1.jpg&quot; width=&quot;133&quot; height=&quot;39&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To the footer add the following&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;lt;script src=&quot;http://js-kit.com/comments.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;It should look like this: &lt;a href=&apos;files/BIGis_it_possible_to_use_JS-Kit_co_2.png&apos; rel=&apos;lightbox[is_it_possible_to_use_JS-Kit_co]&apos; title=&apos;Pasted Graphic 1&apos;&gt;&lt;img  alt=&apos;Pasted Graphic 1&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/is_it_possible_to_use_JS-Kit_co_2.jpg&quot; width=&quot;123&quot; height=&quot;33&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;note that JS-Kit doesn&apos;t work properly in the browser so you may see it act a little funny until you publish.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I lost my registration code, How can I get it back?</title>
<id>I_lost_my_registration_code_How</id>
<updated>2008-04-15T22:40:53.284-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_lost_my_registration_code_How'/>
<content type='html'>
 To retrieve lost license codes you need to go to two spots and fill out forms (It&apos;s two spots because there are two different ways to get licenses that have different retrieval methods -- Just do both and you should be good to go&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://store.esellerate.net/support&quot; rel=&quot;self&quot;&gt;http://store.esellerate.net/support&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://store.loghound.com/store/lost_license&quot; rel=&quot;self&quot;&gt;https://store.loghound.com/store/lost_license&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You will need the email you used to register the program -- All of your esellerate and loghound  purchase serial numbers will be resent to you.
 </content>
 </entry>
<entry>
<title type='text'>I added pictures from blogger and they don&apos;t stay nicely with the post</title>
<id>I_added_pictures_from_blogger_a</id>
<updated>2008-04-15T22:33:51.034-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_added_pictures_from_blogger_a'/>
<content type='html'>
 By default Blogger inserts pictures that &apos;float&apos; -- This means that they will tend to flow content to one side which will cause them to overlap multiple posts.  Some themes handle this fine but some don&apos;t. &lt;br /&gt;&lt;br /&gt;Fortunately there is a simple fix.  Adding the following custom CSS to your RapidBlog page -- It tells the page that when you get to comments make sure that any &apos;floating&apos; elements are clear (e.g. put the comments below the pictures)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font:13px Courier, mono; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.blog-entry-comments {&lt;/span&gt;&lt;span style=&quot;font:13px Arial, Verdana, Helvetica, sans-serif; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font:13px Courier, mono; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; clear: both;&lt;/span&gt;&lt;span style=&quot;font:13px Arial, Verdana, Helvetica, sans-serif; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font:13px Courier, mono; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/span&gt;
 </content>
 </entry>
<entry>
<title type='text'>I tried to replace my RW blog with RapidBlog and it didn&apos;t work!</title>
<id>I_tried_to_replace_my_RW_blog_w</id>
<updated>2008-04-08T21:16:41.608-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_tried_to_replace_my_RW_blog_w'/>
<content type='html'>
 If you are trying to replace an built in RapidWeaver blog with RapidBlog and it doesn&apos;t appear to be working the problem may be because your old RW Blog is still hanging around.  The way RapidWeaver works is it &lt;strong&gt;never&lt;/strong&gt; deletes old files on your server (which is a good thing) so when you change from a built in blog (which might be called index.hmtl) to a RapidBlog (which might be called index.php)  you could have a problem because a person going to your site might not specify *which* version they are looking for and (the .html or .php) and the poor web server has to decide.  Guess what?  It always chooses a .html over a php if given a choice.&lt;br /&gt;&lt;br /&gt;The quick test is to make sure that you are getting the url you expect with a PHP ending.
 </content>
 </entry>
<entry>
<title type='text'>I Can&apos;t get any output</title>
<id>I_Cant_get_any_output</id>
<updated>2008-02-15T08:27:22.273-08:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_Cant_get_any_output'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;This FAQ entry assumes you can&apos;t get RapidBlog to work (and you never got it to work) -- If you go to the page and  is blank or only renders the top half this might help troubleshoot what is happening.    This is sort of a &apos;deathstar&apos; of troubleshooting, it&apos;ll print everything that it thinks is meanigful to the screen and might provide some insight and can be a little tricky to interpret but can often provide some insight.&lt;br /&gt;&lt;br /&gt;Simply insert the following code in the &apos;prefix&apos; section of your rapidblog page (the prefix section can be accessed by going to the page inspector) &lt;a href=&apos;files/BIGheader_zoom_out.png&apos; rel=&apos;lightbox[I_Cant_get_any_output]&apos; title=&apos;Pasted Graphic&apos;&gt;&lt;img  alt=&apos;Pasted Graphic&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/header_zoom_out.jpg&quot; width=&quot;50&quot; height=&quot;46&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;ini_set(&apos;display_errors&apos;,&apos;1&apos;);&lt;br /&gt;ini_set(&apos;display_startup_errors&apos;,&apos;1&apos;);&lt;br /&gt;error_reporting (E_ALL); &lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How do I add a &quot;Digg&quot; button?</title>
<id>How_do_I_add_a_Digg_button</id>
<updated>2008-01-10T21:28:49.690-08:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#How_do_I_add_a_Digg_button'/>
<content type='html'>
 Below is a snippit of code you can copy into the interblog setting to add a digg button.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;lt;?php rapidblogJavascriptVars();  ?&amp;gt;&lt;br /&gt;&amp;lt;script type=&apos;text/javascript&apos;&amp;gt;&lt;br /&gt;digg_url = blogPostPermaLink;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src=&apos;http://digg.com/tools/diggthis.js&apos;  type=&apos;text/javascript&apos;&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I want to add a (digg/del.icio.us/etc.) button</title>
<id>I_want_to_add_a_diggdeliciouset</id>
<updated>2008-01-10T21:28:34.146-08:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_want_to_add_a_diggdeliciouset'/>
<content type='html'>
 Put the following snippet in the &apos;interblog&apos; setting.  Make sure you have &apos;evaluate PHP code&apos; turned on and you should get a nice addthis button.  Please replace YOUR WEBSITE HERE with your web (e.g. www.loghound.com is mine)&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;lt;?php rapidblogJavascriptVars();  ?&amp;gt;&lt;br /&gt;&amp;lt;!-- addThis --&amp;gt;&lt;br /&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;  addthis_url    = blogPostPermaLink;   &lt;br /&gt;  addthis_title  = blogPostTitle;  &lt;br /&gt;  addthis_pub    = &apos;YOUR WEB SITE HERE&apos;;     &lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://s7.addthis.com/js/addthis_widget.php?v=12&quot; &amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I can&apos;t see my posts!</title>
<id>I_cant_see_my_posts</id>
<updated>2008-01-10T13:47:45.876-08:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_cant_see_my_posts'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;If you get &apos;Blogger Down&apos;  or otherwise can&apos;t see your posts on your web site  there is a chance you&apos;ve turned off the feed.&lt;br /&gt;&lt;br /&gt;There are two places where this can bite you:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) Go into the blogger web page settings-&gt;site feed and make sure &apos;Allow Blog Feed&apos; is turned to &apos;full&apos;&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGI_cant_see_my_posts_1.png&apos; rel=&apos;lightbox[I_cant_see_my_posts]&apos; title=&apos;ZZ19A86FB2&apos;&gt;&lt;img  alt=&apos;ZZ19A86FB2&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/I_cant_see_my_posts_1.png&quot; width=&quot;254&quot; height=&quot;185&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2) Make sure your &apos;Anyone&apos; can read the blog by going to the permissions tab&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGI_cant_see_my_posts_2.jpg&apos; rel=&apos;lightbox[I_cant_see_my_posts]&apos; title=&apos;ZZ0509B137&apos;&gt;&lt;img  alt=&apos;ZZ0509B137&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/I_cant_see_my_posts_2.jpg&quot; width=&quot;283&quot; height=&quot;177&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>I would like to use a ping service, how can I do this?</title>
<id>I_would_like_to_use_a_ping_serv</id>
<updated>2007-11-05T20:56:50.471-08:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_would_like_to_use_a_ping_serv'/>
<content type='html'>
 Right now RapidBlog does not have any built in ping services to ping sites like technorati.com, weblogs.com, etc.  However there are third party solutions that can do this very nicely.&lt;br /&gt;&lt;br /&gt;One nice service is &lt;a href=&quot;http://pingoat.com/&quot; rel=&quot;self&quot;&gt;Pingoat&lt;/a&gt;  With this you can create a list of sites you want to pin and save it as a favorite URL.  When you make a change simple visit this URL and you are good to go!&lt;br /&gt;&lt;br /&gt;Thanks to the guy in the &lt;a href=&quot;http://www.realmacsoftware.com/support/viewtopic.php?pid=174289#p174289&quot; rel=&quot;self&quot;&gt;RapidWeaver forum&lt;/a&gt; for this idea.
 </content>
 </entry>
<entry>
<title type='text'>Where do I enter my Registration Code?</title>
<id>Where_do_I_enter_my_Registratio</id>
<updated>2007-10-21T17:35:05.987-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Where_do_I_enter_my_Registratio'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;When you purchase RapidBlog you will get the registration code (also sometimes called serial number) both on the final web page of the purchase screen as well as in a confirmation email.&lt;br /&gt;&lt;br /&gt;To enter it simply go to the &apos;setup&apos; screen of RapidBlog and select the &apos;Registration&apos; tab&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGWhere_do_I_enter_my_Registratio_1.jpg&apos; rel=&apos;lightbox[Where_do_I_enter_my_Registratio]&apos; title=&apos;ZZ568D8B40&apos;&gt;&lt;img  alt=&apos;ZZ568D8B40&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Where_do_I_enter_my_Registratio_1.jpg&quot; width=&quot;229&quot; height=&quot;161&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Custom CSS</title>
<id>Custom_CSS</id>
<updated>2007-10-21T17:22:57.014-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Custom_CSS'/>
<content type='html'>
 For the most part RapidBlog uses the standard CSS rules that all RapidWeaver themes include.  However because rapidweaver offers some additional features the standard blog client doesn&apos;t offer it has some additional class  structures you can define CSS for.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;class&lt;/td&gt;
&lt;td&gt;Purpose&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-author&lt;/td&gt;
&lt;td&gt;The Author name as defined by Blogger (You can control what it says here by editing the entry in blogger).  This is only useful if you have a multi-author blog&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-readmore&lt;/td&gt;
&lt;td&gt;The &amp;#8220;Read More&amp;#8221; string if you use a summary view&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-comments&lt;/td&gt;
&lt;td&gt;the comment including the word &amp;#8216;comment&amp;#8217;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-comments-body&lt;/td&gt;
&lt;td&gt;the actual comment string&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-comments-body-even&lt;/td&gt;
&lt;td&gt;Comments that are &amp;#8216;even&amp;#8217; (e.g. comment 2,4,6,8)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-comments-body-odd&lt;/td&gt;
&lt;td&gt;Comments that are &amp;#8216;Odd&amp;#8217; (e.g comment 1,3,5,7)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-comments-break&lt;/td&gt;
&lt;td&gt;The space between comments&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-comment&lt;/td&gt;
&lt;td&gt;All blog entry comments (use this if you don&amp;#8217;t want to define custom comments&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-body&lt;/td&gt;
&lt;td&gt;the main &amp;#8220;Body&amp;#8221; of the blog entry&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-category&lt;/td&gt;
&lt;td&gt;the &amp;#8220;Category&amp;#8221; class&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-date&lt;/td&gt;
&lt;td&gt;The &amp;#8220;Date&amp;#8221; of the blog&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blog-entry-title&lt;/td&gt;
&lt;td&gt;The &amp;#8220;Title&amp;#8221; of the blog&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;unique-entry-id-xx&lt;/td&gt;
&lt;td&gt;The ID of that post (e.g. unique-entry-id-0 is the first, unique-entry-id-1 is the second, etc.)&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How can I control the spacing of inline comments?</title>
<id>How_can_I_control_the_spacing_o</id>
<updated>2007-10-21T17:22:21.950-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#How_can_I_control_the_spacing_o'/>
<content type='html'>
 Inline blogger comments have a single &amp;lt;br class=&apos;blog-entry-comments-break&apos; /&amp;gt; between them.  You can control the size of this to increase or decrease the space between comments 
 </content>
 </entry>
<entry>
<title type='text'>Can I localize the Date to my Country?</title>
<id>Can_I_localize_the_Date_to_my_C</id>
<updated>2007-10-15T20:06:43.014-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Can_I_localize_the_Date_to_my_C'/>
<content type='html'>
 Yes, to Localize you need to define a dictionary that converts the english word to the &quot;Other&quot; (your) language (e.g. October =&gt; Oktober, etc.)  Use the table in the date selection to do this.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I want a blog that only my friends can see</title>
<id>I_want_a_blog_that_only_my_frie</id>
<updated>2007-10-04T14:24:11.437-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_want_a_blog_that_only_my_frie'/>
<content type='html'>
 RapidBlog requires that your blog be &apos;public&apos; so that it can display it.  There is a way, however, to provide limited access.  It&apos;s important to note that anyone who is motivated enough could probably figure out a way to see it but it makes it unlikely that people will fine it.&lt;br /&gt;&lt;br /&gt;First you need to change your blogger template.  You can go &lt;a href=&quot;http://www.loghound.com/rapidblog/faq/files/../index.html#Decide_if_you_want_to_keep_a_bl&quot; rel=&quot;self&quot; title=&quot;FAQ:Decide if you want to keep a blogger page&quot;&gt;here&lt;/a&gt; to see how to change it to  a redirect page (or just leave out the redirect and it becomes a dead link)&lt;br /&gt;&lt;br /&gt;Then put your blog behind a &lt;a href=&quot;../../lockdown/index.html&quot; rel=&quot;self&quot; title=&quot;Lockdown&quot;&gt;Lockdown&lt;/a&gt; page and give your friends a username and password.&lt;br /&gt;&lt;br /&gt;At this point if they go to the blogger page they get either a blank page or get redirected to your password protected page.   What&apos;s important to realize is that the &apos;feed&apos; of the blog is still available.  It&apos;s not advertised anywhere but it&apos;s available and someone who was really motivated could possibly figure out how to view the posts -- it&apos;s not terribly easy but it is possible.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Decide if you want to keep a blogger page</title>
<id>Decide_if_you_want_to_keep_a_bl</id>
<updated>2007-10-01T13:33:34.737-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Decide_if_you_want_to_keep_a_bl'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;When you create a RapidBlog page you actually end up creating two pages.  One is your rapidweaver version and one is your blogger version.&lt;br /&gt;&lt;br /&gt;For instance for my &quot;All About Monkeys&quot; page you can view it &lt;a href=&quot;../../rapidblog/monkeyblog/index.php&quot; rel=&quot;self&quot; title=&quot;AllAboutMonkeys&quot;&gt;here&lt;/a&gt;  (Rapidweaver version) as well as &lt;a href=&quot;http://all-about-monkeys.blogspot.com&quot; rel=&quot;self&quot;&gt;here&lt;/a&gt; (blogger version)&lt;br /&gt;&lt;br /&gt;You may decide that you don&apos;t really want the blogger version but instead want everyone directed to your rapidweaver version.  If this is the case simple go into the template editing feature of blogger and select &apos;Edit HTML&apos;&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGDecide_if_you_want_to_keep_a_bl_1.png&apos; rel=&apos;lightbox[Decide_if_you_want_to_keep_a_bl]&apos; title=&apos;ZZ126AE982&apos;&gt;&lt;img  alt=&apos;ZZ126AE982&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Decide_if_you_want_to_keep_a_bl_1.png&quot; width=&quot;256&quot; height=&quot;167&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In the &lt;head&gt; section insert the text&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;  &amp;lt;meta content=&apos;0;url=[FULL URL TO YOUR SITE HERE]&apos; http-equiv=&apos;refresh&apos;/&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;Of course replace &lt;strong&gt;[FULL URL TO YOUR SITE HERE] &lt;/strong&gt; with the actual URL &lt;strong&gt;but DO NOT INCLUDE THE [BRACKETS] -- Just type in the URL (click on the picture above to see an example)&lt;/strong&gt;.  You can also delete everything between the &amp;lt;body&amp;gt; and &amp;lt;/body&amp;gt; tags.  Now the blogspot account will automatically redirect to you Rapidweaver account.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Does RapidBlog support .mac?</title>
<id>Does_RapidBlog_support_mac</id>
<updated>2007-09-26T22:01:25.822-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Does_RapidBlog_support_mac'/>
<content type='html'>
 No, unfortunately RapidBlog requires php which .mac does not support.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>T_STRING error</title>
<id>T_STRING_error</id>
<updated>2007-09-07T08:16:34.569-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#T_STRING_error'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;If you get the following on a RapidBlog page&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font:16px Times-Bold; font-weight:bold; font-weight:bold; &quot;&gt;Parse error&lt;/span&gt;&lt;span style=&quot;font:16px Times-Roman; &quot;&gt;: syntax error, unexpected T_STRING in &lt;/span&gt;&lt;span style=&quot;font:16px Times-Bold; font-weight:bold; font-weight:bold; &quot;&gt;xxx&lt;/span&gt;&lt;span style=&quot;font:16px Times-Roman; &quot;&gt; on line &lt;/span&gt;&lt;span style=&quot;font:16px Times-Bold; font-weight:bold; font-weight:bold; &quot;&gt;1&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Where &apos;xxx&apos; refers to a path on your system then you probably have &apos;&lt;strong&gt;Use XML Declaration&lt;/strong&gt;&apos; enabled in the page inspector.  It&apos;s located in different places for RW3.5 and RW3.6&lt;br /&gt;&lt;a href=&apos;files/BIGT_STRING_error_1.jpg&apos; rel=&apos;lightbox[T_STRING_error]&apos; title=&apos;ZZ188775CD&apos;&gt;&lt;img  alt=&apos;ZZ188775CD&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/T_STRING_error_1.jpg&quot; width=&quot;242&quot; height=&quot;321&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;ZZ1B801AD6&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/T_STRING_error_2.jpg&quot; width=&quot;388&quot; height=&quot;267&quot;/&gt;&lt;br /&gt;Simple turn it off to make this error go away&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I want the author name to have &quot;Written By:&quot; in front, is that possible?</title>
<id>I_want_the_author_name_to_have_</id>
<updated>2007-09-04T21:19:51.569-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_want_the_author_name_to_have_'/>
<content type='html'>
 Sure!  You can do it with some fancy CSS&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;.blog-entry-body .blog-entry-author:before {&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;content: &quot;Written By: &quot;;&lt;br /&gt;}&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;This code basically tells RW to prepend the words &quot;Written By&quot; before the author.
 </content>
 </entry>
<entry>
<title type='text'>I Can&apos;t see my posts V2</title>
<id>I_Cant_see_my_posts_V2</id>
<updated>2007-08-05T15:57:12.446-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_Cant_see_my_posts_V2'/>
<content type='html'>
 If you don&apos;t see any posts another possibility is that your web host does not allow &apos;external access&apos; by PHP scripts.  The way RapidBlogger works in contacts blogger to get your most recent posts.  If your host prevents that access then RapidBlogger won&apos;t work.&lt;br /&gt;&lt;br /&gt;This is a fairly rare occurrence and usually only happens with &apos;free&apos; type accounts.&lt;br /&gt;&lt;br /&gt;To test if this is a problem or not download this file:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.loghound.com/rapidblog/faq/files/I_Cant_see_my_posts_V2_1.rw3&quot;&gt;php_external_test&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Publish it to your web host and then visit the page.  To see what a &apos;working&apos; version is you can visit my working version here to see what it should look like.  If yours doesn&apos;t display anything after the initial text then you probably can&apos;t access the internet from your web host.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Can I use FeedBurner with RapidBlog?</title>
<id>Can_I_use_FeedBurner_with_Rapid</id>
<updated>2007-07-31T13:32:25.253-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Can_I_use_FeedBurner_with_Rapid'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;It&apos;s easy to use FeedBurner with Rapidblog.  &lt;br /&gt;&lt;br /&gt;&lt;markdown&gt;&lt;br /&gt;&lt;br /&gt;1.  Get the URL to your RSS feed from rapidblog.  You can do this by publishing the blog and then right clicking on the RSS feed in the sidebar and saying &apos;copy location&apos;&lt;br /&gt;2.  Copy that address into feedburner, you will need to setup an an account but it will give you a new URL that is your feedburner address (for instance my blog is http://feeds.feedburner.com/LoghoundcomBlog)&lt;br /&gt;3.  Go back into rapidblog and turn off the feed.  This prevents RapidBlog from putting it in the sidebar (don&apos;t worry, RapidBlog still publishes the feed so feedburner can always get it&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;ZZ7CB4B61B&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/Can_I_use_FeedBurner_with_Rapid_1.jpg&quot; width=&quot;296&quot; height=&quot;207&quot;/&gt;&lt;br /&gt;4.  Now add the feed to your sidebar manually using the following code.  Make sure  your sidebar is set to HTML or if it&apos;s styled text make sure to mark it as &apos;ignore formatting&apos; (cmd-.) &lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGCan_I_use_FeedBurner_with_Rapid_2.png&apos; rel=&apos;lightbox[Can_I_use_FeedBurner_with_Rapid]&apos; title=&apos;Pasted Graphic&apos;&gt;&lt;img  alt=&apos;Pasted Graphic&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Can_I_use_FeedBurner_with_Rapid_2.jpg&quot; width=&quot;426&quot; height=&quot;143&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5) Now the feed on the sidebar should  properly point to the feedburner version&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    
 </content>
 </entry>
<entry>
<title type='text'>I got a lot of warnings and notices</title>
<id>I_got_a_lot_of_warnings_and_not</id>
<updated>2007-07-21T08:45:54.361-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_got_a_lot_of_warnings_and_not'/>
<content type='html'>
 If you get a lot of undefined errors like this&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;Notice&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; color:#333333;&quot;&gt;: Undefined variable: HTTP_REFERER in (some path) on line &lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;186&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;Notice&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; color:#333333;&quot;&gt;: Undefined index: SCRIPT_URI in &lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;(some path)&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; color:#333333;&quot;&gt;on line &lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;187&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;The likely cause is your web host has set default PHP warning level too high.   To fix it put the following in the &apos;page prefix&apos; section of the page&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;&amp;lt;?PHP&lt;br /&gt;error_reporting(E_ERROR);&lt;br /&gt;?&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;pastedGraphic&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/I_got_a_lot_of_warnings_and_not_1.png&quot; width=&quot;240&quot; height=&quot;157&quot;/&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>What bloger settings should I &quot;not&quot; change?</title>
<id>What_bloger_settings_should_I_n</id>
<updated>2007-07-15T17:11:29.612-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#What_bloger_settings_should_I_n'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;In general you can go into blogger.coma and muck around with settings.  There are a few, however, that will break rapidblog.  Specifically:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Site Feed -&gt; Allow feed needs to be kept at &apos;full&apos; &lt;img class=&quot;imageStyle&quot; alt=&quot;Blogger_ rbtest2 - Feed and Syndication Settings&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/What_bloger_settings_should_I_n_1.jpg&quot; width=&quot;351&quot; height=&quot;62&quot;/&gt;&lt;br /&gt;&lt;br /&gt;Don&apos;t use custom domains.  Publish to blogspot.com &lt;a href=&apos;files/BIGWhat_bloger_settings_should_I_n_2.jpg&apos; rel=&apos;lightbox[What_bloger_settings_should_I_n]&apos; title=&apos;Blogger_ rbtest2 - Publishing Settings&apos;&gt;&lt;img  alt=&apos;Blogger_ rbtest2 - Publishing Settings&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/What_bloger_settings_should_I_n_2.jpg&quot; width=&quot;279&quot; height=&quot;113&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>404/Resource not found errors</title>
<id>404Resource_not_found_errors</id>
<updated>2007-07-05T22:02:25.051-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#404Resource_not_found_errors'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;If you get a 404 or &quot;Resource not Found&quot; error the problem appears to be that you have posted too many posts to Blogger.  I&apos;m working on a long term fix but here are  a few short term suggestions.&lt;br /&gt;&lt;br /&gt; &lt;a href=&apos;files/BIG404Resource_not_found_errors_1.png&apos; rel=&apos;lightbox[404Resource_not_found_errors]&apos; title=&apos;ZZ29960B1C&apos;&gt;&lt;img  alt=&apos;ZZ29960B1C&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/404Resource_not_found_errors_1.png&quot; width=&quot;260&quot; height=&quot;73&quot;/&gt;&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;1) Go to &lt;span style=&quot;font:11px &amp;#39;Lucida Grande&amp;#39;, LucidaGrande, Verdana, sans-serif; color:#0000F0;&quot;&gt;&lt;u&gt;&lt;a href=&quot;https://www.google.com/accounts/DisplayUnlockCaptcha?service=blogger&quot; rel=&quot;self&quot;&gt;https://www.google.com/accounts/DisplayUnlockCaptcha?service=blogger&lt;/a&gt;&lt;/u&gt;&lt;/span&gt; And fill out the captcha request.&lt;br /&gt;2) Wait 30 minutes or so &lt;br /&gt;3) Try again.&lt;br /&gt;&lt;br /&gt;If that doesn&apos;t work then go to the web client at http://www.blogger.com and try to add a post via the web interface.  You should be asked for a &apos;captcha&apos; during the post (which is a random series of numbers and letters).  Once you add the post with the captcha wait another 30 minutes and try the post via web -- As long as the captcha is present RapidBlog (or any 3rd party blogger tool) won&apos;t work.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If it&apos;s STILL not working then you&apos;ll need to ask blogger to reset your account and increase your limit.  you can do that by going to &lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogger.com/problem.g &quot; rel=&quot;self&quot;&gt;http://www.blogger.com/problem.g&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Tell them the account is captcha locked and ask them to raise your limit.  This usually only takes a day or so.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How do I get Google Adsense to appear?</title>
<id>How_do_I_get_Google_Adsense_to_</id>
<updated>2007-05-13T22:38:14.937-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#How_do_I_get_Google_Adsense_to_'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;Simple:  Use the &apos;interblog&apos; feature found in the &quot;Header/Footer&apos; tab&lt;br /&gt;&lt;br /&gt;Just copy the google adsense code into the interblog -- Take care to delete the starting &apos;HTML comment&apos; string otherwise it won&apos;t work&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGHow_do_I_get_Google_Adsense_to__1.png&apos; rel=&apos;lightbox[How_do_I_get_Google_Adsense_to_]&apos; title=&apos;ZZ0B4E9511&apos;&gt;&lt;img  alt=&apos;ZZ0B4E9511&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/How_do_I_get_Google_Adsense_to__1.png&quot; width=&quot;303&quot; height=&quot;206&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>What does that little lock icon appear next to my title sometimes?</title>
<id>What_does_that_little_lock_icon</id>
<updated>2007-05-13T22:04:09.746-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#What_does_that_little_lock_icon'/>
<content type='html'>
 That little &quot;Lock&quot; icon means the post was last edited by Blogger.  If you edit it within RapidBlog you may loose formatting.  You can have RapidBlog automatically warn you before editing these post by selecting that option in the setup menu&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Picture 1&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/What_does_that_little_lock_icon_1.png&quot; width=&quot;188&quot; height=&quot;142&quot;/&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Picture 2&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/What_does_that_little_lock_icon_2.png&quot; width=&quot;310&quot; height=&quot;86&quot;/&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>GoDaddy</title>
<id>GoDaddy</id>
<updated>2007-05-06T23:32:19.860-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#GoDaddy'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;I really hate writing this entry, I have nothing really against GoDaddy except for the number of problems their odd configurations cause:&lt;br /&gt;&lt;br /&gt;If you have GoDaddy you need to be prepared for periodic downtime in RapidBlog (as of this writing anyway, April 2007).   If you aren&apos;t locked into a long term contract you might consider changing web hosts to one that is more reliable (I use and recommend &lt;a href=&quot;http://www.dreamhost.com&quot; rel=&quot;self&quot;&gt;DreamHost&lt;/a&gt;).  I hope at some point to remove this FAQ item but it keeps on coming up with GoDaddy.  &lt;br /&gt;&lt;br /&gt;See the note below for the details, I suggest opening a support ticket and referencing ticket 1789043 (say &quot;It&apos;s the same problem as ticket 1789043&quot;).  You can see the GoDaddy response below for more details (click on image to get full details)&lt;br /&gt;&lt;br /&gt; &lt;a href=&apos;files/BIGGoDaddy_1.png&apos; rel=&apos;lightbox[GoDaddy]&apos; title=&apos;ZZ68CFC65E&apos;&gt;&lt;img  alt=&apos;ZZ68CFC65E&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/GoDaddy_1.png&quot; width=&quot;121&quot; height=&quot;112&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#8B0000;&quot;&gt;If you do decide to move to DreamHost you can use the coupon code &apos;&lt;/span&gt;&lt;span style=&quot;color:#8B0000;font-weight:bold; &quot;&gt;NoDaddy&lt;/span&gt;&lt;span style=&quot;color:#8B0000;&quot;&gt;&apos; at checkout and save $97 off your first year&lt;/span&gt; (making the first year about $20 total).  Just to be clear I don&apos;t benefit at all if you use that coupon code (except for the indirect benefit that more of my customers are on Dreamhost which I find a very good host)&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How can I tell if Blogger is &apos;up&apos; or not?</title>
<id>How_can_I_tell_if_Blogger_is_up</id>
<updated>2007-05-06T13:16:23.310-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#How_can_I_tell_if_Blogger_is_up'/>
<content type='html'>
 You can always check the blogger status page:  &lt;a href=&quot;http://status.blogger.com&quot; rel=&quot;self&quot;&gt;http://status.blogger.com&lt;/a&gt; to see if there are any performance or downtime issues. &lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I get a bunch of garbage characters.</title>
<id>I_get_a_bunch_of_garbage_charac</id>
<updated>2007-04-30T00:26:12.474-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_get_a_bunch_of_garbage_charac'/>
<content type='html'>
 If you get a bunch of garbage characters make sure you are running RapidWeaver 3.5.1 build &lt;strong&gt;264&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;The build number is really important.  Many people are running build 263 which has a known problem with garbage characters occasionally occurring.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I&apos;m away from my mac, how can I post?</title>
<id>Im_away_from_my_mac_how_can_I_p</id>
<updated>2007-04-21T21:39:28.985-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Im_away_from_my_mac_how_can_I_p'/>
<content type='html'>
 RapidBlog includes a fairly complete post editor but if you are away from your mac there are a few options&lt;br /&gt;&lt;br /&gt;&lt;markdown&gt;&lt;br /&gt;&lt;br /&gt;1)  You can use the Blogger web interface.  For fairly basic stuff it works ok.&lt;br /&gt;2)  You can set up a &apos;secret&apos; email address.  Again for basic stuff this is OK&lt;br /&gt;3)  You can use a external blog editor.&lt;br /&gt;&lt;br /&gt;For #3 I personally recommend MarsEdit.  It&apos;s a clean, lightweight solution for editing your posts that works great with RapidBlog&lt;br /&gt;&lt;markdown&gt;&lt;br /&gt;&lt;a href=&quot;http://www.red-sweater.com/marsedit/&quot; title=&quot;Easy weblog editing.&quot;&gt;&lt;img src=&quot;http://www.red-sweater.com/images/MarsEditBadge.gif&quot; height=&quot;31&quot; width=&quot;88&quot; alt=&quot;MarsEdit: Powerful Blog Authoring Made Simple.&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Tips &amp; Tricks</title>
<id>Tips__Tricks</id>
<updated>2007-04-21T21:34:41.803-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Tips__Tricks'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>Troubleshooting</title>
<id>Troubleshooting</id>
<updated>2007-04-21T21:34:34.394-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Troubleshooting'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>Getting Started</title>
<id>Getting_Started</id>
<updated>2007-04-21T21:34:27.689-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Getting_Started'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>How do I check my version of PHP?</title>
<id>How_do_I_check_my_version_of_PH</id>
<updated>2007-04-21T21:26:30.310-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#How_do_I_check_my_version_of_PH'/>
<content type='html'>
 To check your version of PHP publish this RW3 file on your web site.  A lot of good information will appear including the version of PHP you are running&lt;br /&gt;&lt;a href=&quot;http://www.loghound.com/rapidblog/faq/files/How_do_I_check_my_version_of_PH_1.rw3&quot;&gt;phptest&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>HaloScan versus Blogger</title>
<id>HaloScan_versus_Blogger</id>
<updated>2007-04-21T21:26:14.728-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#HaloScan_versus_Blogger'/>
<content type='html'>
 Starting with release 1.1 of RapidBlog there is support for both Blogger style comments and &lt;a href=&quot;http://www.haloscan.com&quot; rel=&quot;self&quot;&gt;HaloScan&lt;/a&gt;.  What you pick is somewhat a matter of personal preference but here are a few things to  consider&lt;br /&gt;&lt;br /&gt;Haloscan let&apos;s you theme the comment page to your liking and also offers a nice popup window that currently doesn&apos;t work with Blogger.  On the other hand Blogger comments are integraetd into the blogspot engine so when you are editing posts online you can see all of the associated comments.&lt;br /&gt;&lt;br /&gt;Ultimately it&apos;s a personal choice, fortunately with RapidBlog you can choose which one works bets for you.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>When I preview all I get is a bunch of &apos;HTML&apos; code </title>
<id>When_I_preview_all_I_get_is_a_b</id>
<updated>2007-04-21T21:25:53.717-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#When_I_preview_all_I_get_is_a_b'/>
<content type='html'>
 If you see a bunch of HTML code during a preview it&apos;s probably because you have &apos;preview in place&apos; turned on in the &quot;Site Setup&quot; menu of RapidWeaver (cmd-1)&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/When_I_preview_all_I_get_is_a_b_1.jpg&quot; width=&quot;270&quot; height=&quot;99&quot;/&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img class=&quot;imageStyle&quot; alt=&quot;ZZ20961DC1&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/When_I_preview_all_I_get_is_a_b_2.jpg&quot; width=&quot;240&quot; height=&quot;244&quot;/&gt;&lt;br /&gt;&lt;br /&gt;Preview in rapidblog uses PHP procesing which will not work with Preview In Place set.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How do I preview locally?</title>
<id>How_do_I_preview_locally</id>
<updated>2007-04-21T21:24:54.939-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#How_do_I_preview_locally'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;&lt;br /&gt;If you want to export your site locally and preview it you need to view it through the mac built in web server.  There are a few steps but it actually works great and is a nice way to preview your site without uploading the entire thing to a server.&lt;br /&gt;&lt;br /&gt;First turn on PHP support in the supplied apache web server.&amp;nbsp; A good resource for this is&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://the.taoofmac.com/space/HOWTO/Enable%20PHP%20on%20Mac%20OS%20X&quot; rel=&quot;self&quot;&gt;http://the.taoofmac.com/space/HOWTO/Enable PHP on Mac OS X&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;image-right&quot;&gt;&lt;a href=&apos;files/BIGHow_do_I_preview_locally_1.png&apos; rel=&apos;lightbox[How_do_I_preview_locally]&apos; title=&apos;ZZ3B2F6F74&apos;&gt;&lt;img  alt=&apos;ZZ3B2F6F74&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/How_do_I_preview_locally_1.png&quot; width=&quot;183&quot; height=&quot;122&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Then you will need to make sure personal web sharing is enabled.&amp;nbsp; Now you can just export to your &apos;Sites&apos; directory and then view it by going to&amp;nbsp;http://localhost/~&lt;strong&gt;short_user_name&lt;/strong&gt;/&lt;strong&gt;exported_path&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Where &lt;strong&gt;short_user_name&lt;/strong&gt; is your short username and &lt;strong&gt;exported_path&lt;/strong&gt; is the directory you exported.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Some characters don&apos;t work in categories</title>
<id>Some_characters_dont_work_in_ca</id>
<updated>2007-04-21T21:19:19.724-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Some_characters_dont_work_in_ca'/>
<content type='html'>
 Certain characters are disallowed in categories.&lt;br /&gt;&lt;br /&gt;Specifically: &lt;strong&gt;&amp;amp;&amp;lt;&amp;gt;@!,&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;All other characters (including UTF-8/accented characters such as &amp;eacute;&amp;ouml;&amp;iuml;&amp;egrave;, etc) should work fine.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://help.blogger.com/bin/answer.py?answer=44498&amp;query=labels&amp;topic=&amp;type=f&quot; rel=&quot;self&quot;&gt;See the blogger help for more information&lt;/a&gt; &lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>RapidBlog is entering blank lines!</title>
<id>RapidBlog_is_entering_blank_lin</id>
<updated>2007-04-21T21:19:05.705-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#RapidBlog_is_entering_blank_lin'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;If you see blank lines in your post that you do NOT see in preview mode then you  probably have enabled a blogger &apos;Feature&apos; that automatically adds a break (&amp;lt;br /&gt;) for every &apos;return&apos;.&lt;br /&gt;&lt;br /&gt;In general this will cause extra space between things like lists, paragraphs, etc.  It&apos;s kind of  a personal choice if you want this enabled or not.  It&apos;s nice if you use the web form a lot but a pain if you use RapidWeaver a lot.  To turn this off simply go to the &apos;settings-&gt;Formatting&apos; and select &apos;no&apos; for convert Line Breaks.&lt;br /&gt; &lt;a href=&apos;files/BIGRapidBlog_is_entering_blank_lin_1.png&apos; rel=&apos;lightbox[RapidBlog_is_entering_blank_lin]&apos; title=&apos;ZZ52E876A9&apos;&gt;&lt;img  alt=&apos;ZZ52E876A9&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/RapidBlog_is_entering_blank_lin_1.png&quot; width=&quot;261&quot; height=&quot;231&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Blogger vs. my web host</title>
<id>Blogger_vs_my_web_host</id>
<updated>2007-04-21T21:18:48.860-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Blogger_vs_my_web_host'/>
<content type='html'>
 Your web host hold the pictures, theme files and any other regular RW pages (e.g. style text, blocks pages, etc.)&lt;br /&gt;&lt;br /&gt;Additionally, It will also hold the instruction (in PHP) for how to get the right text from blogspot.&lt;br /&gt;&lt;br /&gt;Blogspot.com just holds the text of the post.&lt;br /&gt;&lt;br /&gt;So when someone goes to your web site the posts are downloaded from blogspot but the images and theme files are loaded from your web host.&lt;br /&gt;&lt;br /&gt;When you publish rapidblog does two things.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;It will sync with blogger any posts (so any posts you added or modified remotely get added to RW, and any new or modified RW posts get pushed to blogger)&lt;/li&gt;
&lt;li&gt;It will upload all of the &apos;other&apos; files it needs (include pictures, assets, supporting javascript, etc.)&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;&lt;br /&gt;From your point of view you should be able to treat rapidblog no different than the built in RW blog and ignore that fact that it actually uses the blogger engine (except, of course, for the fact that if you go online and add a post it will magically show up even though your mac is maybe thousands of miles away)
 </content>
 </entry>
<entry>
<title type='text'>I don&apos;t see pictures</title>
<id>I_dont_see_pictures</id>
<updated>2007-04-21T21:18:28.099-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_dont_see_pictures'/>
<content type='html'>
 Make sure your &apos;base URL&apos; is set properly.  It should be of the form &apos;http://mysite.com/path&apos;&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;ZZ120156AB&quot; src=&quot;http://www.loghound.com/rapidblog/faq/files/I_dont_see_pictures_1.png&quot; width=&quot;322&quot; height=&quot;179&quot;/&gt;&lt;br /&gt;&lt;br /&gt;If this is not correct then your pictures won&apos;t show up properly.  Nik Fletcher has posted a nice blog page about this &lt;a href=&quot;http://www.nikfletcher.com/index_files/rw-tip1.php&quot; rel=&quot;self&quot;&gt;here&lt;/a&gt; and a screencast &lt;a href=&quot;http://www.nikfletcher.com/index_files/rw-tip-4.php&quot; rel=&quot;self&quot;&gt;here&lt;/a&gt;.
 </content>
 </entry>
<entry>
<title type='text'>Why Blogger and not WordPress,etc?</title>
<id>Why_Blogger_and_not_WordPresset</id>
<updated>2007-04-21T21:18:15.040-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Why_Blogger_and_not_WordPresset'/>
<content type='html'>
 Blogger is a free service with a very easy to use and administer system that supports everything I was looking for.  Blogger is also owned by Google so I expect that over time they will integrate it even more into google services.   Finaly it doesn&apos;t really matter what the backend is since it just stores the post.
 </content>
 </entry>
<entry>
<title type='text'>Help, it&apos;s lost a post!</title>
<id>Help_its_lost_a_post</id>
<updated>2007-04-21T21:17:04.192-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Help_its_lost_a_post'/>
<content type='html'>
 Before you panic make sure you do a &apos;deep sync&apos; from the setup menu.  This will guarantee that blogger &amp; RapidBlog have the same entries.
 </content>
 </entry>
<entry>
<title type='text'>Blog by Email</title>
<id>Blog_by_Email</id>
<updated>2007-04-21T21:16:51.810-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Blog_by_Email'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;Blogging via e-mail is super easy using Bloggers &apos;Mail-to-Blogger&apos; address.&lt;br /&gt;&lt;br /&gt;From the web go to settings -&gt; Email and create a &apos;secret&apos; email address.  Whenever you send an email to this address it will get posted&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGBlog_by_Email_1.png&apos; rel=&apos;lightbox[Blog_by_Email]&apos; title=&apos;ZZ0EE22433&apos;&gt;&lt;img  alt=&apos;ZZ0EE22433&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Blog_by_Email_1.png&quot; width=&quot;360&quot; height=&quot;179&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>&quot;Sync&quot; vs. &quot;Publish&quot;</title>
<id>Sync_vs_Publish</id>
<updated>2007-04-21T21:16:36.591-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Sync_vs_Publish'/>
<content type='html'>
 When you hit the &apos;sync&apos; button in the setup menu it does a &apos;deep sync&apos; -- This means that it pulls ALL of your posts from blogger and compares them to the post&apos;s in RW.  If you find that somehow you are out of sync then this will fix that.&lt;br /&gt;&lt;br /&gt;What the sync button doesn&apos;t do it push up any graphics so if you have a post you&apos;ve written that includes a picture the sync will push it onto blogger but the graphics won&apos;t be uploaded to your server so it&apos;ll be a dead link&lt;br /&gt;&lt;br /&gt;In general you shouldn&apos;t have to use the sync button in the setup menu.
 </content>
 </entry>
<entry>
<title type='text'>New categories don&apos;t show up!</title>
<id>New_categories_dont_show_up</id>
<updated>2007-04-21T21:16:22.711-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#New_categories_dont_show_up'/>
<content type='html'>
 For performance reasons categories work a little differently than you might expect.  At publish time RapidBlog publishes a known list of all categories so they can display (if you enable that option).  &lt;strong&gt;however&lt;/strong&gt; if you remotely edit a post or add a new post remotely and create a new category RapidBlog will not show it in the web page until you re-publish.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Help, I got a bunch of duplicate entries</title>
<id>Help_I_got_a_bunch_of_duplicate</id>
<updated>2007-04-21T21:16:13.240-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Help_I_got_a_bunch_of_duplicate'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;For the most part RapidBlog should sychronize things quite nicely but there are situations (like if you sync and don&apos;t save) where it&apos;s possible duplicate entries can show up.&lt;br /&gt;&lt;br /&gt;RapidBlog includes an automatic process to find &amp; delete duplicates, simply arrange the posts with duplicates in adjacent entries and your most desirable version on top and go to the &apos;setup&apos; menu and select &apos;delete duplicates&apos;.  RapidBlog will mark for deletion any posts that It thinks are duplicates.&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGHelp_I_got_a_bunch_of_duplicate_1.png&apos; rel=&apos;lightbox[Help_I_got_a_bunch_of_duplicate]&apos; title=&apos;ZZ58EF1F4B&apos;&gt;&lt;img  alt=&apos;ZZ58EF1F4B&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Help_I_got_a_bunch_of_duplicate_1.png&quot; width=&quot;315&quot; height=&quot;109&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Why doesn&apos;t it delete posts?</title>
<id>Why_doesnt_it_delete_posts</id>
<updated>2007-04-21T21:16:01.110-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Why_doesnt_it_delete_posts'/>
<content type='html'>
 When you hit the &apos;minus&apos; sign to delete a post RapidBlog takes note of that and will delete it on the next &apos;publish&apos;.  
 </content>
 </entry>
<entry>
<title type='text'>What do I lose by using RapidBlog</title>
<id>What_do_I_lose_by_using_RapidBl</id>
<updated>2007-04-21T21:15:50.702-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#What_do_I_lose_by_using_RapidBl'/>
<content type='html'>
 Although RapidBlog was designed to work in a very similar fashion to the standard RapidWeaver blog plugin there are some differences and in some cases some missing features.  Specifically:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;RapidBlog has no podcasting module&lt;/li&gt;
&lt;li&gt;RapidBlog handles date formatting differently&lt;/li&gt;
&lt;li&gt;RapidBlog doesn&apos;t support smilies (tragic, I know)&lt;/li&gt;
&lt;li&gt;RapidBlog doesn&apos;t allow custom permalinks&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I want to blog with a friend</title>
<id>I_want_to_blog_with_a_friend</id>
<updated>2007-04-21T21:15:37.559-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_want_to_blog_with_a_friend'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;RapidBlog supports multiple authors using the blogger author feature.  To use it invite your friend to your blog.  It is &lt;strong&gt;strongly&lt;/strong&gt; recommended that you make all authors &apos;admin&apos; otherwise RapidBlog gets very, very confused if you try  to edit each others post.&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGI_want_to_blog_with_a_friend_1.png&apos; rel=&apos;lightbox[I_want_to_blog_with_a_friend]&apos; title=&apos;ZZ3D34B851&apos;&gt;&lt;img  alt=&apos;ZZ3D34B851&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/I_want_to_blog_with_a_friend_1.png&quot; width=&quot;214&quot; height=&quot;87&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>I want to migrate my blog to RapidBlog</title>
<id>I_want_to_migrate_my_blog_to_Ra</id>
<updated>2007-04-21T21:15:20.421-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#I_want_to_migrate_my_blog_to_Ra'/>
<content type='html'>
 For the most part you should be able to import your old blog and then put RapidBlog in it&apos;s place. The two areas that might break are:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;RapidBlog permalink pages are different than the built in RW Blog permalink pages&lt;/li&gt;
&lt;li&gt;RapidBlog uses PHP to process the RSS feed&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;&lt;br /&gt;If those two are important to you consider keeping both blogs &apos;live&apos;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Pages take too long to come up!</title>
<id>Pages_take_too_long_to_come_up</id>
<updated>2007-04-21T21:15:08.134-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Pages_take_too_long_to_come_up'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;The way RapidBlog is currently implemented it queries the blogger service every time a page view is requested.  This can result in a .25 to 1 second delay in viewing pages.   The best way to control how fast pages come up is to limit the number of pages to a reasonable number (say less than 10).  The other good way to control the time it takes to bring up is to not enable &apos;show number of comments&apos;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGPages_take_too_long_to_come_up_1.png&apos; rel=&apos;lightbox[Pages_take_too_long_to_come_up]&apos; title=&apos;ZZ111B7396&apos;&gt;&lt;img  alt=&apos;ZZ111B7396&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Pages_take_too_long_to_come_up_1.png&quot; width=&quot;199&quot; height=&quot;69&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Formatting is wrong</title>
<id>Formatting_is_wrong</id>
<updated>2007-04-21T21:14:44.814-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Formatting_is_wrong'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;If you take a post entry and edit it in RW then Blogger, then RW, then Blogger it may turn out that you loose formatting and it otherwise starts acting strange.  RapidBlog works very hard to try to make this all happen automatically but it can get confused.   It&apos;s best to try to edit only one place at a time.  Within RapidBlog you can easily tell if a post was last edited on the web by the &apos;lock&apos; icon next to the title&lt;br /&gt;&lt;div class=&quot;image-right&quot;&gt;&lt;a href=&apos;files/BIGFormatting_is_wrong_1.png&apos; rel=&apos;lightbox[Formatting_is_wrong]&apos; title=&apos;Indicates last edit was remote&apos;&gt;&lt;img  alt=&apos;Indicates last edit was remote&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Formatting_is_wrong_1.png&quot; width=&quot;158&quot; height=&quot;83&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can also enable a warning dialog in the setup panel to help remind you to tread cautiously.&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGFormatting_is_wrong_2.png&apos; rel=&apos;lightbox[Formatting_is_wrong]&apos; title=&apos;ZZ34E79210&apos;&gt;&lt;img  alt=&apos;ZZ34E79210&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Formatting_is_wrong_2.png&quot; width=&quot;197&quot; height=&quot;48&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Customize blogger</title>
<id>Customize_blogger</id>
<updated>2007-04-21T21:14:19.686-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Customize_blogger'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;In addition to the options without RapidBlog there are also options with Blogger that might be worth considering changing.  While none of these have to be change it&apos;s probably worth considering.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First make sure the Title makes sense.  This is what will show up in the RSS feed title.  Also it&apos;s probably a good idea to have a reasonable description.  If you dont plan on using the Blogger front end at all you may consider turning off &quot;Add blog to our listings&quot; to avoid getting random visitors or spam.&lt;br /&gt;&lt;br /&gt;Finally the post editor (WYSIWG) Compose Mode.  Blogger has a really slick editor, that, unfortunately can break valid HTML code.  For instance as of this writing it will break youtube videos and doesn&apos;t, in general, allow custom javascript.  If your needs are simple editing then you can keep it on but you may find if you are doing fancy stuff that your life is easier just turning it off.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGCustomize_blogger_1.png&apos; rel=&apos;lightbox[Customize_blogger]&apos; title=&apos;ZZ23B0C0C1&apos;&gt;&lt;img  alt=&apos;ZZ23B0C0C1&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Customize_blogger_1.png&quot; width=&quot;252&quot; height=&quot;224&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Also see &quot;RapidBlog is entering extra spaces&apos; in this FAQ for information about controlling blogger auto-inserting extra spaces between sentences.
 </content>
 </entry>
<entry>
<title type='text'>Import your old Blog</title>
<id>Import_your_old_Blog</id>
<updated>2007-04-21T21:14:10.533-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Import_your_old_Blog'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;RapidBlog has a &apos;blog import&apos; feature to allow you to easily load in your existing RapidWeaver blog.  It&apos;s strongly recommended to save a backup copy of your RapidWeaver file first and carefully check the imported results afterwords.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;&lt;p&gt;First save a backup copy (or make an archive)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Then go to the setup menu -&gt; Import tab.  There will be a drop-down list of all the blogs in that RapidWeaver file.  Select the one you want to import, click import.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href=&apos;files/BIGImport_your_old_Blog_1.png&apos; rel=&apos;lightbox[Import_your_old_Blog]&apos; title=&apos;ZZ453E9448&apos;&gt;&lt;img  alt=&apos;ZZ453E9448&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/rapidblog/faq/files/Import_your_old_Blog_1.png&quot; width=&quot;341&quot; height=&quot;200&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Customize RapidBlog</title>
<id>Customize_RapidBlog</id>
<updated>2007-04-21T21:14:00.234-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Customize_RapidBlog'/>
<content type='html'>
 There are a ton of options in RapidBlog to let you customize it to your hears content.  All of the options should have tool-tips (hover the mouse for a few seconds over the item) to get help&lt;br /&gt;&lt;br /&gt;Preview mode also works properly and should give you a accurate view of your final pages.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Most Important Tip</title>
<id>Most_Important_Tip</id>
<updated>2007-04-21T21:13:36.505-07:00</updated>
<link href='http://www.loghound.com/rapidblog/faq/index.html#Most_Important_Tip'/>
<content type='html'>
 The most important tip I can give is to save your work.  This is especially important after you &apos;publish&apos; as the act of publishing may alter the RapidBlog (say there was a entry edited remotely, after a publish it will sync to your RapidWeaver file)&lt;br /&gt;&lt;br /&gt;So even though RW may not indicate the need to change anything hid cmd-s after you publish to make sure you save all synced changes.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>

</feed>
