<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://renevo.com/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>RenEvo Software and Designs - Community : projects, Web Design</title><link>http://renevo.com/blogs/community_blogs/archive/tags/projects/Web+Design/default.aspx</link><description>Tags: projects, Web Design</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Rolling my own – TomAnderson.me</title><link>http://renevo.com/blogs/community_blogs/archive/2010/03/20/rolling-my-own-tomanderson-me.aspx</link><pubDate>Sat, 20 Mar 2010 21:35:45 GMT</pubDate><guid isPermaLink="false">a8ef4eea-64fd-4ef8-98da-84783c31fc63:2321</guid><dc:creator>Tom Anderson</dc:creator><slash:comments>0</slash:comments><comments>http://renevo.com/blogs/community_blogs/comments/2321.aspx</comments><wfw:commentRss>http://renevo.com/blogs/community_blogs/commentrss.aspx?PostID=2321</wfw:commentRss><description>&lt;p&gt;Well, that’s it.&lt;/p&gt;  &lt;p&gt;I am just going to roll my own, what better way to learn, than to do (paraphrased from “&lt;em&gt;The only source of knowledge is experience.”&lt;/em&gt;&amp;#160; by &lt;a href="http://www.brainyquote.com/quotes/authors/a/albert_einstein_8.html" target="_blank"&gt;Albert Einstein&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;I have installed &lt;a href="http://www.asp.net/mvc/" target="_blank"&gt;ASP.Net MVC 2&lt;/a&gt;, and am downloading &lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx" target="_blank"&gt;Visual Studio 2010 Premium RC&lt;/a&gt; (which luckily has a “go live” license attached to it).&amp;#160; This will allow me to utilize not only the newest in &lt;a href="http://www.asp.net/mvc/" target="_blank"&gt;ASP.Net MVC&lt;/a&gt;, but also start working on &lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx" target="_blank"&gt;.Net 4.0&lt;/a&gt;, which is another one of my goals.&lt;/p&gt;  &lt;p&gt;So for today, I want to get the project started up, separate out the projects in the specific &lt;a href="http://en.wikipedia.org/wiki/Separation_of_concerns" target="_blank"&gt;concerns&lt;/a&gt; and &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/07/31/asp-net-mvc-v2-preview-1-released.aspx" target="_blank"&gt;areas&lt;/a&gt;, as well as stripping out any sort of Windows Authentication/Forms Authentication in a traditional ASP.Net fashion for the wonderfulness of &lt;a href="http://openid.net/" target="_blank"&gt;OpenId&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Once I have the site structure, as well as the logins, I want to start working on the base master page. For now I will most likely style it after a cleaned up version of the current &lt;a href="http://tomanderson.me/" target="_blank"&gt;TomAnderson.me&lt;/a&gt; – I like the colors, but obviously for copyright reasons, I will have to make some adjustments and roll my own images for the site.&lt;/p&gt;  &lt;p&gt;Because my hosting does not yet support .Net 4.0 (&lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx" target="_blank"&gt;because it is an RC&lt;/a&gt;) I won’t be able to get live updates until they do, but I plan on posting it up to a &lt;a href="http://www.codeplex.com/" target="_blank"&gt;codeplex&lt;/a&gt; or &lt;a href="http://code.google.com/" target="_blank"&gt;Google code&lt;/a&gt; project for anyone to enjoy and comment on, all feedback is welcome.&lt;/p&gt;  &lt;p&gt;The first iterations are going to be very strongly about getting some of the things I want to do fleshed out (site.com/sandbox/blah) most likely, and then re-&lt;a href="http://www.renevo.com/blogs/community_blogs/archive/2009/07/03/website-journal-part-3-scouring-the-web-for-ideas.aspx" target="_blank"&gt;identifying things I like across the web&lt;/a&gt;, and figuring out how to implement them, either on the client, or the server.&lt;/p&gt;  &lt;p&gt;Well, while I download the 2.2gb of Visual Studio 2010, I will be creating the directory structure and the hosted source control, will update when those are available.&lt;/p&gt;&lt;img src="http://renevo.com/aggbug.aspx?PostID=2321" width="1" height="1"&gt;</description><category domain="http://renevo.com/blogs/community_blogs/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/projects/default.aspx">projects</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/ASP.Net+MVC/default.aspx">ASP.Net MVC</category></item><item><title>AtomSite – Well that lasted about 20 minutes</title><link>http://renevo.com/blogs/community_blogs/archive/2010/03/20/atomsite-well-that-lasted-about-20-minutes.aspx</link><pubDate>Sat, 20 Mar 2010 21:07:40 GMT</pubDate><guid isPermaLink="false">a8ef4eea-64fd-4ef8-98da-84783c31fc63:2320</guid><dc:creator>Tom Anderson</dc:creator><slash:comments>0</slash:comments><comments>http://renevo.com/blogs/community_blogs/comments/2320.aspx</comments><wfw:commentRss>http://renevo.com/blogs/community_blogs/commentrss.aspx?PostID=2320</wfw:commentRss><description>&lt;p&gt;So I downloaded and installed AtomSite, checked it out, the front end seemed pretty good, the admin section was quite nice, and the plugin architecture seemed… sharepointy…&lt;/p&gt;  &lt;p&gt;I then took a look at the source code, and seriously decided against it.&amp;#160; I am looking for a pure ASP.Net MVC application to work with if I don’t write my own, unfortunately AtomSite is not, it uses some things from ASP.Net MVC, but in fact is using a custom View engine (which I don’t want at this point), and a lot of overhead on the code.&lt;/p&gt;  &lt;p&gt;I am looking for simple, light, and easily modified code.&amp;#160; Looks like I might still be rolling my own, as this just isn’t what I am looking for at this point.&lt;/p&gt;  &lt;p&gt;Back to the drawing board, literally…&lt;/p&gt;&lt;img src="http://renevo.com/aggbug.aspx?PostID=2320" width="1" height="1"&gt;</description><category domain="http://renevo.com/blogs/community_blogs/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/projects/default.aspx">projects</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/ASP.Net+MVC/default.aspx">ASP.Net MVC</category></item><item><title>AtomSite – Site Development Continues</title><link>http://renevo.com/blogs/community_blogs/archive/2010/03/20/atomsite-site-development-continues.aspx</link><pubDate>Sat, 20 Mar 2010 20:29:49 GMT</pubDate><guid isPermaLink="false">a8ef4eea-64fd-4ef8-98da-84783c31fc63:2319</guid><dc:creator>Tom Anderson</dc:creator><slash:comments>0</slash:comments><comments>http://renevo.com/blogs/community_blogs/comments/2319.aspx</comments><wfw:commentRss>http://renevo.com/blogs/community_blogs/commentrss.aspx?PostID=2319</wfw:commentRss><description>&lt;p&gt;So, a while back I had mentioned something about creating a site for &lt;a href="http://tomanderson.me" target="_blank"&gt;TomAnderson.me&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Originally I was going to write the entire thing from scratch, then release the source, etc… Well, life happens, I don’t have that kind of time, and I want to “get in an code”.&lt;/p&gt;  &lt;p&gt;I am going to check out the &lt;a href="http://atomsite.net/" target="_blank"&gt;Atom Site&lt;/a&gt; open source project for ASP.Net MVC and see how I like it, who knows, I might actually get the site up and running in the next few years.&lt;/p&gt;  &lt;p&gt;Anyway, off to the races!&lt;/p&gt;&lt;img src="http://renevo.com/aggbug.aspx?PostID=2319" width="1" height="1"&gt;</description><category domain="http://renevo.com/blogs/community_blogs/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/projects/default.aspx">projects</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/c_2300_/default.aspx">c#</category><category domain="http://renevo.com/blogs/community_blogs/archive/tags/ASP.Net+MVC/default.aspx">ASP.Net MVC</category></item></channel></rss>