Luc's Blog http://blogs.pingpoet.com/VBGuru/Default.aspx Online Tech Journal en-US Luc lucas @ hardbarger . com Subtext Version 1.9.4.78 Luc's Blog http://blogs.pingpoet.com/images/RSS2Image.gif http://blogs.pingpoet.com/VBGuru/Default.aspx 77 60 Last PingPoet Blog Post http://blogs.pingpoet.com/VBGuru/archive/2007/01/22/29977.aspx This is my last blog post as VBGuru. I've switched to blogger now. If you are still interested in what I have to say from time to time, please update your feed readers: <a href="http://hardbarger.blogspot.com">http://hardbarger.blogspot.com</a><br /><br />PingPoet has been good to me (thanks <a title="Scott's Blog" href="http://blogs.pingpoet.com/overflow">Scott</a>). I'm just consolidating, that's all. :)<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/29977.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2007/01/22/29977.aspx Tue, 23 Jan 2007 03:04:14 GMT http://blogs.pingpoet.com/VBGuru/archive/2007/01/22/29977.aspx#feedback 20 http://blogs.pingpoet.com/VBGuru/comments/commentRss/29977.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/29977.aspx CodeMash... I'll be there! http://blogs.pingpoet.com/VBGuru/archive/2006/12/28/29976.aspx <p> <a href="http://www.codemash.org">CodeMash</a> is coming next month (January 18th &amp; 19th) and I'll be there. Data Dynamics is actually sponsoring the event. We were trying to get a spot to speak at the event, but there were lots of other speakers with a hell of a lot more clout that myself (ie. <a title="Scott's Blog" href="http://blogs.pingpoet.com/overflow">Scott</a> Guthrie, Bill Wagner, Josh Holmes, etc...). As it turns out, we'll simply be exhibiting at the event, but I do hope to attend 1 or 2 <a href="http://www.codemash.org/SessionList.aspx">sessions</a> if possible.</p> <p>If you are able to attend, please stop by our booth. We have a whole new line of products and many people don't even know about them yet. We've demoed the products at TechEd, Tulsa TechFest , and DevConnections so far, but it's been pretty hush-hush outside of those events. We haven't made mention of this new line of products on our website or even in our marketing campaigns. When we do... you'll know though. Once the "cat is out of the bag" I (personally) plan to do a lot of blogging about them with tips, tricks, and all that good stuff. We've even talked about a Data Dynamics Community Blog to allow us to interact more with our customers, but it's just an idea right now. Feel free to send me an email if you are interested in finding out more information about these products or think a Data Dynamics community blog would be a good idea (lucas at datadynamics dot com). Otherwise, if you do come to <a href="http://www.codemash.org">CodeMash</a>, stop by the Data Dynamics booth and talk to me "mono e mono" or "chicka e mono"... I'd love to give you a personalized demo of what we've been (secretly) working on. ;)</p> <p>The coolest part about this whole "<a href="http://www.codemash.org">CodeMash</a> thing" (for me anyway) is that I'm taking the family up with me. I can't wait!! The event is being held at the <a href="http://www.kalahariresort.com/hub/">Kalahari Resort</a> in <a href="http://maps.google.com/maps?q=Sandusky,+OH">Sandusky, Ohio</a>... it's an indoor water park. Anybody with kids knows that this easily qualifies me for a "Dad of the Year" award with my girls. We are going up a day before the event and plan to stay a couple of extra days after the event. The goal is to relax and kick back for a couple of days with time off of the farm to not worry about <em>anything</em>.</p> <p>Jen and I have some friends up around this area too, so if we run out of things to do at Kalahari, we could always go visit our friends from college. It's a shame that <a href="http://www.cedarpoint.com">CedarPoint</a> won't be open; that place kicks butt. The only times I've ever been to Sandusky are to go to CedarPoint... I didn't even know that there were other things to <em>do</em> in Sandusky to be honest. :)</p> <p>Lastly, I gotta throw out some marketing stuff because it will give me a chance to win a Zune (<a href="http://www.codemash.org/Blog4ZuneContest.aspx">details</a>). Here goes:<br /><a href="http://www.codemash.org/"><img src="http://www.codemash.org/includes/images/bloggerbadge.gif" alt="CodeMash – I'll be there!" /></a><br /><a href="http://www.codemash.org/" rel="tag">CodeMash</a></p><img src="http://blogs.pingpoet.com/VBGuru/aggbug/29976.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/12/28/29976.aspx Thu, 28 Dec 2006 21:22:47 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/12/28/29976.aspx#feedback 1 http://blogs.pingpoet.com/VBGuru/comments/commentRss/29976.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/29976.aspx Horrible IIS Bug http://blogs.pingpoet.com/VBGuru/archive/2006/11/01/29973.aspx Today I was trying to run an ASP.NET 2.0 application. And (as we all know) IIS requires us to change our 'Default Web Site' to point to the "Local Path" directory where localhost will run (my rants on this useless process might be found in a future blog post). :) Anyway, once I remapped my local directory to it's new location, I tried to hit the site: <span style="font-style: italic;">http://localhost/lucscoolproject</span> and, after ASP.NET 2.0 finished compiling whatever it is ASP.NET 2.0 compiles, I got this "extremely descriptive and helpful" error message: <br /> <div style="margin-left: 40px;"><span></span> <h2><em><em>App_GlobalResources/' maps to a directory outside this application</em></em></h2> </div> WHAT!? I did my famous <a href="http://www.google.com" title="The ultimate search engine">Google</a> search using the <a href="http://www.google.com/search?q=%22App_GlobalResources%2F'+maps+to+a+directory+outside+this+application%22">entire string</a> and found the answer right away. <span style="text-decoration: underline;">IIS bombs when the 'Local Path' on the "Home Directory Tab" has a trailing \.</span> <br /> <br /> I was using:<br /> <div style="margin-left: 40px;"><span style="font-weight: bold;" /><span style="font-weight: bold;">c:\dev\testprojects\web\</span> <span style="font-weight: bold;"> </span></div> and changed it to:<br /> <div style="margin-left: 40px;"><span style="font-weight: bold;"></span><span style="font-weight: bold;">c:\dev\testprojects\web &lt;--- notice no trailing \ character</span><span style="font-weight: bold;"></span> <span style="font-weight: bold;"><br /> </span></div> Vioala! It worked!<br /> <br /> How could a simple trailing "\" at the end of my Local path warrant such a nasty error message? C'mon Team! :)<img src="http://blogs.pingpoet.com/VBGuru/aggbug/29973.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/11/01/29973.aspx Thu, 02 Nov 2006 05:12:06 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/11/01/29973.aspx#feedback 17 http://blogs.pingpoet.com/VBGuru/comments/commentRss/29973.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/29973.aspx White and Nerdy http://blogs.pingpoet.com/VBGuru/archive/2006/10/30/29972.aspx <p>This is my new theme song!!</p> <embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=1384277706451157121&amp;hl=en" flashvars=""> </embed><img src="http://blogs.pingpoet.com/VBGuru/aggbug/29972.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/10/30/29972.aspx Mon, 30 Oct 2006 20:54:25 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/10/30/29972.aspx#feedback 159 http://blogs.pingpoet.com/VBGuru/comments/commentRss/29972.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/29972.aspx Here is my XNA blog post http://blogs.pingpoet.com/VBGuru/archive/2006/10/27/29878.aspx I've been hearing a lot about <a href="http://www.google.com/search?q=what+is+xna">XNA</a>. If you are a tech blogger, you have probably noticed as well. I didn't quite understand all the hype at first, but now it's starting to catch my attention... deficit disor... I'm thirsty. Anyway, I'm seeing what all the hype is about <a href="http://msdn.microsoft.com/directx/xna/faq/">now</a> and decided to write my very own post about XNA. This way, someone might find my dorky blog if they do a feed search for XNA. Let me know if this was you. :)<br /> <br /> Today I was doing my blog role and ran across a really <a href="http://www.alanphipps.com/VisualBasicdotNET-XNA.html">cool post</a> with oodles of useful code to get someone up and running with XNA using Visual Basic 2005. I must admit that when using .NET, I prefer using C#. Outside of .NET however, I'm a hard core VB junky at heart (hence the <a href="http://blogs.pingpoet.com/vbguru">VBGuru</a> blog name (nice little self pingback there)). There are tons of C# samples using XNA as well. I remember seeing a whole bunch of them a couple of weeks ago when it was first announced, but didn't feel like digging through old feeds to find them before posting this. Just do a <a href="http://www.google.com/search?q=xna+c%23+%2Bsamples">google search</a> if you are interested... they're out there!<br /> <br /> I do plan to get into this sometime and tinker around with it. I've always wanted to be a game developer and now with XNA, it sets the "standards" (damn MS) for developing games in .NET. I just need to find some free time between workin, farmin, daddin, bloggin, and livin. Maybe tomorrow. :)<img src="http://blogs.pingpoet.com/VBGuru/aggbug/29878.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/10/27/29878.aspx Fri, 27 Oct 2006 21:30:52 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/10/27/29878.aspx#feedback 20 http://blogs.pingpoet.com/VBGuru/comments/commentRss/29878.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/29878.aspx Multithreaded Map Reduce Implementation http://blogs.pingpoet.com/VBGuru/archive/2006/10/20/29412.aspx <a href="http://labs.google.com/papers/mapreduce.html">Map Reduce</a> is a very cool concept. If you have never heard of it or never took the time to really figure out how it works, I highly recommend <a href="http://en.wikipedia.org/wiki/MapReduce">doing so now</a>. I remember reading about it when <a href="http://www.joelonsoftware.com/items/2006/08/01.html">Joel mentioned it</a> on his blog. When I first realized how it all worked, I must admit there was some confusion as to when and why I would ever use this. I now see the power of it and can think of many situations where I could use this. It really is an ingenious concept.<br /> <br /> I was catching up on my blog role today and ran across <a href="http://software.ericsink.com">Eric Sink</a>'s <a href="http://software.ericsink.com/entries/multicore_map.html">multithreaded approach</a> to this problem. The scariest part about the whole thing is that I downloaded his code and actually <em>understand</em> every line of code. If you would have shown me this code 6 months ago, I would have laughed in your face. It's amazing how fast you learn new concepts and not even realize it when working in the computer field. I love my <span style="text-decoration: line-through;">job</span> <span style="text-decoration: line-through;">hobby</span> passion. :)<img src="http://blogs.pingpoet.com/VBGuru/aggbug/29412.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/10/20/29412.aspx Sat, 21 Oct 2006 06:29:45 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/10/20/29412.aspx#feedback 20 http://blogs.pingpoet.com/VBGuru/comments/commentRss/29412.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/29412.aspx .NET Rocks! http://blogs.pingpoet.com/VBGuru/archive/2006/10/14/29030.aspx <img width="300" height="225" align="right" alt="" src="http://www.hardbarger.com/lucnjen/images/dotnetrocks2.jpg" />Today was a good day. Ok, today was a <span style="font-style: italic;">GREAT </span>day! You'll have to excuse me if I'm start rambling on about hmump traughwre phla vie chee shafla chum chum. About 20 minutes ago I was interviewed by Carl Franklin and Richard Cambell!!! Yes, that's right, the one and only <a href="http://www.dotnetrocks.com/">.NET Rocks!</a> hosts!! I'm still on cloud 9 about the whole ordeal. <br /> <br /> Needless to say, I'm an avid listener to the show and love hearing about all the cool things in the nerd-world. It's so cool to hear then say "<a href="http://www.datadynamics.com">Data Dynamics</a>" when they shout out to their sponsors because I know that <span style="font-style: italic;">so </span>many people listen to the podcast. We have lots of people come up to our booth and say they've heard of us on .NET Rocks! and thank us for sponsoring them. I can't wait until Monday's episode and hear Carl introduce ME!! Wow! So cool...<br /> <br /> Every now and then Carl will come up to our booth at a tech show and catch up with us on what's new. It has always been on a "nerd to nerd" basis and very informal. He talks up our products and I talk up his show. I had never imagined I would be getting interviewed on his show. Well tonight <a title="" href="http://www.misterdotnet.com/blog">James</a> and I were leaving the VIP dinner after <a href="http://www.tulsatechfest.com">TechFest</a> and as we were walking out, Richard came up to us and asked if they could interview us... I was floored!<br /> <br /> <span style="font-weight: bold;">Update: </span>The pictures are in and blog has been updated. Thanks for the "camera phone proof" <a title="" href="http://www.misterdotnet.com/blog">James</a>! :)<br /> <br /> <span style="font-weight: bold;">Update: </span>I looked on .NET Rocks! site and see that the TechFest episode won't be available for download until November 21st. All this waiting is killing me!<img src="http://blogs.pingpoet.com/VBGuru/aggbug/29030.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/10/14/29030.aspx Sun, 15 Oct 2006 05:42:45 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/10/14/29030.aspx#feedback 13 http://blogs.pingpoet.com/VBGuru/comments/commentRss/29030.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/29030.aspx Google Code Search http://blogs.pingpoet.com/VBGuru/archive/2006/10/05/28428.aspx This should be a very handy search utility once I figure out the trick to using it: <a href="http://www.google.com/codesearch">http://www.google.com/codesearch</a><br /> <br /> I haven't really had much luck with it yet becuase I'm not sure what to search for. Typically when I run into a problem, I just press F1, read up on a topic and tinker with it. I was talking with <a href="http://blogs.pingpoet.com/overflow" title="Scott's Blog">Scott</a> today on a certain <a href="http://www.google.com/codesearch?hl=en&amp;lr=&amp;q=aggregate+auto+datatype+null+lang%3Ac%23&amp;btnG=Search">aggregation issue in c#</a> and i found a couple of "potential" links that might help find a solution to the problem. Who knows, worth a try. :)<img src="http://blogs.pingpoet.com/VBGuru/aggbug/28428.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/10/05/28428.aspx Thu, 05 Oct 2006 08:47:30 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/10/05/28428.aspx#feedback 5 http://blogs.pingpoet.com/VBGuru/comments/commentRss/28428.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/28428.aspx The Hmuan Biran http://blogs.pingpoet.com/VBGuru/archive/2006/10/03/28421.aspx Well, ok... The subject is a little much, but this is pretty cool... Try to read the sentence below as fast as you can. You'll be amazed at how good you do:<br /> <br /> <div style="margin-left: 40px;"><span style="font-weight: bold;">i cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg. The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it dseno't mtaetr in waht oerdr the ltteres in a wrod are, the olny iproamtnt tihng is taht the frsit and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it whotuit a pboerlm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. Azanmig huh? yaeh and I awlyas tghuhot slpeling was ipmorantt! if you can raed tihs forwrad it.</span></div> <br /> Weried ins't it? Who ndees slpel chckeer aynawy?<img src="http://blogs.pingpoet.com/VBGuru/aggbug/28421.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/10/03/28421.aspx Wed, 04 Oct 2006 04:25:20 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/10/03/28421.aspx#feedback 7 http://blogs.pingpoet.com/VBGuru/comments/commentRss/28421.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/28421.aspx Tulsa TechFest 2006 http://blogs.pingpoet.com/VBGuru/archive/2006/10/03/28409.aspx <a href="http://www.datadynamics.com">Data Dynamics</a> will be speaking at <a href="http://www.tulsatechfest.com/">Tulsa TechFest 2006</a> on Saturday, October 14th. <a href="http://www.misterdotnet.com/blog" title="">James</a> and I are going to be demonstrating some of the cool new features in ActiveReports for .NET 3.0. Here is our little blurb about what we'll be talking about:<br /> <br /> <div style="margin-left: 40px; font-style: italic;"><span class="Normal"><a style="font-weight: bold;" href="http://tulsatechfest.com/Default.aspx?tabid=89">Creating Professional Reports in No Time Using ActiveReports for .NET 3.0</a><br /> ActiveReports for .NET 3.0 allows you to create professional reports with very little effort. Come join us and learn how to leverage the power of a true object oriented reporting solution as we demonstrate useful features that will interest both the hard core coders and the business analysts. This one hour session will outline the benefits of a robust, event driven reporting library and illustrate how an easy-to-use designer can make you look like a pro.<br /> </span></div> <br /> If you are going to be attending the event, stop by our booth and talk "nerdy" to us.<img src="http://blogs.pingpoet.com/VBGuru/aggbug/28409.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/10/03/28409.aspx Tue, 03 Oct 2006 07:52:51 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/10/03/28409.aspx#feedback http://blogs.pingpoet.com/VBGuru/comments/commentRss/28409.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/28409.aspx Xaml PivotTable http://blogs.pingpoet.com/VBGuru/archive/2006/09/30/28175.aspx Going through my blog role today and found a <a href="http://wpf.netfx3.com/files/folders/controls/entry5672.aspx">cool link</a> to a PivotTable written in WPF. It has a whole slew of unit tests setup and looks to be pretty cool. I have to install some things before I can get it working, but I look forward to tearing into it...<img src="http://blogs.pingpoet.com/VBGuru/aggbug/28175.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/30/28175.aspx Sun, 01 Oct 2006 02:52:46 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/30/28175.aspx#feedback 2 http://blogs.pingpoet.com/VBGuru/comments/commentRss/28175.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/28175.aspx Touch Screen Computing http://blogs.pingpoet.com/VBGuru/archive/2006/09/29/28105.aspx Too cool!! <a href="http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=j_han&amp;flashEnabled=1">Jeff Han demonstrates a multi-touch sensor computer screen</a>. <br /> This was the same system (and demonstration) that I <a href="http://blogs.pingpoet.com/VBGuru/archive/2006/03/08/19801.aspx">blogged</a> about back in March... I've since subscribed to the <a href="http://tedblog.typepad.com">TedBlog</a>. :)<img src="http://blogs.pingpoet.com/VBGuru/aggbug/28105.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/29/28105.aspx Fri, 29 Sep 2006 22:58:44 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/29/28105.aspx#feedback 1 http://blogs.pingpoet.com/VBGuru/comments/commentRss/28105.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/28105.aspx Google Reader http://blogs.pingpoet.com/VBGuru/archive/2006/09/29/27997.aspx For all of those of you that use BlogLines, FeedDemon, RSSBandit, GreatNews, Sage, or any other blog reader, I have to say that you might give <a title="The ultimate search engine" href="http://www.google.com">google</a> Reader a chance now. Today they released a major usability enhanced version that (I feel) will be very hard to compete with. <br /> <br /> See for yourself: <a href="http://reader.google.com">http://reader.google.com</a><br /> <br /> I have quickly switched back to <a title="The ultimate search engine" href="http://www.google.com">google</a> Reader as of... now. <br /> <br /> 1.) I started into my blogging experience using some Outlook Add-in that treated blog posts like "Newsgroup Threads". It might have been some early versions of <a href="http://www.newsgator.com">NewsGator</a>, I dont' recall exactly. <br /> 2.) Then I used <a href="http://www.rssbandit.org">RSS Bandit</a> for a long time<br /> 3.) About a year or two ago, I switched to <a href="http://www.feeddemon.com/">FeedDemon</a> and used it for a while. I really liked FeedDemon, but it had some usability issues. FeedDemon was a hassle for me because I blog on my laptop and on my home pc and the read/unread settings are stored locally. When I travelled or had a big day of catching up on one of the pc's, I had to manually sync my settings.<br /> 4.) Once <a title="The ultimate search engine" href="http://www.google.com">google</a> released their online blog reader, I rejoiced and quickly began using it because I could keep all my RSS feeds updated in one place... online. There were some major usability issues. There was no "newspaper" view, no way to update a group of feeds as "read" without going through them one by one, and some other minor usability issues here and there.<br /> 5.) <a title="Issam's Blog" href="http://blogs.pingpoet.com/thoughtchain">Issam</a> uses GreatNews and I decided to switch a few weeks ago and try to get used to it. He told me about it almost a year ago and I installed it tried it out, but didn't notice anything <span style="font-style: italic;">too </span>impressive. It reminded me a lot of FeedDemon only it had "Labels". I didn't think it was cool enough to swtich from my licensed FeedDemon (which I was using at the time). Well, since he has been so loyal to the app all this time, I basically decided to see past it's "local storage" problem and give it another try... <a title="The ultimate search engine" href="http://www.google.com">google</a> Readers' usability was getting a bit old and they hadn't made any significant updates yet. I was contetemplating an idea to just write a script to sync my read/unread posts. I was just starting to get used to it's interface and keyboard shortcuts... Until...<br /> 6.) <a title="The ultimate search engine" href="http://www.google.com">google</a> Reader fixed their usability problems. I've switched back. :)<br /> <br /> Thanks <a title="The ultimate search engine" href="http://www.google.com">google</a> Gods!<img src="http://blogs.pingpoet.com/VBGuru/aggbug/27997.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/29/27997.aspx Fri, 29 Sep 2006 09:45:56 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/29/27997.aspx#feedback 2 http://blogs.pingpoet.com/VBGuru/comments/commentRss/27997.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/27997.aspx T.E.D.D.Y. http://blogs.pingpoet.com/VBGuru/archive/2006/09/17/27300.aspx <p>I found this cool <a href="http://lazyrussian.com/2006/09/15/freaky-friday-episode-3-teddy/">link</a> while doing my blog role. This is an app that will allow you to draw a 2d image on it's surface and it will transform it into a 3d image automatically (no buttons, nothing). <br /> </p> <embed src="http://video.google.com/googleplayer.swf?docId=5053834549541822378&amp;hl=en" type="application/x-shockwave-flash" id="VideoPlayback" style="width: 400px; height: 326px;"></embed> <br /> It is currently a Java Applet, if anybody ports it to .NET, please let me know. :) Likewise, If I end up porting it to .NET, I'll post a blog and <span style="font-style: italic;">you </span>know.<img src="http://blogs.pingpoet.com/VBGuru/aggbug/27300.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/17/27300.aspx Sun, 17 Sep 2006 18:39:24 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/17/27300.aspx#feedback 14 http://blogs.pingpoet.com/VBGuru/comments/commentRss/27300.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/27300.aspx How do you measure success? http://blogs.pingpoet.com/VBGuru/archive/2006/09/14/27201.aspx I was catching up on my blog role and came across a very simple image described the 'definition' of success. <br /> <a href="http://headrush.typepad.com/creating_passionate_users/2006/09/success_should_.html" target="_blank"><img align="middle" src="http://headrush.typepad.com/photos/uncategorized/measuringsuccess.jpg" alt="Diagram of Success" /></a><br /> I couldn't agree more. After seeing that image and thinking about my life, I feel very successful.<img src="http://blogs.pingpoet.com/VBGuru/aggbug/27201.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/14/27201.aspx Fri, 15 Sep 2006 03:39:23 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/14/27201.aspx#feedback 11 http://blogs.pingpoet.com/VBGuru/comments/commentRss/27201.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/27201.aspx b. young designs http://blogs.pingpoet.com/VBGuru/archive/2006/09/09/26596.aspx <a href="http://www.byoungdesigns.com/bio.html">Bonnie Young</a> is a very talented artist and a very close friend. She now has a 'working' website that displays all of her work and it is just a fraction of what she is capable of. Jennifer and I asked her to paint our girls bedroom this summer and it turned out <b>amazing</b>! If you think I'm kidding, look for yourself:<br /><br /><img src="http://www.byoungdesigns.com/images/murals/daizy.jpg" /><br />and<br /><img src="http://www.byoungdesigns.com/images/murals/daizy1.jpg" /><br />What blew me away about this room is that Jennifer and I stood around and talk to her while she was painting and she just kept conversation with us as she was painting it. It was really incredible to see her work, it is just so easy for her. <br /><br />Anyway, the reason for this blog post is to inform the world that her site is up and running. I actually placed my first order a couple of days ago. Of course, we got the '<a href="http://www.byoungdesigns.com/cards/nature/nc0066.html">Daizy Card Set</a>' so that we can send out cards when Daizianna is born (any day now). Her site was a long time in the making; Corey (her husband, and my good friend) gave it a full overhaul and got it looking very nice. He added a shopping cart and posted pictures of some of the amazing work that she can do. The site probably only shows about 20% of her full portfolio (I'm assuming). I've seen her portfolio and was blown away. <br /><br />Bonnie has done work <a href="http://www.crateandbarrel.com/">Crate and Barrel</a> and <a href="http://www.longaberger.com/">Longaberger</a> just to name a few of her bigger clients. She has been an art teacher for our local school district (Licking Valley) and she is just a great person. If you are into crafty things and appreciate raw talent, I definitely encourage you to check out <a href="http://www.byoungdesigns.com">byoungdesigns.com</a>.<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/26596.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/09/26596.aspx Sat, 09 Sep 2006 07:21:52 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/09/26596.aspx#feedback 6 http://blogs.pingpoet.com/VBGuru/comments/commentRss/26596.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/26596.aspx Blue Screen of Death http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26585.aspx I'm in pieces again... I turned on my computer yesterday and was presented with the "blue screen of death". I hate the feeling that I get in my stomach when things don't work like they should, especially when it comes to my computer. Here is how it all went down:<br /><br />The night before last, I installed a "CareBears" game for the girls so that they could play "vee oh games". They played that game for almost an hour, and of course I supervised the whole event to make sure that things didn't get out of hand (apple juice in the keyboard, crayons on the lcd, etc...). When they were done playing, I simply closed the app, ejected the CD and locked my computer. After that, I went upstairs for a while and didn't get back down to the computer until after putting the girls to bed. I went back downstairs after a couple of hours to put my pc in hibernate mode.<br /><br />Yesterday morning, I turned on my computer to get started for the day and this is when my problems started happening. I saw the 'Resuming Windows' progress bar and then boom... Blue Screen of Death. Unfortunately, I don't remember what it said specifically. To get it to turn off, I had to hold in on the power button for 5 seconds. After I did that, I gave it a minute and tried to turn it back on... Nothing. No clicks. No beeps. No lights... Nothing.<br /><br />Panic set in and I told myself to take a deep breath. I decided there was no time for that, so I unplugged all my cords and took my computer upstairs to begin surgery immediately. I took out all my add ons, hard drives, and memory. My computer had to be in 100 separate parts (or so it looked). I consulted with some computer nerd buddies and got lots of tips (thanks <a href="http://www.hardbarger.com/photos/albums/Laptop+Surgery.aspx">John</a>, thanks <a href="http://www.misterdotnet.com/blog/">James</a>, thanks <a href="http://www.byoungdesigns.com">Corey</a>). James actually helped me determine that it was not my power supply by using some <a href="http://www.7volts.com/atxnotes.htm">cool hack to hot wire my fans with a paperclip</a>.<br /><br />Using the hack I knew that it had to either be my motherboard or my battery. Apparently the battery is a critical piece on a MAC, but I'm not sure that it is that big of a deal on a PC. Anyway, I think that the problem is another fried motherboard. Remember that I had a fried motherboard less than 5 months ago. I emailed MBX support already and I'm sending in my tower tomorrow in hopes of getting it back with "the quickness".  That is where I'm at now... Waiting for morning so I can visit FedEx... CRAP!!<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/26585.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26585.aspx Sat, 09 Sep 2006 05:37:30 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26585.aspx#feedback http://blogs.pingpoet.com/VBGuru/comments/commentRss/26585.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/26585.aspx Hardbarger Spell Check http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26501.aspx The funny-side of having such a cool last name. :) <a href="http://photos1.blogger.com/blogger/2868/3500/640/hardballs.jpg"><br /><img style="display: block; text-align: center;" alt="" src="http://photos1.blogger.com/blogger/2868/3500/320/hardballs.jpg" border="0" /></a>I thought this little prompt was 'blog worthy'... Another cool one was 'headbanger'... that one almost got the 'Replace' button.<img src="http://blogs.pingpoet.com/VBGuru/aggbug/26501.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26501.aspx Fri, 08 Sep 2006 08:29:56 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26501.aspx#feedback 1 http://blogs.pingpoet.com/VBGuru/comments/commentRss/26501.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/26501.aspx Toboso and WikiPedia http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26498.aspx I did a search for <a href="http://www.google.com/search?q=blackhand+gorge+%2Bohio+history">Blackhand Gorge</a> on <a title="The ultimate search engine" href="http://www.google.com">google</a> and was presented with a wikipedia <a href="http://en.wikipedia.org/wiki/Black_Hand_Gorge_State_Nature_Preserve">link</a>. There is even mention of the great flood of 1946 when Dillon Dam was completely submerged and forced the town of Toboso to be torn down. A couple of years ago, I got to see how a good bit of rain could have caused a whole town to pick up and move. I actually <a href="http://blogs.pingpoet.com/VBGuru/archive/2005/01/13/1059.aspx">blogged</a> about it... Anyway, I just thought that it was cool to see Claylick and Toboso in a Wikipedia definition. I feel like we're officially on the map now.<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/26498.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26498.aspx Fri, 08 Sep 2006 07:55:30 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/08/26498.aspx#feedback http://blogs.pingpoet.com/VBGuru/comments/commentRss/26498.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/26498.aspx Freelance Drummer http://blogs.pingpoet.com/VBGuru/archive/2006/09/05/26393.aspx Pretty cool... I found a site for <a href="http://www.drumsolo.co.uk/cdt.htm">freelance drumming</a>. This guy (Joe Crabtree) will lay down custom drum tracks for any song. What is cool about this, is that he mic's each drum separately and this allows you to mix them however you wish. So, if you're in a band struggling to find a drummer for all your studio tracks, your band. <b>Don't call me</b>, I'm busy...  instead head on over to Joe's site. :)<br /><br />If you think this dude is joking, check out his <a href="http://www.drumsolo.co.uk/demos.htm">demo video</a>... this guy has got some skillz. Very impressive!<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/26393.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/09/05/26393.aspx Wed, 06 Sep 2006 02:29:19 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/09/05/26393.aspx#feedback 2 http://blogs.pingpoet.com/VBGuru/comments/commentRss/26393.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/26393.aspx MDX Ranking Wizardry http://blogs.pingpoet.com/VBGuru/archive/2006/08/25/25756.aspx <a href="http://www.sqljunkies.com/WebLog/mosha">Mosha</a> is a MDX madman. <br /><br />He took a simple query in MDX that took 1 minute and 20 seconds and optimized it down to happening instantaneously. The best part is that he walks you through each step of the way as he incrementally optimizes it. First attempt was strait MDX, then he went through and added a Stored Procedure with a custom C# function. Finally he resorted to using an ordered Named Set. Each step detailed why it took so long and explained what was happening under the covers of Analysis Services 2005. Bottom line is that this is a <a href="http://www.sqljunkies.com/WebLog/mosha/archive/2006/03/14/mdx_ranking.aspx">great post</a>, and I thought it was very blog worthy.<br /><br />If ranking tickles your fancy, check out this <b>free</b> chapter excerpt on <a href="http://media.wiley.com/product_data/excerpt/80/04717480/0471748080.pdf">Sorting and Ranking</a> from <a href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471748080.html">MDX Solutions, 2nd Edition</a>.<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/25756.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/08/25/25756.aspx Fri, 25 Aug 2006 07:40:00 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/08/25/25756.aspx#feedback 26 http://blogs.pingpoet.com/VBGuru/comments/commentRss/25756.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/25756.aspx Photo Recognition http://blogs.pingpoet.com/VBGuru/archive/2006/08/16/25690.aspx <a href="http://picasa.google.com/">Picasa Team</a> has teamed up with <a href="http://www.nevenvision.com">Neven Vision</a> to offer a <a href="http://googleblog.blogspot.com/2006/08/better-way-to-organize-photos.html">better way to organize photos</a>. Basically, they are working to include photo recognition technology to allow users to search for photo's easier, without requiring them to use '<a href="http://picasa.google.com/features/index.html">Labels</a>'. I've always thought about how cool it would be to have this feature and now they are working towards making it a reality. What this means is that they want to be able to recognize places and people from photo's taken on a camera. How cool would that be?<br /><br />Image if I took a picture of my girls next to the garage with my dog in the background and then simply open Picasa and do a search for "Lizzie" or "Jazzy" or "Diesel" and this picture would popup along with all the other pictures that have them in it. Now we're talkin!!!<br /><br /><br />This is very similar to what Microsoft is working on with <a href="http://labs.live.com/photosynth/whatis/smartphotos.html">PhotoSynth</a>... If you haven't heard of PhotoSynth, you should definitely check it out. It is basically an application that will take a bunch of pictures and create a 3D model using the pictures taken... Of course there is a lot more to it than that, but that is the gist of it. You should watch the <a href="http://labs.live.com/photosynth/video.html">video</a> to see what all PhotoSynth does.<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/25690.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/08/16/25690.aspx Wed, 16 Aug 2006 22:23:00 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/08/16/25690.aspx#feedback 10 http://blogs.pingpoet.com/VBGuru/comments/commentRss/25690.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/25690.aspx More bloggity http://blogs.pingpoet.com/VBGuru/archive/2006/08/14/25684.aspx A couple of weeks ago I created a new blogger account: <a href="http://hardbarger.blogspot.com">http://hardbarger.blogspot.com</a><br /><br />For now, I'll just use the blogger account for family oriented stuff and use this one for all other topics. Basically, I have been having problems here and there with SubText so decided to explore my options to resolve some of the issues. My biggest problem of course is comment spam, I still get tons of comment spam from my email link in SubText (all contain ".... via Luc's Blog" in the subject). A couple of weeks ago I was having some major issues and wasn't able to edit or post new entries. <a title="Scott's Blog" href="http://blogs.pingpoet.com/overflow">Scott</a> fixed it and it is working well now (duh, I'm posting). :) Thanks <a title="Scott's Blog" href="http://blogs.pingpoet.com/overflow">Scott</a>!<br /><br />Anyway, for now, my pingpoet blog will probably be my main blog for geek talk (code, quantum crap, etc...). The <a href="http://www.blogger.com">blogger</a> account will probably be used more for family oriented blog posts because it integrates so nicely with Picasa and I have oodles of images to blog about. If I find that I am posting to one blog more than the other, I'll either tie them all together or just switch and don't look back. For now I'm just going to see how the <a href="http://www.blogger.com">blogger</a> account works out for just family crap (farm living, girl raising, family news, etc...). Feel free to <a href="http://hardbarger.blogspot.com">check it out</a> and subscribe...<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/25684.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/08/14/25684.aspx Mon, 14 Aug 2006 09:49:00 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/08/14/25684.aspx#feedback 11 http://blogs.pingpoet.com/VBGuru/comments/commentRss/25684.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/25684.aspx UFO Sighting http://blogs.pingpoet.com/VBGuru/archive/2006/02/24/19364.aspx <p>I'm up working late again and I'm listening to <a href="http://www.wbzx.com">99.7</a> and the DJ stated that people in <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=sunbury,+ohio&amp;ll=40.241274,-82.857857&amp;spn=0.02221,0.054245&amp;t=h">Sunbury</a> are reporting that there is a UFO in the sky looking <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=from+sunbury,+ohio+to+johnstown,+ohio&amp;t=h">towoard Johnstown</a>. I ran outside to see for myself, and “I'll be damned” if there isn't <em>something</em> in the sky. I'm not sure if it is an alien craft, but it is definitely not a star and it is not an airplane either because it is just sitting still. Typically the North Star is the brightest star in the sky out here, but this light is much brighter than the North Star. I can honestly say that this is pretty damn exciting. </p> <p>I'm currently charging up my camcorder so that I can get some footage and zoom in on it. I'll post a link to the video if it is still there in a couple of minutes (after my battery charges). VERY COOL!!</p> <p><b>Next Day Update:</b> False alarm, it was a (very bright and large) star or something. Sleep deprivation might have had something to do with my extreme excitement. :)</p><p><b>Almost 2 Months Later:</b> <a href="http://www.misterdotnet.com/blog/">James</a> turned me onto a <a href="http://www.space.com/scienceastronomy/060406_star_star.html">link</a> from Space.com that explains what I could have seen. Thanks James. I still believe... :)<br /></p><img src="http://blogs.pingpoet.com/VBGuru/aggbug/19364.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/02/24/19364.aspx Fri, 24 Feb 2006 11:01:00 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/02/24/19364.aspx#feedback http://blogs.pingpoet.com/VBGuru/comments/commentRss/19364.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/19364.aspx I am the Best Drummer http://blogs.pingpoet.com/VBGuru/archive/2006/07/11/24637.aspx ... according to <a href="http://www.garageband.com/artist/osweetstatic">GarageBand.com</a>. <br /><br /><font color="#0000ff" size="4"><b><span class="sub_generic">Best Drums</span> </b></font><input name="*" value="|pe1|SMHcLXzYubSoJAjzPzxodd13dE3BYN5UXoPd3ryarceiy0Dl11M" type="hidden" /><br /> <form name="picks_genre_current" action="http://www.garageband.com/play/playall" target="play" onsubmit="return popPlayer(picks_genre_current);"></form> <table bgcolor="#ebebeb" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td colspan="2" bgcolor="#d6e0eb"> <input name="*" value="|pe1|SMzmZUCJ5quuaFK2" type="hidden" /> <table border="0" cellpadding="4" cellspacing="0" width="100%"> <tbody><tr> <td rowspan="2" align="center" width="60"><h2><font class="subh" color="#333366" face="ARIAL, HELVETICA" size="+1"><b>1</b></font></h2></td> <td rowspan="2" width="72"><a href="http://www.garageband.com/artist/osweetstatic"><img src="http://www.garageband.com/imgserver?%7Cpe1%7CTMXUOnrrvP2rYVawYmxnENx8dk2Sdp9oVZDekYqQ6YE" border="2" height="72" width="72" /></a></td> <td align="right" width="50"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"><b>SONG</b></font></td> <td width="50%"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"> <a href="http://www.garageband.com/song?%7Cpe1%7CS8LTM0LdsaSlYlm-YGg">Love Drugs and Bombs</a></font> </td> <td align="right"> <a href="javascript:openPopup('play', 'http://www.garageband.com/mp3player?|pe1|S8LTM0LdsaSlYlm-YGg', 393, 420);"><img src="http://www.garageband.com/images/butt/playmini.gif" alt="[play]" align="absmiddle" border="0" height="16" hspace="2" vspace="2" width="22" /></a> </td></tr> <tr> <td align="right" valign="top" width="50"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"><b>BAND</b></font></td> <td valign="top" width="150"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"> <a href="http://www.garageband.com/artist/osweetstatic"> O Sweet Static</a></font> </td> <td align="right" valign="top"> <a href="http://www.garageband.com/help/starcalculate411.html"><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/6.gif" align="bottom" border="0" height="11" hspace="0" width="12" /></a> </td> </tr> </tbody></table></td></tr> <tr> <td colspan="3"> <img src="http://www.garageband.com/images/spacer.gif" border="0" height="1" width="1" /></td> </tr> <tr><td colspan="2" bgcolor="#d6e0eb"> <input name="*" value="|pe1|SMzmZkCJ5qmuYFKw" type="hidden" /> <table border="0" cellpadding="4" cellspacing="0" width="100%"> <tbody><tr> <td rowspan="2" align="center" width="60"><h2><font class="subh" color="#333366" face="ARIAL, HELVETICA" size="+1"><b>2</b></font></h2></td> <td rowspan="2" width="72"><a href="http://www.garageband.com/artist/TwoThirtySeven"><img src="http://www.garageband.com/imgserver?%7Cpe1%7CTMXUOnrrvP2rYVewYm5mENx8dk2Sdp9oVZDekYqQ6YE" border="2" height="72" width="72" /></a></td> <td align="right" width="50"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"><b>SONG</b></font></td> <td width="50%"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"> <a href="http://www.garageband.com/song?%7Cpe1%7CS8LTM0LdsaSlYFm3YG4">Dawn</a></font> </td> <td align="right"> <a href="javascript:openPopup('play', 'http://www.garageband.com/mp3player?|pe1|S8LTM0LdsaSlYFm3YG4', 393, 420);"><img src="http://www.garageband.com/images/butt/playmini.gif" alt="[play]" align="absmiddle" border="0" height="16" hspace="2" vspace="2" width="22" /></a> </td></tr> <tr> <td align="right" valign="top" width="50"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"><b>BAND</b></font></td> <td valign="top" width="150"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"> <a href="http://www.garageband.com/artist/TwoThirtySeven"> TwoThirtySeven</a></font> </td> <td align="right" valign="top"> <a href="http://www.garageband.com/help/starcalculate411.html"><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/5.gif" align="bottom" border="0" height="11" hspace="0" width="12" /></a> </td> </tr> </tbody></table></td></tr> <tr> <td colspan="3"> <img src="http://www.garageband.com/images/spacer.gif" border="0" height="1" width="1" /></td> </tr> <tr><td colspan="2" bgcolor="#d6e0eb"> <input name="*" value="|pe1|SMzmZ0CJ5K_kY1Kz" type="hidden" /> <table border="0" cellpadding="4" cellspacing="0" width="100%"> <tbody><tr> <td rowspan="2" align="center" width="60"><h2><font class="subh" color="#333366" face="ARIAL, HELVETICA" size="+1"><b>3</b></font></h2></td> <td rowspan="2" width="72"><a href="http://www.garageband.com/artist/strydir_lee"><img src="http://www.garageband.com/imgserver?%7Cpe1%7CTMXUOnrrvP2rYlGzY29zQtF1YxXNdZBiQYjZipHI7A" border="2" height="72" width="72" /></a></td> <td align="right" width="50"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"><b>SONG</b></font></td> <td width="50%"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"> <a href="http://www.garageband.com/song?%7Cpe1%7CS8LTM0LdsaSnZlO0YG0">Learning Your Way</a></font> </td> <td align="right"> <a href="javascript:openPopup('play', 'http://www.garageband.com/mp3player?|pe1|S8LTM0LdsaSnZlO0YG0', 393, 420);"><img src="http://www.garageband.com/images/butt/playmini.gif" alt="[play]" align="absmiddle" border="0" height="16" hspace="2" vspace="2" width="22" /></a> </td></tr> <tr> <td align="right" valign="top" width="50"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"><b>BAND</b></font></td> <td valign="top" width="150"><font class="body" color="#333366" face="ARIAL, HELVETICA" size="-1"> <a href="http://www.garageband.com/artist/strydir_lee"> Strydir Lee</a></font> </td> <td align="right" valign="top"> <a href="http://www.garageband.com/help/starcalculate411.html"><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/full.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/4.gif" align="bottom" border="0" height="11" hspace="0" width="12" /><img src="http://www.garageband.com/images/stars/0.gif" align="bottom" border="0" height="11" hspace="0" width="12" /></a></td></tr></tbody></table></td></tr></tbody></table><br /><br />We posted some scratch tracks of our music on their site with our new name (O Sweet Static) and it was rated as having the best drums in the rock genre. I'll be signing autographs after work. :)<br /><img src="http://blogs.pingpoet.com/VBGuru/aggbug/24637.aspx" width="1" height="1" /> Luc http://blogs.pingpoet.com/VBGuru/archive/2006/07/11/24637.aspx Wed, 12 Jul 2006 00:02:00 GMT http://blogs.pingpoet.com/VBGuru/archive/2006/07/11/24637.aspx#feedback http://blogs.pingpoet.com/VBGuru/comments/commentRss/24637.aspx http://blogs.pingpoet.com/VBGuru/services/trackbacks/24637.aspx