<feed version="0.3" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns="http://purl.org/atom/ns#" xml:lang="en-US"><title>Steve Hebert's Development Blog</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/default.aspx" /><tagline type="text/html">.Steve's .Blog</tagline><id>http://dotnetjunkies.com/WebLog/sdhebert/default.aspx</id><author><url>http://dotnetjunkies.com/WebLog/sdhebert/default.aspx</url></author><generator url="http://communityserver.org" version="1.0.1.50214">Community Server</generator><modified>2004-12-14T15:43:00Z</modified><entry><title>SQL Server 2000 Self-Tuning - Myth or Reality</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/03/10/59941.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:59941</id><created>2005-03-10T11:29:00Z</created><content type="text/html" mode="escaped">Here's a question that's bothered me for a long time.  I remember hearing from marketing types and even Microsoft partners early in the SQL 2000 product cycle that the product is self tuning.  I distinctly remember a situation thrown around with DBA types saying that they would delete all the indexes and run the server for 24 hours and the server's processor would be pegged at 100% utilization for this time-period.  SQL Server would then miraculously self-tune itself and processor utilization would drop to 25%.  Obviously these numbers are app specific, but I've never seen this 'self-tuning' aspect. 

Now I guess if you count running a SQL Profiler Trace and then run the index tuning wizard against the result, then you could say the database is capable of tuning itself.  But 'self-tuning' is a pretty loaded phrase.  After all, when did the DBA become considered part of the database?  I'd love to see an example of how to get SQL Server 2000 to be self-tuning, but I can't find this anywhere outside the marketing docs.&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=59941" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>Using Internal Blogs - an update</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/03/08/59592.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:59592</id><created>2005-03-08T15:15:00Z</created><content type="text/html" mode="escaped">Here's a &lt;A href="http://codebetter.com/blogs/steve.hebert/archive/2005/02/15/51000.aspx"&gt;link to the article &lt;/A&gt;on my new blog site.&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=59592" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>Moving blog site</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/03/08/59565.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:59565</id><created>2005-03-08T10:24:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;I'm moving my blog site to: &lt;A href="http://www.codebetter.com/blogs/steve.hebert"&gt;http://www.codebetter.com/blogs/steve.hebert&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I'll be dual-posting for a period of time here at DNJ.&amp;nbsp; Thanks to Donny Mack and the group here at DNJ for the opportunity to blog here.&amp;nbsp; I've enjoyed it and learned a great deal in the process.&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=59565" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>All comments disabled</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/02/12/53981.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:53981</id><created>2005-02-12T10:05:00Z</created><content type="text/html" mode="escaped">I've disabled all comments due to the amount of spam coming from this site.&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=53981" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>Friday Post: cool interactive interface at babynamewizard.com</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/02/11/53685.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:53685</id><created>2005-02-11T09:20:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;The &lt;A href="http://babynamewizard.com/namevoyager/lnv0105.html"&gt;BabyNameWizard&lt;/A&gt; site has a very cool Java-based interface.&amp;nbsp; I like the interactive graphing.&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=53685" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>Column Aggregates not persisted between postbacks in Intersoft's webgrid.net product.</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/02/11/53683.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:53683</id><created>2005-02-11T09:16:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;The &lt;A href="http://www.intersoftpt.com"&gt;Intersoft &lt;/A&gt;WebGrid.NET product does not persist the AggregateFunction setting on the column between postbacks.&amp;nbsp; Therefore, the first time you configure the grid it will work, but after subsequent postbacks it will no longer work.&lt;/P&gt;
&lt;P&gt;Given a form where &amp;#8220;complete_qty&amp;#8220; is being summed, the following code should be placed in the &amp;#8220;InitializeLayout&amp;#8221; event.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; e.Layout.ColumnFooters = ColumnVisibility.Yes&lt;BR&gt;&amp;nbsp;&amp;nbsp; Dim oCol As WebGridColumn&lt;BR&gt;&amp;nbsp;&amp;nbsp; For Each oCol In sGrid.RootTable.Columns&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If oCol.DataMember = "complete_qty" Then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oCol.AggregateFunction = AggregateFunctions.Sum&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;BR&gt;&amp;nbsp;&amp;nbsp; Next&lt;BR&gt;&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=53683" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>web-based web tracking software</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/02/10/53562.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:53562</id><created>2005-02-10T23:18:00Z</created><content type="text/html" mode="escaped">We've been using &lt;A href="http://www.elementool.com"&gt;elementool &lt;/A&gt;for bug tracking at work for a few years and we're pretty happy with it.&amp;nbsp; Run entirely remotely, the product works well for our environment with implementers routinely on the road.&amp;nbsp;&amp;nbsp; We started by using their free service and upgraded given the number of users we have on it.&amp;nbsp; &lt;BR&gt;Is anyone else running bug tracking through an ASP?&lt;BR&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=53562" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>Moving .Math source</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/01/28/48878.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:48878</id><created>2005-01-28T09:03:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;I'm moving the .Math library from the &lt;A href="http://workspaces.gotdotnet.com/math"&gt;GotDotNet&lt;/A&gt; servers to &lt;A href="https://sourceforge.net/projects/dotmath/"&gt;SourceForge&lt;/A&gt;.&amp;nbsp; The server responsiveness and now repeated errors in getting to the old site has prompted the change.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I'm still happy with my decision to host the &lt;A href="http://hebertsoft.com/dotmath"&gt;documentation &lt;/A&gt;on my own site and that will remain the same.&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=48878" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>A very nice write-up on IIS Compression</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/01/27/48773.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:48773</id><created>2005-01-27T15:23:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;I just went digging for IIS compression details and found the following &lt;A href="http://weblogs.asp.net/iishints/archive/2004/11/20/267160.aspx"&gt;article&lt;/A&gt;.&amp;nbsp; The article makes mention of the &lt;A href="http://www.port80software.com/200OK/"&gt;Port80 Software Blog&lt;/A&gt;... subscribed.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://weblogs.asp.net/iishints/archive/2004/11/20/267160.aspx"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=48773" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>The Revolt of the Corporate Consumer - now freely available!</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/01/17/45347.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:45347</id><created>2005-01-17T16:08:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;David Bank, the author of &amp;#8220;&lt;A href="http://online.wsj.com/public/article/0,,SB110556230093424405,00.html"&gt;The Revolt of the Corporate Consumer&lt;/A&gt;&amp;#8221;&amp;nbsp;that I blogged about &lt;A href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/01/16/45002.aspx"&gt;here&lt;/A&gt;, sent me&amp;nbsp;the following&amp;nbsp;&lt;A href="http://online.wsj.com/public/article/0,,SB110556230093424405,00.html"&gt;URL&amp;nbsp;to his article&amp;nbsp;&lt;/A&gt;made freely available by the Wall Street Journal.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;David took the time to&amp;nbsp;talk to&amp;nbsp;the people controlling the content servers and they responded by making it available to non-subscribers as well.&amp;nbsp; Thank you to David and&amp;nbsp;my hat goes off to the&amp;nbsp;people at the Wall Street Journal!&amp;nbsp; Wow!&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=45347" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>"The Revolt of the Corporate Consumer" article</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/01/16/45002.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:45002</id><created>2005-01-16T22:46:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;(Authors Note:&amp;nbsp; I'd like to thank David Bank and the people at the Wall Street Journal for sending me the URL to a version of his article that's available to non-WSJ-subscribers. I've modified the link accordingly.)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://online.wsj.com/public/article/0,,SB110556230093424405,00.html"&gt;&amp;#8220;The Revolt of the Corporate Consumer&amp;#8221; &lt;/A&gt;article by David Bank appears in today&amp;#8217;s Wall Street Journal.&amp;nbsp; Subtitled &amp;#8220;How companies are squeezing tech suppliers to get a bigger bang for their software bucks&amp;#8221;, the article does a nice job of reviewing the combining factors today that are changing the software market landscape. Mr. Bank hits on a number of factors affecting the software community, but I think it&amp;#8217;s interesting to look at these in light of how the development community is responding.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Demanding Standards&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I thought this entry was interesting in Bank&amp;#8217;s article, but he blends this portion of the article with the fact that &amp;#8220;customers are using their new clout to force vendors to deliver software that is more secure and reliable.&amp;#8221;&amp;nbsp; In the production scheduling area I&amp;#8217;m involved in, we do not see strong push toward using standardized integration, however we are taking a lead role in providing these types of integrations &amp;#8211; I believe this is only a matter of time as the market matures. &lt;/P&gt;
&lt;P&gt;I think Bank&amp;#8217;s comments on security and reliability really connect with the basic ideas behind recent approaches in the development community.&amp;nbsp; For example, test-driven development is an approach aimed at providing a more stable and confident release pattern using a repeatable process with a full complement of tools.&amp;nbsp; While TDD provides a number of other benefits on the development front, when viewed from the customers&amp;#8217; perspective it simply makes good business sense. &lt;/P&gt;
&lt;P&gt;The security front is a different story right now, with this being a hot-topic across the industry.&amp;nbsp; We are beginning to see security &amp;#8220;sniffer&amp;#8221; tools being released from companies like Compuware to introduce a regimented approach to the problem.&amp;nbsp; Security is a different ballgame as developers are constantly playing catch-up to the &amp;#8220;black-hat&amp;#8221; hacker community.&amp;nbsp; However the application space faces a slightly different set of intrusion priorities than an OS vendor faces. I think it&amp;#8217;ll be interesting to see how tools will adapt to each concern.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Cutting Maintenance Costs&lt;/FONT&gt;&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;Banks discusses the fact that customers are dissatisfied with both cost and complexity of software.&amp;nbsp; Both factors impact maintenance costs with annual maintenance contracts typically priced between 15% and 25% of the initial software license and the setup and maintenance burden imposed by installation. Customers are pushing back against large up-front license fees and software companies are developing models where customers pay for what they need.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;On one front, development approaches such as &amp;#8220;service oriented architecture&amp;#8221; and standards surrounding XML Web Services are giving solution providers the ability to develop standards based integration and the opportunity to host data storage and configuration offsite even when relatively tight integrations with existing systems are needed. While reducing the clients maintenance burden, this separation also allows for usage monitoring and billing opportunities that are far more difficult in a remote-installed application.The &amp;#8220;soa&amp;#8221; mantra also forces (when used properly) a simpler integration pattern.&amp;nbsp; By forcing the application provider to express integration points in terms of simple, knowable and describable transactions happening largely within one call forces development and corresponding documentation to focus on simplicity.&amp;nbsp; As with any tool, the goal can be missed with a poor implementation, but SOA does not promote (in terms of operation, scalability, bandwidth, etc.) the types of integrations used with in-process/stateful objects typical of earlier systems.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Sharing the burden&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this section, Bank discusses the demand for &amp;#8220;shared responsibility&amp;#8221; that he characterizes for demands that include easier patch management, more secure-code and fewer bugs. While Banks already discussed secure code and fewer bugs, Bank infers the point that customers are demanding a more responsive development environment. I believe the biggest response to this point has been the daily build cycle and a correspondingly active QA process.&amp;nbsp; Maintaining a constantly released piece of code forces the developers to focus not only on features, but on getting the code installable from day one.&amp;nbsp; This idea has been around the industry for many years &amp;#8211; I was first introduced to the concept in Jim McCarthy&amp;#8217;s book nearly 10 years ago, but this approach is getting far more traction today than it has in recent years and build&amp;nbsp;automation tools are making there way into development tool offerings (such as Microsoft Build).&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;&lt;STRONG&gt;Deep Discounts&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Bank discusses the fact that in the Oracle/PeopleSoft battle, court documents revealed that both companies were routinely discounting their software prices 70-90%.&amp;nbsp; While he discusses the significance of open-source software in this role, I didn't feel that&amp;nbsp;he made a solid case for it as having a casual relationship to the &amp;#8220;Deep Discount&amp;#8221; issue. I think the more interesting angle is in the ERP market itself &amp;#8211; when is someone going to pull a &amp;#8220;Microsoft&amp;#8221; on this market.&amp;nbsp; What I mean by this is offer the product at a 10th the listed price and even make the product available to support people in non-operational situations virtually free.&amp;nbsp; For example, give the IT people who need to tie into the systems access to the software before the purchase and the corresponding tools and you provide another door into companies that sale reps cannot create or reach.&amp;nbsp; It sends a message to companies that you are confident in your product offering and willing to work hand-in-hand with your staff to be successful. I wonder if Microsoft will see the light, or simply try to play ball with everyone else in the ERP market.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Demanding Results&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I find this section to be the most compelling and dead-on.&amp;nbsp; Software companies must focus on getting benefits and results to the customer.&amp;nbsp; This may go beyond the realm of the software itself and software companies need to realize that the software installation is merely a starting point in proving worth.&amp;nbsp; To be completely fair, I believe there are many companies purchasing software that cast a weary eye and rightly so.&amp;nbsp; The &amp;#8220;maintenance contract&amp;#8221; is usually viewed as something that benefits the vendor instead of the customer.&amp;nbsp; Battling that perception while providing a hands-on approach to customers is not a simple battle, but one that will be necessary for software vendors to succeed.&lt;/P&gt;
&lt;P&gt;I like Bank&amp;#8217;s quote of Mike Lawrie of Siebel Systems who said &amp;#8220;It&amp;#8217;s not just about making the best software, it&amp;#8217;s also about helping companies get to that business outcome and get the value from the investment they&amp;#8217;ve made.&amp;#8221;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I enjoyed Bank&amp;#8217;s article and it&amp;#8217;s very worthwhile reading. Living in the software-space it&amp;#8217;s unsettling when you look at the number of forces conspiring to take down the software gravy-train that&amp;#8217;s been in place for a number of years.&amp;nbsp; That said, even a fool knows it had to end sometime.&amp;nbsp; The important thing to remember is that changes and improvements to software methodology need to be viewed with a constant eye toward the customer.&amp;nbsp; Each developer needs to make their own processes better not only to make the software and it&amp;#8217;s corresponding processes better but for the sake of staying in business and growing market share.&amp;nbsp; &lt;BR&gt;&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=45002" width="1" height="1"&gt;</content><slash:comments>2</slash:comments></entry><entry><title>friday post:  article on the "Commodore 64 Joystick" designer</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/01/14/44364.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:44364</id><created>2005-01-14T14:44:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;I read an &lt;A href="http://news.com.com/Commodore+64+reincarnated+on+a+chip/2100-7337_3-5497584.html"&gt;interesting article on CNet &lt;/A&gt;today about the designer of the Commodore 64 Joystick game sold on QVC - Jeri Ellsworth.&amp;nbsp; It turns out Jeri started with the Commodore 64 back in the 80s and the story follows how she dropped out of high school and became a self-taught circuit designer.&amp;nbsp; It's a pretty fascinating story.&amp;nbsp;She's been signed on for a series of projects with the same toymaker that pulled together the C-64 Joystick project - good for her!&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=44364" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>detecting SQL traces and fun with encryption</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2005/01/13/43991.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:43991</id><created>2005-01-13T09:15:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;I'm putting together a sql&amp;nbsp;update script execution application and one concern is that someone could grab the script during execution by having a sql trace running.&amp;nbsp; After checking out the sql server documentation, I came across the following select statement:&lt;/P&gt;
&lt;P&gt;select * from :: fn_trace_getinfo(default)&lt;/P&gt;
&lt;P&gt;If one or more rows are returned, at least one trace is being run on the system.&amp;nbsp; Cool stuff!&lt;/P&gt;
&lt;P&gt;This has been the one caveat to securing the process.&amp;nbsp; I'm using the SharpZipLib to compress the script before using TripleDESServiceProvider class to provide encryption.&amp;nbsp; As a test, I reversed the process to see how much repetition would appear in an uncompressed script.&amp;nbsp; Here are my numbers:&lt;/P&gt;
&lt;P&gt;Script File Size = 3.9MB&lt;BR&gt;Encryped File Size = 3.8MB&lt;BR&gt;Encrypted then Zipped File Size = ~&amp;lt;3.8MB&lt;BR&gt;Zipped File Size = 370000 bytes&lt;BR&gt;Zipped then Encrypted File Size = 369000 bytes&lt;/P&gt;
&lt;P&gt;I found it interesting that the encryption creates a random enough pattern to the data that compression doesn't work well.&lt;/P&gt;
&lt;P&gt;I've read that compressing a file before encrypting is supposed to be more secure because&amp;nbsp;it makes cracking&amp;nbsp;the encryption.&amp;nbsp;I imagine this could be true since it introduces another step that must be discovered in the process of hacking the file, however I wonder if it would be easier to hack since you'd know what the zip header has to look like. &lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=43991" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>Stepping back into the daylight...</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2004/12/23/38568.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:38568</id><created>2004-12-23T14:21:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;It's been over a week since I last blogged, I've been heads-down in a piece of code.&amp;nbsp;&amp;nbsp; Using the Intersoft WebGrid.NET, I needed the ability to make context-sensitive menus available based on the column that has been right-clicked and pass along configured values.&amp;nbsp; The implementation supports default menu grouping that's integrated with the security system, but the solution also allows for overrides for custom right-clicks on a per-page basis.&amp;nbsp; I'm pretty happy with the implementation, I did the same thing with the built-in datagrid for asp.net but this implementation is cleaner and I like the code a lot more. The solution is entirely client-side and performs very well.&amp;nbsp; Writing this much javascript reminds me just how much I dislike that &amp;#8220;programming language&amp;#8220;, but that's a topic for another day. I could have built the client-side javascript using XSL, but those solutions tend to be unreadable/undebuggable and this situation would have been even worse.&amp;nbsp; &lt;/P&gt;
&lt;P dir=ltr style="MARGIN-RIGHT: 0px"&gt;I've &lt;A href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2004/09/09/25018.aspx"&gt;blogged before &lt;/A&gt;about &lt;A href="http://www.intersoftpt.com"&gt;Intersoft's WebGrid.NET &lt;/A&gt;before, and I continue to be very happy with their product.&amp;nbsp; The server- and client-side interfaces are well thought out and extremely functional.&amp;nbsp; As is typical with a 3rd party tool, there is a learning curve to get the feel for&amp;nbsp;the product's architecture and Intersoft's&amp;nbsp;product&amp;nbsp;is no different. I've built scaffolding around the product to handle the 95%+ usage scenarios we see in the company's application to (1) minimize coding and (2)&amp;nbsp;virtually eliminate&amp;nbsp;grid-specific code on each page.&amp;nbsp; &lt;/P&gt;
&lt;P dir=ltr style="MARGIN-RIGHT: 0px"&gt;Next I'm saving the grid's layout to the database per user - allowing the user to resize, reorder, hide and show columns and then save the configuration across sessions.&amp;nbsp; But first, I'm taking the weekend off to enjoy Christmas with the family.&lt;/P&gt;
&lt;P dir=ltr style="MARGIN-RIGHT: 0px"&gt;Have a Merry Christmas!&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=38568" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry><entry><title>I am HP-UX?</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/sdhebert/archive/2004/12/14/36887.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:36887</id><created>2004-12-14T15:43:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;I was reading &lt;A href="http://blogs.msdn.com/mikehall/"&gt;Mike Hall's blog &lt;/A&gt;over lunch and found his link to a &amp;#8220;&lt;A href="http://bbspot.com/News/2003/01/os_quiz.php"&gt;Which O/S are you&lt;/A&gt;?&amp;#8220; survey.&amp;nbsp; I took&amp;nbsp;the survey and the site say's I'm HP-UX...&lt;/P&gt;
&lt;P&gt;&lt;A href="http://bbspot.com/News/2003/01/os_quiz.php"&gt;&lt;IMG height=90 alt="You are HP-UX. You're still strong despite the passage of time.  Though few understand you, those who do love you deeply and appreciate you." src="http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/hp-ux.jpg" width=300 border=0&gt;&lt;/A&gt; 
&lt;P&gt;Well, could be worse.&amp;nbsp; I could have been Windows ME. &lt;/P&gt;
&lt;P&gt;I wonder what the caption reads for AmigaDOS?&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=36887" width="1" height="1"&gt;</content><slash:comments>0</slash:comments></entry></feed>