<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>sarkiemarkie's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/188092/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user sarkiemarkie.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Fri, 24 May 2013 18:46:26 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Javascript in xhtml + dtd decleration = COMPLETELY BROKE</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the JavaScript forum.&lt;/p&gt;Im using XSL and javascript and im trying to do the below function in javascript. The &amp;amp;lt; is in place of a '&amp;lt;' becuase XSL gets confused if you do that. &lt;br /&gt;
&lt;br /&gt;
The problem now is that it 'compiles' but when i open the page in IE, FF, SF.... none of the javascript works becuase now it is crashing at the &amp;amp;lt; bit... and it says it is expected a ')'&lt;br /&gt;
&lt;br /&gt;
ALL of this worked before I had put in the decleration for the XHTML transitional DTD... and now it suddenly doesnt work... i have tried absolutely everything and have been google'ing for days!!!! PLEASE HELP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JS CODE&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;    function init() 
    {
 

    
	var height= screen.height;
	
	    if(height&amp;amp;lt;350)
	{
		document.getElementById('contentstyle').style.fontSize="16px";
		document.getElementById('title').style.fontSize="18px";
		    document.getElementById('inlineimage').style.width="50%";
		
	}
	

     } &lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
XHTML DECLERATION&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;
&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&amp;gt;
&amp;lt;xsl:output method="xml" indent="yes" 
    doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
    doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" /&amp;gt;



&amp;lt;xsl:template match="/"&amp;gt;
  &amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;  
............&lt;/pre&gt;</description>
      <pubDate>Wed, 17 Mar 2010 06:50:51 -0700</pubDate>
    </item>
    <item>
      <title>XHTML + JAVASCRIPT = WORKING + DTD = NOT WORKING</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the HTML &amp; WEB-Design forum.&lt;/p&gt;Im using XSL and javascript and im trying to do the below function in javascript. The &amp;amp;lt; is in place of a '&amp;lt;' becuase XSL gets confused if you do that. &lt;br /&gt;
&lt;br /&gt;
The problem now is that it 'compiles' but when i open the page in IE, FF, SF.... none of the javascript works becuase now it is crashing at the &amp;amp;lt; bit...&lt;br /&gt;
&lt;br /&gt;
ALL of this worked before I had put in the decleration for the XHTML transitional DTD... and now it suddenly doesnt work... i have tried absolutely everything and have been google'ing for days!!!! PLEASE HELP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JS CODE&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;    function init() 
    {
 

    
	var height= screen.height;
	
	    if(height&amp;amp;lt;350)
	{
		document.getElementById('contentstyle').style.fontSize="16px";
		document.getElementById('title').style.fontSize="18px";
		    document.getElementById('inlineimage').style.width="50%";
		
	}
	

     } &lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
XHTML DECLERATION&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;
&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&amp;gt;
&amp;lt;xsl:output method="xml" indent="yes" 
    doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
    doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" /&amp;gt;



&amp;lt;xsl:template match="/"&amp;gt;
  &amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;  
............&lt;/pre&gt;</description>
      <pubDate>Wed, 17 Mar 2010 06:49:20 -0700</pubDate>
    </item>
    <item>
      <title>JAVASCRIPT + ADD DTD = NOT WORKING</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Internet Development forum.&lt;/p&gt;Im using XSL and javascript and im trying to do the below function in javascript. The &amp;amp;lt; is in place of a '&amp;lt;' becuase XSL gets confused if you do that. &lt;br /&gt;
&lt;br /&gt;
The problem now is that it 'compiles' but when i open the page in IE, FF, SF.... none of the javascript works becuase now it is crashing at the &amp;amp;lt; bit...&lt;br /&gt;
&lt;br /&gt;
ALL of this worked before I had put in the decleration for the XHTML transitional DTD... and now it suddenly doesnt work... i have tried absolutely everything and have been google'ing for days!!!! PLEASE HELP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JS CODE&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;    function init() 
    {
 

    
	var height= screen.height;
	
	    if(height&amp;amp;lt;350)
	{
		document.getElementById('contentstyle').style.fontSize="16px";
		document.getElementById('title').style.fontSize="18px";
		    document.getElementById('inlineimage').style.width="50%";
		
	}
	

     } &lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
XHTML DECLERATION&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;
&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&amp;gt;
&amp;lt;xsl:output method="xml" indent="yes" 
    doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
    doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" /&amp;gt;



&amp;lt;xsl:template match="/"&amp;gt;
  &amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;  
............&lt;/pre&gt;</description>
      <pubDate>Wed, 17 Mar 2010 06:48:21 -0700</pubDate>
    </item>
  </channel>
</rss>