<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dnnskinextensions Discussions Rss Feed</title><link>http://dnnskinextensions.codeplex.com/Thread/List.aspx</link><description>dnnskinextensions Discussions Rss Description</description><item><title>New Post: If Condition and Appending Meta Info Based on URL</title><link>http://dnnskinextensions.codeplex.com/discussions/284581</link><description>&lt;div style="line-height: normal;"&gt;OK, np&lt;br /&gt;
&lt;/div&gt;</description><author>Timo_Design</author><pubDate>Tue, 18 Jun 2013 07:31:56 GMT</pubDate><guid isPermaLink="false">New Post: If Condition and Appending Meta Info Based on URL 20130618073156A</guid></item><item><title>New Post: If Condition and Appending Meta Info Based on URL</title><link>http://dnnskinextensions.codeplex.com/discussions/284581</link><description>&lt;div style="line-height: normal;"&gt;Sorry, Timo I couldn't reply to this but now I'm going to test it. Thanks for your efforts.&lt;br /&gt;
&lt;/div&gt;</description><author>idumlupinar</author><pubDate>Mon, 17 Jun 2013 08:25:27 GMT</pubDate><guid isPermaLink="false">New Post: If Condition and Appending Meta Info Based on URL 20130617082527A</guid></item><item><title>New Post: Instead of Simple Title Skin Object</title><link>http://dnnskinextensions.codeplex.com/discussions/358514</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Instead of installing the Simple Title Skin Object, you can just use the following in your ASCX files:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;%=PortalSettings.ActiveTab.TabName%&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>mkormendy</author><pubDate>Wed, 06 Jun 2012 03:13:41 GMT</pubDate><guid isPermaLink="false">New Post: Instead of Simple Title Skin Object 20120606031341A</guid></item><item><title>New Post: Using AddToHead to implement og:url meta property</title><link>http://dnnskinextensions.codeplex.com/discussions/354924</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok, I made a mistake. &lt;br /&gt; You can do it the way I posted with some changes, but it's easier (and more readable) to add a small server side function.&lt;/p&gt;
&lt;p&gt;Add this to your ascx skin (on top):&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;script&lt;/span&gt; &lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"server"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
    Private Function GetMeta() as String
        Return String.Format("&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;meta&lt;/span&gt; &lt;span style="color: red;"&gt;property&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;""og:url""&lt;/span&gt; &lt;span style="color: red;"&gt;content&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;""{0}?r=s""&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;" , PortalSettings.ActiveTab.FullUrl)
    End function
&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;script&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;fortyfingers&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;STYLEHELPER&lt;/span&gt; &lt;span style="color: red;"&gt;AddToHead&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;'&amp;lt;%#GetMeta()%&amp;gt;'&lt;/span&gt;  &lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"server"&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Hope it does work now.&lt;/p&gt;
&lt;p&gt;Timo&lt;/p&gt;&lt;/div&gt;</description><author>timo_design</author><pubDate>Thu, 10 May 2012 17:17:51 GMT</pubDate><guid isPermaLink="false">New Post: Using AddToHead to implement og:url meta property 20120510051751P</guid></item><item><title>New Post: Using AddToHead to implement og:url meta property</title><link>http://dnnskinextensions.codeplex.com/discussions/354924</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Tnx&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;fortyfingers&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;STYLEHELPER&lt;/span&gt; &lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"STYLEHELPER3"&lt;/span&gt; &lt;span style="color: red;"&gt;AddToHead&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;'&amp;lt;meta property="og:url" content='&amp;lt;%#PortalSettings.ActiveTab.FullUrl &amp;amp; "?r=s" %&amp;gt;'&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;' runat="server" /&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;doesn't get injected in the header properly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;fortyfingers&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;STYLEHELPER&lt;/span&gt; &lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"STYLEHELPER3"&lt;/span&gt; &lt;span style="color: red;"&gt;AddToHead&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;'&amp;lt;meta property="og:url" content=&lt;span style="color: #ff0000;"&gt;"&lt;/span&gt;&amp;lt;%#PortalSettings.ActiveTab.FullUrl &amp;amp; "?r=s" %&amp;gt;" /&amp;gt;'&lt;/span&gt; &lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"server"&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;does get in\jected in the header only because of the double quote; the meta content stays like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;&amp;lt;%#PortalSettings.ActiveTab.FullUrl &amp;amp; "?r=s&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;</description><author>keston</author><pubDate>Wed, 09 May 2012 16:07:45 GMT</pubDate><guid isPermaLink="false">New Post: Using AddToHead to implement og:url meta property 20120509040745P</guid></item><item><title>New Post: Using AddToHead to implement og:url meta property</title><link>http://dnnskinextensions.codeplex.com/discussions/354924</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok, I might add token repalce in the future, but for now you can use this I think:&lt;/p&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;fortyfingers&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;STYLEHELPER&lt;/span&gt; &lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"STYLEHELPER3"&lt;/span&gt; &lt;span style="color: red;"&gt;AddToHead&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;'&amp;lt;meta property="og:url" content='&amp;lt;%#PortalSettings.ActiveTab.FullUrl &amp;amp; "?r=s" %&amp;gt;'&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;' runat="server" /&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Note I use &amp;lt;%#...%&amp;gt; not &amp;lt;%=...%&amp;gt;, which means the value is injected on databind, before the control is loaded.&lt;br /&gt; &amp;lt;%=...%&amp;gt; is injected after and thus fails.&lt;br /&gt;Disadvantage is that everything you inject has to be inside the &amp;lt;%#...%&amp;gt;&lt;br /&gt; You cannot use:&lt;/p&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;content="&amp;lt;%# PortalSettings.ActiveTab.FullUrl %&amp;gt;?r=s"&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;HTH Timo&lt;/p&gt;&lt;/div&gt;</description><author>timo_design</author><pubDate>Wed, 09 May 2012 14:41:18 GMT</pubDate><guid isPermaLink="false">New Post: Using AddToHead to implement og:url meta property 20120509024118P</guid></item><item><title>New Post: Using AddToHead to implement og:url meta property</title><link>http://dnnskinextensions.codeplex.com/discussions/354924</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'd like to use a token &lt;span lang="EN-GB" style="font-size:9pt"&gt;PortalSettings.ActiveTab.FullUrl with a variable in the
&lt;/span&gt;og:url meta property. How do I do this?&lt;/p&gt;
&lt;p&gt;I now have something like this, but it doesnt work (obviously):&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;fortyfingers&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;STYLEHELPER&lt;/span&gt; &lt;span style="color:red"&gt;ID&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;STYLEHELPER3&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;AddToHead&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;'&amp;lt;meta property=&amp;quot;og:url&amp;quot; content=&amp;quot;&amp;lt;%= PortalSettings.ActiveTab.FullUrl %&amp;gt;?r=s&amp;quot; /&amp;gt;'&lt;/span&gt; &lt;span style="color:red"&gt;runat&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;server&amp;quot;&lt;/span&gt; &lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Keston&lt;/p&gt;
&lt;/div&gt;</description><author>keston</author><pubDate>Tue, 08 May 2012 13:47:19 GMT</pubDate><guid isPermaLink="false">New Post: Using AddToHead to implement og:url meta property 20120508014719P</guid></item><item><title>New Post: Removing Tabstrip css file for everyone but Admins</title><link>http://dnnskinextensions.codeplex.com/discussions/285761</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Scrap the message above. I see it is now working. I think some caching led me to believe it was not working!&lt;/p&gt;&lt;/div&gt;</description><author>eoghano</author><pubDate>Wed, 11 Jan 2012 15:17:09 GMT</pubDate><guid isPermaLink="false">New Post: Removing Tabstrip css file for everyone but Admins 20120111031709P</guid></item><item><title>New Post: Removing Tabstrip css file for everyone but Admins</title><link>http://dnnskinextensions.codeplex.com/discussions/285761</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I added the following to the skin's ascx to&amp;nbsp;try and remove the Tabstrip.default.css file for any visitors who are not admins. However it continues to load the file in question. Is that because the file has two dots in its file name? or is my syntax
 wrong? Or is there another explanation?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;fortyfingers:STYLEHELPER ID=&amp;quot;REMOVETABSTRIP&amp;quot; IfRole=&amp;quot;!Administrators&amp;quot; RemoveCssFile=&amp;quot;TabStrip.Default.css&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;/div&gt;</description><author>eoghano</author><pubDate>Wed, 11 Jan 2012 15:00:44 GMT</pubDate><guid isPermaLink="false">New Post: Removing Tabstrip css file for everyone but Admins 20120111030044P</guid></item><item><title>New Post: If Condition and Appending Meta Info Based on URL</title><link>http://dnnskinextensions.codeplex.com/discussions/284581</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I think the problem is that some parts of the URL you see are not really part of the pages URL, but query string parameters, that injected into the friendly url.&lt;/p&gt;
&lt;p&gt;I did a test and this seems to work (you do need the new beta version of the Skin object for this):&lt;/p&gt;
&lt;p&gt;&amp;lt;fortyfingers:STYLEHELPER ID="STYLEHELPER5" ChangeMeta='id=MetaDescription|content=*: Page [QS:PageID]' runat="server" /&amp;gt;&lt;/p&gt;
&lt;p&gt;This will look for an exisitng Meta tag with id MetaDescription, and change the content attribute to:&lt;/p&gt;
&lt;p&gt;The original Description (Represented by *) + ": Page" + the value of the PageId Query String parameter, which is&amp;nbsp; 2 if your on page 2.&lt;/p&gt;
&lt;p&gt;I set this for the articles Description in the Module: "This is my article"&lt;/p&gt;
&lt;p&gt;The result is this description: "&lt;span class="nodeLabelBox repTarget "&gt;&lt;span class="nodeAttr editGroup "&gt;&lt;span class="nodeValue editable "&gt;This is my article: Page 2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="nodeLabelBox repTarget "&gt;&lt;span class="nodeAttr editGroup "&gt;&lt;span class="nodeValue editable "&gt;" in the meta tag (if on page 2)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="nodeLabelBox repTarget "&gt;&lt;span class="nodeAttr editGroup "&gt;&lt;span class="nodeValue editable "&gt;I used News Articles main module, should work the same for News Articles Latest&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="nodeLabelBox repTarget "&gt;&lt;span class="nodeAttr editGroup "&gt;&lt;span class="nodeValue editable "&gt;New 02.03.00 Beta version of skin object here: &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;http://stylehelper.codeplex.com/releases/view/79650&lt;/p&gt;
&lt;p&gt;I tested this on DNN 5.6.3&lt;/p&gt;
&lt;p&gt;HTH Timo&lt;/p&gt;
&lt;p&gt;&lt;span class="nodeLabelBox repTarget "&gt;&lt;span class="nodeAttr editGroup "&gt;&lt;span class="nodeValue editable "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>timo_design</author><pubDate>Sat, 31 Dec 2011 00:28:08 GMT</pubDate><guid isPermaLink="false">New Post: If Condition and Appending Meta Info Based on URL 20111231122808A</guid></item><item><title>New Post: If Condition and Appending Meta Info Based on URL</title><link>http://dnnskinextensions.codeplex.com/discussions/284581</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hmm, so in essence, you want to read the value from the URL and write that to the Page description?&lt;/p&gt;
&lt;p&gt;Timo&lt;/p&gt;&lt;/div&gt;</description><author>timo_design</author><pubDate>Fri, 30 Dec 2011 23:33:13 GMT</pubDate><guid isPermaLink="false">New Post: If Condition and Appending Meta Info Based on URL 20111230113313P</guid></item><item><title>New Post: If Condition and Appending Meta Info Based on URL</title><link>http://dnnskinextensions.codeplex.com/discussions/284581</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I had commented on the following issue:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dnnskinextensions.codeplex.com/workitem/14577"&gt;http://dnnskinextensions.codeplex.com/workitem/14577&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am using a blog module from Ventrian. The developer uses paging for listing blog posts. However when paging is enabled, second listing page url becomes&lt;/p&gt;
&lt;p&gt;/Blog/tabid/104/currentpage/2/Default.aspx&lt;/p&gt;
&lt;p&gt;For other pages:&lt;/p&gt;
&lt;p&gt;It becomes /Blog/tabid/104/currentpage/[currentpagenumber]/Default.aspx&lt;/p&gt;
&lt;p&gt;and there is no possible configuration change for meta information for this page. So i would like to append currentpage number to title and meta desc. section so that Search Crawlers will not complain about having same meta for my listing pages.&lt;/p&gt;
&lt;p&gt;I tried using IF condition but couldn't figure out what to use... I've read documentation :)&lt;/p&gt;
&lt;/div&gt;</description><author>idumlupinar</author><pubDate>Fri, 30 Dec 2011 14:41:32 GMT</pubDate><guid isPermaLink="false">New Post: If Condition and Appending Meta Info Based on URL 20111230024132P</guid></item><item><title>New Post: AddJsFile Doesnt Work With ifBrowser</title><link>http://dnnskinextensions.codeplex.com/discussions/279286</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://dnnskinextensions.codeplex.com/workitem/14430"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>timo_design</author><pubDate>Mon, 14 Nov 2011 16:27:07 GMT</pubDate><guid isPermaLink="false">New Post: AddJsFile Doesnt Work With ifBrowser 20111114042707P</guid></item><item><title>New Post: AddJsFile Doesnt Work With ifBrowser</title><link>http://dnnskinextensions.codeplex.com/discussions/279286</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Tested in release 2.2.2 on DNN 6.0.2 CE&lt;/p&gt;
&lt;p&gt;I've been trying to get rid of conditional statements in my skin file and tried adding a js file:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;fortyfingers&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;stylehelper&lt;/span&gt; &lt;span style="color:red"&gt;ID&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;stylehelper2&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;ifBrowser&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;IE&amp;lt;9&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;AddJsFile&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;[S]/js/html5.js&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;runat&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;server&amp;quot;&lt;/span&gt; &lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When removing the browser attribute, the js file will load.&lt;/p&gt;
&lt;/div&gt;</description><author>goBlanks</author><pubDate>Sun, 13 Nov 2011 17:56:22 GMT</pubDate><guid isPermaLink="false">New Post: AddJsFile Doesnt Work With ifBrowser 20111113055622P</guid></item><item><title>New Post: DNN 6.1 and JavaScript/CSS Order in Header</title><link>http://dnnskinextensions.codeplex.com/discussions/278260</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I didn't test it yet, but it should work if you use the AddAtEnd="True" attribute&lt;/p&gt;&lt;/div&gt;</description><author>timo_design</author><pubDate>Fri, 04 Nov 2011 11:20:29 GMT</pubDate><guid isPermaLink="false">New Post: DNN 6.1 and JavaScript/CSS Order in Header 20111104112029A</guid></item><item><title>New Post: DNN 6.1 and JavaScript/CSS Order in Header</title><link>http://dnnskinextensions.codeplex.com/discussions/278260</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am admittedly posting this without doing much research, but in need of a quick fix and maybe someone else has seen this already? We have a site in development and we use 40fingers StyleHelper to include our custom/extra JS/CSS files. We just upgraded from
 6.0.2 to DNN 6.1.0. In 6.1 the jquery.min.js hosted file suddenly is getting included last in the header, after the other .js files we are adding/using (e.g. SlideDeck, etc). Anyone know if StyleHelper can be used with 6.1 to get our custom stuff added
&lt;em&gt;after &lt;/em&gt;jQuery? Thanks - Jeremy&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>jfarrance</author><pubDate>Thu, 03 Nov 2011 18:49:32 GMT</pubDate><guid isPermaLink="false">New Post: DNN 6.1 and JavaScript/CSS Order in Header 20111103064932P</guid></item><item><title>New Post: Adding Meta Tags</title><link>http://dnnskinextensions.codeplex.com/discussions/276022</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You should use: &amp;lt;fortyfingers:STYLEHELPER AddMetaTags="apple-mobile-web-app-capable:no" runat="server" /&amp;gt;&lt;/p&gt;
&lt;p&gt;BTW, you can add anything to the head using&lt;/p&gt;
&lt;p&gt;AddToHead='&amp;lt;script types="&amp;lt;meta name="apple-mobile-web-app-capable" value ="no" /&amp;gt;||&amp;lt;link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:regular,bold"&amp;gt;'&lt;/p&gt;
&lt;p&gt;That way you can inject your external stylesheet too.&lt;/p&gt;
&lt;p&gt;Example: &amp;lt;fortyfingers:STYLEHELPER AddToHead='&amp;lt;meta name="apple-mobile-web-app-capable" value ="no" /&amp;gt;||&amp;lt;link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:regular,bold"&amp;gt;' runat="server" /&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><author>timo_design</author><pubDate>Sun, 16 Oct 2011 08:18:52 GMT</pubDate><guid isPermaLink="false">New Post: Adding Meta Tags 20111016081852A</guid></item><item><title>New Post: Adding Meta Tags</title><link>http://dnnskinextensions.codeplex.com/discussions/276022</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;dang....doing it all the time (ain't got anything like that in MVC...if that's an excuse)&lt;/p&gt;
&lt;p&gt;[EDIT] : Spoke to fast.&amp;nbsp; Do the following now and nothing shows up in the source:&lt;/p&gt;
&lt;p&gt;&amp;lt;fortyfingers:STYLEHELPER AddMetaTags="name=apple-mobile-web-app-capable||content=no" runat="server" /&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><author>krokonoster</author><pubDate>Sat, 15 Oct 2011 22:16:02 GMT</pubDate><guid isPermaLink="false">New Post: Adding Meta Tags 20111015101602P</guid></item><item><title>New Post: Link to external stylesheets (javascript files as well?)</title><link>http://dnnskinextensions.codeplex.com/discussions/276020</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;No worries.&lt;/p&gt;
&lt;p&gt;For now I just copied those external styles to local files and include that.&lt;/p&gt;
&lt;p&gt;Works like a bomb mate....this thing is awesome!&lt;/p&gt;&lt;/div&gt;</description><author>krokonoster</author><pubDate>Sat, 15 Oct 2011 22:14:57 GMT</pubDate><guid isPermaLink="false">New Post: Link to external stylesheets (javascript files as well?) 20111015101457P</guid></item><item><title>New Post: Adding Meta Tags</title><link>http://dnnskinextensions.codeplex.com/discussions/276022</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Your forgetting runat="server"&lt;/p&gt;&lt;/div&gt;</description><author>timo_design</author><pubDate>Sat, 15 Oct 2011 22:14:30 GMT</pubDate><guid isPermaLink="false">New Post: Adding Meta Tags 20111015101430P</guid></item></channel></rss>