Livin http://blogs.pingpoet.com/VBGuru/category/33.aspx El Eye Vee Eye In, Livin. en-US Luc lucas @ hardbarger . com Subtext Version 1.9.4.78 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 .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 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 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