<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>rev.one technologies</title><link>http://weblogs.asp.net/tallen/default.aspx</link><description>{ Powered By .Net }</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Office humor</title><link>http://weblogs.asp.net/tallen/archive/2003/09/12/27322.aspx</link><pubDate>Fri, 12 Sep 2003 16:38:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:27322</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=27322</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/09/12/27322.aspx#comments</comments><description>&lt;P&gt;I need to preface this by saying, yesterday, or office manager came running into our development pit and tripped over our only phone, ripping it out of the wall. Our IT guy was able to replace it with another phone, in a jack right near my desk. So now the funny parts...&lt;/P&gt;
&lt;P&gt;We put the phone in a desk drawer. We hate that stupid phone. It's annoying. One extension for all of the developers. Now, when someone chimes in on the intercom, they are muffled, we yell at the phone and throw things at it. The people on the speaker can't hear us, they get frustrated and end up walking all the way into the pit. It's humorous. It will last for a few weeks, until the either we get bored with it or the IT guy removes it from the desk.&lt;/P&gt;
&lt;P&gt;In any case it was funny, as I'm writing this. Back to the grind I guess.&lt;/P&gt;
&lt;P&gt;If your new, or fairly new to web development with ASP.Net, I ran across these great &lt;a href="http://www.gotdotnet.com/team/student/academicreskit/" target="_blank"&gt;&lt;b&gt;tutorials&lt;/b&gt;&lt;/a&gt; on GotDotNet. The tutorials require Microsoft Power Point, but there is exmaple code. Hey, it works for me!&lt;/P&gt;
&lt;P&gt;--Thom&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=27322" width="1" height="1"&gt;</description></item><item><title>Multi Threaded Testing Utility</title><link>http://weblogs.asp.net/tallen/archive/2003/04/16/5754.aspx</link><pubDate>Thu, 17 Apr 2003 04:56:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5754</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=5754</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/04/16/5754.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I had an engineering manager ask me if I could build him a testing tool, that would measure latency in an application that connected to a database. The criteria was something like:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Thread 1: Use ADO.Net to connect to an Access database, perform a sumple select query, bind the dataset to a grid, calculate the time from request to bind, and update a graph on a form. This routine runs continous.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Thread2: Use ADO.Net to connect to a SQL Server database, perform an update query, calculate the the time from request to response, and update a graph on a form. This routine runs continous.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Thread 3: Use ADO.Net to request an XML file from a Web Service, which connects to an Oracle database, executes a procedure, returns the data in an XML file via SOAP, calculate the time from request to response, bind the results to a seperate datagrid, and update a graph on a form. This routine runs continous.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The idea is to see where bottle necks occure in simple database connections. A typical application in this environment may need to connect to all three sources in a transaction. The engineer wanted to see if threading was an option or individual functions within the same process.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;So, what are your thoughts? The results, were scary. After spending hours trying to debug crashes (which turned out to be some of my fault and some of ADO), that the machine the application is running on impacts the performance more than the actual processes of the application itself.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Example. We first tried it on a 733 Mhz Pentium III machine with 256 MB of ram. The app crashed after only about 5 minutes. Next on a PII Dual 800 something Mhz with 1.5 GB ram, exceptional&amp;nbsp;performance (obviousley), and on a Toshiba 8100 with 128 MB ram... oh my, bad idea... anyway, we never really made any scientific breakthoughs. We did discover though, that the idea of multi-threading an application for database purposes, didn't give us the high performance that we were looking for. So, we'll keep looking.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5754" width="1" height="1"&gt;</description></item><item><title>Re: Message From Scott M</title><link>http://weblogs.asp.net/tallen/archive/2003/04/13/5546.aspx</link><pubDate>Sun, 13 Apr 2003 16:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5546</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=5546</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/04/13/5546.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;I read Scott M's&amp;nbsp;message this morning titled "ASPNetWeblog and .NETWeblog Future". After trying to figure out what this meant to me, I realized, that I am probably like so many others, that bloging is an extension of our daily life. True, I am a developer, but that isn't all I am. The world around me shapes things I do, thoughts I have and paths I take. It's inevitable that DotNetWebLogs would have that same evolution.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;So, I completely understand that the community wants to keep the focus pretty tight, and I don't have a problem with that. I think it's too bad that some take it to the extreme, but who am I to judge.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;So, I will be removing any non-DotNet content from this site and move it to a blog that I will use to share my non-DotNet experiences. This is a shame, because blogs aren’t supposed to be News Groups, with moderators. If&amp;nbsp;the community&amp;nbsp;wants&amp;nbsp;such a tightly&amp;nbsp;focused forum&amp;nbsp;to share information, why&amp;nbsp;wasn't a News Group created?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Off my soap box... I truly appreciate the opportunity to be part of DotNetWebLogs. I am still trying to figure out how to fully take advantage of this medium. But as I do, I am thankful that I do have someplace to share thoughts and ideas.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5546" width="1" height="1"&gt;</description></item><item><title>Do You Have The Skills?</title><link>http://weblogs.asp.net/tallen/archive/2003/04/11/5450.aspx</link><pubDate>Fri, 11 Apr 2003 21:55:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5450</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=5450</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/04/11/5450.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;i found this little article in eWeek magazine several months ago. it was rather interesting. as i was facing the job hunt, i thought after reading this i wasn't worthy to hold the title IT Professional. so, after reading this list, tell me, does any one out there really have ALL of these skills? and if so, why?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;"Don't even think about trying to get a job in IT without..."&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;1. The ability to take apart a computer (and put it back together again)&lt;BR&gt;2. Basic skills in Winodws 2000, Windows NT and Linux administration&lt;BR&gt;3. Familiarity with at least one of the significant databases (Oracle, DB2 SQL Server)&lt;BR&gt;4. Experience in security hardening and knowledge of security issues&lt;BR&gt;5. Strong skill in HTML creation and editing&lt;BR&gt;6. At least a working ability to create and edit XML, XML Schema and DTD's&lt;BR&gt;7. Knowledge of a scripting language&lt;BR&gt;8. Working knowledge of at least one significant modern programming language&lt;BR&gt;9. Familiarity with router and switch configuration&lt;BR&gt;10. Experience using an SNMP system to track system faults&lt;BR&gt;11. Ability to automate desktop management tasks such as disk cloning for new system setup&lt;BR&gt;12. Familiarity with (and frequent visits to) key knowledge bases, including BugTraq, Slashdot and major vendor sites&lt;BR&gt;13. People skills, especially the ability to work as part of a team&lt;BR&gt;14. A tough skin&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;ok, so, i beleive that i have a good portion of these skills. if a general understanding of these skills is your desire, i don't have a problem with that. but come on, an expert in all of these?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;i know that technology skills can go hand in hand. a software developer needs to understand computer&amp;nbsp; hardware in order to take advantage of it's capabilities. if your a DBA for instance, isn't it imparative that you understand computer hardware and how it will affect the performance of your database?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;most of us in IT do one thing, and we do it pretty well. hardware guys know the PC, Routers, Switches and Operating Systems. software guys know programming languages(s), scripting languages, process flow, database design and GUI's. and i know that many of you out there are a one or two man operation, either for yourself or a company, and wear everyhat. But doesn't that lead to less than optimum production?&amp;nbsp; i guess what I'm trying to say here is, it's one thing to be exposed to technology, it's another to say your an expert.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5450" width="1" height="1"&gt;</description></item><item><title>Access and SQL Server</title><link>http://weblogs.asp.net/tallen/archive/2003/04/01/4657.aspx</link><pubDate>Wed, 02 Apr 2003 05:13:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4657</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=4657</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/04/01/4657.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;Wow, one whole post in the month of March. The month really sucked.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;Anyway, I have been living a nightmare what I call Microsoft Access. What a scourge that product is. I was hired to perform an intermediate upgrade from Access 2000 to SQL Server 7. I have done this a few times, with pretty good success. After looking at the database, it was quite clear that linked tables would be best until a full upgrade to SQL Server could be performed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;Well, that just isn't how it worked out. First, the upsizing tool in Access 2000 sucks. I understand that most of the time objects and syntax can't directly be translated. But instead of giving me the opportunity to fix this during the upsize, it just bypasses the whole thing. What&amp;nbsp;the ...&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;In any case, after realizing that the only real long term scalable solution was to fully move the database to SQL Server 7, the Client agreed and we are moving that way. So, I will find it very unlikely I will do another 'interim conversion'. It's all or nothing baby.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;Thom&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4657" width="1" height="1"&gt;</description></item><item><title>Things are looking up!</title><link>http://weblogs.asp.net/tallen/archive/2003/03/07/3558.aspx</link><pubDate>Fri, 07 Mar 2003 21:18:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3558</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=3558</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/03/07/3558.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Well, after 3 weeks, it looks as though things are looking up. I have managed to secure some long term contract work, that although may not be everything I wanted to do, but brings money into my bank none the less.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Now maybe I can get back to doing things I love, like developing software! Yee-haw!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Thom&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3558" width="1" height="1"&gt;</description></item><item><title>I am humbled, again...</title><link>http://weblogs.asp.net/tallen/archive/2003/02/25/3016.aspx</link><pubDate>Wed, 26 Feb 2003 06:44:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3016</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=3016</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/02/25/3016.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I spent a significant amount of time tonight reading blogs and browsing sites of those claiming an advanced knowledge of the .NET platform. Man, I am humbled, as the saying goes, I'M NOT WORTHY! Some of you out there have an understanding that I only dream of having. It's a tad intimidating. The depth of the knowledge is incredible. The resources are vast. It is just amazing. I aspire to one day stand in your midsts.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I had some one call me on the phone this morning pushing certifications. I don't have one, and this person quoted that I would increase my value by 25% by just possesing one. Is this really true? Is there really that much of a difference? Can someone who has a certification actually be that much more valuable? Trust me, I am not knocking certs. I wish I had one, if only for the perceived value. I know people put a lot of work and energy into certs. But have they really gained anything by having them? Tell me.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3016" width="1" height="1"&gt;</description></item><item><title>Cool Cases</title><link>http://weblogs.asp.net/tallen/archive/2003/02/25/3015.aspx</link><pubDate>Wed, 26 Feb 2003 06:36:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3015</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=3015</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/02/25/3015.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;If you own a PDA, check this site out, &lt;/FONT&gt;&lt;A href="http://www.grindergear.com/index.html" target=_blank&gt;&lt;FONT face=Verdana size=2&gt;&lt;STRONG&gt;GrinderGear.com&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;. Their cases just ROCK!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3015" width="1" height="1"&gt;</description></item><item><title>Web Services and .Net</title><link>http://weblogs.asp.net/tallen/archive/2003/02/25/3009.aspx</link><pubDate>Wed, 26 Feb 2003 05:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3009</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=3009</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/02/25/3009.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Many of you have already seen this set of articles, but for those who may stop by my blog&amp;nbsp;could find them of useful. Thanks to &lt;A href="http://dotnetweblogs.com/Rosherove" target=_blank&gt;Roy Osherove&lt;/A&gt; and &lt;A href="http://dotnetweblogs.com/Cweyer" target=_blank&gt;Christian Weyer&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://dotnetweblogs.com/Cweyer/posts/2946.aspx"&gt;&lt;FONT face=Verdana size=2&gt;&lt;A href="http://dotnetweblogs.com/Cweyer/posts/2946.aspx" target=_blank&gt;// Article: Web Services &amp;amp; .NET&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3009" width="1" height="1"&gt;</description></item><item><title>Still Looking</title><link>http://weblogs.asp.net/tallen/archive/2003/02/24/2912.aspx</link><pubDate>Tue, 25 Feb 2003 04:31:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2912</guid><dc:creator>blog</dc:creator><author>blog</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/tallen/rsscomments.aspx?PostID=2912</wfw:commentRss><comments>http://weblogs.asp.net/tallen/archive/2003/02/24/2912.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;ok, day 12... have been spending my time looking for work. work would be a full time job, contract work, contract to hire work... any thing. a lot of people say 'yeah, i think we have something, i'll get back to you.' ok, so, i'm waiting. looks like i am going to have to start making more aggressive moves.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;saw a so-so movie today, 'How to lose a man in 10 days'. the only good thing in this movie was Kate Hudson.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;trying to fill out these unemployment papers. man, there a lot of hoops. not even sure if it's worth it. i will get in a week what i used to make in a day. god, what an eye opener. it's not even worth it. i just realized, that no matter what i do, it's futile to collect unemployment. oh well...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;anyway, i ahve been a licensed realtor for about 10 years. thinking maybe i will get back into that business. so, what is the percentage of people in the technology field losing their jobs that change fields? is it high? is this kind of like mother nature weeding out the unfit so those that have the skills can get work? there was a few years where, if you could say the word computers, people would throw a huge amount of cash at you, and you took it and ran. the odd days of our industry. sitting around watching stock options make people bazillionares. me... my gazillion options are worth more on the paper they are printed on. oh yeah, after they laid me off, they gave me the opportunity to purchase the options that had vested up to my 'release' date. what the hell is that? sure, let me pay you for options that are, well, worthless. i think not.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;started unpacking my box from the office i used to have. funny all of the things you seem to accumulate. cdr's with no labels. folders full of papers you have no idea why you kept them. frequent eater cards to places you haven't been to in years. a coffee mug that fell behind your monitor. pencils, pens, post-it's, folders, binders, paper pads, tacks, glue, staples, sugar packets, odd computer parts... &lt;BR&gt;well, i guess i'll end now. trying to stay motivated. trying to stay above the rim. see ya!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2912" width="1" height="1"&gt;</description></item></channel></rss>