<?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>Pure-Essence.Net &#187; plug</title>
	<atom:link href="http://pure-essence.net/category/plug/feed/" rel="self" type="application/rss+xml" />
	<link>http://pure-essence.net</link>
	<description>You have to visit this geeky girl&#039;s blog.</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:26:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pure-essence.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pure-Essence.Net &#187; plug</title>
		<link>http://pure-essence.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pure-essence.net/osd.xml" title="Pure-Essence.Net" />
	<atom:link rel='hub' href='http://pure-essence.net/?pushpress=hub'/>
		<item>
		<title>2011 nfjs Central Iowa Software Symposium</title>
		<link>http://pure-essence.net/2011/08/08/2011-nfjs-central-iowa-software-symposium/</link>
		<comments>http://pure-essence.net/2011/08/08/2011-nfjs-central-iowa-software-symposium/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 18:37:25 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[Central Iowa Software Symposium]]></category>
		<category><![CDATA[nfjs]]></category>

		<guid isPermaLink="false">http://pure-essence.net/?p=2152</guid>
		<description><![CDATA[My survey responses to the 2011 nfjs Central Iowa Software Symposium event for my company. Benefits to you and the company from attending this event: Keep up to date regarding the current technologies and development in the Java community. Information that your co-workers / the company should be aware of: Functional programming is making a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=2152&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My survey responses to the <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/home" target="_blank">2011 nfjs Central Iowa Software Symposium</a> event for my company.</p>
<p><b>Benefits to you and the company from attending this event:</b><br />
Keep up to date regarding the current technologies and development in the Java community.</p>
<p><b>Information that your co-workers / the company should be aware of:</b><br />
Functional programming is making a big splash on the JVM. We really should come out of the traditional OO &amp; imperative programming mindset and start think of solving programming challenges in a multi-paradigm fashion. We should upgrade from CVS to Git <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><b>Information that you learned that may have negative impacts to the company:</b><br />
None</p>
<p><b>Would recommend this event / company presenting to someone else?  Why?</b><br />
Yes. The presenters have great knowledge about their topics. They always make me think harder and different about what I am doing at work.</p>
<p><b>Additional Comments or Suggestions:</b><br />
I greatly enjoyed learning more about <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/session?id=23443" title="SUPER FUNNY &amp; ENJOYABLE" target="_blank">Scala</a>, <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/session?id=23444" target="_blank">akka</a> and <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/session?id=22500" target="_blank">functional programming thinking</a>. <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/session?id=23655" target="_blank">The multi-paradigm session</a> by <a href="http://twitter.com/#!/tedneward" target="_blank">Ted Neward</a> opened my eyes.  I took logic &amp; functional programming courses in college and was super impressed by how concise and powerful those languages can be used to solve particular issues.  Now many frameworks on the JVM prove that as Java programmers (who are innately OO &amp; imperative), we may fully utilize the power of programming languages of other paradigms. This motivates me to explore a newer realm of programming.</p>
<p>I learned a lot from <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/session?id=22487" target="_blank">the Seven wastes of software development session</a> e.g. communication is 38% tone, 7% words &amp; 55% body languages. Therefore we should avoid plain emails for especially business rules discussion; converse with a coworker face to face is a much more effective way of communication.  I think I don’t always do well in this area.  Perhaps programmers are generally shy and introverted.  I need to learn to open up more.</p>
<p>I also loved <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/session?id=22476" target="_blank">the Spock session</a> although I feel Spock as a framework is yet completely mature for prime time. The fact it doesn’t have a version 1.x release somewhat speaks for this.  (And it’s not yet in maven central repository.)  I love its various features.  But it’s still under heavy development phase as its community is actively adding more features to the framework. If we start using it now, we may need to upgrade our code dramatically later to get its full effects e.g. the @Unroll feature is going to change soon.  However, I’m super excited to revisit it in a few months or so to see where it’s at. The fact that it’s a test framework great for both state testing &amp; interaction testing (mocking) is awesome!  It sounds like the mocking part of it is yet as mature as other mocking frameworks e.g. Mockito. For example, it doesn’t support partial mock/spy. This does not make me want to switch from Mockito to use it.</p>
<p>I will also use <a href="http://www.nofluffjuststuff.com/conference/des_moines/2011/08/session?id=23648" target="_blank">many of the new features of Groovy I learned</a> since I just started using Groovy for testing.  The SQL class Groovy has is extremely powerful and gave me many ideas as how I can utilize it to make testing more dynamic and more maintenance free.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/2152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/2152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/2152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/2152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/2152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/2152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/2152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/2152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/2152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/2152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/2152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/2152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/2152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/2152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=2152&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2011/08/08/2011-nfjs-central-iowa-software-symposium/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>
	</item>
		<item>
		<title>Andy&#8217;s meatball recipe</title>
		<link>http://pure-essence.net/2011/07/19/andys-meatball-recipe/</link>
		<comments>http://pure-essence.net/2011/07/19/andys-meatball-recipe/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 22:37:04 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://pure-essence.net/?p=2118</guid>
		<description><![CDATA[My husband Andy made these meatballs last night. They were soooooo good. I had to share the recipe since it&#8217;s his ORIGINAL creation with inspiration from Robert Irvine. Ingredients ½ lb Ground Beef ½ lb Ground Pork 1 Bratwurst Patty (approx. 1/3 lb ground bratwurst) 1 cup panko bread crumbs 2 eggs ½ cup fresh [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=2118&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My husband Andy made these meatballs last night. They were soooooo good. I had to share the recipe since it&#8217;s <strong>his ORIGINAL creation</strong> with inspiration from <a href="http://en.wikipedia.org/wiki/Robert_Irvine" target="_blank">Robert Irvine</a>.</p>
<p><strong>Ingredients</strong><br />
½ lb Ground Beef<br />
½ lb Ground Pork<br />
1 Bratwurst Patty (approx. 1/3 lb ground bratwurst)<br />
1 cup <a href="http://en.wikipedia.org/wiki/Panko" target="_blank">panko bread crumbs</a><br />
2 eggs<br />
½ cup fresh chopped green onion<br />
½ cup fresh chopped parsley<br />
½ cup fresh chopped cilantro<br />
2 large cloves garlic diced or minced<br />
¼ cup chopped Basil</p>
<p><strong>Cooking direction</strong><br />
Preheat Oven to 375 degrees – combine all ingredients and mix well.  Form into 1.5” balls and place in a greased baking pan.  Bake covered for 20 minutes.  Uncover and bake an additional 5 minutes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/2118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/2118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/2118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/2118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/2118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/2118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/2118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/2118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/2118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/2118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/2118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/2118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/2118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/2118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=2118&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2011/07/19/andys-meatball-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>
	</item>
		<item>
		<title>Our Las Vegas Vacation</title>
		<link>http://pure-essence.net/2011/06/04/our-las-vegas-vacation/</link>
		<comments>http://pure-essence.net/2011/06/04/our-las-vegas-vacation/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 19:08:58 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[Cirque du Solei]]></category>
		<category><![CDATA[criss angel]]></category>
		<category><![CDATA[las vegas]]></category>
		<category><![CDATA[mgm grand]]></category>
		<category><![CDATA[o show]]></category>
		<category><![CDATA[rio]]></category>
		<category><![CDATA[ron white]]></category>
		<category><![CDATA[the mirage]]></category>

		<guid isPermaLink="false">http://pure-essence.net/?p=2037</guid>
		<description><![CDATA[We stayed at the MGM Grand hotel in Las Vegas from May 27th – June 3rd, 2011. The Favorite Thing: The climate. It’s just crazy to think you do not sweat after miles of walking in 90 degree weather because it’s not humid. My skin looks gorgeous here. There is no road construction because the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=2037&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We stayed at the MGM Grand hotel in Las Vegas from May 27th – June 3rd, 2011.</p>
<p><strong>The Favorite Thing:</strong><br />
The climate. It’s just crazy to think you do not sweat after miles of walking in 90 degree weather because it’s not humid. My skin looks gorgeous here. There is no road construction because the asphalt just doesn’t break and bend like it is in Iowa.</p>
<p><strong>The Least Favorite Thing:</strong><br />
The cigarettes smell. I’m totally ready to get out of this ash tray after a week of consistent second hand smoke.</p>
<p><strong>The Biggest Disappointment:</strong><br />
<a href="http://www.mirage.com/restaurants/stack.aspx">Stack restaurant</a>. You are not paying high prices for the food quality or quantity but rather the *hip* atmosphere.  Unfortunately the atmosphere did not attract us.  When the music was playing, the bass was so loud that I thought I was sitting on a massage chair.  The hostess looked unfriendly and was more interested in sizing us up than seating us.  I think the prices on the menu are filters for people.  <a href="http://www.mirage.com/restaurants/stack.aspx">Stack</a> is more of a yuppie pick up place than a restaurant.</p>
<p><strong>The Happiest Memory:</strong><br />
We had a great time meeting <a href="http://lvcabbiechronicles.blogspot.com/">the LV Cabbie</a> especially our trip with him to <a href="http://en.wikipedia.org/wiki/Hoover_Dam">Hoover Dam</a>.</p>
<p><strong>The Funniest Experience:</strong><br />
My husband was taking a dump in the bathroom. All of the time he was on the toilet, he was hearing the slot machine music. As soon as a big load came out, the music changed to the victorious winning fanfare.  He was waiting for someone to open his stall and hand him some money. It was perfectly well timed.</p>
<p><strong>The Shows:</strong></p>
<ul>
<li>
<a href="http://www.mirage.com/entertainment/ron-white.aspx">Ron White’s show</a> was excellent.  The guy who opened up for him was hilarious.
</li>
<li><a href="http://www.luxor.com/entertainment/entertainment_believe.aspx">Criss Angel’s show</a> was great. Although the disappearance acts were getting a bit repetitive toward the end.  He definitely added a nice touch of comedy to his show with his assistants.
<ul>
<li>My husband, Andy, ordered us front row seats.  Criss did the “foresee the future” act.  He tossed his arm band randomly into the audience and then had the person who got the band toss it randomly to another person and then another person. The three random people in the audience had Margret as the first name, Canada as the birth place and 7 as the favorite number respectively.  In a chest placed in the mid air prior to the beginning of the show resided a piece of paper with “Margret, Canada, 7” written on it.  After the act, Criss gave the paper to me.  It’s nice to get a souvenir (<a href="http://pe20110517.files.wordpress.com/2011/06/crissangelpaper.jpg" class="thickbox">photo</a>) from the show but too bad it’s just an ordinary piece of paper. It’s hard to convince people of its origin.</li>
</ul>
</li>
<li>
<a href="http://www.cirquedusoleil.com/en/shows/o/default.aspx">The O show</a> was ridiculously amazing.  There are not enough adjectives in the English language to properly depict its magnificence.  The stage, the performers and the musicians (they do most of their music LIVE) were all perfect.  I feel proud they had to put the Chinese female acrobats toward the end of the show.  Not much could look more impressive than that.  After the show, I wanted to purchase some souvenirs of the Chinese girls but nothing even remotely represented them in their shop.
</li>
</ul>
<p><strong>Other Reflections:</strong></p>
<ul>
<li>MGM Grand turned out to be a great hotel to stay at. We used our Jacuzzi spa (<a href="http://a3.sphotos.ak.fbcdn.net/hphotos-ak-snc6/252319_1816803373944_1055884671_31627565_2026397_n.jpg" class="thickbox">photo</a>) every day we stayed.  We enjoyed lounging around their lazy river and grand pools (<a href="http://pe20110517.files.wordpress.com/2011/06/dsc00864.jpg?w=480" class="thickbox" rel="mgmGrandPool">photo 1</a> | <a href="http://pe20110517.files.wordpress.com/2011/06/dsc00867.jpg?w=480" class="thickbox" rel="mgmGrandPool">photo 2</a> | <a href="http://pe20110517.files.wordpress.com/2011/06/dsc00868.jpg?w=480" class="thickbox" rel="mgmGrandPool">photo 3</a> | <a href="http://pe20110517.files.wordpress.com/2011/06/dsc00869.jpg?w=480" class="thickbox" rel="mgmGrandPool">photo 4</a> | <a href="http://pe20110517.files.wordpress.com/2011/06/dsc00849.jpg?w=480" class="thickbox" rel="mgmGrandPool">photo 5</a> | <a href="http://pe20110517.files.wordpress.com/2011/06/dsc00848.jpg?w=480" class="thickbox" rel="mgmGrandPool">photo 6</a>).  The top three hotels among the ones we visited are: MGM Grand, The Mirage and Rio.</li>
<li>Hoover Dam was extraordinary (<a href="http://www.facebook.com/media/set/?set=a.1820386703525.2096904.1055884671&amp;l=61434dfa82" target="_blank">photos</a>).  You feel insignificant in such a grand construction surrounded by beautiful water and mountains.</li>
<li><a href="http://www.bellagio.com/amenities/fountains-of-bellagio.aspx" target="_blank">The fountains shows at Bellagio</a> were breathtaking (<a href="http://www.youtube.com/watch?v=beHgMTcS2Wk" target="_blank">video 1</a> | <a href="http://www.youtube.com/watch?v=pZqzEbnfksg" target="_blank">video 2</a>).  It was hard to believe they were giving out such artistic and well choreographed shows for free.</li>
<li>We are willing to stay at Rio next time. Even though it’s off the Strip, but with convenient free shuffle service and two ridiculously delicious buffets, <a href="http://www.riolasvegas.com/casinos/rio/restaurants-dining/carnival-world-buffet-detail.html" target="_blank">World Carnival Buffet</a> (<a href="http://www.youtube.com/watch?v=8s_D02SQMmc">video</a>) and <a href="http://www.riolasvegas.com/casinos/rio/restaurants-dining/village-seafood-buffet-detail.html" target="_blank">Village Seafood Buffet</a> (<a href="http://www.youtube.com/watch?v=Pw4xUZabsO8">video</a>), it’s worth it.</li>
<li>We loved this little frozen yogurt place in the Mirage called <a href="http://www.mirage.com/restaurants/blizz.aspx">Blizz</a>.  My husband found his new favorite flavor: pistachio.</li>
<li>The most commonly littered items are cigarette butts, beer bottles and nude women flyers.</li>
</ul>
<p><strong>Lessons Learned:</strong></p>
<ul>
<li>The maps they give out at the hotels are awfully deceiving and horribly out of scale.  Just because it looks close on the map doesn’t necessarily mean it’s in walking distance.</li>
<li>Always have a cab company number handy. Flagging cabs doesn’t work here as well as in other big cities like Shanghai if you wander off the crowded areas.</li>
<li>If you want a good place to eat, ask a cab driver.  If you want a great place to eat, ask a fat cab driver like <a href="http://lvcabbiechronicles.blogspot.com/">the LV Cabbie</a>.  He recommended <a href="http://maps.google.com/maps/place?oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;q=china+mama+las+vegas&amp;fb=1&amp;gl=us&amp;hq=china+mama&amp;hnear=0x80beb782a4f57dd1:0x3accd5e6d5b379a3,Las+Vegas,+NV&amp;cid=371785148538878694&amp;z=14">China Mama</a> which turned out to be one of the best dining experiences we had in Las Vegas.</li>
<li>If you want to visit more of the surrounding suburbs and places where the locals go, I suggest you rent a car.  Cab fare may stack up quickly if you do not.</li>
</ul>
<p><strong>The Photos:</strong></p>
<p><a href="http://www.facebook.com/media/set/?set=a.1821852940180.2096988.1055884671&amp;l=a61bb800e9" target="_blank">Las Vegas Vacation</a> | <a href="http://www.facebook.com/media/set/?set=a.1820386703525.2096904.1055884671&amp;l=61434dfa82" target="_blank">Hoover Dam</a> | <a href="http://www.facebook.com/media/set/?set=a.1820408064059.2096907.1055884671&amp;l=34f15ef2d3" target="_blank">MGM Grand Pool</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/2037/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/2037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/2037/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=2037&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2011/06/04/our-las-vegas-vacation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>
	</item>
		<item>
		<title>I just finished going through 1111 total posts @ pure-essence.net</title>
		<link>http://pure-essence.net/2011/05/21/i-just-finished-going-through-1111-total-posts-pure-essence-net/</link>
		<comments>http://pure-essence.net/2011/05/21/i-just-finished-going-through-1111-total-posts-pure-essence-net/#comments</comments>
		<pubDate>Sat, 21 May 2011 14:06:12 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[memories]]></category>
		<category><![CDATA[posts]]></category>

		<guid isPermaLink="false">http://pure-essence.net/?p=1989</guid>
		<description><![CDATA[I&#8217;m just went through all of my 10 years of posts on pure-essence.net one by one to correct its syntax so I can use this super awesome sourcecode shortcode on wordpress.com. Yea I know I&#8217;m crazily obsessed with my blog. Sentiment from going through all of my posts I&#8217;m proud that my oriental wordpress theme [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1989&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just went through all of my 10 years of posts on pure-essence.net one by one to correct its syntax so I can use <a href="http://en.support.wordpress.com/code/posting-source-code/" title="Sourcecode shortcode @ wordpress.com" target="_blank">this super awesome sourcecode shortcode on wordpress.com</a>. </p>
<p>Yea I know I&#8217;m crazily obsessed with my blog.</p>
<p><strong>Sentiment from going through all of my posts</strong></p>
<ul>
<li>
I&#8217;m proud that <a href="http://pure-essence.net/2008/09/23/oriental-theme-featured/" target="_blank">my oriental wordpress theme was featured on wordpress.org</a>. Oh gosh, it&#8217;s been so neglected. I must revive it someday!
</li>
<li>
<a href="http://regretless.com/dodo/newm/">New Millennium</a> still looks pretty good ya? Even though it was coded on 2/28/2008.
</li>
<li>
<a href="http://www.youtube.com/watch?v=odqp38E1y48">I can sorta sing ya?</a>
</li>
<li>
<a href="/2008/02/14/just-getting-my-feet-wet-in-open-laszlo/2/">Wow, I once coded in Open Laszlo</a> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Coding in xml sucks.
</li>
<li>
<a href="/2008/02/03/how-fast-does-google-crawl/">The speed google crawls still blows my mind</a>.
</li>
<li>
<a href="/2008/01/04/dodo-has-been-online-for-ten-years/">What a flashback post</a> for the 10 year online life anniversary. What will I write for the 20 year anniversary?
</li>
<li>
<a href="/2007/10/18/how-to-style-a-table-using-css-jsf-examples/">Old article on how to style a table using CSS</a>. I think it&#8217;s till very applicable untill CSS3 is solid.
</li>
<li>
<a href="/2006/02/18/geeky-t-shirts/">Geek T-shirts</a> are still funny. Apparently I&#8217;m still geeky.
</li>
<li>
<a href="/2005/11/11/wedding-videos/">Our wedding videos</a> are so sentimental. The only thing we did as &#8220;vow&#8221; is that I sang a song for Andy and Andy read a poem he wrote for me.
</li>
<li>
<a href="/2005/04/14/write-better-search-engine-in-php/">JErm</a>&#8216;s comment made me blush LOL. I&#8217;m so happy that <a href="http://www.jermexpress.com/" target="_blank">he&#8217;s still around</a>. Most of my old friends&#8217; sites have gone to never never land.
</li>
<li>
I&#8217;m still surprised that <a href="/2005/02/09/my-script-used-by-university/">my script was used in a university lecture</a>.
</li>
<li>
OMG, how did I use to blog so much? Going back page by page and skimming through posts prior to 2004, I was getting impatient. A couple of facts regarding OLD posts:</p>
<ul>
<li>
I started blogging before wordpress even existed. I used to use its predecessor b2. My first blog post ever on pure essence was <a href="/2001/08/16/installing-b2/">installing b2</a>.
</li>
<li>
I obviously used to use this blog also as twitter. But then there was NO twitter.
</li>
<li>
I feel like a dinosaur but a proud one <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</li>
<li>
My English SUCKED. Not that it&#8217;s that much better now. But YUCK, I was totally speaking Chinglish.
</li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1989/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1989&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2011/05/21/i-just-finished-going-through-1111-total-posts-pure-essence-net/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>
	</item>
		<item>
		<title>Pure-essence.net is back to wordpress</title>
		<link>http://pure-essence.net/2011/05/20/pure-essence-net-is-back-to-wordpress/</link>
		<comments>http://pure-essence.net/2011/05/20/pure-essence-net-is-back-to-wordpress/#comments</comments>
		<pubDate>Fri, 20 May 2011 11:26:29 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[plug]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress.com]]></category>

		<guid isPermaLink="false">http://pure-essence.net/?p=1801</guid>
		<description><![CDATA[Now hosted on wordpress.com with the domain mapping upgrade and custom CSS upgrade. Based on the support they provided, I really hope the guys here would know a lot more about wordpress hosting than my last generic web hosting company and I will have less headaches dealing with all of the down time. I&#8217;m just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1801&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now hosted on wordpress.com with <a href="http://en.support.wordpress.com/upgrades/" title="Available wordpress.com upgrades" target="_blank">the domain mapping upgrade and custom CSS upgrade</a>.</p>
<p>Based on <a href="http://en.forums.wordpress.com/topic/import-with-no-cats-and-tags?replies=8" title="Import with no categories or tags" target="_blank">the support they provided</a>, I really hope the guys here would know a lot more about wordpress hosting than my last generic web hosting company and I will have less headaches dealing with all of the down time. I&#8217;m just happy I can keep all of my blog entries at one location again. It contains 10 years of posts.</p>
<p>Fingers crossed that I found my long time new home <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1801/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1801/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1801/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1801&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2011/05/20/pure-essence-net-is-back-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>
	</item>
		<item>
		<title>Horoscope Kaos</title>
		<link>http://pure-essence.net/2010/01/10/horoscope-kaos/</link>
		<comments>http://pure-essence.net/2010/01/10/horoscope-kaos/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 03:29:26 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[horoscope]]></category>
		<category><![CDATA[kao]]></category>
		<category><![CDATA[pink]]></category>
		<category><![CDATA[white]]></category>

		<guid isPermaLink="false">http://regretless.com/?p=1552</guid>
		<description><![CDATA[Remember these cute critters that were available for adoption back when Dodo&#8217;s New World was still around? Well, I brought them back. Feel free to pick up the code and display one on your web site<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1552&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://pure-essence.net"><img src="http://images.tabulas.com/1930/l/kaoleo.gif" style="border:0;" alt="" /></a><a href="http://pure-essence.net"><img src="http://images.tabulas.com/1930/l/kaoaquariusr.gif" style="border:0;" alt="" /></a><a href="http://pure-essence.net"><img src="http://images.tabulas.com/1930/l/kaotaurusw.gif" style="border:0;" alt="" /></a><a href="http://pure-essence.net"><img src="http://images.tabulas.com/1930/l/kaovirgog.gif" style="border:0;" alt="" /></a><a href="http://pure-essence.net"><img src="http://images.tabulas.com/1930/l/kaogeminias.gif" style="border:0;" alt="" /></a></p>
<p>Remember these cute critters that were available for adoption back when Dodo&#8217;s New World was still around? Well, I brought them back. <a href="/tips/adopt-horoscope-kaos/">Feel free to pick up the code and display one on your web site</a> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1552/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1552&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2010/01/10/horoscope-kaos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>

		<media:content url="http://images.tabulas.com/1930/l/kaoleo.gif" medium="image" />

		<media:content url="http://images.tabulas.com/1930/l/kaoaquariusr.gif" medium="image" />

		<media:content url="http://images.tabulas.com/1930/l/kaotaurusw.gif" medium="image" />

		<media:content url="http://images.tabulas.com/1930/l/kaovirgog.gif" medium="image" />

		<media:content url="http://images.tabulas.com/1930/l/kaogeminias.gif" medium="image" />
	</item>
		<item>
		<title>Mystique Theme</title>
		<link>http://pure-essence.net/2010/01/09/mystique-theme/</link>
		<comments>http://pure-essence.net/2010/01/09/mystique-theme/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 04:49:42 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[rainbow]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://regretless.com/?p=1514</guid>
		<description><![CDATA[I spent most of the day customizing the Mystique wordpress theme. The theme is ridiculously great. It has all of the features I&#8217;d ever dream of. In fact, I got rid of some of my plugins + widgets because this theme covers them. Also, the theme author uses jQuery on all of the UI effects. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1514&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent most of the day customizing the <a href="http://digitalnature.ro/projects/mystique/">Mystique wordpress theme</a>. The theme is ridiculously great. It has all of the features I&#8217;d ever dream of. In fact, I got rid of some of my plugins + widgets because this theme covers them.</p>
<p>Also, the theme author uses <a href="http://jquery.com">jQuery</a> on all of the UI effects. Another score for <a href="http://jquery.com">jQuery</a> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://digitalnature.ro/">YOU</a> + <a href="http://jquery.com">YOU</a> rule my world! Thank you!</p>
<p>Added a new page <a href="http://regretless.com/about/nostalgic-old-layouts/">Nostalgic Old Layouts</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1514/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1514&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2010/01/09/mystique-theme/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>
	</item>
		<item>
		<title>Found a new home &amp; printer</title>
		<link>http://pure-essence.net/2009/03/10/found-a-new-home-printer/</link>
		<comments>http://pure-essence.net/2009/03/10/found-a-new-home-printer/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 23:53:20 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[hosting_company]]></category>
		<category><![CDATA[hostquack]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://regretless.com/?p=1405</guid>
		<description><![CDATA[Pure Essence was sponsored before and the sponsor died so I moved it to hostquack.com. So far I&#8217;m very happy with the support and server speed. I can tell a huge difference between the new server and my old. I hope the new home will be a lot better. Pure Essence had suffered a lot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1405&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pure Essence was sponsored before and the sponsor died so I moved it to <a href="http://www.hostquack.com/">hostquack.com</a>. So far I&#8217;m very happy with the support and server speed. I can tell a huge difference between the new server and my old. I hope the new home will be a lot better. Pure Essence had suffered a lot of down time due to running out of bandwidth and server down time in the past months. I hope it will be up 99.9% of the time as <a href="http://www.hostquack.com/">hostquack.com</a> guarantees <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.amazon.com/Brother-MFC-7840W-Multifunction-Wireless-Interfaces/dp/B0016ZQ566"><img class="alignleft size-full wp-image-1406 blogpic" title="brotherprinter" src="http://regretless.com/wp-content/uploads/2009/03/brotherprinter.png" alt="brotherprinter" width="341" height="279" /></a><br />
On the other hand, we bought a printer!! Brother MFC-7840W Laser Multifunction Center with Wireless and Ethernet Network Interfaces is our new and FIRST printer. We bought it from Bestbuy for only $200. We never owned a printer before. It obviously is inconvenient from time to time. Now we&#8217;ve got a laser network printer that may act as a copy machine &amp; fax machine. It almost feels like being spoiled. Hahaha!</p>
<p>After we purchased the printer, I did a little more research on it. I was surprised to find that we got an awesome deal (even without Andy&#8217;s employee discount since it was on sale) and the reviews for this printer are very positive. Hurray!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1405&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2009/03/10/found-a-new-home-printer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2009/03/brotherprinter.png" medium="image">
			<media:title type="html">brotherprinter</media:title>
		</media:content>
	</item>
		<item>
		<title>Got a new laptop</title>
		<link>http://pure-essence.net/2008/12/27/got-a-new-laptop/</link>
		<comments>http://pure-essence.net/2008/12/27/got-a-new-laptop/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 00:13:31 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://regretless.com/?p=1382</guid>
		<description><![CDATA[Christmass gift for myself Sony VAIO laptop Specs processor: 2.26ghz Intel Core2 Duo display: LCD widescreen display with XBRITE-ECO technology (1600 x 900 resolution) screen size: 16.4&#8243; system bus: 1066MHz cache memory: 3MB on die Level 2 RAM: 4GB PC2-6400 hard drive: 320gb optical drive: Double-layer DVD RW/Blu-ray Disc/CD-RW weight: 6.4 lbs<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1382&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Christmass gift for myself <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.bestbuy.com/site/olspage.jsp?skuId=9034341&amp;st=9034341&amp;lp=1&amp;type=product&amp;cp=1&amp;id=1218010845704">Sony VAIO laptop</a></p>
<p><img src="http://regretless.com/wp-content/uploads/2008/12/sonylaptop1.jpg" alt="sonylaptop1" title="sonylaptop1" class="blogpic" /></p>
<h3>Specs</h3>
<p>processor: 2.26ghz Intel Core2 Duo<br />
display: LCD widescreen display with XBRITE-ECO technology (1600 x 900 resolution)<br />
screen size: 16.4&#8243;<br />
system bus: 1066MHz<br />
cache memory: 3MB on die Level 2<br />
RAM: 4GB PC2-6400<br />
hard drive: 320gb<br />
optical drive: Double-layer DVD RW/<b>Blu-ray Disc</b>/CD-RW<br />
weight: 6.4 lbs</p>
<p><span id="more-1382"></span><br />
<img src="http://regretless.com/wp-content/uploads/2008/12/sonylaptop2.jpg" alt="sonylaptop2" title="sonylaptop2" class="blogpic" /></p>
<p><img src="http://regretless.com/wp-content/uploads/2008/12/sonylaptop3.jpg" alt="sonylaptop3" title="sonylaptop3" class="blogpic" /></p>
<p><img src="http://regretless.com/wp-content/uploads/2008/12/sonylaptop4.jpg" alt="sonylaptop4" title="sonylaptop4" class="blogpic" /></p>
<p><img src="http://regretless.com/wp-content/uploads/2008/12/sonylaptop5.jpg" alt="sonylaptop5" title="sonylaptop5" class="blogpic" /></p>
<p><img src="http://regretless.com/wp-content/uploads/2008/12/sonylaptop6.jpg" alt="sonylaptop6" title="sonylaptop6" class="blogpic" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1382/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1382&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2008/12/27/got-a-new-laptop/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/sonylaptop1.jpg" medium="image">
			<media:title type="html">sonylaptop1</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/sonylaptop2.jpg" medium="image">
			<media:title type="html">sonylaptop2</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/sonylaptop3.jpg" medium="image">
			<media:title type="html">sonylaptop3</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/sonylaptop4.jpg" medium="image">
			<media:title type="html">sonylaptop4</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/sonylaptop5.jpg" medium="image">
			<media:title type="html">sonylaptop5</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/sonylaptop6.jpg" medium="image">
			<media:title type="html">sonylaptop6</media:title>
		</media:content>
	</item>
		<item>
		<title>Pom Backpack</title>
		<link>http://pure-essence.net/2008/12/08/pom-backpack/</link>
		<comments>http://pure-essence.net/2008/12/08/pom-backpack/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 00:55:33 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[photos]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[adorable]]></category>
		<category><![CDATA[backpack]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[fluffy]]></category>
		<category><![CDATA[pomeranian]]></category>
		<category><![CDATA[puppy]]></category>
		<category><![CDATA[smile]]></category>

		<guid isPermaLink="false">http://regretless.com/?p=1365</guid>
		<description><![CDATA[Thank you gimmekittens so much for bring this to my attention. Awwww, isn&#8217;t that kee-yoot? That lady&#8217;s got one of those novelty backpacks &#8230; &#8230; you know, the kind that look just like a &#8230; just like a &#8230; a &#8230; a &#8230; I&#8217;m speechless. Although I&#8217;m afraid neither of my pom would like that. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1365&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thank you <a href="http://twitter.com/gimmekittens">gimmekittens</a> so much for bring <a href="http://mfrost.typepad.com/cute_overload/2008/12/pom-backpack-in.html">this</a> to my attention.</p>
<p>Awwww, isn&#8217;t that kee-yoot? That lady&#8217;s got one of those novelty backpacks &#8230;<br />
<img src="http://regretless.com/wp-content/uploads/2008/12/pombackpack1.jpg" alt="Pom Backpack 1" title="pombackpack1" class="blogpic" /><br />
&#8230; you know, the kind that look just like a &#8230; just like a &#8230;<br />
<img src="http://regretless.com/wp-content/uploads/2008/12/pombackpack2.jpg" alt="Pom Backpack 2" title="pombackpack2" class="blogpic" /><br />
a &#8230; a &#8230;<br />
<img src="http://regretless.com/wp-content/uploads/2008/12/pombackpack3.jpg" alt="Pom Backpack 3" title="pombackpack3" class="blogpic" /><br />
I&#8217;m speechless.</p>
<p>Although I&#8217;m afraid neither of my pom would like that. Maybe Bubo wouldn&#8217;t mind. I know Misty would hate it to death. Still so freaking adorable!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1365/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1365&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2008/12/08/pom-backpack/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/pombackpack1.jpg" medium="image">
			<media:title type="html">pombackpack1</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/pombackpack2.jpg" medium="image">
			<media:title type="html">pombackpack2</media:title>
		</media:content>

		<media:content url="http://regretless.com/wp-content/uploads/2008/12/pombackpack3.jpg" medium="image">
			<media:title type="html">pombackpack3</media:title>
		</media:content>
	</item>
	</channel>
</rss>
