<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>x10Hosting Community - Scripts, 3rd Party Apps, and Programming</title>
		<link>http://x10hosting.com/forums/</link>
		<description>Discussion related to scripts, applications, and programming.</description>
		<language>en</language>
		<lastBuildDate>Sat, 18 May 2013 22:59:17 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>http://x10hosting.com/forums/images/misc/rss.png</url>
			<title>x10Hosting Community - Scripts, 3rd Party Apps, and Programming</title>
			<link>http://x10hosting.com/forums/</link>
		</image>
		<item>
			<title>htaccess question</title>
			<link>http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185598-htaccess-question.html</link>
			<pubDate>Sat, 18 May 2013 04:19:00 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm using the following code in a htaccess file inside a directory: 
 
 
Code: 
--------- 
RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME}\.html -f]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi,<br />
<br />
I'm using the following code in a htaccess file inside a directory:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME}\.html -f<br />
RewriteRule ^(.*)$ $1.html</code><hr />
</div>and when I type in a file name ending with .html it appears to manifest or create a directory name pertaining to the prefix of the file.<br />
<br />
Is this how it's meant to work?<br />
<br />
Thanks for any help offered.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/scripts-3rd-party-apps-programming/">Scripts, 3rd Party Apps, and Programming</category>
			<dc:creator>coversx</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185598-htaccess-question.html</guid>
		</item>
		<item>
			<title>CSS pop up image viewer script</title>
			<link>http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185562-css-pop-up-image-viewer-script.html</link>
			<pubDate>Wed, 15 May 2013 18:34:17 GMT</pubDate>
			<description><![CDATA[I am able to get this script to work on our site from DynamicDrive (http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/) I am new to the CSS world and am having trouble with the following: 
 
1) - Can't get the images to align side by side on the site without the  script...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I am able to get this script to work on our site from <a href="http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/" target="_blank">DynamicDrive</a> I am new to the CSS world and am having trouble with the following:<br />
<br />
1) - Can't get the images to align side by side on the site without the  script breaking (by default, they seem to only have 1 or 2 images side  by side, then the 3rd wants to go to the 2nd line - I would like to be  able to fit at least 5 or so on the same row).<br />
<br />
2) - Would like for the image to auto-align the pop up to fit the  browser and not sink below the status bar - that could be frustrating  for anyone viewing the images and kind of defeats the scripts purpose.<br />
<br />
Thanks for any help i can get - our site is: <a href="http://www.urban-explorer.elementfx.com" target="_blank">Urban Exploration</a>  - but is currently down as we are performing a major overhaul on it, so  the actual page itself is unavailable unless if it needs to be live.<br />
Nick<br />
<br />
this is what I currently have for scripting:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;table style=&quot;width: 100%; border-collapse: collapse&quot; summary=&quot;&quot; border=&quot;5&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;&gt; &lt;tbody&gt; &lt;tr valign=&quot;top&quot;&gt; &lt;td colspan=&quot;3&quot;&gt;This set is for the Dixie Square mall that was located in Harvey, IL prior to being demolished in early April 2013. &lt;/td&gt;&lt;/tr&gt; &lt;tr valign=&quot;top&quot;&gt; &lt;td colspan=&quot;3&quot;&gt; &lt;div&gt;The mall was most famous for its short scene in the Blues Brothers movie where Jake &amp;amp; Elwood drive their Bluesmobile thru the mall in a funny attempt to elude the law- bottom line... They won that round.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign=&quot;top&quot;&gt; &lt;td colspan=&quot;3&quot;&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;style type=&quot;text/css&quot;&gt;&nbsp; .thumbnail{ position: relative; z-index: 0; }&nbsp; .thumbnail:hover{ background-color: transparent; z-index: 50; }&nbsp; .thumbnail span{ /*CSS for enlarged image*/ position: absolute; background-color: lightyellow; padding: 5px; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none; }&nbsp; .thumbnail span img{ /*CSS for enlarged image*/ border-width: 0; padding: 2px; }&nbsp; .thumbnail:hover span{ /*CSS for enlarged image on hover*/ visibility: visible; top: 0; left: 60px; /*position where enlarged image should offset horizontally */&nbsp; }&nbsp; &lt;/style&gt;&lt;a class=&quot;thumbnail&quot; href=&quot;#thumb&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://x10hosting.com/forums/images/ChicagoDixieMall/All_those_Weeds21.jpg&quot; border=&quot;0&quot; height=&quot;100px&quot; width=&quot;100px&quot; /&gt;&lt;span&gt;&lt;img alt=&quot;&quot; src=&quot;http://x10hosting.com/forums/images/ChicagoDixieMall/All_those_Weeds21.jpg&quot; /&gt;&lt;br /&gt; Simply beautiful.&lt;/span&gt;&lt;/a&gt;&lt;a class=&quot;thumbnail&quot; href=&quot;#thumb&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://x10hosting.com/forums/images/ChicagoDixieMall/Artwork_in_Block_B.jpg&quot; border=&quot;0&quot; height=&quot;100px&quot; width=&quot;100px&quot; /&gt;&lt;span&gt;&lt;img alt=&quot;&quot; src=&quot;http://x10hosting.com/forums/images/ChicagoDixieMall/Artwork_in_Block_B.jpg&quot; /&gt;&lt;br /&gt; Artwork&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&nbsp;  &lt;style type=&quot;text/css&quot;&gt; img { margin: 0 5px; } &lt;/style&gt;</code><hr />
</div><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/scripts-3rd-party-apps-programming/">Scripts, 3rd Party Apps, and Programming</category>
			<dc:creator>castler</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185562-css-pop-up-image-viewer-script.html</guid>
		</item>
		<item>
			<title>h5ai install</title>
			<link>http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185544-h5ai-install.html</link>
			<pubDate>Wed, 15 May 2013 05:42:07 GMT</pubDate>
			<description>Is anyone here familiar with h5ai (http://larsjung.de/h5ai/) and/or can you walk me through installing it?  Any help would be really appreciated.</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Is anyone here familiar with h5ai (<a href="http://larsjung.de/h5ai/" target="_blank">http://larsjung.de/h5ai/</a>) and/or can you walk me through installing it?  Any help would be really appreciated.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/scripts-3rd-party-apps-programming/">Scripts, 3rd Party Apps, and Programming</category>
			<dc:creator>dmgincx1</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185544-h5ai-install.html</guid>
		</item>
		<item>
			<title>Error on OpenCart</title>
			<link>http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185512-error-opencart.html</link>
			<pubDate>Mon, 13 May 2013 13:30:34 GMT</pubDate>
			<description>Im trying to to get OpenCart on my site but when trying to import the script im getting an error  
 
The following errors were found : 			 
 
* There were some errors while importing the software installed at http://bonniesbaublesandthings.com/Store 
 
 
 
Can someone tell me why or how i can get...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Im trying to to get OpenCart on my site but when trying to import the script im getting an error <br />
<br />
The following errors were found : 			<br />
<ul><li style="">There were some errors while importing the software installed at <a href="http://bonniesbaublesandthings.com/Store" target="_blank">http://bonniesbaublesandthings.com/Store</a></li></ul><br />
<br />
Can someone tell me why or how i can get it on my site<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/scripts-3rd-party-apps-programming/">Scripts, 3rd Party Apps, and Programming</category>
			<dc:creator>bonniesb</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185512-error-opencart.html</guid>
		</item>
		<item>
			<title>PHP Error After Migrating Code to X10</title>
			<link>http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185503-php-error-after-migrating-code-x10.html</link>
			<pubDate>Mon, 13 May 2013 00:07:38 GMT</pubDate>
			<description><![CDATA[Hello! 
I discovered X10 a couple hours ago and decided to migrate all my code from my home server to this, and I'm quite happy with the results. I just have one small problem. My website queries an SQL database using PHP, and displays the results in HTML. It then takes the output of the frontend...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello!<br />
I discovered X10 a couple hours ago and decided to migrate all my code from my home server to this, and I'm quite happy with the results. I just have one small problem. My website queries an SQL database using PHP, and displays the results in HTML. It then takes the output of the frontend HTML, and saves it into a variable, which gets pushed into a function that sends an email with that variable. All of this works as of now, but my code is written so that it will echo &quot;faires&quot; on the screen, and I'm getting a strange one. This is what it says: <br />
<i><b>Notice</b>:  Use of undefined constant ENT_HTML401 - assumed 'ENT_HTML401' in <b>/home/summitma/public_html/tablegen.php</b> on line <b>117</b></i><br />
This is line 117 of my code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML Code:</div>
	<hr /><code class="bbcode_code">&#91;CODE&#93;$escaped_output = htmlspecialchars($output, ENT_HTML5 | ENT_QUOTES);&#91;/CODE&#93;</code><hr />
</div>It looks as though it should be a quick fix, because the functionality works perfectly, its just this warning popping up. I can always &quot;not display&quot; it, but I'd rather fix it than let the problem build up.<br />
Thanks!<br />
~Carpetfizz<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/scripts-3rd-party-apps-programming/">Scripts, 3rd Party Apps, and Programming</category>
			<dc:creator>Carpetfizz</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/scripts-3rd-party-apps-programming/185503-php-error-after-migrating-code-x10.html</guid>
		</item>
	</channel>
</rss>
