<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for phatfusion</title>
	<atom:link href="http://www.phatfusion.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phatfusion.net</link>
	<description>web development &#38; exploration</description>
	<lastBuildDate>Tue, 23 Feb 2010 21:37:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on multiBox by The Schaef</title>
		<link>http://www.phatfusion.net/plugins/multibox/comment-page-1/#comment-370</link>
		<dc:creator>The Schaef</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=23#comment-370</guid>
		<description>I have discovered the same problem.  FLV files are not playing in the new version.  Assistance in this matter would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I have discovered the same problem.  FLV files are not playing in the new version.  Assistance in this matter would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on googleDrive by Samuel</title>
		<link>http://www.phatfusion.net/googledrive/comment-page-1/#comment-331</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?p=12#comment-331</guid>
		<description>should be working again now!</description>
		<content:encoded><![CDATA[<p>should be working again now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on multiBox by Samuel</title>
		<link>http://www.phatfusion.net/plugins/multibox/comment-page-1/#comment-330</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=23#comment-330</guid>
		<description>this will work...

var box;

window.addEvent(&#039;domready&#039;, function(){
    box = new multiBox(&#039;mb&#039;, {options here});
});

then get you submit form function to call box.close(); or if its in an iframe call window.parent.box.close();</description>
		<content:encoded><![CDATA[<p>this will work&#8230;</p>
<p>var box;</p>
<p>window.addEvent(&#8216;domready&#8217;, function(){<br />
    box = new multiBox(&#8216;mb&#8217;, {options here});<br />
});</p>
<p>then get you submit form function to call box.close(); or if its in an iframe call window.parent.box.close();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on imageMenu by Coffee</title>
		<link>http://www.phatfusion.net/plugins/imagemenu/comment-page-1/#comment-329</link>
		<dc:creator>Coffee</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=22#comment-329</guid>
		<description>Hi All

I spent a while puzzling over this and perhaps it will help some of you...

The menu would load fine locally, but when added to a live webserver it failed. I called my html page sample.html.
I receive the following two errors :
(These errors come up in IE, FireFox does not even tell you it has an issue, but also does not show the menu)

**
Message: &#039;ImageMenu&#039; is undefined
**
Message: Object doesn&#039;t support this property or method
**

I finally got around this thanks to some of the comments above where I saw a remark about linux servers being picky about case sensitive code. I opened up all the CSS files, along with the js file and the html file I was using in Notepad++ and did a &quot;Find in all opened documents&quot; for imageMenu. I then did a find a replace to make them all lowercase imagemenu and this sorted the issue. :)</description>
		<content:encoded><![CDATA[<p>Hi All</p>
<p>I spent a while puzzling over this and perhaps it will help some of you&#8230;</p>
<p>The menu would load fine locally, but when added to a live webserver it failed. I called my html page sample.html.<br />
I receive the following two errors :<br />
(These errors come up in IE, FireFox does not even tell you it has an issue, but also does not show the menu)</p>
<p>**<br />
Message: &#8216;ImageMenu&#8217; is undefined<br />
**<br />
Message: Object doesn&#8217;t support this property or method<br />
**</p>
<p>I finally got around this thanks to some of the comments above where I saw a remark about linux servers being picky about case sensitive code. I opened up all the CSS files, along with the js file and the html file I was using in Notepad++ and did a &#8220;Find in all opened documents&#8221; for imageMenu. I then did a find a replace to make them all lowercase imagemenu and this sorted the issue. <img src='http://www.phatfusion.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on multiBox by Ziad</title>
		<link>http://www.phatfusion.net/plugins/multibox/comment-page-1/#comment-328</link>
		<dc:creator>Ziad</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=23#comment-328</guid>
		<description>Hello
First i have to thank you, Multibox is a very nice work
I&#039;ve tried to use Multibox on an Arabic site (Direction is from Right To Left rtl) and then the control area (description, photo number, next and previous) is empty (just a white area)
When changing the direction of the document to ltr it works fine
How to fix this problem ?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
First i have to thank you, Multibox is a very nice work<br />
I&#8217;ve tried to use Multibox on an Arabic site (Direction is from Right To Left rtl) and then the control area (description, photo number, next and previous) is empty (just a white area)<br />
When changing the direction of the document to ltr it works fine<br />
How to fix this problem ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on imageMenu by Coffee</title>
		<link>http://www.phatfusion.net/plugins/imagemenu/comment-page-1/#comment-325</link>
		<dc:creator>Coffee</dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=22#comment-325</guid>
		<description>I found that the code works hundreds when it is on my drive, but the moment it is uploaded to a webserver, the entire menu disappears. :?

Is this something to do with the webserver deactivating types of java or something? Any advice would be appreciated.</description>
		<content:encoded><![CDATA[<p>I found that the code works hundreds when it is on my drive, but the moment it is uploaded to a webserver, the entire menu disappears. <img src='http://www.phatfusion.net/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </p>
<p>Is this something to do with the webserver deactivating types of java or something? Any advice would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on googleDrive by Gair</title>
		<link>http://www.phatfusion.net/projects/googledrive/comment-page-1/#comment-320</link>
		<dc:creator>Gair</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=28#comment-320</guid>
		<description>How about doing it in street view?</description>
		<content:encoded><![CDATA[<p>How about doing it in street view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on multiBox by Philipp</title>
		<link>http://www.phatfusion.net/plugins/multibox/comment-page-1/#comment-318</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Sun, 14 Feb 2010 14:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=23#comment-318</guid>
		<description>Hi, great thing! I like multibox a lot.
The Problem: After the update to 1.3.2 the description don&#039;t show any more, No matter if I use multiBoxDesc or the advancedDesc from the above sample. Did anything change here?</description>
		<content:encoded><![CDATA[<p>Hi, great thing! I like multibox a lot.<br />
The Problem: After the update to 1.3.2 the description don&#8217;t show any more, No matter if I use multiBoxDesc or the advancedDesc from the above sample. Did anything change here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on multiBox by Jeff</title>
		<link>http://www.phatfusion.net/plugins/multibox/comment-page-1/#comment-317</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 14 Feb 2010 09:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=23#comment-317</guid>
		<description>The problem I&#039;m having is not being able to find how I can remove the bottom labels on the multibox when I only have a single html page it will load up.

What I am trying to do is create a Contact Page that will come up in the lightbox. It will have the phone number and form. Below that I do not want to have the 1 of 9 labels, etc.

I like multibox, but it would be nice if there were more options on the lightbox design. The ability to remove labels or add them easily. It would also be cool if the border could call up an image so we can custom design our lightbox.</description>
		<content:encoded><![CDATA[<p>The problem I&#8217;m having is not being able to find how I can remove the bottom labels on the multibox when I only have a single html page it will load up.</p>
<p>What I am trying to do is create a Contact Page that will come up in the lightbox. It will have the phone number and form. Below that I do not want to have the 1 of 9 labels, etc.</p>
<p>I like multibox, but it would be nice if there were more options on the lightbox design. The ability to remove labels or add them easily. It would also be cool if the border could call up an image so we can custom design our lightbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on multiBox by Matt Considine</title>
		<link>http://www.phatfusion.net/plugins/multibox/comment-page-1/#comment-315</link>
		<dc:creator>Matt Considine</dc:creator>
		<pubDate>Sun, 14 Feb 2010 00:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://phatfusion/?page_id=23#comment-315</guid>
		<description>Hi,
I need to bring up a form in a multibox window and then have the window close when the form&#039;s &quot;Submit&quot; button is clicked.  Can you give me an example of how I would tie this into the MultiBox call?  Thanks in advance - this is a great bit of work!
Matt</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need to bring up a form in a multibox window and then have the window close when the form&#8217;s &#8220;Submit&#8221; button is clicked.  Can you give me an example of how I would tie this into the MultiBox call?  Thanks in advance &#8211; this is a great bit of work!<br />
Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
