<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Blog for Web People &#187; Troubleshooting</title>
	<atom:link href="http://www.pat-burt.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pat-burt.com</link>
	<description>Patrick Burt</description>
	<lastBuildDate>Wed, 17 Aug 2011 16:26:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>When Your Flash File Won&#8217;t Open&#8230;</title>
		<link>http://www.pat-burt.com/adobe-flash/one-thing-to-try-when-your-flash-file-wont-open/</link>
		<comments>http://www.pat-burt.com/adobe-flash/one-thing-to-try-when-your-flash-file-wont-open/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 18:43:09 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/one-thing-to-try-when-your-flash-file-wont-open/</guid>
		<description><![CDATA[This has happened to me, I&#8217;ve slaved days over a single .FLA file, regularly saving back-ups. One day, the worst possible scenario&#8230; I can&#8217;t open the FLA file. (I was using Adobe Flash CS3) What eventually happened is that I could open another file, and it was only then that I was able to open [...]]]></description>
			<content:encoded><![CDATA[<p>This has happened to me, I&#8217;ve slaved days over a single .FLA file, regularly saving back-ups. One day, the worst possible scenario&#8230; I can&#8217;t open the FLA file. (I was using Adobe Flash CS3)<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
What eventually happened is that I could open another file, and it was only then that I was able to open up the FLA. Unfortunately, when it came to exporting the file as an SWF, it crashed.</p>
<p>I tried determining logically what it is that could have happened. For the life of me I couldn&#8217;t figure it out. That was 4 months ago.</p>
<p>Flash forward to today, I figured it out.</p>
<p>Even though resources are stored in the FLA (which explains it&#8217;s often-bloated filesize), it seems to still rely on the original location of the files. This is not a problem if you work on one computer, however, it turns out that the reason my Flash file wasn&#8217;t crashing was because get this:</p>
<p>Flash CS3 was looking for resources (that are supposed to be stored in the file). When these resources were stored on a network, and the FLA was on my desktop. It was crashing, and vice versa (resources on computer, fla on network).</p>
<h2>Solution</h2>
<p>Keep all your files and work entirely on your desktop. Re-reference files in your FLA that are not on the same hard drive as the FLA. Delete files in your library that are not in use.</p>
<p>Hopefully that saves someone hours of anguish.</p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fadobe-flash%2Fone-thing-to-try-when-your-flash-file-wont-open%2F&amp;title=When+Your+Flash+File+Won%26%238217%3Bt+Open%26%238230%3B"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/adobe-flash/one-thing-to-try-when-your-flash-file-wont-open/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>7 Tips For Solving HTML Problems</title>
		<link>http://www.pat-burt.com/troubleshooting/7-tips-for-solving-html-problems/</link>
		<comments>http://www.pat-burt.com/troubleshooting/7-tips-for-solving-html-problems/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 18:04:46 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/troubleshooting/7-tips-for-solving-html-problems/</guid>
		<description><![CDATA[There&#8217;s no really unique way of introducing this list. But rest assured, if you&#8217;ve wrestled with HTML because something isn&#8217;t showing up or because layout elements are askew, there&#8217;s some tips in here that will likely benefit you. 1 &#8211; Lose Your CSS (Stylesheet) Extra elements will only make troubleshooting harder. Removing extra elements can [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no really unique way of introducing this list. But rest assured, if you&#8217;ve wrestled with HTML because something isn&#8217;t showing up or because layout elements are askew, there&#8217;s some tips in here that will likely benefit you.</p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script></p>
<p><strong>1 &#8211; Lose Your CSS (Stylesheet)</strong><br />
Extra elements will only make troubleshooting harder. Removing extra elements can be key to solving your problem. In your source code, comment out the link to your stylesheet like so:<br />
<em>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;style.css&#8221; type=&#8221;text/css&#8221; /&gt; </em></p>
<p><strong>2 &#8211; Table Problems? Add a Border</strong><br />
If you&#8217;re a big table user, which I don&#8217;t recommend, adding a border to your table is a surefire way to identify problem areas where cells, columns or rows aren&#8217;t appearing. You can add a border to your table like so:<br />
<em>&lt;table cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; border=&#8221;2&#8243;&gt; </em></p>
<p><strong>3 &#8211; Outline Elements in the Web Developer Toolbar<br />
</strong>First off, if you don&#8217;t know what the Web Developer Toolbar is, get it. It&#8217;s an <a href="http://www.pat-burt.com/web-development/the-only-firefox-add-on-youll-ever-need/" title="Web Developer toolbar">add-on for Firefox</a>. Once you&#8217;ve got it installed, click <strong>Outline </strong>and then click an option that outlines your problem area. In that same menu, you can select<strong> Outline Current Element. </strong>Using those two tools alone, you can poke around and sometimes find the problem.</p>
<p><strong>4 &#8211; Try To Validate It</strong><br />
Try running your site through <a href="http://validator.w3.org/" rel="nofollow" title="Validator">w3&#8242;s Validator</a>. It&#8217;s pretty good at pointing out tags that haven&#8217;t been closed and illegal HTML.</p>
<p><strong>5 &#8211; Remove the HTML You Know (or Think) Works<br />
</strong>Relatively solid and common troubleshooting method, isolate your problem.</p>
<p><strong>6 &#8211; Go Through the Problem HTML REALLY Slowly<br />
</strong>Sometimes it&#8217;s just as simple as a</p>
<ul>
<li>Double quote or single quote that wasn&#8217;t closed</li>
<li>An attribute that you misspelled (font colour?)</li>
<li>Unclosed tag: <em>&lt;span &lt;p&gt;Hello World!&lt;/p&gt;&lt;/span&gt;</em></li>
</ul>
<p><strong>7 &#8211; Color Code It<br />
</strong>There are open-source (free) options for color coding your HTML (and other programming language) code. The popular one that I&#8217;ve used is called<strong> <a href="http://notepad-plus.sourceforge.net" rel="nofollow" title="Notepad++">Notepad++</a>. </strong>Color coding really helps with simple typos that are going to make up a fair share of the problems you&#8217;re experiencing.</p>
<p>That&#8217;s all for now, hope that helps. If anyone has any tips or tricks, you&#8217;re invited to add a comment. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>[Partner Message]</strong><br />
Are you a webmaster in need of professional quality <a href="http://techmall.dis.wa.gov/default_hosting.aspx">hosting</a>?  At Intermedia we provide <a href="http://www.intermedia.net/">server web  hosting</a> and Microsoft <a href="http://www.intermedia.net/exchange-hosting/small-business-exchange-hosting/small-business-exchange-hosting.asp">Exchange 2007</a>  hosting at a great price. Our <a href="http://www.intermedia.net/">email hosting</a> and <a href="http://webhosting.berkeley.edu/">web hosting</a><a href="http://prowiki.isc-csg.upenn.edu:16080/index.php/Hosted_exchange"></a> services can make a small company look like a large one.</p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Ftroubleshooting%2F7-tips-for-solving-html-problems%2F&amp;title=7+Tips+For+Solving+HTML+Problems"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/troubleshooting/7-tips-for-solving-html-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Elements Different Sizes in IE and Firefox</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/</link>
		<comments>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 01:21:17 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/</guid>
		<description><![CDATA[It&#8217;s happened to all of us, once upon a time, we might have coded a perfectly valid CSS and HTML file, only to find discrepancies between your website when displayed in Internet Explorer and Mozilla Firefox. (If you want to easily test your website across multiple browsers, I have an article on testing on various [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s happened to all of us, once upon a time, we might have coded a perfectly valid CSS and HTML file, only to find discrepancies between your website when displayed in Internet Explorer and Mozilla Firefox. (If you want to easily test your website across multiple browsers, I have an article on <a href="http://www.pat-burt.com/web-development/testing-your-website-on-all-versions-of-ie/" title="testing on various versions of Internet Explorer">testing on various versions of Internet Explorer</a>) Unfortunately, this is something we&#8217;re going to have to deal with. <strong>Internet Explorer 6 (IE6) </strong>and <strong>Internet Explorer 7 (IE7) have enormous market shares</strong> and Firefox is slowly creeping behind them. This means when coding a website it needs to look good in both these browsers.</p>
<h2>What&#8217;s the Problem?</h2>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script><br />
<strong>Your Layout Is Slightly Different In One Browser Then The Other</strong>. Although to some people, a five pixel difference might not mean much, it might mean a CSS element on your website completely throws your whole website&#8217;s layout askew.</p>
<p><strong>This is common.</strong> Although the problem I&#8217;m detailing isn&#8217;t always the problem occurring, it&#8217;s a good tip to keep in mind while coding and it will help you avoid most layout problems.</p>
<p>Internet Explorer and Mozilla Firefox both render <strong>Width</strong> and <strong>Height</strong> combined with <strong>Padding</strong> and <strong>Margins</strong> differently. What that means is, if you have a CSS element (paragraph tag, div container, span, header, etc.) that has a width and horizontal margin assigned to it, there&#8217;s a chance that something can go wrong. This applies to heights combined with vertical padding and margins and widths combined with horizontal margins and padding.</p>
<p>Here&#8217;s an image showing a simple .html file and the difference in how it&#8217;s displayed in each browser. Please note that the CSS attributes of each DIV container are typed out in the image. Click for a larger view.</p>
<p><a href="http://www.pat-burt.com/wp-content/uploads/2007/09/ievsff.gif" title="CSS Elements throw Layout Off"><img src="http://www.pat-burt.com/wp-content/uploads/2007/09/ievsff.thumbnail.gif" title="CSS Elements throw Layout Off" alt="CSS Elements throw Layout Off" border="0" /></a></p>
<p>Note how even though they each have the same HTML and CSS code, there are layout problems. In Firefox, the <strong>DIV containers are taller</strong>. In Internet Explorer, there is <strong>twice the margin between the first div container and the left side of the browser</strong>. This may not seem like much to you, but it can throw an entire website&#8217;s layout off.</p>
<h2>What&#8217;s the Solution?</h2>
<p>The solution is easy. <strong>Simply put, do not assign width and horizontal margin and padding attributes to the same CSS element. Also, do not assign height and vertical margin and padding attributes to the same CSS element.</strong> Some suggestions:</p>
<ul>
<li>Use a div container inside your div container.</li>
<li>Use a p tag inside your div container. Add additional attributes to your p tag using CSS.</li>
<li>Create CSS elements that serve as spacers. (cue, horrible flashback to tables and spacer.gif&#8217;s)</li>
<li>Use absolute positioning, this nearly guarantees placement.</li>
</ul>
<p>Hope that helps and clears out some mystery as to why websites seem to mysteriously shift between browsers.</p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Ftroubleshooting%2Fcss-elements-different-sizes-in-ie-and-firefox%2F&amp;title=CSS+Elements+Different+Sizes+in+IE+and+Firefox"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>10 Tips For Solving CSS Problems</title>
		<link>http://www.pat-burt.com/troubleshooting/10-things-to-do-when-having-css-problems/</link>
		<comments>http://www.pat-burt.com/troubleshooting/10-things-to-do-when-having-css-problems/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 17:01:14 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/troubleshooting/10-things-to-do-when-having-css-problems/</guid>
		<description><![CDATA[Some of us have been through this on multiple occasions, you type out some CSS code, go look at your website, and lo and behold, it doesn&#8217;t work. That, or your website appears to be working for a few weeks, but then you check your website at your friend&#8217;s house on a different browser, and [...]]]></description>
			<content:encoded><![CDATA[<p>Some of us have been through this on multiple occasions, you type out some CSS code, go look at your website, and lo and behold, it doesn&#8217;t work. That, or your website appears to be working for a few weeks, but then you check your website at your friend&#8217;s house on a different browser, and it&#8217;s a mess. I&#8217;ve been down this path&#8230; often. I put together a list of tips regarding CSS-related issues to have a look at when you&#8217;re having problems</p>
<ul>
<li><strong>1. Check Your Website Content</strong>
<ul>
<li>Is an image in your DIV Container one pixel bigger then your container&#8217;s dimension in your CSS file?</li>
<li>Do you have a long text string that&#8217;s too wide for your container set width? (ie. a long URL?)</li>
</ul>
</li>
<li><strong>2. Check Your HTML Source</strong>
<ul>
<li>Are you typing valid HTML code? Or are you making tiny mistakes that can impact your layout? eg.<br />
<strong>&lt;div id=&#8221;wrapper&#8221;&gt;&lt;p&gt;&lt;/div&gt;&lt;/p&gt;</strong></li>
<li>Did you use <strong>id=&#8221;XXXX&#8221;</strong> instead of <strong>class=&#8221;XXXX&#8221;</strong> or vice versa?</li>
</ul>
</li>
<li><strong>3. Check Your Spelling</strong>
<ul>
<li>Copy and paste element names from your <strong>CSS file</strong> to your <strong>HTML file</strong>. This avoids typing and spelling errors.</li>
<li>Did you order your CSS correctly? Make sure <strong>wrapper2</strong> is actually inside <strong>wrapper</strong> if you write the following code:<br />
<strong>#wrapper #wrapper2 {color:#ffffff; font-size:10px;}</strong></li>
<li>Did you make sure to include 6 characters in your hex color?</li>
</ul>
</li>
<li><strong>4. Check Your Syntax</strong>
<ul>
<li>Are you forgetting brackets ({}) or semi-colons (;)?</li>
<li>Did you mistakenly forget to add the pound sign (#) before an ID or the period (.) before a class?</li>
</ul>
</li>
<li><strong>5. Don&#8217;t Use Padding/Margins with Width</strong>
<ul>
<li>This is a common problem, especially with beginners. Padding or Margins combined with Width on the same element yield different results on different browsers. Example, this CSS:<br />
<strong>#wrapper { width:100px; margin:5px; padding:5px; }</strong><br />
will appear different in Internet Explorer then in Firefox. This is especially critical if you&#8217;re using an image-dominant layout.</li>
</ul>
</li>
<li><strong>6. Check The Little Things</strong>
<ul>
<li>Did you make sure to give your Div Container <strong>position:relative;</strong> before positioning a Div Container with <strong>position:absolute;</strong> inside it?</li>
</ul>
</li>
<li><strong>7. Allow Breathing Room</strong>
<ul>
<li><strong>Internet Explorer 6.0</strong> will add a 3 pixel breathing room to some div containers, either use a &#8220;<a href="http://www.positioniseverything.net/explorer/threepxtest.html" rel="nofollow" title="CSS Hack 3 pixel">CSS hack</a>&#8221; or build your website knowing that this can very well happen and mess up your layout.</li>
</ul>
</li>
<li><strong>8. Use a Validator</strong>
<ul>
<li>You can use the <a href="http://jigsaw.w3.org/css-validator/" rel="nofollow" title="CSS Validator W3c">w3c CSS validator</a> or the validator built into the <a href="http://www.pat-burt.com/web-development/the-only-firefox-add-on-youll-ever-need/" title="Web Developer toolbar">Web Developer toolbar</a> (a Firefox Plugin) to scan your CSS and can help solve your CSS problem.</li>
<li>Opening your CSS file in <strong>Adobe Dreamweaver</strong> can sometimes give you an idea where something went wrong.</li>
</ul>
</li>
<li><strong>9. Be Aware Of Some Browser&#8217;s Existing Problems</strong>
<ul>
<li>You may spend hours trying to find the solution when the problem lies in the Web Browser, and example includes the <a href="http://www.positioniseverything.net/explorer/peekaboo.html" rel="nofollow" title="Peek-A-Boo IE6 Bug">Peek-a-boo IE6 bug</a>.</li>
</ul>
</li>
<li><strong>10. Do Some Research</strong>
<ul>
<li>Odds are you aren&#8217;t the only person that&#8217;s ever had the CSS problem you&#8217;ve described, use <strong>Google</strong> and type in keywords for your search you think others would use</li>
</ul>
</li>
</ul>
<p>Good luck, hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Ftroubleshooting%2F10-things-to-do-when-having-css-problems%2F&amp;title=10+Tips+For+Solving+CSS+Problems"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/troubleshooting/10-things-to-do-when-having-css-problems/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Validating CSS: filter in Firefox</title>
		<link>http://www.pat-burt.com/troubleshooting/validating-css-filter-in-firefox/</link>
		<comments>http://www.pat-burt.com/troubleshooting/validating-css-filter-in-firefox/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 18:13:39 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/troubleshooting/validating-css-filter-in-firefox/</guid>
		<description><![CDATA[If you&#8217;re like me and you&#8217;re using the Web Developer toolbar, you like it when your site validates in it. If you&#8217;re looking to do some AJAX/Javascript effects, for example, where a semi-transparent color (I call them blankets) are put over a background while you pop up a member login, you&#8217;ll need to use the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me and you&#8217;re using the <a href="http://www.pat-burt.com/web-development/the-only-firefox-add-on-youll-ever-need/" title="Web Developer toolbar">Web Developer toolbar</a>, you like it when your site validates in it.</p>
<p>If you&#8217;re looking to do some AJAX/Javascript effects, for example, where a semi-transparent color (I call them blankets) are put over a background while you pop up a member login, you&#8217;ll need to use the <strong>filter</strong> and <strong>opacity</strong> css attributes. (Note: If you don&#8217;t know what I&#8217;m talking about in my example, go to <a href="http://www.text-link-ads.com/?ref=106495" rel="nofollow" title="Text Link Ads">Text-Link-Ads.com</a> and click on <strong>Member login</strong>)</p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script></p>
<h2>What your code looked like</h2>
<p>Example, We currently have our Div container that we want to make transparent, with an opacity of 65%. This is what the CSS code would look like:</p>
<p><strong>#blanket {<br />
background-color:#111;<br />
filter:alpha(opacity=65);<br />
opacity: 0.65;<br />
}</strong></p>
<p>This returns and error in the Firefox toolbar and doesn&#8217;t validate as proper CSS. In your Web Developer toolbar, you got:</p>
<h2>Unknown property &#8216;filter&#8217;. Declaration dropped</h2>
<p>What&#8217;s the solution? <strong>Internet Explorer</strong> has a built-in function where you can script code that only Internet Explorer browsers can see, and this does not affect any other browsers.</p>
<p>First off, go ahead and comment out the filter attribute in your <strong>CSS file</strong>:</p>
<p><strong>#blanket {<br />
background-color:#111;<br />
/*filter:alpha(opacity=65);*/<br />
opacity: 0.65;<br />
}</strong></p>
<p>In your <strong>HTML file</strong>, type the following:</p>
<p><strong> &lt;!&#8211;[if IE]&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
#blanket {filter:alpha(opacity=65);}<br />
&lt;/style&gt;<br />
&lt;![endif]&#8211;&gt;</strong></p>
<p>When using this syntax, the contents of the comment <strong>will only be displayed if the visitor is using Internet Explorer</strong>, thus, you can have a site that validates in the Web Developer toolbar, and still works for Internet Explorer users. I will discuss more details around the syntax at a later date.</p>
<p>Good luck.</p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Ftroubleshooting%2Fvalidating-css-filter-in-firefox%2F&amp;title=Validating+CSS%3A+filter+in+Firefox"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/troubleshooting/validating-css-filter-in-firefox/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Why Won&#8217;t My FLV&#8217;s Display?</title>
		<link>http://www.pat-burt.com/adobe-flash/why-wont-my-flvs-display/</link>
		<comments>http://www.pat-burt.com/adobe-flash/why-wont-my-flvs-display/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 20:30:50 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/why-wont-my-flvs-display/</guid>
		<description><![CDATA[This is possibly the hardest problem to troubleshoot, because without knowing the reason why it&#8217;s not working, you can&#8217;t really pin-point a solution, troubleshoot or explain your problem on a web forum. So tell me why: Why won&#8217;t my Flash Player load my FLV online? Here&#8217;s what you probably did: You created an new SWF [...]]]></description>
			<content:encoded><![CDATA[<p>This is possibly the hardest problem to troubleshoot, because without knowing the reason why it&#8217;s not working, you can&#8217;t really pin-point a solution, troubleshoot or explain your problem on a web forum. So tell me why:</p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script></p>
<h2>Why won&#8217;t my Flash Player load my FLV online?</h2>
<p>Here&#8217;s what you probably did:</p>
<ul>
<li>You created an new <strong>SWF</strong> file</li>
<li>You inserted the <strong>FLV Playback</strong> Component &#8211; Player 8</li>
<li>You probably skinned it, changed the source file to your.<strong>FLV</strong> file</li>
<li>Tested it (CTRL-Enter) and it worked</li>
<li>Uploaded it, and it didn&#8217;t</li>
</ul>
<p>These are many of the problems you&#8217;ll experience:</p>
<ul>
<li><strong>FLV</strong> works when previewing (CTRL-Enter) in <strong>Adobe Flash</strong></li>
<li>You double-checked and triple-checked the paths and filenames and uploaded as they were onto your server</li>
<li>Typing in the URL for the <strong>FLV</strong> file yields nothing, or yields letters and numbers.</li>
<li>You tried explaining your problem on forums and no one had any idea.</li>
</ul>
<h2>Getting Your FLV to Work</h2>
<p>The problem could be that your server isn&#8217;t recognizing the extension type. This is often the case if you&#8217;re running a server you setup yourself or using a not-very-popular web host. The problem lies with the MIME type. Don&#8217;t worry, you don&#8217;t need to have any idea what it means or what it is. (But if you&#8217;re curious, you can always check <a href="http://en.wikipedia.org/wiki/MIME" rel="nofollow" title="MIME Type definition" target="_blank">Wikipedia</a>) This is quite easy to fix.</p>
<h2>If you set up your own hosting</h2>
<p>If you set up your own hosting, this is quite easy. (Please note that you have to be using IIS or Windows-based hosting).</p>
<ul>
<li>Open up IIS</li>
<li>Select your server and hit <strong>Properties </strong>(You can also apply this change to individual sites)<strong><br />
</strong></li>
<li>Hit the <strong>HTTP Headers</strong> tab</li>
<li>You should see <strong>File Types</strong> in <strong>MIME Map</strong> Section</li>
<li>Select <strong>New Type</strong></li>
<li>Type <strong>.flv</strong> under Associated Extension</li>
<li>Type <strong>video/x-flv</strong> as the Content Type</li>
<li>Hit <strong>OK</strong></li>
<li>Restart <strong>IIS</strong></li>
</ul>
<h2>If you buy hosting</h2>
<p>If you buy hosting, you can easily forward them the instructions above and I&#8217;m sure they&#8217;ll take care of that for you.</p>
<p>Good luck!</p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fadobe-flash%2Fwhy-wont-my-flvs-display%2F&amp;title=Why+Won%26%238217%3Bt+My+FLV%26%238217%3Bs+Display%3F"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/adobe-flash/why-wont-my-flvs-display/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>SWFObject Strange Validation Problem</title>
		<link>http://www.pat-burt.com/swfobject/swfobject-strange-validation-problem/</link>
		<comments>http://www.pat-burt.com/swfobject/swfobject-strange-validation-problem/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 03:02:55 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
				<category><![CDATA[SWFObject]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/swfobject/swfobject-strange-validation-problem/</guid>
		<description><![CDATA[Warning: Expected &#8216;:&#8217; but found &#8216;undefined&#8217;. Declaration dropped. If you have no idea what SWFObject is, you can find an article here. Chances are, if you use SWFObject and you care about having a site that validates, you will come across this very minor problem. If you&#8217;re new to validation, don&#8217;t worry. This isn&#8217;t something [...]]]></description>
			<content:encoded><![CDATA[<h2>Warning: Expected &#8216;:&#8217; but found &#8216;undefined&#8217;.  Declaration dropped.</h2>
<p>If you have no idea what SWFObject is, you can find an article <a href="http://www.pat-burt.com/adobe-flash/flash-people-need-to-know-this/" title="Information about SWFObject">here</a>. Chances are, if you use SWFObject and you care about having a site that validates, you will come across this very minor problem. If you&#8217;re new to validation, don&#8217;t worry. This isn&#8217;t something to get all ruffled about. It&#8217;s simply means your SWFObject code is one step away from perfection.</p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script></p>
<h2>The Problem</h2>
<p>The problem is that SWFObject is creating a field similar to <strong>style=&#8221;"</strong>. This will never validate.</p>
<p>Note: You will never see this by hitting View Source simply because Javascript (the language in which SWFObject is created) is executed by your browser after seeing the HTML source; whereas languages like PHP and ASP generate HTML source before your browser retrieves it.<strong><br />
</strong></p>
<h2>The Solution</h2>
<p>It&#8217;s good to know that the solution to this validation problem is a quick fix. If you open your <strong>swfobject.js</strong> file. In there, you&#8217;ll have to modify the two longest lines, they start with:</p>
<p><strong>swfNode = &#8216;&lt;embed type=&#8221;application/x-shockwave-flash&#8221;<br />
swfNode = &#8216;&lt;object id=&#8221;&#8216;+ this.getAttribute(&#8216;id&#8217;)</strong></p>
<p>Further down both these lines you will have to remove:</p>
<p><strong>&#8221; style=&#8221;&#8216;+ this.getAttribute(&#8216;style&#8217;) +&#8217; </strong></p>
<p>What this does is prevent SWFObject from ever writing <strong>style=&#8221;"</strong> code (you&#8217;re going to use a div container anyway, no big loss). Not a character after, not a character before. Take off starting at the double quote, and take off the single quote.</p>
<p>If you&#8217;re still looking for them, both instances are located on lines 89 and 101. Also, if it seemed like you tried everything and something went bonkers. You can <a href="http://www.pat-burt.com/wp-content/uploads/swfobject.zip" title="download fixed swfobject">click here to download the fixed SWFObject</a>.<br />
Now if you&#8217;re having problems getting your site to Validate, it won&#8217;t be SWFObject.</p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fswfobject%2Fswfobject-strange-validation-problem%2F&amp;title=SWFObject+Strange+Validation+Problem"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/swfobject/swfobject-strange-validation-problem/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

