<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feeds.feedburner.com/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>the blog</title>
	
	<link>http://blog.vokle.com</link>
	<description>Cory's in the lead, as usual!</description>
	<pubDate>Mon, 22 Dec 2008 21:06:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/vokle" type="application/rss+xml" /><item>
		<title>Private Beta &amp; Happy Holidays!</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/490815426/</link>
		<comments>http://blog.vokle.com/index.php/2008/12/20/private-beta-happy-holidays/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 20:31:04 +0000</pubDate>
		<dc:creator>Edward Dekeratry</dc:creator>
		
		<category><![CDATA[Vokle Updates]]></category>

		<category><![CDATA[Vokle Beta Holidays Feedback]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=196</guid>
		<description><![CDATA[Hope everyone has exciting plans this holiday season!
We have begun randomly selecting names from the beta sign up list to come in and scope out Vokle!
In order to efficiently spot and remove bugs without overwhelming the team, we will be steadily opening up access to the website 
If you receive notice that you have been [...]]]></description>
			<content:encoded><![CDATA[<p>Hope everyone has exciting plans this holiday season!</p>
<p>We have begun randomly selecting names from the beta sign up list to come in and scope out Vokle!</p>
<p>In order to efficiently spot and remove bugs without overwhelming the team, we will be steadily opening up access to the website <img src='http://blog.vokle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
If you receive notice that you have been selected, be sure to surf around the site and give us some feed back!  Below are several notes to help you help us in getting the Vokle experience just right.</p>
<p>You&#8217;ll be given a keyword and the address of our development server.  Make sure to copy the keyword before navigating away from your email, as you will need it to gain access to Vokle.</p>
<p>Once you are in the site and have signed up, you will notice a &#8220;feedback&#8221; button on the top right of every page.  This is there so we can note any thoughts you may have on anything from a function, to an error.  By  clicking feedback you will notice there are several basic questions we ask such as, &#8220;what happened, what did you expect to happen, what were the steps you took leading up to the problem&#8221;.  This helps us replicate the problem quickly and make adjustments to the system.</p>
<p>Make sure to send me a message or a private video chat request to say hello!  I look forward to hearing thoughts and opinions in the live video chats around the latest news and content!  It is definitely a fun and engaging way to hear different perspectives <img src='http://blog.vokle.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>I look forward to hearing and seeing all of you soon as we continue to update and open up the site!</p>
<p>Happy Holidays on behalf of the Vokle team!</p>
<p>-Edward</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/12/20/private-beta-happy-holidays/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/12/20/private-beta-happy-holidays/</feedburner:origLink></item>
		<item>
		<title>Ruby YUI</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/486014697/</link>
		<comments>http://blog.vokle.com/index.php/2008/12/15/ruby-yui/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:08:07 +0000</pubDate>
		<dc:creator>Cory O'Daniel</dc:creator>
		
		<category><![CDATA[RubyDevelopment]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=190</guid>
		<description><![CDATA[Well, ok, it&#8217;s not that Yui, but now that I&#8217;ve got your attention, I&#8217;ve made a ruby wrapper for the YUI JavaScript compressor.  What&#8217;s the point in that you say.  Well, I&#8217;d ideally like to keep my javascript like I keep my Sass/CSS.  The source I work on in one place, the &#8216;compiled&#8217; stuff in [...]]]></description>
			<content:encoded><![CDATA[<p>Well, ok, it&#8217;s not that Yui, but now that I&#8217;ve got your attention, I&#8217;ve made a ruby wrapper for the YUI JavaScript compressor.  What&#8217;s the point in that you say.  Well, I&#8217;d ideally like to keep my javascript like I keep my Sass/CSS.  The source I work on in one place, the &#8216;compiled&#8217; stuff in a public one.  Why?  It just feels cleaner, and I like clean.</p>
<p>So whats it do?  Well essentially the same thing as the YUI compressor command line except that it will process an entire folder structure.  It also has the ability to bundle all the compressed files into one file.  It includes Thor tasks so you can use it from the command line and a ruby Yui class so you can access it programatically.</p>
<p>You can git it (haha, &#8216;git it&#8217;, git it? God damn I&#8217;m funny) from: <a href="http://github.com/coryodaniel/ruby-yui/tree/master" target="_blank">http://github.com/coryodaniel/ruby-yui/tree/master</a></p>
<p>What using it look like, well:</p>
<pre name="code" class="ruby">

require &#039;rubygems&#039;
require &#039;ruby-yui&#039;

yui = Yui.new &quot;./public/javascripts&quot;

yui.minify #=&gt; true | false
yui.bundle #=&gt; path to bundle or nil
yui.clobber #=&gt; cleans up generated files

#Shortcut
Yui.compress &quot;./public/javascripts&quot; #=&gt; same thing as Yui#minify
Yui.clobber &quot;./public/javascripts&quot; #=&gt; cleans up generated files
</pre>
<p>Yui#initialize and Yui.compress also take params hashes:</p>
<pre name="code" class="ruby">

yui = Yui.new &quot;public/javascripts&quot;, {

# clobber files before compressing new ones
:clobber        =&gt; false,

# change the java command to run it
:java_cli       =&gt; &quot;java -jar&quot;,

# alternate  YUI jar file
:yui_jar        =&gt; File.join(YUI_ROOT,&quot;ext&quot;,&quot;yuicompressor-2.4.2.jar&quot;),

# change the suffix used on the compressed file
:suffix         =&gt; &quot;yui-min&quot;,

# change the out path; NOTE: the outpath is String#sub for the input path
# ./public/javascripts/main.js =&gt; ./my/out/path/main.js
:out_path       =&gt; nil,

# :js or :css
:type           =&gt; :js,

# YUI parameters
:charset        =&gt; nil,
:preserve_semi  =&gt; false,
:disable_opt    =&gt; false,
:nomunge        =&gt; false
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/12/15/ruby-yui/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/12/15/ruby-yui/</feedburner:origLink></item>
		<item>
		<title>DataMapper Remixable Updates</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/476249293/</link>
		<comments>http://blog.vokle.com/index.php/2008/12/05/datamapper-remixable-updates/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 01:52:55 +0000</pubDate>
		<dc:creator>Cory O'Daniel</dc:creator>
		
		<category><![CDATA[RubyDevelopment]]></category>

		<category><![CDATA[datamapper]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=187</guid>
		<description><![CDATA[DM Remixables 0.9.7 RC 2 is out.  Includes clean accessor name creation, more specs, and the ability to assign methods from the Remixable to generated and remixing classes.  Woot, woot.  See the specs and readme for examples.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://rubyforge.org/frs/shownotes.php?release_id=29028" target="_blank">DM Remixables 0.9.7 RC 2 is out.</a>  Includes clean accessor name creation, more specs, and the ability to assign methods from the Remixable to generated and remixing classes.  Woot, woot.  See the specs and readme for examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/12/05/datamapper-remixable-updates/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/12/05/datamapper-remixable-updates/</feedburner:origLink></item>
		<item>
		<title>DataMapper is Viewable</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/476036141/</link>
		<comments>http://blog.vokle.com/index.php/2008/12/05/datamapper-is-viewable/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 20:53:28 +0000</pubDate>
		<dc:creator>Cory O'Daniel</dc:creator>
		
		<category><![CDATA[RubyDevelopment]]></category>

		<category><![CDATA[datamapper]]></category>

		<category><![CDATA[dm-is-viewable]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=179</guid>
		<description><![CDATA[Even when I&#8217;m panicking I&#8217;m a fan of datamapper.  I like how clean it generally makes my code, but I do notice that I tend to have the same queries cropping up from time to time either in the same application or in other apps using my model library.  This just wasn&#8217;t dry enough for [...]]]></description>
			<content:encoded><![CDATA[<p>Even when I&#8217;m <a href="http://blog.vokle.com/index.php/2008/10/30/massive-flaw-in-datamapper-096-write-once-read-many-many-many-many-many-im-outta-space-here/" target="_blank">panicking</a> I&#8217;m a fan of datamapper.  I like how clean it generally makes my code, but I do notice that I tend to have the same queries cropping up from time to time either in the same application or in other apps using my model library.  This just wasn&#8217;t dry enough for me, so I made dm-is-viewable.  It gives sql-like view functionality to DataMapper Resources.  It&#8217;s a pretty simple plugin, but lets take a look, um kay?</p>
<p>Let&#8217;s start with a really simple User class&#8230;</p>
<pre>
<pre name="code" class="ruby">

class User
  include DataMapper::Resource
  belongs_to :location

  property :id, Serial
  property :name, String
  property :username, String
  property :password, String

  property :gender, String
  property :age, Integer

  property :favorite_color, String
  property :favorite_number, Integer
end

class Location
  include DataMapper::Resource

  has n, :users

  property :id, Serial
  property :name, String
  property :desc, String
end
</pre>
</pre>
<p>Making your resource viewable is pretty easy, first grab the <a href="http://github.com/sam/dm-more/tree/master/dm-is-viewable" target="_blank">dm-is-viewable gem</a>, then say that your resource is viewable.  Views take the exact same parameters that you could pass to Resource.all.  The only difference is that dm-is-viewable stores them until they are called.</p>
<pre>
<pre name="code" class="ruby">

class User
  include DataMapper::Resource
  is :viewable  

  #lets create some views
  create_view :legal_women, :gender =&gt; &#039;female&#039;, :age.gt =&gt; 18
  create_view :serial_killers, :favorite_number =&gt; 666, :favorite_color =&gt; &#039;black&#039;

  #... Resource code *SNIP SNIP*
end
</pre>
</pre>
<p>See the befores and afters below:</p>
<pre>
<pre name="code" class="ruby">

# Legal Women Before
User.all(:gender =&gt; &#039;female&#039;, :age.gt =&gt; 18)

# Legal Women After
User.view :legal_women

# Serial killers before
User.all(:favorite_number =&gt; 666, :favorite_color =&gt; &#039;black&#039;)

# Serial killers after
User.view :serial_killers

# You can also pass further limiting query parameters to #view.
# Legal Local Women Before
User.all(:gender =&gt; &#039;female&#039;, :age.gt =&gt; 18, User.location.name =&gt; &#039;Los Angeles&#039;)

# Legel Local Women After
User.view :legal_women, User.location.name =&gt; &#039;Los Angeles&#039;

# Passing additional parameters FURTHERS the limitation of records, so..
User.view :legal_women, :gender =&gt; &#039;male&#039;
# =&gt; Would return nil, the query would essentially be generated as:
#  SELECT * from users where gender = &#039;male&#039; and gender = &#039;female&#039;
</pre>
</pre>
<p>Simply, clean, useful.  Woot.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/12/05/datamapper-is-viewable/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/12/05/datamapper-is-viewable/</feedburner:origLink></item>
		<item>
		<title>Update - Too Sexy to be a frontpage…</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/475554785/</link>
		<comments>http://blog.vokle.com/index.php/2008/12/05/update-too-sexy-to-be-a-frontpage/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 10:09:45 +0000</pubDate>
		<dc:creator>Robert Kiraz</dc:creator>
		
		<category><![CDATA[Vokle Updates]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=166</guid>
		<description><![CDATA[Hey Everyone!
I got a hold of a draft of a section of Vokle for our sneak peak!  What better image to start us off than the Front Page  
(Keep in mind we are constantly making adjustments based on testing, so this may not be the EXACT final product&#8230;but its close).

On this page you see [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Everyone!</p>
<p>I got a hold of a draft of a section of Vokle for our sneak peak!  What better image to start us off than the Front Page <img src='http://blog.vokle.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>(Keep in mind we are constantly making adjustments based on testing, so this may not be the EXACT final product&#8230;but its close).</p>
<p><a href="http://blog.vokle.com/wp-content/uploads/2008/12/vokle_home-mockup.jpg"><img class="aligncenter size-medium wp-image-167" title="vokle_home-mockup" src="http://blog.vokle.com/wp-content/uploads/2008/12/vokle_home-mockup.jpg" alt="" width="500" height="375" /></a></p>
<p>On this page you see the current top articles for each category based on votes, views, and rating.  If you click one of the categories, you will see more cards for just that category.  Some of the cards you see on other category pages are on their way to being the next top article for the front page, where you can discuss them live with others.</p>
<p>One of the coolest things to notice with navigation at Vokle, is that it is done with the persistent controller at the bottom of the page, a.k.a. the &#8220;Vo-kontroller&#8221;. This control bar is context sensitive, which means that it only displays actions that are useful to the page you are currently at.  In other words, you won&#8217;t need to see a bunch of links per page that you don&#8217;t need to see. Duh, right?</p>
<p style="text-align: center;"><a href="http://blog.vokle.com/wp-content/uploads/2008/12/cu-kontrol1.jpg"><img class="size-medium wp-image-170 aligncenter" title="cu-kontrol1" src="http://blog.vokle.com/wp-content/uploads/2008/12/cu-kontrol1.jpg" alt="" width="405" height="100" /></a></p>
<p>Next button over we have the create a card button, which is a very simple process in which you can create your own content card to submit a link to the community.  You&#8217;ll be amazed at how quick and fun it is to submit news to the site and create your own card.</p>
<p>;D</p>
<p><a href="http://blog.vokle.com/wp-content/uploads/2008/12/cu-kontrol2.jpg"><img class="alignright size-medium wp-image-171" title="cu-kontrol2" src="http://blog.vokle.com/wp-content/uploads/2008/12/cu-kontrol2.jpg" alt="" width="192" height="90" /></a></p>
<p>All the way to the right we have our Friend Button.  Click this button and a small menu pops up where you can view online friends.  This is where you&#8217;ll be going to setup private video chats with friends, family, or co-workers.</p>
<p>I&#8217;ll keep you posted as we progress through the site!  Let &#8217;s see some comments (at least until I can literally hear them after launch)!</p>
<p>-Edward</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/12/05/update-too-sexy-to-be-a-frontpage/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/12/05/update-too-sexy-to-be-a-frontpage/</feedburner:origLink></item>
		<item>
		<title>Examining WarningShot::FileResolver (As an example resolver)</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/450313111/</link>
		<comments>http://blog.vokle.com/index.php/2008/11/11/examining-warningshotfileresolver-as-an-example-resolver/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 05:10:36 +0000</pubDate>
		<dc:creator>Cory O'Daniel</dc:creator>
		
		<category><![CDATA[RubyDevelopment]]></category>

		<category><![CDATA[WarningShot]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=104</guid>
		<description><![CDATA[Read about it on GitHub, (who&#8217;s formatting didn&#8217;t bastardize it, as much).

]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/coryodaniel/warningshot/wikis/an-example-resolver">Read about it on GitHub, (who&#8217;s formatting didn&#8217;t bastardize it, as much).</a></p>
<p style="text-align: center;"><a href="http://blog.vokle.com/wp-content/uploads/2008/12/warning_shot.png"><img class="size-medium wp-image-119 aligncenter" title="warning_shot" src="http://blog.vokle.com/wp-content/uploads/2008/12/warning_shot.png" alt="" width="500" height="333" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/11/11/examining-warningshotfileresolver-as-an-example-resolver/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/11/11/examining-warningshotfileresolver-as-an-example-resolver/</feedburner:origLink></item>
		<item>
		<title>A Congratulations is in Order</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/443500528/</link>
		<comments>http://blog.vokle.com/index.php/2008/11/05/a-congratulations-is-in-order/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:13:10 +0000</pubDate>
		<dc:creator>Cory O'Daniel</dc:creator>
		
		<category><![CDATA[Thoughts from the Team]]></category>

		<category><![CDATA[america]]></category>

		<category><![CDATA[disappointment]]></category>

		<category><![CDATA[thesagacontinues]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=99</guid>
		<description><![CDATA[Congratulations to everyone that voted against Same-Sex Marriage.  We won, now we can begin to live in a United States that oppresses people and condones hatred and inequality, I never dreamed I&#8217;d see the day, I&#8217;d say that Im the Ann Nixon Cooper of hatred.  &#60;/sarcasm&#62;
Seriously though, I hope that everyone that voted to Eliminate [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.vokle.com/wp-content/uploads/2008/12/gay_marriage_large.jpg"><img class="alignright size-medium wp-image-123" title="gay_marriage_large" src="http://blog.vokle.com/wp-content/uploads/2008/12/gay_marriage_large.jpg" alt="" width="285" height="285" /></a>Congratulations to everyone that voted against Same-Sex Marriage.  We won, now we can begin to live in a United States that oppresses people and condones hatred and inequality, I never dreamed I&#8217;d see the day, I&#8217;d say that Im the <a href="http://www.cnn.com/2008/POLITICS/10/20/centenarian.votes/" target="_blank">Ann Nixon Cooper</a> of hatred.  &lt;/sarcasm&gt;</p>
<p>Seriously though, I hope that everyone that voted to Eliminate Rights of Same-Sex couples realizes that we have taken the first step as a country in eliminating the rights of mankind in general.  Americans have been fighting inequality since we landed here, and now we&#8217;ve taken a giant step backwards.</p>
<p>Everyone that voted to Eliminate Rights of Same-Sex couples for the &#8217;sake of the children&#8217;, I hope you are ok with your children being taught in their history classes about how hateful and oppressive their parents were way back in 2008.</p>
<p>And please remember to spread the hate this holiday season.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/11/05/a-congratulations-is-in-order/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/11/05/a-congratulations-is-in-order/</feedburner:origLink></item>
		<item>
		<title>Quick Post about Disappointment</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/442292582/</link>
		<comments>http://blog.vokle.com/index.php/2008/11/04/quick-post-about-disappointment/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 17:13:47 +0000</pubDate>
		<dc:creator>Cory O'Daniel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=97</guid>
		<description><![CDATA[
Andrew Jackson, Samuel Tilden, Benjamin Harrison, Al Gore.  I hope if the electoral college ignores the American people this time around there are some serious repercussions.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.vokle.com/wp-content/uploads/2008/12/3004145833_f187c8a2ed.jpg"><img class="size-medium wp-image-134 aligncenter" title="3004145833_f187c8a2ed" src="http://blog.vokle.com/wp-content/uploads/2008/12/3004145833_f187c8a2ed.jpg" alt="" width="500" height="384" /></a></p>
<p style="text-align: center;">Andrew Jackson, Samuel Tilden, Benjamin Harrison, Al Gore.  I hope if the electoral college ignores the American people this time around there are some serious repercussions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/11/04/quick-post-about-disappointment/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/11/04/quick-post-about-disappointment/</feedburner:origLink></item>
		<item>
		<title>I’ll show you “behind the curtain”… blog</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/440542377/</link>
		<comments>http://blog.vokle.com/index.php/2008/11/02/ill-show-you-behind-the-curtain-blog/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 03:16:10 +0000</pubDate>
		<dc:creator>Edward Dekeratry</dc:creator>
		
		<category><![CDATA[Thoughts from the Team]]></category>

		<category><![CDATA[cory]]></category>

		<category><![CDATA[edward]]></category>

		<category><![CDATA[ian]]></category>

		<category><![CDATA[people]]></category>

		<category><![CDATA[robert]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[Vokle]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=95</guid>
		<description><![CDATA[So I know everyone on the team has been running around pulling all nighters this past week.  I think its time Vokle shows a little more of who and what is &#8220;behind the curtain&#8221; with a video or two of our activities as we move foreward&#8230;  thoughts?
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.vokle.com/wp-content/uploads/2008/12/img_0462.jpg"><img class="size-full wp-image-137 aligncenter" title="img_0462" src="http://blog.vokle.com/wp-content/uploads/2008/12/img_0462.jpg" alt="" width="350" height="263" /></a>So I know everyone on the team has been running around pulling all nighters this past week.  I think its time Vokle shows a little more of who and what is &#8220;behind the curtain&#8221; with a video or two of our activities as we move foreward&#8230;  thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/11/02/ill-show-you-behind-the-curtain-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/11/02/ill-show-you-behind-the-curtain-blog/</feedburner:origLink></item>
		<item>
		<title>Vokle Private Beta Delay</title>
		<link>http://feeds.feedburner.com/~r/vokle/~3/440484629/</link>
		<comments>http://blog.vokle.com/index.php/2008/11/02/vokle-private-beta-delay/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 01:50:20 +0000</pubDate>
		<dc:creator>Edward Dekeratry</dc:creator>
		
		<category><![CDATA[Vokle Updates]]></category>

		<category><![CDATA[Launch]]></category>

		<category><![CDATA[United States of America]]></category>

		<category><![CDATA[Vokle]]></category>

		<guid isPermaLink="false">http://blog.vokle.com/?p=92</guid>
		<description><![CDATA[Hey Everyone,
So we ran into some unexpected hiccups while making the final development push for Vokle&#8217;s launch, and are hard at work removing them.  It is important for us that Vokle breathe smoothly so that you can speak out and see others live, clearly.  We don&#8217;t expect it to hold us up too long, but [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Everyone,</p>
<p>So we ran into some unexpected hiccups while making the final development push for Vokle&#8217;s launch, and are hard at work removing them.  It is important for us that Vokle breathe smoothly so that you can speak out and see others live, clearly.  We don&#8217;t expect it to hold us up too long, but we&#8217;ll keep you posted as we progress.  Follow us on twitter if you&#8217;d like to keep a close eye on our progress!</p>
<p>Hope everyone had a great weekend <img src='http://blog.vokle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Edward</p>
<p><a href="http://blog.vokle.com/wp-content/uploads/2008/12/1272549006_294f713d3c.jpg"><img class="aligncenter size-medium wp-image-141" title="1272549006_294f713d3c" src="http://blog.vokle.com/wp-content/uploads/2008/12/1272549006_294f713d3c.jpg" alt="" width="500" height="318" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vokle.com/index.php/2008/11/02/vokle-private-beta-delay/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.vokle.com/index.php/2008/11/02/vokle-private-beta-delay/</feedburner:origLink></item>
	</channel>
</rss>
