<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Unruly Rambling - pebble tag</title>
  <link>http://www.shoesobjects.com/blog/tags/pebble/</link>
  <description>My thoughts on software, technology, and life in general</description>
  <language>en</language>
  <copyright>Mike Shoemaker</copyright>
  <lastBuildDate>Sun, 31 Jan 2010 17:47:37 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Curtail Comment Spam with Pebble CAPTCHA functionality</title>
    <link>http://www.shoesobjects.com/blog/2006/01/14/curtail_comment_spam_with_pebble_captcha_functionality.html</link>
    
      
        <description>
          &lt;p&gt;
Over the past month or so, comment spam on my blog has gotten many times worse than in the past.  I have been receiving somewhere between 75-200 comment spam messages per week.  Because of this, I  was forced to enable comment moderation a while back.  Unfortunately this isn&#039;t a perfect solution since I still must pour through all the rubbish and manually remove them.  Thanks to &lt;a href=&#034;http://blogs.bytecode.com.au/glen/2006/01/10/1136883229429.html&#034;&gt;Glenn Smith&lt;/a&gt;, I can reduce the number of message&#039;s I must look at by using the &lt;a href=&#034;http://en.wikipedia.org/wiki/Captcha&#034;&gt;CAPTCHA&lt;/a&gt; functionality he created.  Hopefully Simon incorporates  this into the next revision of Pebble.     
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>java</category>
    
    <category>blogging</category>
    
    <comments>http://www.shoesobjects.com/blog/2006/01/14/curtail_comment_spam_with_pebble_captcha_functionality.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2006/01/14/curtail_comment_spam_with_pebble_captcha_functionality.html</guid>
    <pubDate>Sat, 14 Jan 2006 15:33:14 GMT</pubDate>
  </item>
  
  <item>
    <title>Pebble including Wiki Features!  Rock On Simon!!</title>
    <link>http://www.shoesobjects.com/blog/2005/08/04/pebble_including_wiki_features_rock_on_simon.html</link>
    
      
        <description>
          &lt;p&gt;
I agree with &lt;a href=&#034;http://ericburke.com/blog/2005/08/04/15&#034;&gt;Eric&#039;s assement&lt;/a&gt; of the Blog/Wiki/Forum landscape.  While I see the three quite similar I think the Blog/Wiki marriage is a closer fit.  Forum&#039;s are more of one stop shop for a particular topic.  Blog&#039;s are kind of a spider web of information from site to site where wiki&#039;s are within the same site.  To me that makes the most sense.  I remember someone saying that Blogs are like &lt;a href=&#034;Usenet&#034;&gt;usenet&lt;/a&gt; with only the people you want to hear from.  I guess that means goodbye Trolls.  
&lt;/p&gt;&lt;p&gt;
One application that a few of my friends use is &lt;a href=&#034;http://snipsnap.org/space/start&#034;&gt;SnipSnap&lt;/a&gt;.  SnipSnap is a good implementation of what Eric described.  It seems &lt;a href=&#034;http://www.simongbrown.com/blog/2005/08/04/wiki_links_in_pebble.html&#034;&gt;Simon is driving Pebble towards that feature set&lt;/a&gt; as well.  Even though I like the idea of SnipSnap, I much prefer the Pebble interface.  With my latest Pebble 1.8 upgrade, I removed my main site and now redirect to my blog.  If I want to add any full pages I just use Pebble&#039;s static page feature.  &lt;a href=&#034;http://www.shoesobjects.com/blog/pages/thawte_wot.html&#034;&gt;Here&lt;/a&gt; is an example of that.  With Wiki capabilities being added, I&#039;ll likely drop my &lt;a href=&#034;http://www.jspwiki.org/&#034;&gt;JSPWiki&lt;/a&gt; installation as well. Im sure migrating all that content will be a pain.  Maybe I could help out the cause and come up with a way to automate the migration.   
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>java</category>
    
    <category>blogging</category>
    
    <comments>http://www.shoesobjects.com/blog/2005/08/04/pebble_including_wiki_features_rock_on_simon.html#comments</comments>
    <guid isPermaLink="true">http://www.shoesobjects.com/blog/2005/08/04/pebble_including_wiki_features_rock_on_simon.html</guid>
    <pubDate>Fri, 05 Aug 2005 01:36:37 GMT</pubDate>
  </item>
  
  <item>
    <title>Upgraded to Pebble 1.4.1 </title>
    <link>http://www.simongbrown.com/blog/2004/04/06/1081264912000.html</link>
    
      
        <description>
          &lt;p&gt; First, Id like to say thanks &lt;a href=&#034;http://simongbrown.com&#034;&gt;Simon&lt;/a&gt; for the addition of using a JNDI mail source.  Since my mail server requires pop3 authentication,  I was unable to use the email updates feature from previous versions.  Like a good user, I opened a jira ticket just after the 1.4 release asking for smtp auth support.  Simon responded with jndi support, which is even more flexible.  &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Now the steps to set this up using JBoss 3.2.3.&lt;/strong&gt;  &lt;br /&gt;
1) In the deploy dir, edit the mail-service.xml file with your mail server specific info.  i.e. hostname, user, pass, etc.  Leave the jndi name as it is &lt;em&gt;java:/Mail&lt;/em&gt; &lt;/p&gt;
&lt;p&gt; 2) Edit the default web.xml that comes with pebble 1.4.1.   Change &lt;strong&gt;&amp;lt;res-ref-name&amp;gt;mail/Session&amp;lt;/res-ref-name&amp;gt;&lt;/strong&gt; to  &lt;strong&gt;&amp;lt;res-ref-name&amp;gt;Mail&amp;lt;/res-ref-name&amp;gt;&lt;/strong&gt;  so it uses JBoss&#039;s default mail service.  I chose to do this since I have other apps using this same mail service.  You could add an additional one to if you wish. Just remember that when you upgrade to the next version of pebble, you changed the shipped web.xml.    &lt;/p&gt;
&lt;p&gt; 3) Add the jboss specific jboss-web.xml descriptor in the WEB-INF dir.  It should contain the following resource entry &lt;br /&gt;
&lt;strong&gt; 		&amp;lt;resource-ref&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;res-ref-name&amp;gt;Mail&amp;lt;/res-ref-name&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;res-type&amp;gt;javax.mail.Session&amp;lt;/res-type&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;res-auth&amp;gt;Container&amp;lt;/res-auth&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;jndi-name&amp;gt;java:/Mail&amp;lt;/jndi-name&amp;gt;&lt;br /&gt;
&amp;lt;/resource-ref&amp;gt; &lt;/strong&gt; &lt;/p&gt;
&lt;p&gt; Thats all there is to it &lt;/p&gt;&lt;p&gt;&lt;a href=&#034;http://www.simongbrown.com/blog/2004/04/06/1081264912000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>java</category>
    
    <comments>http://www.shoesobjects.com/blog/2004/04/10/upgraded_to_pebble_1_4_1.html#comments</comments>
    <guid isPermaLink="true">http://www.simongbrown.com/blog/2004/04/06/1081264912000.html</guid>
    <pubDate>Sat, 10 Apr 2004 18:02:36 GMT</pubDate>
  </item>
  
  </channel>
</rss>

