Jon has been submitting a ton of code.  I encourage even if you are not a dev to learn how to get access and grab his code.  He has made tons of read mes | sites running the portal | blog entrys so I leave it up to you.

The Component Module:
There has been a lot of talk and discussion on whether to keep this module.  The talk is over and its in.  This module turns out to be beautiful 2.0 since 2.0 is heavily declaritive.  I have tested copying and pasting pure ASP.NET 2.0 syntax and my test have worked.  Oh well there was that one time I forgot to add the "runat=server" so remember to do that.  Below are some screen shots:

Add a component Module to your home page.  Jon has now fixed the error on adding to the home page by not first clicking home:






Once you have the module on your portal, click the module's add content button:




Add some pure ASP.NET 2.0 Code :





And Voila, The component module compiles your code and places it as a normal module in rainbow:





We should have a release of this code coming soon but for now [ if you are SVN friendly] you can hop to our SVN and download the code yourself.  I will be posting a fixed version that Im testing on SQL Sever 2005 enterprise.  Think of the time you will save if you can just copy and paste GridViews of report data.  Jon has a sample of this avail at his blog : here