<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dedric Mauriac</title>
	<atom:link href="http://dedricmauriac.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dedricmauriac.wordpress.com</link>
	<description>The Virtual Persona of Lewis Moten</description>
	<lastBuildDate>Wed, 25 Nov 2009 05:22:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dedricmauriac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/51ab57b80af3b79006422e5de2981e2a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dedric Mauriac</title>
		<link>http://dedricmauriac.wordpress.com</link>
	</image>
			<item>
		<title>unmagic quotes</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/25/unmagic-quotes/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/25/unmagic-quotes/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:22:06 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/25/unmagic-quotes/</guid>
		<description><![CDATA[I ran into a problem today with encoding strings for SQL. Upon looking into  the problem, I realized an oddity from a past problem was very much  related. It turns out that PHP, by default, escapes quotes. It was  originally included with PHP to prevent SQL injection attacks. The problem  however, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2187&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1259129105_snap_445.jpg" /><br />I ran into a problem today with encoding strings for SQL. Upon looking into  the problem, I realized an oddity from a past problem was very much  related. It turns out that PHP, by default, escapes quotes. It was  originally included with PHP to prevent SQL injection attacks. The problem  however, is that like-minded developers who already take measures against  this end up having data appear in the database as if someone had double-  escaped the strings during an insert/update. I&#8217;m at a cross roads  determining if I should detect if this is on, or to turn it off and assume  that it will always be off.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35134">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2187&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/25/unmagic-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1259129105_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>jQuery with Flexigrid</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/24/jquery-with-flexigrid/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/24/jquery-with-flexigrid/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 01:48:20 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/24/jquery-with-flexigrid/</guid>
		<description><![CDATA[This morning I found a plug-in called Flexigrid that works well with jQuery. It  supports AJAX calls to get a paged set of data. It supports dynamic page  sizes, searching specific columns, as well as the ability to sort each  column. I&#8217;m even able to resize the columns and drag them into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2186&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1259116225_snap_445.jpg" /><br />This morning I found a plug-in called <a href="http://flexigrid.info/">Flexigrid</a> that works well with jQuery. It  supports AJAX calls to get a paged set of data. It supports dynamic page  sizes, searching specific columns, as well as the ability to sort each  column. I&#8217;m even able to resize the columns and drag them into different  positions. It&#8217;s been a little tricky getting it to work, as I had to beef  up my skills on JavaScript Object Notation (JSON). Overall, it will make  the presentation of data increase dramatically with little effort.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35133">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2186&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/24/jquery-with-flexigrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1259116225_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Web Interface via jQuery</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/24/web-interface-via-jquery/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/24/web-interface-via-jquery/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:22:24 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
				<category><![CDATA[SecondLife]]></category>

		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/24/web-interface-via-jquery/</guid>
		<description><![CDATA[
Once I got a working front end web interface, I started to look into jQuery to standardize a bit and support cross-platform browsers easier. I have run  into a few problems in that there are not many data grids available for  jQuery that use server-side calls. It appears that I&#8217;ll have to develop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2183&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1259053507_snap_445.jpg" alt="" /><br />
Once I got a working front end web interface, I started to look into <a href="http://jquery.com/">jQuery</a> to standardize a bit and support cross-platform browsers easier. I have run  into a few problems in that there are not many data grids available for  jQuery that use server-side calls. It appears that I&#8217;ll have to develop my  own <a href="http://plugins.jquery.com/">plug-in</a>. I just finished working out how to get a page of data to  display. Next is pagination, column sorting, and searching. Afterwards, I  want to look into implementing the <a href="http://jqueryui.com/">jQuery UI</a>. There are many <a href="http://jqueryui.com/demos/">widgets  available</a> that I could make use of.<br />
posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35092">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2183&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/24/web-interface-via-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1259053507_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Pagination Workaround</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/23/pagination-workaround/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/23/pagination-workaround/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:57:25 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/23/pagination-workaround/</guid>
		<description><![CDATA[I&#8217;ve tried many attempts to working around the PDO integer problem such as  direct binding, casting strings as integers, and working with stored  procedures. The end result was not something that I like, in that it  involved me going back to the basics and doing some manual string  replacement. It works, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2182&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1259026806_snap_445.jpg" /><br />I&#8217;ve tried many attempts to working around the PDO integer problem such as  direct binding, casting strings as integers, and working with stored  procedures. The end result was not something that I like, in that it  involved me going back to the basics and doing some manual string  replacement. It works, but I&#8217;m not happy with it. In other news, I&#8217;m  looking at using a price tag object I made a while back to dynamically show  both the price and permissions above each item. I need to setup a texture  to page results, get a note card, or tie-in gifting options.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35089">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2182&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/23/pagination-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1259026806_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>PDO thinks integers are strings</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/23/pdo-thinks-integers-are-strings/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/23/pdo-thinks-integers-are-strings/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:29:26 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/23/pdo-thinks-integers-are-strings/</guid>
		<description><![CDATA[I seem to be finding bugs left and right. I am using PDO to prevent against  SQL injection attacks. It takes all parameters that I pass in, and makes  certain that the correct SQL statement is created to run against an MySQL  database. The latest bug that I ran into is PHP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2181&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1259017806_snap_445.jpg" /><br />I seem to be finding bugs left and right. I am using PDO to prevent against  SQL injection attacks. It takes all parameters that I pass in, and makes  certain that the correct SQL statement is created to run against an MySQL  database. The latest bug that I ran into is <a href="http://bugs.php.net/bug.php?id=40740">PHP Bug #40740</a>. It is  converting integers to strings, and breaking on paging results using the  &#8220;limit&#8221; keyword. Unfortunately, the bug is over 2.5 years old and looks as  though it will never be fixed, but plenty of people are complaining about  it. I&#8217;ll have to find a work-around.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35087">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2181&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/23/pdo-thinks-integers-are-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1259017806_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Lightweight Vendors</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/23/lightweight-vendors/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/23/lightweight-vendors/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 20:42:43 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/23/lightweight-vendors/</guid>
		<description><![CDATA[I usually come up with some interesting ideas when I go take a walk, or get  a good nights sleep. The latest idea was how to improve the vendor  experience. Most networked vendors are loaded with lots of scripts and  prims. Using touch-based mapping, and the 5-faced prim that I use for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2180&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1259011506_snap_445.jpg" /><br />I usually come up with some interesting ideas when I go take a walk, or get  a good nights sleep. The latest idea was how to improve the vendor  experience. Most networked vendors are loaded with lots of scripts and  prims. Using touch-based mapping, and the 5-faced prim that I use for my  letter positioning, I can essentially create a vendor that has 10 preview  panels, paging, and a main product presentation with 3 prims and 1 script.  I&#8217;ve made a mockup and it looks like it can be done. I&#8217;ll need to get a  rudamentary web interface working first assign images, note cards, and  prices to items.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35082">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2180&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/23/lightweight-vendors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1259011506_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Discovering MySQL Bugs</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/23/discovering-mysql-bugs/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/23/discovering-mysql-bugs/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 05:37:26 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/23/discovering-mysql-bugs/</guid>
		<description><![CDATA[I was going a bit nuts trying to find out why I was getting an error when  adding one of my inventory items to the database. I have a primary key that  contains a varchar(64) data type as one if it&#8217;s keys. One item got in the  database that was 63 characters [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2179&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258957204_snap_445.jpg" /><br />I was going a bit nuts trying to find out why I was getting an error when  adding one of my inventory items to the database. I have a primary key that  contains a varchar(64) data type as one if it&#8217;s keys. One item got in the  database that was 63 characters long. I tried to add another item with the  same name, except that it had a trailing space. It appears that MySQL  thinks that this is the same name without the trailing space. It appears  that it may be related to <a href="http://bugs.mysql.com/bug.php?id=14131">Bug #14131</a>. I&#8217;ll look  into changing the collation from PADSPACE to NOPAD.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35073">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2179&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/23/discovering-mysql-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258957204_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Inventory Loss</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/22/inventory-loss-2/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/22/inventory-loss-2/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 04:42:24 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/22/inventory-loss-2/</guid>
		<description><![CDATA[One of my tests that I use on my drop boxes is to copy the large list if  notecards in my inventory into the contents of my dropbox. I&#8217;ve had a  message pop up each time I attempt to do this: Inventory creation on in-  world object failed. I&#8217;m assuming this has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2178&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258953903_snap_445.jpg" /><br />One of my tests that I use on my drop boxes is to copy the large list if  notecards in my inventory into the contents of my dropbox. I&#8217;ve had a  message pop up each time I attempt to do this: Inventory creation on in-  world object failed. I&#8217;m assuming this has to do with inventory loss. Just  about any information I have found on the Internet indicates that the item  disappears in both their own inventory and the content of the prim. The  message doesn&#8217;t go into detail regarding what the name of the item was. In  the mean time, I&#8217;m trying to identify the limit of how many items a prim  can actually hold, and if it has an effect on the scripts performance.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35069">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2178&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/22/inventory-loss-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258953903_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Online!</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/22/online/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/22/online/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 21:37:26 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/22/online/</guid>
		<description><![CDATA[After trimming the fat off of my code for my drop-box, it is back online  again. The server-side scripts had to be rewritten to handle the  newer/condensed form of communications. The backend database is being  updated to reflect when each box had last been verified along with it&#8217;s api  endpoint uri. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2177&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258928404_snap_445.jpg" /><br />After trimming the fat off of my code for my drop-box, it is back online  again. The server-side scripts had to be rewritten to handle the  newer/condensed form of communications. The backend database is being  updated to reflect when each box had last been verified along with it&#8217;s api  endpoint uri. The next step is to process the inventory that the box sends  to the server. I have a method that throttles the http requests to prevent  problems with people who have multiple drop-boxes sending inventory at  once. It also sends a condensed, serialized batch of inventory information  (name, type, perms) so that there is less traffic needed.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35067">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2177&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/22/online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258928404_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Memory with LSL vs Mono</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/22/memory-with-lsl-vs-mono/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/22/memory-with-lsl-vs-mono/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 07:42:57 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/22/memory-with-lsl-vs-mono/</guid>
		<description><![CDATA[I&#8217;ve been working on my inventory server again in regards to optimizations.  I&#8217;ve really cut it down to size while retaining much of the functionality  that I had originally put into it. One thing that strikes me is the size of  memory available when it&#8217;s compiled in Mono or LSL. LSL has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2176&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258878304_snap_445.jpg" /><br />I&#8217;ve been working on my inventory server again in regards to optimizations.  I&#8217;ve really cut it down to size while retaining much of the functionality  that I had originally put into it. One thing that strikes me is the size of  memory available when it&#8217;s compiled in Mono or LSL. LSL has a limit of 16  KB. The free memory reports 12,431 bytes free, so it&#8217;s safe to assume that  the script itself takes up about 3.5 KB. Mono has a limit of 64 KB and  reports that I have 48,298 bytes free; resulting in code roughly 16 KB in  size. With Mono scripts taking up roughly four times the memory for the  same written code, it&#8217;s understandable why the memory limit was increased  to 64KB for mono.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Woodbridge/">Woodbridge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35059">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2176&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/22/memory-with-lsl-vs-mono/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258878304_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Bunnies</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/21/bunnies/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/21/bunnies/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 00:02:32 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/21/bunnies/</guid>
		<description><![CDATA[Found some odd looking bunnies. One appears to be handing out twenties of  the teenage mutant ninja turtles money, while the other is wallowing in  self pitty. Each bunny has buttons for eyes, reminding me of coraline.posted by Dedric Mauriac  on Tableau using a blogHUD : [blogHUD permalink]
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2175&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258850703_snap_445.jpg" /><br />Found some odd looking bunnies. One appears to be handing out twenties of  the teenage mutant ninja turtles money, while the other is wallowing in  self pitty. Each bunny has buttons for eyes, reminding me of coraline.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Tableau/">Tableau</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35058">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2175&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/21/bunnies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258850703_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Timeless Prototypes Party</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/21/timeless-prototypes-party/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/21/timeless-prototypes-party/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 22:57:53 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/21/timeless-prototypes-party/</guid>
		<description><![CDATA[I saw Bevan Whitfield plurked about being at Timless Prototype&#8217;s party. I  decided to head on over and the first words I see is Timless shouting  &#8220;DEDRIC!!!!!!&#8221;. Timeless puts on spectacular shows. Prokofy Neva had  mentioned earlier today about Timless having a unique message board when he  had visited me. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2172&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258846805_snap_445.jpg" /><br />I saw Bevan Whitfield plurked about being at Timless Prototype&#8217;s party. I  decided to head on over and the first words I see is Timless shouting  &#8220;DEDRIC!!!!!!&#8221;. Timeless puts on spectacular shows. Prokofy Neva had  mentioned earlier today about Timless having a unique message board when he  had visited me. I think I just spotted it. Perhaps I&#8217;ll have a closer look.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/RavKom/">RavKom</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35055">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2172&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/21/timeless-prototypes-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258846805_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>AvMaker Textures</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/21/avmaker-textures/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/21/avmaker-textures/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:57:35 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
				<category><![CDATA[SecondLife]]></category>

		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/21/avmaker-textures/</guid>
		<description><![CDATA[
I was waiting for the weekend so I could take a picture of myself outdoors  in the daylight to get light that wasn&#8217;t so yellow, and to get subtle  highlights/shadows. An overall even distribution of light seems to make a  big difference. I can still see shadows/highlights, but not as bad as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2171&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258836005_snap_445.jpg" alt="" /><br />
I was waiting for the weekend so I could take a picture of myself outdoors  in the daylight to get light that wasn&#8217;t so yellow, and to get subtle  highlights/shadows. An overall even distribution of light seems to make a  big difference. I can still see shadows/highlights, but not as bad as in  the house. I&#8217;m impressed with the latest skin that I made using the AvMaker  software from CyberExtruder.com. For a dollar for each skin, it is pretty  inexpensive and allows me to correct problems without costing me an arm and  a leg. The software reminds me of a simplified version of Morpheus targeted  specifically a morphing a photo into a skin template rather than a  different photo.</p>
<p><img class="alignnone size-medium wp-image-2173" title="AvMaker - Lewis Moten" src="http://dedricmauriac.files.wordpress.com/2009/11/avmaker-lewis-moten.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></p>
<p>posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Motru/">Motru</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35046">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2171&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/21/avmaker-textures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258836005_snap_445.jpg" medium="image" />

		<media:content url="http://dedricmauriac.files.wordpress.com/2009/11/avmaker-lewis-moten.jpg?w=300" medium="image">
			<media:title type="html">AvMaker - Lewis Moten</media:title>
		</media:content>
	</item>
		<item>
		<title>A look into XYText images</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/21/a-look-into-xytext-images/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/21/a-look-into-xytext-images/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:27:48 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/21/a-look-into-xytext-images/</guid>
		<description><![CDATA[CodeBastard RedGrave was talking about how my images were compressed  compared to XYText. I started to take a look at the XYText images. I found  that they had a pyramid look to them. This is inefficient because each row  has unused whitespace. If XYText had used the entire texture, they could  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2170&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258834205_snap_445.jpg" /><br />CodeBastard RedGrave was talking about how my images were compressed  compared to XYText. I started to take a look at the XYText images. I found  that they had a pyramid look to them. This is inefficient because each row  has unused whitespace. If XYText had used the entire texture, they could  have saved 5 images. They used 512&#215;512 images, giving a better resolution,  but takes longer to download individual images. However, this may help  improve the blurryness that I see when I&#8217;m at a distance from my own  256&#215;256 textures. It appears that they use reversed pairs. I had problems  getting this to work on my own and have more images as a result. I&#8217;ll have  to take another look at my solution.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Motru/">Motru</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35045">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2170&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/21/a-look-into-xytext-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258834205_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Better than XY &#8211; Letter Positioning</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/21/better-than-xy-letter-positioning/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/21/better-than-xy-letter-positioning/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 09:12:56 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
				<category><![CDATA[SecondLife]]></category>

		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/21/better-than-xy-letter-positioning/</guid>
		<description><![CDATA[
In my earliest days entering the world of Second Life, I created a script  that would allow me to display dynamic text. I was able to create a script  that would display 10 letters per prim. Later, I found out about something  called XYText that did something similar. I stuck with my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2167&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258797307_snap_445.jpg" alt="" /><br />
In my earliest days entering the world of Second Life, I created a script  that would allow me to display dynamic text. I was able to create a script  that would display 10 letters per prim. Later, I found out about something  called XYText that did something similar. I stuck with my own scripts for  years. I finally released the script (<a href="http://wiki.secondlife.com/wiki/Letter_Positioning">Letter Positioning</a>) two years ago as <a href="http://dedricmauriac.wordpress.com/2008/01/01/happy-new-year-3/">a new years gift</a> to  the community. I was talking with <a href="http://codebastardredgrave.com/">CodeBastard Redgrave</a> and dug up the  original program I used to create the images and sent it her way as well.  With the font builder, you have the capability to support just about any  characterset (Japanese, Chinease, etc.) along with the style and size. The  LSL is compressed and light-weight compared to <a href="http://wiki.secondlife.com/wiki/XyText_1.5">XYText</a>.</p>
<p>I&#8217;ve used the Letter Positioning script in many of my past products, and continue to use it today. It&#8217;s been by far the most useful script for me that I have made. Here are some of the products that I made using the letter positioning script.</p>
<p><a href="http://dedricmauriac.files.wordpress.com/2008/10/visitor-counter-picture.jpg"><img class="alignnone size-thumbnail wp-image-1679" title="visitor-counter-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/visitor-counter-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/usa-timezone-clock-picture.jpg"><img class="alignnone size-thumbnail wp-image-1676" title="usa-timezone-clock-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/usa-timezone-clock-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/particle-lab-picture.jpg"><img class="alignnone size-thumbnail wp-image-1655" title="particle-lab-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/particle-lab-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/online-status-indicator-picture.jpg"><img class="alignnone size-thumbnail wp-image-1654" title="online-status-indicator-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/online-status-indicator-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/message-board-picture.jpg"><img class="alignnone size-thumbnail wp-image-1641" title="message-board-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/message-board-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/memory-game-picture.jpg"><img class="alignnone size-thumbnail wp-image-1640" title="memory-game-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/memory-game-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/large-message-board-picture.jpg"><img class="alignnone size-thumbnail wp-image-1635" title="large-message-board-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/large-message-board-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/item-dispenser-picture.jpg"><img class="alignnone size-thumbnail wp-image-1631" title="item-dispenser-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/item-dispenser-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/feed-display-picture.jpg"><img class="alignnone size-thumbnail wp-image-1616" title="feed-display-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/feed-display-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/directional-sign-picture.jpg"><img class="alignnone size-thumbnail wp-image-1606" title="directional-sign-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/directional-sign-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/digital-clock-picture.jpg"><img class="alignnone size-thumbnail wp-image-1605" title="digital-clock-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/digital-clock-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/currency-exchange-rate-display-picture.jpg"><img class="alignnone size-thumbnail wp-image-1599" title="currency-exchange-rate-display-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/currency-exchange-rate-display-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/countdown-timer-picture.jpg"><img class="alignnone size-thumbnail wp-image-1595" title="countdown-timer-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/countdown-timer-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/christmas-gift-picture.jpg"><img class="alignnone size-thumbnail wp-image-1589" title="christmas-gift-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/christmas-gift-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><a href="http://dedricmauriac.files.wordpress.com/2008/10/blimp-picture.jpg"><img class="alignnone size-thumbnail wp-image-1577" title="blimp-picture" src="http://dedricmauriac.files.wordpress.com/2008/10/blimp-picture.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a><br />
posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Motru/">Motru</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35039">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2167&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/21/better-than-xy-letter-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258797307_snap_445.jpg" medium="image" />

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/visitor-counter-picture.jpg?w=150" medium="image">
			<media:title type="html">visitor-counter-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/usa-timezone-clock-picture.jpg?w=150" medium="image">
			<media:title type="html">usa-timezone-clock-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/particle-lab-picture.jpg?w=150" medium="image">
			<media:title type="html">particle-lab-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/online-status-indicator-picture.jpg?w=150" medium="image">
			<media:title type="html">online-status-indicator-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/message-board-picture.jpg?w=150" medium="image">
			<media:title type="html">message-board-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/memory-game-picture.jpg?w=150" medium="image">
			<media:title type="html">memory-game-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/large-message-board-picture.jpg?w=150" medium="image">
			<media:title type="html">large-message-board-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/item-dispenser-picture.jpg?w=150" medium="image">
			<media:title type="html">item-dispenser-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/feed-display-picture.jpg?w=150" medium="image">
			<media:title type="html">feed-display-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/directional-sign-picture.jpg?w=150" medium="image">
			<media:title type="html">directional-sign-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/digital-clock-picture.jpg?w=150" medium="image">
			<media:title type="html">digital-clock-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/currency-exchange-rate-display-picture.jpg?w=150" medium="image">
			<media:title type="html">currency-exchange-rate-display-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/countdown-timer-picture.jpg?w=150" medium="image">
			<media:title type="html">countdown-timer-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/christmas-gift-picture.jpg?w=150" medium="image">
			<media:title type="html">christmas-gift-picture</media:title>
		</media:content>

		<media:content url="http://dedricmauriac.files.wordpress.com/2008/10/blimp-picture.jpg?w=150" medium="image">
			<media:title type="html">blimp-picture</media:title>
		</media:content>
	</item>
		<item>
		<title>Calendar Cog Troubleshooting</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/21/calendar-cog-troubleshooting/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/21/calendar-cog-troubleshooting/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 06:37:57 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/21/calendar-cog-troubleshooting/</guid>
		<description><![CDATA[I was having a bit of a problem getting the calendar cog working and asked  CodeBastard Redgrave for help. She responded promptly and we were able to  troubleshoot the problems. After the problem was ressolved, she had  demonstrated how the calendar cog hud worked, which was pretty nice.  (Disclaimer, CodeBastard handed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2166&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258788005_snap_445.jpg" /><br />I was having a bit of a problem getting the calendar cog working and asked  CodeBastard Redgrave for help. She responded promptly and we were able to  troubleshoot the problems. After the problem was ressolved, she had  demonstrated how the calendar cog hud worked, which was pretty nice.  (Disclaimer, CodeBastard handed me a free hud) Afterwards we chit-chatted  about a shirt she had with the front saying &#8220;XgreedSL&#8221; and the back said  Exit. All in SLX styled colors. The funny thing was that she was just in a  room with Lindens when wearing the shirt.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Rouge/">Rouge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/35038">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2166&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/21/calendar-cog-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258788005_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Calendar Cog(s)</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/19/calendar-cogs/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/19/calendar-cogs/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:22:41 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/19/calendar-cogs/</guid>
		<description><![CDATA[I keep hearing a lot about the CalendarCog. It&#8217;s mostly good news that a  few people can&#8217;t stop talking about how great they are. I decided to jump  on down to pick up a copy to check it out. I arrived and found many  different variations of it. I don&#8217;t know which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2165&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258621503_snap_445.jpg" /><br />I keep hearing a lot about the CalendarCog. It&#8217;s mostly good news that a  few people can&#8217;t stop talking about how great they are. I decided to jump  on down to pick up a copy to check it out. I arrived and found many  different variations of it. I don&#8217;t know which one I need to get it to  start working. There is a Kiosk, HUD, Board, SuperBoard, and a Business  Package. Not sure if they all work on their own, or if there is an initial  package I need that is the CalendarCog itself. I&#8217;m about to head off to  sleep, so I&#8217;ll just take a guess and go with &#8230; Kiosk?<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Rouge/">Rouge</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/34966">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2165&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/19/calendar-cogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258621503_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Making Faces</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/18/making-faces-2/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/18/making-faces-2/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 05:03:35 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/18/making-faces-2/</guid>
		<description><![CDATA[I found out about CyberExtruder.com yesterday. They offer some software  that lets you use an existing photo of yours, and then create an avatar  skin from it. I pulled my hair back to get a better picture. The software  is free, but you can&#8217;t save unless you purchase licenses in batches of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2164&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258523106_snap_445.jpg" /><br />I found out about CyberExtruder.com yesterday. They offer some software  that lets you use an existing photo of yours, and then create an avatar  skin from it. I pulled my hair back to get a better picture. The software  is free, but you can&#8217;t save unless you purchase licenses in batches of 10  saves for $10 USD. The quality looks great until you upload the skins into  Second Life. I think it has to do with the limitations of the pixel depth  in Second Life itself. Afterwards, I was spending a lot of time getting my  avatar to look like me, as well as shopping for hair that makes me look a  bit more like the real me. The hairs a bit too flowey, but I can&#8217;t find  anything closer to me yet.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Nikita_Fride/">Nikita Fride</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/34951">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2164&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/18/making-faces-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258523106_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>Delayed features of LSL</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/15/delayed-features-of-lsl/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/15/delayed-features-of-lsl/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 07:04:08 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/15/delayed-features-of-lsl/</guid>
		<description><![CDATA[I often find myself at a loss with the scripting language. Although it is  powerful because we can make interactive objects. It is lacking in many  simple methods that are found in most programming languages (string  replacement, case statements, error handling). In addition, upcomming  functions seem to be on hold forever [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2163&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258271104_snap_445.jpg" /><br />I often find myself at a loss with the scripting language. Although it is  powerful because we can make interactive objects. It is lacking in many  simple methods that are found in most programming languages (string  replacement, case statements, error handling). In addition, upcomming  functions seem to be on hold forever (text box, url on a prim, dynamic  textures). I&#8217;ve even create/voted a few feature requests (encryption, html  encode/decode, name 2 key). In the end, we settle for crude ways of  implimenting these features or leaving them out. The end result is often  scripts that use more memory, or server load. Unhappy with the results,  many of my product ideas are abandoned.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Motru/">Motru</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/34916">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2163&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/15/delayed-features-of-lsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258271104_snap_445.jpg" medium="image" />
	</item>
		<item>
		<title>TinyPaste API via LSL</title>
		<link>http://dedricmauriac.wordpress.com/2009/11/14/tinypaste-api-via-lsl/</link>
		<comments>http://dedricmauriac.wordpress.com/2009/11/14/tinypaste-api-via-lsl/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 01:34:10 +0000</pubDate>
		<dc:creator>Lewis Moten</dc:creator>
		
		<guid isPermaLink="false">http://dedricmauriac.wordpress.com/2009/11/14/tinypaste-api-via-lsl/</guid>
		<description><![CDATA[Many scripters have had the problem of running out of memory to store  information, or losing the information when a script resets. Ways around  this include adding threaded scripts, using note cards, using the  description field, or adding a back-end service such as a database. I  happened to come across TinyPaste.com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2162&subd=dedricmauriac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="blogHUDimg" src="http://bloghud.com/users/dedricmauriac/snaps/1258251306_snap_445.jpg" /><br />Many scripters have had the problem of running out of memory to store  information, or losing the information when a script resets. Ways around  this include adding threaded scripts, using note cards, using the  description field, or adding a back-end service such as a database. I  happened to come across TinyPaste.com in which you can paste text from your  clipboard, save it, and hand the link out to your friends. Amazingly  enough, it has an API. Using a bit of my LSL scripting skills, I was able  to create a script that makes use of this API. Have a look at the code: <a href="http://tinypaste.com/70c90ce">http://tinypaste.com/70c90ce</a>.<br />posted by <a href="http://my.bloghud.com/dedricmauriac/">Dedric Mauriac </a> on <a href="http://visit.bloghud.com/Motru/">Motru</a> using a <a href="http://bloghud.com/">blogHUD</a> : [<a title="a blogHUD post" href="http://bloghud.com/id/34915">blogHUD permalink</a>]</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dedricmauriac.wordpress.com/2162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dedricmauriac.wordpress.com/2162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dedricmauriac.wordpress.com/2162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dedricmauriac.wordpress.com/2162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dedricmauriac.wordpress.com/2162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dedricmauriac.wordpress.com/2162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dedricmauriac.wordpress.com/2162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dedricmauriac.wordpress.com/2162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dedricmauriac.wordpress.com/2162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dedricmauriac.wordpress.com/2162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dedricmauriac.wordpress.com&blog=414059&post=2162&subd=dedricmauriac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dedricmauriac.wordpress.com/2009/11/14/tinypaste-api-via-lsl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b8a97b1045fd21bbeffbb5dd6daa430c?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">Lewie</media:title>
		</media:content>

		<media:content url="http://bloghud.com/users/dedricmauriac/snaps/1258251306_snap_445.jpg" medium="image" />
	</item>
	</channel>
</rss>