<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>cssfriendly Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home</link><description>cssfriendly Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;The CSS Friendly Control Adapters kit &amp;#40;for ASP.Net 2.0&amp;#41; provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
News
&lt;/h2&gt; &lt;br /&gt;&lt;b&gt;A new version of these adapters is in development!&lt;/b&gt; Head over to &lt;a href="http://code.google.com/p/aspnetcontroladapters" class="externalLink"&gt;http://code.google.com/p/aspnetcontroladapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information and to preview what's been done so far.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;Users are expected to be familiar with referencing and using third-party assemblies into their existing ASP.Net projects.&lt;br /&gt; &lt;br /&gt;1. Downloading the current release. There are two ways you can do this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx" class="externalLink"&gt;Releases tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. You should see three prominent links to files. The &lt;b&gt;zip&lt;/b&gt; file contains the source code, the &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file contains the compiled source code, and the the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; file is a configuration file. You only need the &lt;b&gt;dll&lt;/b&gt; and &lt;b&gt;browser&lt;/b&gt; files.&lt;/li&gt;&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/SourceControl/ListDownloadableCommits.aspx" class="externalLink"&gt;Source Code tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Download the latest change set (source code) by clicking the Download tab. This will include the source code, a test/sample web site, and the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; configuration file. Open the source code project in Visual Studio, compile it to produce &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file. Note that the latest change set has many features and bug fixes over the latest release, but is not as well tested in production environments.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;2. Add a reference to CSSFriendly.dll. This is typically done by right-clicking your web project, choosing the Add References command, browsing for the CSSFriendly.dll file, and clicking OK.&lt;br /&gt; &lt;br /&gt;3. Add the CSSFriendlyAdapters.browser file to the App&lt;i&gt;Browsers folder in the root of your web project. If the App&lt;/i&gt;Browsers folder doesn't exist, create it.&lt;br /&gt; &lt;br /&gt;Note: You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
How to join
&lt;/h2&gt; &lt;br /&gt;Generally, the easiest way to help out:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download the latest source code.&lt;/li&gt;&lt;li&gt;Make local changes.&lt;/li&gt;&lt;li&gt;Send us a copy of the file(s) and change(s) made, along with an explanation (i.e. a &amp;quot;patch&amp;quot;).&lt;/li&gt;&lt;li&gt;We'll review the changes and integrate them with CodePlex.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Once we're comfortable working together and we get to see the type and quality of the work you do, we'll make you a developer so you can check-in changes to CodePlex directly.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Feedback
&lt;/h2&gt; &lt;br /&gt;Getting feedback is important to us. You can provide feedback at the following web sites:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments and Questions: &lt;a href="http://forums.asp.net/1018/ShowForum.aspx" class="externalLink"&gt;http://forums.asp.net/1018/ShowForum.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Suggestions: &lt;a href="http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;*Report an issue: &lt;a href="http://www.codeplex.com/cssfriendly/WorkItem/List.aspx" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/WorkItem/List.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;   &lt;br /&gt;*Only report issues at CodePlex which are clearly an issue with this project. If you are unsure, post on the Comments and Questions forum.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;It all started in late 2006 when Microsoft released the original &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.&lt;br /&gt; &lt;br /&gt;Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, &lt;a href="http://www.sidesofmarch.com" class="externalLink"&gt;Brian DeMarzo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.&lt;br /&gt; &lt;br /&gt;On March 7, 2007, &lt;a href="http://forums.asp.net/thread/1609640.aspx" class="externalLink"&gt;Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, undoubtedly thanks to the efforts of the original developer of the CSS adapters, &lt;a href="http://www.groovybits.com" class="externalLink"&gt;Russ Helfand&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. This CodePlex project became the source for all future releases of the CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;In October, 2008, development began on a bottom-to-top rewrite of the adapters. Current documentation and source code for the new version is available at &lt;a href="http://code.google.com/p/aspnetcontroladapters" class="externalLink"&gt;http://code.google.com/p/aspnetcontroladapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Mon, 27 Oct 2008 15:58:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081027035854P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;The CSS Friendly Control Adapters kit &amp;#40;for ASP.Net 2.0&amp;#41; provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;A new version of these adapters is in development!&lt;/b&gt; Head over to http://code.google.com/p/aspnetcontroladapters for more information.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;Instructions are brief for now, but we'll expand on them as soon as possible.&lt;br /&gt; &lt;br /&gt;1. Downloading the current release. There are two ways you can do this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx" class="externalLink"&gt;Releases tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. You should see three prominent links to files. The &lt;b&gt;zip&lt;/b&gt; file contains the source code, the &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file contains the compiled source code, and the the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; file is a configuration file. You only need the &lt;b&gt;dll&lt;/b&gt; and &lt;b&gt;browser&lt;/b&gt; files.&lt;/li&gt;&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/SourceControl/ListDownloadableCommits.aspx" class="externalLink"&gt;Source Code tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Download the latest change set (source code) by clicking the Download tab. This will include the source code, a test/sample web site, and the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; configuration file. Open the source code project in Visual Studio, compile it to produce &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file. Note that the latest change set has many features and bug fixes over the latest release, but is not as well tested in production environments.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;2. Add a reference to CSSFriendly.dll. Depending on your development environment, this is done by using the Add References command, browsing for the CSSFriendly.dll file, and clicking OK.&lt;br /&gt; &lt;br /&gt;3. Add the CSSFriendlyAdapters.browser file to the App&lt;i&gt;Browsers folder in the root of your web project. If the App&lt;/i&gt;Browsers folder doesn't exist, create it.&lt;br /&gt; &lt;br /&gt;Note: You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
How to join
&lt;/h2&gt; &lt;br /&gt;Generally, the easiest way to help out:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download the latest source code.&lt;/li&gt;&lt;li&gt;Make local changes.&lt;/li&gt;&lt;li&gt;Send us a copy of the file(s) and change(s) made, along with an explanation (i.e. a &amp;quot;patch&amp;quot;).&lt;/li&gt;&lt;li&gt;We'll review the changes and integrate them with CodePlex.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Once we're comfortable working together and we get to see the type and quality of the work you do, we'll make you a developer so you can check-in changes to CodePlex directly.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Feedback
&lt;/h2&gt; &lt;br /&gt;Getting feedback is important to us. You can provide feedback at the following web sites:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments and Questions: &lt;a href="http://forums.asp.net/1018/ShowForum.aspx" class="externalLink"&gt;http://forums.asp.net/1018/ShowForum.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Suggestions: &lt;a href="http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;*Report an issue: &lt;a href="http://www.codeplex.com/cssfriendly/WorkItem/List.aspx" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/WorkItem/List.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;   &lt;br /&gt;*Only report issues at CodePlex which are clearly an issue with this project. If you are unsure, post on the Comments and Questions forum.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;It all started in late 2006 when Microsoft released the original &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.&lt;br /&gt; &lt;br /&gt;Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, &lt;a href="http://www.demarzo.net" class="externalLink"&gt;Brian DeMarzo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.&lt;br /&gt; &lt;br /&gt;On March 7, 2007, &lt;a href="http://forums.asp.net/thread/1609640.aspx" class="externalLink"&gt;Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, undoubtedly thanks to the efforts of the original developer of the CSS adapters, &lt;a href="http://www.groovybits.com" class="externalLink"&gt;Russ Helfand&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;As a result, this CodePlex project will become the source for all future releases of the CSS Friendly Control Adapters.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Mon, 27 Oct 2008 15:53:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081027035358P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;The CSS Friendly Control Adapters kit &amp;#40;for ASP.Net 2.0&amp;#41; provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
News
&lt;/h2&gt; &lt;br /&gt;Go to &lt;a href="http://forums.asp.net/t/1321134.aspx" class="externalLink"&gt;http://forums.asp.net/t/1321134.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to discuss the next version of the CSS Adapters.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;Instructions are brief for now, but we'll expand on them as soon as possible.&lt;br /&gt; &lt;br /&gt;1. Downloading the current release. There are two ways you can do this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx" class="externalLink"&gt;Releases tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. You should see three prominent links to files. The &lt;b&gt;zip&lt;/b&gt; file contains the source code, the &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file contains the compiled source code, and the the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; file is a configuration file. You only need the &lt;b&gt;dll&lt;/b&gt; and &lt;b&gt;browser&lt;/b&gt; files.&lt;/li&gt;&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/SourceControl/ListDownloadableCommits.aspx" class="externalLink"&gt;Source Code tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Download the latest change set (source code) by clicking the Download tab. This will include the source code, a test/sample web site, and the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; configuration file. Open the source code project in Visual Studio, compile it to produce &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file. Note that the latest change set has many features and bug fixes over the latest release, but is not as well tested in production environments.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;2. Add a reference to CSSFriendly.dll. Depending on your development environment, this is done by using the Add References command, browsing for the CSSFriendly.dll file, and clicking OK.&lt;br /&gt; &lt;br /&gt;3. Add the CSSFriendlyAdapters.browser file to the App&lt;i&gt;Browsers folder in the root of your web project. If the App&lt;/i&gt;Browsers folder doesn't exist, create it.&lt;br /&gt; &lt;br /&gt;Note: You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
How to join
&lt;/h2&gt; &lt;br /&gt;Generally, the easiest way to help out:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download the latest source code.&lt;/li&gt;&lt;li&gt;Make local changes.&lt;/li&gt;&lt;li&gt;Send us a copy of the file(s) and change(s) made, along with an explanation (i.e. a &amp;quot;patch&amp;quot;).&lt;/li&gt;&lt;li&gt;We'll review the changes and integrate them with CodePlex.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Once we're comfortable working together and we get to see the type and quality of the work you do, we'll make you a developer so you can check-in changes to CodePlex directly.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Feedback
&lt;/h2&gt; &lt;br /&gt;Getting feedback is important to us. You can provide feedback at the following web sites:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments and Questions: &lt;a href="http://forums.asp.net/1018/ShowForum.aspx" class="externalLink"&gt;http://forums.asp.net/1018/ShowForum.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Suggestions: &lt;a href="http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;*Report an issue: &lt;a href="http://www.codeplex.com/cssfriendly/WorkItem/List.aspx" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/WorkItem/List.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;   &lt;br /&gt;*Only report issues at CodePlex which are clearly an issue with this project. If you are unsure, post on the Comments and Questions forum.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;It all started in late 2006 when Microsoft released the original &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.&lt;br /&gt; &lt;br /&gt;Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, &lt;a href="http://www.demarzo.net" class="externalLink"&gt;Brian DeMarzo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.&lt;br /&gt; &lt;br /&gt;On March 7, 2007, &lt;a href="http://forums.asp.net/thread/1609640.aspx" class="externalLink"&gt;Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, undoubtedly thanks to the efforts of the original developer of the CSS adapters, &lt;a href="http://www.groovybits.com" class="externalLink"&gt;Russ Helfand&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;As a result, this CodePlex project will become the source for all future releases of the CSS Friendly Control Adapters.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Tue, 23 Sep 2008 11:59:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080923115922A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;The CSS Friendly Control Adapters kit &amp;#40;for ASP.Net 2.0&amp;#41; provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;Instructions are brief for now, but we'll expand on them as soon as possible.&lt;br /&gt; &lt;br /&gt;1. Downloading the current release. There are two ways you can do this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx" class="externalLink"&gt;Releases tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. You should see three prominent links to files. The &lt;b&gt;zip&lt;/b&gt; file contains the source code, the &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file contains the compiled source code, and the the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; file is a configuration file. You only need the &lt;b&gt;dll&lt;/b&gt; and &lt;b&gt;browser&lt;/b&gt; files.&lt;/li&gt;&lt;li&gt;Go to the &lt;a href="http://www.codeplex.com/cssfriendly/SourceControl/ListDownloadableCommits.aspx" class="externalLink"&gt;Source Code tab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Download the latest change set (source code) by clicking the Download tab. This will include the source code, a test/sample web site, and the &lt;b&gt;CSSFriendlyAdapters.browser&lt;/b&gt; configuration file. Open the source code project in Visual Studio, compile it to produce &lt;b&gt;CSSFriendly.dll&lt;/b&gt; file. Note that the latest change set has many features and bug fixes over the latest release, but is not as well tested in production environments.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;2. Add a reference to CSSFriendly.dll. Depending on your development environment, this is done by using the Add References command, browsing for the CSSFriendly.dll file, and clicking OK.&lt;br /&gt; &lt;br /&gt;3. Add the CSSFriendlyAdapters.browser file to the App&lt;i&gt;Browsers folder in the root of your web project. If the App&lt;/i&gt;Browsers folder doesn't exist, create it.&lt;br /&gt; &lt;br /&gt;Note: You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
How to join
&lt;/h2&gt; &lt;br /&gt;Generally, the easiest way to help out:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download the latest source code.&lt;/li&gt;&lt;li&gt;Make local changes.&lt;/li&gt;&lt;li&gt;Send us a copy of the file(s) and change(s) made, along with an explanation (i.e. a &amp;quot;patch&amp;quot;).&lt;/li&gt;&lt;li&gt;We'll review the changes and integrate them with CodePlex.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Once we're comfortable working together and we get to see the type and quality of the work you do, we'll make you a developer so you can check-in changes to CodePlex directly.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Feedback
&lt;/h2&gt; &lt;br /&gt;Getting feedback is important to us. You can provide feedback at the following web sites:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments and Questions: &lt;a href="http://forums.asp.net/1018/ShowForum.aspx" class="externalLink"&gt;http://forums.asp.net/1018/ShowForum.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Suggestions: &lt;a href="http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;*Report an issue: &lt;a href="http://www.codeplex.com/cssfriendly/WorkItem/List.aspx" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/WorkItem/List.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;   &lt;br /&gt;*Only report issues at CodePlex which are clearly an issue with this project. If you are unsure, post on the Comments and Questions forum.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;It all started in late 2006 when Microsoft released the original &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.&lt;br /&gt; &lt;br /&gt;Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, &lt;a href="http://www.demarzo.net" class="externalLink"&gt;Brian DeMarzo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.&lt;br /&gt; &lt;br /&gt;On March 7, 2007, &lt;a href="http://forums.asp.net/thread/1609640.aspx" class="externalLink"&gt;Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, undoubtedly thanks to the efforts of the original developer of the CSS adapters, &lt;a href="http://www.groovybits.com" class="externalLink"&gt;Russ Helfand&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;As a result, this CodePlex project will become the source for all future releases of the CSS Friendly Control Adapters.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Mon, 21 Apr 2008 17:30:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080421053005P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;The CSS Friendly Control Adapters kit &amp;#40;for ASP.Net 2.0&amp;#41; provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;Instructions are brief for now, but we'll expand on them as soon as possible.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the &lt;a href="http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx" class="externalLink"&gt;current release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Only the CSSFriendly.dll and CSSFriendlyAdapters.browser files are required.&lt;/li&gt;&lt;li&gt;Add a reference to the CSSFriendly.dll to your web application. &lt;/li&gt;&lt;li&gt;Add the CSSFriendlyAdapters.browser configuration file to your App_Browsers directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
How to join
&lt;/h2&gt; &lt;br /&gt;Generally, the easiest way to help out:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download the latest source code.&lt;/li&gt;&lt;li&gt;Make local changes.&lt;/li&gt;&lt;li&gt;Send us a copy of the file(s) and change(s) made, along with an explanation (i.e. a &amp;quot;patch&amp;quot;).&lt;/li&gt;&lt;li&gt;We'll review the changes and integrate them with CodePlex.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Once we're comfortable working together and we get to see the type and quality of the work you do, we'll make you a developer so you can check-in changes to CodePlex directly.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Feedback
&lt;/h2&gt; &lt;br /&gt;Getting feedback is important to us. You can provide feedback at the following web sites:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments and Questions: &lt;a href="http://forums.asp.net/1018/ShowForum.aspx" class="externalLink"&gt;http://forums.asp.net/1018/ShowForum.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Suggestions: &lt;a href="http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;*Report an issue: &lt;a href="http://www.codeplex.com/cssfriendly/WorkItem/List.aspx" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/WorkItem/List.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;   &lt;br /&gt;*Only report issues at CodePlex which are clearly an issue with this project. If you are unsure, post on the Comments and Questions forum.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;It all started in late 2006 when Microsoft released the original &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.&lt;br /&gt; &lt;br /&gt;Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, &lt;a href="http://www.demarzo.net" class="externalLink"&gt;Brian DeMarzo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.&lt;br /&gt; &lt;br /&gt;On March 7, 2007, &lt;a href="http://forums.asp.net/thread/1609640.aspx" class="externalLink"&gt;Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, undoubtedly thanks to the efforts of the original developer of the CSS adapters, &lt;a href="http://www.groovybits.com" class="externalLink"&gt;Russ Helfand&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;As a result, this CodePlex project will become the source for all future releases of the CSS Friendly Control Adapters.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Fri, 27 Apr 2007 15:58:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070427035827P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;The CSS Friendly Control Adapters kit &amp;#40;for ASP.Net 2.0&amp;#41; provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;Instructions are brief for now, but we'll expand on them as soon as possible.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the &lt;a href="http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx" class="externalLink"&gt;current release&lt;/a&gt;. Only the CSSFriendly.dll and CSSFriendlyAdapters.browser files are required.&lt;/li&gt;&lt;li&gt;Add a reference to the CSSFriendly.dll to your web application. &lt;/li&gt;&lt;li&gt;Add the CSSFriendlyAdapters.browser configuration file to your App_Browsers directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Feedback
&lt;/h2&gt; &lt;br /&gt;Getting feedback is important to us. You can provide feedback at the following web sites:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments and Questions: &lt;a href="http://forums.asp.net/1018/ShowForum.aspx" class="externalLink"&gt;http://forums.asp.net/1018/ShowForum.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Suggestions: &lt;a href="http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=8165&lt;/a&gt;&lt;/li&gt;&lt;li&gt;*Report an issue: &lt;a href="http://www.codeplex.com/cssfriendly/WorkItem/List.aspx" class="externalLink"&gt;http://www.codeplex.com/cssfriendly/WorkItem/List.aspx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;   &lt;br /&gt;*Only report issues at CodePlex which are clearly an issue with this project. If you are unsure, post on the Comments and Questions forum.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;It all started in late 2006 when Microsoft released the original &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;/a&gt; source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.&lt;br /&gt; &lt;br /&gt;Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, &lt;a href="http://www.demarzo.net" class="externalLink"&gt;Brian DeMarzo&lt;/a&gt;, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.&lt;br /&gt; &lt;br /&gt;On March 7, 2007, &lt;a href="http://forums.asp.net/thread/1609640.aspx" class="externalLink"&gt;Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters&lt;/a&gt;, undoubtedly thanks to the efforts of the original developer of the CSS adapters, &lt;a href="http://www.groovybits.com" class="externalLink"&gt;Russ Helfand&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;As a result, this CodePlex project will become the source for all future releases of the CSS Friendly Control Adapters.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Fri, 16 Mar 2007 19:57:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070316075732P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;The CSS Friendly Control Adapters kit &amp;#40;for ASP.Net 2.0&amp;#41; provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt;It all started in late 2006 when Microsoft released the original &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;/a&gt; source code. It worked, but implementing it in a web site required either using a separate Visual Studio project template or manually injecting code files into an existing project. Considering the original project was released at least in some degree as a tutorial, this is not surprising.&lt;br /&gt; &lt;br /&gt;Frustrated by the extra steps taken to incorporate these controls into a web project, an independent developer, &lt;a href="http://www.demarzo.net" class="externalLink"&gt;Brian DeMarzo&lt;/a&gt;, repackaged the code so that it compiled into a single DLL, making it easy to include its functionality into any web project.&lt;br /&gt; &lt;br /&gt;On March 7, 2007, &lt;a href="http://forums.asp.net/thread/1609640.aspx" class="externalLink"&gt;Microsoft approved the idea of directly letting the community decide on and implement changes to the ASP.NET 2.0 CSS Friendly Control Adapters&lt;/a&gt;, undoubtedly thanks to the efforts of the original developer of the CSS adapters, &lt;a href="http://www.groovybits.com" class="externalLink"&gt;Russ Helfand&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;As a result, this CodePlex project will become the source for all future releases of the CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The goal of the CSS Friendly project is to transform as many of the traditional ASP.Net web controls to provide CSS-friendly, browser-compatible markup. The project will be released as a single DLL which can be referenced in any web project for simple distribution.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;Instructions are brief for now, but we'll expand on them as soon as possible.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the &lt;a href="http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx" class="externalLink"&gt;current release&lt;/a&gt;. Only the CSSFriendly.dll and CSSFriendlyAdapters.browser files are required.&lt;/li&gt;&lt;li&gt;Add a reference to the CSSFriendly.dll to your web application. &lt;/li&gt;&lt;li&gt;Add the CSSFriendlyAdapters.browser configuration file to your App_Browsers directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;You can delete lines from the configuration file if you do not want to use the modified adapters for certain controls.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; Kind of. Originally, it wasn't, but when Microsoft handed the keys to the community, it became the official release. Still, more information can be found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Contact Info
&lt;/h2&gt;If you have any problems or suggestions, or if you want to contribute to the maintenance of this project, please contact Brian DeMarzo at brian@demarzo.net.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Wed, 07 Mar 2007 23:00:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070307110048P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;If you use the CSS Friendly Control Adapters but don&amp;#39;t want to deal with manually adding the various code, script, and CSS files to your web project, there is a solution&amp;#33; By customizing and compiling all the code used to generate the CSS Friendly adapters into a single file, and embedding all the resources needed into that file, you can now deploy the control adapters quickly and easily.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The CSS Friendly project includes all code for compiling your own stand-alone version of the &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;/a&gt;. The code within is taken directly from the source code of the original CSS Friendly Control Adapters, with small modifications to support the distribution of JavaScript and CSS files.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started
&lt;/h2&gt;Download the source code and compile. Find the CSSFriendly.dll and use it in your web projects.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;First, let's review the manual instalation steps for the standard (non-compiled) CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add a file to the App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add a folder of JavaScript files.&lt;/li&gt;&lt;li&gt;Add a folder of CSS files.&lt;/li&gt;&lt;li&gt;Add a bunch of files to the App_Code directory&lt;/li&gt;&lt;li&gt;Add some &amp;lt;link&amp;gt; tags to the &amp;lt;head&amp;gt; section of your web pages (to import the stylesheets and handle some conditional imports for IE6).&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;By using the precompiled edition of the CSS adapters, implementation becomes this. Note that only the first step is the same as those listed above; steps #2 through #5 are eliminated by the &amp;quot;new&amp;quot; step #2 below.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add the appropriate file to your App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add the compiled CSSFriendly.dll to your web site's bin directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Note that this implementation wasn't heavily tested, but did work without any issue against the CSS Friendly demo app (which is included in the source code distribution).&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; No; the official release is found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;/a&gt;. This distribution offers a pre-compiled stand-alone DLL based on the Microsoft's 1.0 release, allowing you to utilize the CSS friendly adapters without having to add source code and related items to your web project.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Notes
&lt;/h2&gt;This project is not intended as a replacement for the CSS Friendly adapters project initiated by Microsoft. Rather, it is intended as an alternate method of delivery of the same content. (See &lt;a href="http://forums.asp.net/thread/1595520.aspx" class="externalLink"&gt;http://forums.asp.net/thread/1595520.aspx&lt;/a&gt; for the original inspiration.)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Contact Info
&lt;/h2&gt;If you have any problems or suggestions, or if you want to contribute to the maintenance of this project, please contact brian@demarzo.net.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Wed, 07 Mar 2007 14:33:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070307023325P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;If you use the CSS Friendly Control Adapters but don&amp;#39;t want to deal with manually adding the various code, script, and CSS files to your web project, there is a solution&amp;#33; By customizing and compiling all the code used to generate the CSS Friendly adapters into a single file, and embedding all the resources needed into that file, you can now deploy the control adapters quickly and easily.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The CSS Friendly project includes all code for compiling your own stand-alone version of the &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;/a&gt;. The code within is taken directly from the source code of the original CSS Friendly Control Adapters, with small modifications to support the distribution of JavaScript and CSS files.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started
&lt;/h2&gt;Download the source code and compile. Find the CSSFriendly.dll and use it in your web projects.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;First, let's review the manual instalation steps for the standard (non-compiled) CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add a file to the App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add a folder of JavaScript files.&lt;/li&gt;&lt;li&gt;Add a folder of CSS files.&lt;/li&gt;&lt;li&gt;Add a bunch of files to the App_Code directory&lt;/li&gt;&lt;li&gt;Add some &amp;lt;link&amp;gt; tags to the &amp;lt;head&amp;gt; section of your web pages (to import the stylesheets and handle some conditional imports for IE6).&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;By using the precompiled edition of the CSS adapters, implementation becomes this. Note that only the first step is the same as those listed above; steps #2 through #5 are eliminated by the &amp;quot;new&amp;quot; step #2 below.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add the appropriate file to your App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add the compiled CSSFriendly.dll to your web site's bin directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Note that this implementation wasn't heavily tested, but did work without any issue against the CSS Friendly demo app (which is included in the source code distribution).&lt;br /&gt; &lt;br /&gt;!!Frequently Asked Questions&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Is this the official release of the CSS Friendly Control Adapters?&lt;/b&gt; No; the official release is found on &lt;a href="http://www.asp.net/cssadapters" class="externalLink"&gt;Microsoft's ASP.Net web site&lt;/a&gt;. This distribution offers a pre-compiled stand-alone DLL based on the Microsoft's 1.0 release, allowing you to utilize the CSS friendly adapters without having to add source code and related items to your web project.&lt;/li&gt;&lt;li&gt;&lt;b&gt;I had a look at the source code and I noticed that is only embedding three CSS files for three controls: Menu, DetailsView and TreeView. Why are the others missing&lt;/b&gt; The original (uncompiled) distribution includes a number of CSS files, . but most of the code therein is non-functional. If you place your custom CSS files in your web project (typically under the App_Themes folder) things will work fine with the pre-compiled distribution.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Notes
&lt;/h2&gt;This project is not intended as a replacement for the CSS Friendly adapters project initiated by Microsoft. Rather, it is intended as an alternate method of delivery of the same content. (See &lt;a href="http://forums.asp.net/thread/1595520.aspx" class="externalLink"&gt;http://forums.asp.net/thread/1595520.aspx&lt;/a&gt; for the original inspiration.)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Contact Info
&lt;/h2&gt;If you have any problems or suggestions, or if you want to contribute to the maintenance of this project, please contact brian@demarzo.net.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Wed, 07 Mar 2007 14:21:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070307022151P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;If you use the CSS Friendly ASP.Net 2.0 Control Adapters &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;www.asp.net&amp;#47;cssadapters&amp;#93; but don&amp;#39;t want to deal with manually adding the various code, script, and CSS files to your web project, there is a solution&amp;#33; By customizing and compiling all the code used to generate the CSS Friendly adapters into a single file, and embedding all the resources needed into that file, you can now deploy the control adapters quickly and easily.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The CSS Friendly project includes all code for compiling your own stand-alone version of the &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;CSS Friendly Control Adapters&lt;/a&gt;. The code within is taken directly from the source code of the original CSS Friendly Control Adapters, with small modifications to support the distribution of JavaScript and CSS files.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started
&lt;/h2&gt;Download the source code and compile. Find the CSSFriendly.dll and use it in your&lt;br /&gt;web projects.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;First, let's review the manual instalation steps for the standard (non-compiled)&lt;br /&gt;CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add a file to the App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add a folder of JavaScript files.&lt;/li&gt;&lt;li&gt;Add a folder of CSS files.&lt;/li&gt;&lt;li&gt;Add a bunch of files to the App_Code directory&lt;/li&gt;&lt;li&gt;Add some &amp;lt;link&amp;gt; tags to the &amp;lt;head&amp;gt; section of your web pages (to import the stylesheets and handle some conditional imports for IE6).&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;By using the precompiled edition of the CSS adapters, implementation becomes this.&lt;br /&gt;Note that only the first step is the same as those listed above; &lt;br /&gt;steps #2 through #5 are eliminated by the &amp;quot;new&amp;quot; step #2 below.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add the appropriate file to your App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add the compiled CSSFriendly.dll to your web site's bin directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Note that this implementation wasn't heavily tested, but did work without any issue against the CSS Friendly demo app (which is included in the source code distribution).&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Notes
&lt;/h2&gt;This project is not intended as a replacement for the CSS Friendly adapters project initiated by Microsoft. Rather, it is intended as an alternate method of delivery of the same content. (See &lt;a href="http://forums.asp.net/thread/1595520.aspx" class="externalLink"&gt;http://forums.asp.net/thread/1595520.aspx&lt;/a&gt; for the original inspiration.)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Contact Info
&lt;/h2&gt;If you have any problems or suggestions, or if you want to contribute to the maintenance of this project, please contact brian@demarzo.net.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Tue, 06 Mar 2007 14:10:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070306021053P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;If you use the CSS Friendly ASP.Net 2.0 Control Adapters but don&amp;#39;t want to deal with manually adding the various code, script, and CSS files to your web project, there is a solution&amp;#33; By customizing and compiling all the code used to generate the CSS Friendly adapters into a single file, and embedding all the resources needed into that file, you can now deploy the control adapters quickly and easily.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The CSS Friendly project includes all code for compiling your own stand-alone version of the CSS Friendly Control Adapters &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;http://www.asp.net/CSSAdapters&lt;/a&gt;. The code within is taken directly from the source code of the original CSS Friendly Control Adapters, with small modifications to support the distribution of JavaScript and CSS files.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started
&lt;/h2&gt;Download the source code and compile. Find the CSSFriendly.dll and use it in your&lt;br /&gt;web projects.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;First, let's review the manual instalation steps for the standard (non-compiled)&lt;br /&gt;CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add a file to the App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add a folder of JavaScript files.&lt;/li&gt;&lt;li&gt;Add a folder of CSS files.&lt;/li&gt;&lt;li&gt;Add a bunch of files to the App_Code directory&lt;/li&gt;&lt;li&gt;Add some &amp;lt;link&amp;gt; tags to the &amp;lt;head&amp;gt; section of your web pages (to import the stylesheets and handle some conditional imports for IE6).&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;By using the precompiled edition of the CSS adapters, implementation becomes this.&lt;br /&gt;Note that only the first step is the same as those listed above; &lt;br /&gt;steps #2 through #5 are eliminated by the &amp;quot;new&amp;quot; step #2 below.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add the appropriate file to your App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add the compiled CSSFriendly.dll to your web site's bin directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Note that this implementation wasn't heavily tested, but did work without any issue against the CSS Friendly demo app (which is included in the source code distribution).&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Notes
&lt;/h2&gt;This project is not intended as a replacement for the CSS Friendly adapters project initiated by Microsoft. Rather, it is intended as an alternate method of delivery of the same content. (See &lt;a href="http://forums.asp.net/thread/1595520.aspx" class="externalLink"&gt;http://forums.asp.net/thread/1595520.aspx&lt;/a&gt; for the original inspiration.)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Contact Info
&lt;/h2&gt;If you have any problems or suggestions, or if you want to contribute to the maintenance of this project, please contact brian@demarzo.net.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Mon, 05 Mar 2007 20:54:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070305085420P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;If you use the CSSFriendly ASP.Net 2.0 Control Adapters but don&amp;#39;t want to deal with manually adding the various code, script, and CSS files to your web project, there is a solution&amp;#33; By customizing and compiling all the code used to generate the CSSFriendly adapters into a single file, and embedding all the resources needed into that file, you can now deploy the control adapters quickly and easily.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt;The CSSFriendly project includes all code for compiling your own stand-alone version of the CSS Friendly Control Adapters &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;http://www.asp.net/CSSAdapters&lt;/a&gt;. The code within is taken directly from the source code of the original CSS Friendly Control Adapters, with small modifications to support the distribution of JavaScript and CSS files.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started
&lt;/h2&gt;Download the source code and compile. Find the CSSFriendly.dll and use it in your&lt;br /&gt;web projects.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt;First, let's review the manual instalation steps for the standard (non-compiled)&lt;br /&gt;CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add a file to the App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add a folder of JavaScript files.&lt;/li&gt;&lt;li&gt;Add a folder of CSS files.&lt;/li&gt;&lt;li&gt;Add a bunch of files to the App_Code directory&lt;/li&gt;&lt;li&gt;Add some &amp;lt;link&amp;gt; tags to the &amp;lt;head&amp;gt; section of your web pages (to import the stylesheets and handle some conditional imports for IE6).&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;By using the precompiled edition of the CSS adapters, implementation becomes this.&lt;br /&gt;Note that only the first step is the same as those listed above; &lt;br /&gt;steps #2 through #5 are eliminated by the &amp;quot;new&amp;quot; step #2 below.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add the appropriate file to your App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add the compiled CSSFriendly.dll to your web site's bin directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Note that this implementation wasn't heavily tested, but did work without any issue against the CSSFriendly demo app (which is included in the source code distribution).&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Notes
&lt;/h2&gt;This project is not intended as a replacement for the CSS Friendly adapters project initiated by Microsoft. Rather, it is intended as an alternate method of delivery of the same content. (See &lt;a href="http://forums.asp.net/thread/1595520.aspx" class="externalLink"&gt;http://forums.asp.net/thread/1595520.aspx&lt;/a&gt; for the original inspiration.)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Contact Info
&lt;/h2&gt;If you have any problems or suggestions, or if you want to contribute to the maintenance of this project, please contact brian@demarzo.net.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Mon, 26 Feb 2007 19:59:42 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070226075942P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cssfriendly/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;If you use the CSSFriendly ASP.Net 2.0 Control Adapters but don&amp;#39;t want to deal with manually adding the various code, script, and CSS files to your web project, there is a solution&amp;#33; By customizing and compiling all the code used to generate the CSSFriendly adapters into a single file, and embedding all the resources needed into that file, you can now deploy the control adapters quickly and easily.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Goals
&lt;/h2&gt; &lt;br /&gt;The CSSFriendly project includes all code for compiling your own stand-alone version of the CSS Friendly Control Adapters &lt;a href="http://www.asp.net/CSSAdapters" class="externalLink"&gt;http://www.asp.net/CSSAdapters&lt;/a&gt;. The code within is taken directly from the source code of the original CSS Friendly Control Adapters, with small modifications to support the distribution of JavaScript and CSS files.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started
&lt;/h2&gt; &lt;br /&gt;Download the source code and compile. Find the CSSFriendly.dll and use it in your&lt;br /&gt;web projects.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Implementation
&lt;/h2&gt; &lt;br /&gt;First, let's review the manual instalation steps for the standard (non-compiled)&lt;br /&gt;CSS Friendly Control Adapters.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add a file to the App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add a folder of JavaScript files.&lt;/li&gt;&lt;li&gt;Add a folder of CSS files.&lt;/li&gt;&lt;li&gt;Add a bunch of files to the App_Code directory&lt;/li&gt;&lt;li&gt;Add some &amp;lt;link&amp;gt; tags to the &amp;lt;head&amp;gt; section of your web pages (to import the stylesheets and handle some conditional imports for IE6).&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;By using the precompiled edition of the CSS adapters, implementation becomes this.&lt;br /&gt;Note that only the first step is the same as those listed above; &lt;br /&gt;steps #2 through #5 are eliminated by the &amp;quot;new&amp;quot; step #2 below.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add the appropriate file to your App_Browsers directory.&lt;/li&gt;&lt;li&gt;Add the compiled CSSFriendly.dll to your web site's bin directory.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Note that this implementation wasn't heavily tested, but did work without any issue against the CSSFriendly demo app (which is included in the source code distribution).&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Notes
&lt;/h2&gt; &lt;br /&gt;This project is not intended as a replacement for the CSS Friendly adapters project initiated by Microsoft. Rather, it is intended as an alternate method of delivery of the same content. (See &lt;a href="http://forums.asp.net/thread/1595520.aspx" class="externalLink"&gt;http://forums.asp.net/thread/1595520.aspx&lt;/a&gt; for the original inspiration.)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Contact Info
&lt;/h2&gt; &lt;br /&gt;If you have any problems or suggestions, or if you want to contribute to the maintenance of this project, please contact brian@demarzo.net.&lt;br /&gt;
&lt;/div&gt;</description><author>bdemarzo</author><pubDate>Mon, 26 Feb 2007 19:57:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070226075722P</guid></item></channel></rss>