<?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>Randy Jones </title><link>http://weblogs.asp.net/randyjones/default.aspx</link><description>Buzz, Rants and Raves... Bear with me as I opine from the  .Net trenches.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>Visual Studio 2008 Multi-Targeting feature</title><link>http://weblogs.asp.net/randyjones/archive/2007/09/27/visual-studio-2008-multi-targeting-feature.aspx</link><pubDate>Fri, 28 Sep 2007 01:58:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4222404</guid><dc:creator>Randy Jones</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/randyjones/rsscomments.aspx?PostID=4222404</wfw:commentRss><comments>http://weblogs.asp.net/randyjones/archive/2007/09/27/visual-studio-2008-multi-targeting-feature.aspx#comments</comments><description>&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;I remember the switch to VS 2003 and then again to VS2005. With each move there was a wait to have the latest framework approved to go into the IT stack. When you get a taste of the latest improvements in the IDE, you want them now, not 6 months from now. I have been playing with the latest beta for a while now and I see the new features and once again, I want them now. &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;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;There are a host of new improvements that have nothing to do with the 3.5 framework. The web designer and CSS support are far superior to what we have today. If you've heard of Web Expression,&amp;nbsp;then you know that&amp;nbsp;Microsoft has brought us a world class web designer. It's no surprise that much of that has made its way into VS 2008. We now have split view editing and a CSS style manager. Those of us who love IntelliSense will appreciate the fact that we now have that feature down to the CSS level. If you write JavaScript and miss the rich debugging experience we have with C# and VB.Net then you will love the debugging and IntelliSense improvements. To be able to type . and get full IntelliSense on our own JavaScript objects is a dream come true for many JavaScript developers. We also have AJAX support build right in to the IDE now.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;P mce_keep="true"&gt;&lt;FONT face="Times New Roman" size=3&gt;With all of these features, we again could be in the same boat as with previous releases. That does not have to be the case anymore with the Multi-Targeting feature. Everything I mentioned&amp;nbsp;so far&amp;nbsp;has nothing to do with the latest framework but everything to do with IDE enhancements. We can now tell the IDE to target the 2.0 framework, just open an existing project and choose not to migrate it. You can always go back later on and change the target framework. The downside for those&amp;nbsp;who are still on 1.1, this&amp;nbsp;doesn’t go back any further then the 2.0 framework, at least for now.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman" size=3&gt;Having experienced programming in Eclipse and Visual Studio I can tell you the productivity gap is expanding. Hats off to the Visual Studio team!&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4222404" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/randyjones/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/randyjones/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>IE Developer Toolbar</title><link>http://weblogs.asp.net/randyjones/archive/2007/09/13/ie-developer-toolbar.aspx</link><pubDate>Fri, 14 Sep 2007 03:54:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3857787</guid><dc:creator>Randy Jones</dc:creator><slash:comments>14</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/randyjones/rsscomments.aspx?PostID=3857787</wfw:commentRss><comments>http://weblogs.asp.net/randyjones/archive/2007/09/13/ie-developer-toolbar.aspx#comments</comments><description>&lt;P&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;I realized again today how much I appreciate this tool. I am constantly showing other developers the power in this little gem and I find it a huge time saver debugging rendering issue in IE. (the download is linked below)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;Before any of the Firefox zealots comment on FireBug or the Firefox developer toolbar, I know, I know, I know. You had it first, yours is better, blah, blah, blah. I find you almost as annoying as gnats, Mac zealots and Viagra spam; I just don't know which of you are worse yet! In other words, don't waste space with your comments because you see, we just don't care.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&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;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;Back on topic... I blogged about this over a year ago and I am still using it today. Basically it walks the DOM and creates a tree view so that you can search elements of the DOM. You can also choose to find and element&amp;nbsp;by clicking any area of the page that you are having trouble with. In the far right column you can right click on any style and click "Trace Style" and it will take you right to the line in the CSS file or tell you if it is an inline style. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P mce_keep="true"&gt;&lt;FONT face="Times New Roman" size=3&gt;CSS is one of the worst implementations for UI design ever created. Up until the tools in Firefox and IE, it could take hours to follow inherited styles and styles that bleed into each other. Now it is within a few clicks and you find the offending line of code. One other feature I find nice is that you can view the in memory representations of the DOM. For those of us that have been using DHTML&amp;nbsp;and using InnerHTML to alter code on the client, it is great. I remember copying screens and pasting them in other WYSIWYG editors to see the actual html behind it. Since it was a change to the DOM in memory only, viewing the source was useless. &lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;FONT face="Times New Roman" size=3&gt;This is a list pulled from the Microsoft website showing some of the features available.&lt;/FONT&gt;&lt;/P&gt;
&lt;LI&gt;Explore and modify the document object model (DOM) of a Web page. 
&lt;LI&gt;Locate and select specific elements on a Web page through a variety of techniques. 
&lt;LI&gt;Selectively disable Internet Explorer settings. 
&lt;LI&gt;View HTML object class names, ID's, and details such as link paths, tab index values, and access keys. 
&lt;LI&gt;Outline tables, table cells, images, or selected tags. 
&lt;LI&gt;Validate HTML, CSS, WAI, and RSS web feed links. 
&lt;LI&gt;Display image dimensions, file sizes, path information, and alternate (ALT) text. 
&lt;LI&gt;Immediately resize the browser window to a new resolution. 
&lt;LI&gt;Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain. 
&lt;LI&gt;Display a fully featured design ruler to help accurately align and measure objects on your pages. 
&lt;LI&gt;Find the style rules used to set specific style values on an element. 
&lt;LI&gt;View the formatted and syntax colored source of HTML and CSS. &lt;/LI&gt;
&lt;P mce_keep="true"&gt;&lt;FONT face="Times New Roman" size=3&gt;Here is a link, try it out and&amp;nbsp;comment back with your thoughts. &lt;A class="" href="https://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;amp;displaylang=en" mce_href="https://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;amp;displaylang=en"&gt;download&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;FONT face="Times New Roman" size=3&gt;P.S. If your a Firefox zealot who was offended, please relax and I am sorry about your little issue. I am sure I can dig up one of those old spam messages to forward your way. ;)&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3857787" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/randyjones/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>if (RubyOnRails == GettingReal) { ReleaseTheFlyingPigs(); }</title><link>http://weblogs.asp.net/randyjones/archive/2007/09/11/if-rubyonrails-gettingreal-releasetheflyingpigs.aspx</link><pubDate>Wed, 12 Sep 2007 04:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3832973</guid><dc:creator>Randy Jones</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/randyjones/rsscomments.aspx?PostID=3832973</wfw:commentRss><comments>http://weblogs.asp.net/randyjones/archive/2007/09/11/if-rubyonrails-gettingreal-releasetheflyingpigs.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;I recently attended an&amp;nbsp;architecture meeting covering &lt;SPAN title="I hate this term!"&gt;"Web 2.0"&lt;/SPAN&gt; topics. So I, not having lived under a rock, knew what Ruby on Rails was but I&amp;nbsp;heard about&amp;nbsp;the company "37 Signals". I also&amp;nbsp;heard about their book "Getting Real". When I&amp;nbsp;learned that they tout that 3 people and 30 days is all you need&amp;nbsp;to build an&amp;nbsp;application, I had to laugh.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I have looked around a little and there are more than a few that buy in to this. I see titles like "Why *you* need to learn Ruby on Rails" and&amp;nbsp;I know the syntax is nice on the eyes.&amp;nbsp;Folks, this is not like comparing minor league baseball to major league baseball. In my humble opinion, ROR is the little league (no offense to the little league). Go out and Google "Ruby on Rails + Twitter" and you will see the difference. ROR&amp;nbsp;has a slight issue&amp;nbsp;with scaling, oops.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I am not saying ROR has no place, there are millions of sites that don't need to scale. There is a niche market where adding these skills to your tool belt can help. I for one don't see the type of clients I work with ever giving serious consideration to a&amp;nbsp;platform that can't scale though. I don't see the benefit of adding it to my tool belt for now. If I were just starting out, looking to build my first site, then I probably would give it a try.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Randy&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3832973" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/randyjones/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/randyjones/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>First post, here it goes</title><link>http://weblogs.asp.net/randyjones/archive/2007/09/11/first-post-here-it-goes.aspx</link><pubDate>Tue, 11 Sep 2007 06:05:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3822913</guid><dc:creator>Randy Jones</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/randyjones/rsscomments.aspx?PostID=3822913</wfw:commentRss><comments>http://weblogs.asp.net/randyjones/archive/2007/09/11/first-post-here-it-goes.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Wow, I feel honored being up here with the likes of Scott Guthrie with my own Blog on asp.net.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks for the hookup Joe, I guess I better make the best of it now.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Most of my posts will be about development and architecture on the .Net platform. Most of my&amp;nbsp;writing will appeal to the&amp;nbsp;"non-semi-colon-challenged programmers" of the world but those of you in the other camp&amp;nbsp;are welcome to chime in as well. ;) I'll try and remain as active and pertinent as possible.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3822913" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/randyjones/archive/tags/.NET/default.aspx">.NET</category></item></channel></rss>