<?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>Xsitepro Templates, Tutorials and Resources &#187; Xsitepro Technical</title>
	<atom:link href="http://www.thexsiteproguide.com/category/xsitepro-technical/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thexsiteproguide.com</link>
	<description>Learning how to use Xsitepro to Build the Best SEO Optimized Websites!</description>
	<lastBuildDate>Sat, 04 Feb 2012 07:35:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Make Page Background Stationary</title>
		<link>http://www.thexsiteproguide.com/how-to-make-page-background-stationary.php</link>
		<comments>http://www.thexsiteproguide.com/how-to-make-page-background-stationary.php#comments</comments>
		<pubDate>Fri, 22 May 2009 19:46:33 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Xsitepro Technical]]></category>
		<category><![CDATA[page scrolls]]></category>
		<category><![CDATA[stationary backaground]]></category>

		<guid isPermaLink="false">http://www.thexsiteproguide.com/?p=377</guid>
		<description><![CDATA[Someone over at the Xsitepro Forum asked the following question: How do I get my background to remain static while my page moves? With Xsitepro version 2.0 this is an easy task to accomplish. Go to the &#8216;Other Tab&#8217; Go to &#8216;Website Settings&#8217; Go to &#8216;Advanced Image Tiling&#8217; Now look in the Margins dropdown and [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Someone over at the Xsitepro Forum asked the following question:</p>
<p>How do I get my background to remain static while my page moves?</p>
<p>With Xsitepro version 2.0 this is an easy task to accomplish.</p>
<p>Go to the &#8216;Other Tab&#8217;</p>
<p>Go to &#8216;Website Settings&#8217;</p>
<p>Go to &#8216;Advanced Image Tiling&#8217;</p>
<p>Now look in the Margins dropdown and you will need to select on of the NO SCROLL optins depending how the background image is tiled.</p>
<p>That&#8217;s it!</p>
<p>I really like the stationary background and would use it often when designing websites with Dreamweaver. Xsitepro really makes it simple to create a stationary background in which the page scrolls up or down depending where your at in the website.</p>
<p>Here&#8217;s a way to accomplish a stationary background using html coding.</p>
<p>Using CSS</p>
<p>body {<br />
background-image: url(coffee/images/bk3-opaque.jpg);<br />
background:url(coffee/images/bk3-opaque.jpg) fixed;<br />
}</p>
<p>Another Option</p>
<p>background-image: url(../images/CHOOSEYOURIMAGE);<br />
background-position:top;<br />
background-repeat:repeat-x; (or &#8220;no-repeat&#8221; if a full size wallpaper background)<br />
background-size: 100%;<br />
background-color: CHOOSEYOURCOLOR;<br />
background-attachment:fixed;</p>
<p>One more Option</p>
<p>Place in body tags</p>
<p>&lt;body background =&#8221;yourimage.gif&#8221; bgproperties=&#8221;fixed&#8221;&gt;</p>
<p>If you need more information on how to do this, simply google &#8220;stationary background image&#8221;</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+Make+Page+Background+Stationary+http://qfsbm.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.thexsiteproguide.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a>  <a class="tt" href="http://digg.com/submit?url=http://www.thexsiteproguide.com/how-to-make-page-background-stationary.php&amp;title=How+to+Make+Page+Background+Stationary" title="Post to Digg">Digg This Post</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.thexsiteproguide.com/how-to-make-page-background-stationary.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Put a 3rd Party Script with Xsitepro</title>
		<link>http://www.thexsiteproguide.com/where-to-put-a-3rd-party-script-with-xsitepro.php</link>
		<comments>http://www.thexsiteproguide.com/where-to-put-a-3rd-party-script-with-xsitepro.php#comments</comments>
		<pubDate>Sat, 17 Jan 2009 21:42:14 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Xsitepro Technical]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[XsitePro]]></category>

		<guid isPermaLink="false">http://www.thexsiteproguide.com/?p=221</guid>
		<description><![CDATA[I ran across a question regarding php scripts. This person was having a problem utilizing a 3rd party script&#8230;..and I think they really need to get a new hosting account. However there could be some miscommunication between the hosting provider and user&#8230;&#8230;but, I think the problem comes from trying to put the script in the [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>I ran across a question regarding php scripts. This person was having a problem utilizing a 3rd party script&#8230;..and I think they really need to get a new hosting account. However there could be some miscommunication between the hosting provider and user&#8230;&#8230;but, I think the problem comes from trying to put the script in the wrong place when using Xsitepro. Anyway, here&#8217;s they&#8217;re question:</strong></p>
<blockquote><p>I have been having issues with an enquiry form and my Hosting webspace.<br />
Basically to enable PHP with my hosting company I have had to enable something called CGI which sits on a different server. They have told me &#8216;basic html files need to go on the ftp site and any php and scripted files on the CCGI&#8217;.<br />
What I am trying to do is use option 5 (redirection of an filled in client enquiry to a specified e-mail address). Aside of switching to host gator is there anything I can do?.<br />
I am using plus.net hosting.<br />
Any help much appreciated.</p></blockquote>
<p><strong>Here&#8217;s my attempt at answering:</strong></p>
<blockquote><p>Sounds like they are making it more complicated than it has to be.</p>
<p>I&#8217;ve 4 or 5 hosting accounts and I have never had to put my php scripts into a designated folder&#8230;and you should not have to.</p>
<p>I&#8217;m not an authority on hosting and someone might have a better explanation, I&#8217;m assuming their reason has to do with security.</p>
<p>If your script is a cgi or perl script, you need to put it in a folder or directory of your hosting account called &#8220;cgi-bin&#8221; &#8230;.perhaps this is what you&#8217;re dealing with.</p>
<p>You probably already know this, but often times you have a script hosted on your server, and this script performs some kind of function&#8230;..as an example, lets say it resizes some images. Next you call the function of this script into your webpage with a php include or a SSI&#8230;.server side include.</p>
<p>When using Xsitepro you would first go to &#8220;Other&#8221; tab&#8212;-&gt; then &#8220;Resource Manager&#8221; and click on &#8220;Add&#8221; and you add the page that has your php script. Then you would follow the directions for using the script.</p>
<p>If your script is a cgi or perl script, I&#8217;m assuming you would have to use a ftp program to upload the script to the cgi-bin folder and then follow the directions to make the script do what it&#8217;s supposed to do&#8230;..keeping in mind the file structure and location of your script and webpage.</p>
<p>Sorry couldn&#8217;t be of more help&#8230;..Good Luck!</p>
<p>Scott</p></blockquote>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Where+to+Put+a+3rd+Party+Script+with+Xsitepro+http://y9hw9.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.thexsiteproguide.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a>  <a class="tt" href="http://digg.com/submit?url=http://www.thexsiteproguide.com/where-to-put-a-3rd-party-script-with-xsitepro.php&amp;title=Where+to+Put+a+3rd+Party+Script+with+Xsitepro" title="Post to Digg">Digg This Post</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.thexsiteproguide.com/where-to-put-a-3rd-party-script-with-xsitepro.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learn Html for Your Xsitepro Websites with HTTrack</title>
		<link>http://www.thexsiteproguide.com/learn-html-for-your-xsitepro-websites-with-httrack.php</link>
		<comments>http://www.thexsiteproguide.com/learn-html-for-your-xsitepro-websites-with-httrack.php#comments</comments>
		<pubDate>Fri, 31 Oct 2008 10:28:52 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Xsitepro Technical]]></category>
		<category><![CDATA[html coding]]></category>
		<category><![CDATA[httrack]]></category>
		<category><![CDATA[wysiwyg editor]]></category>
		<category><![CDATA[XsitePro]]></category>

		<guid isPermaLink="false">http://xsiteproreviewsbest.wordpress.com/?p=71</guid>
		<description><![CDATA[Just because you own Xsitepro doesn’t mean you can get away without ever learning any html. Html is the basic coding of any website and although you can read up on how to use html, there’s nothing like seeing html used in real life. The wysiwyg editor of Xsitepro works very well, however there are [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Just because you own <a href="http://www.Best-e-Book.com/suggests/articles_kymi.htm" target="_blank">Xsitepro</a><br />
doesn’t mean you can get away without ever learning any html. Html is<br />
the basic coding of any website and although you can read up on how to<br />
use html, there’s nothing like seeing html used in real life.</p>
<p>The wysiwyg editor of Xsitepro works very well, however there are<br />
times when you will need to know some html to get things right…so you<br />
better learn html coding! Below is a post I did in the Xsitepro Forum<br />
hoping to help some of my fellow xsitepro users with a free tool that<br />
will help them study html coding in existing websites.</p>
<p>OK…man, you guys/gals have come up with some really good stuff.</p>
<p>Anybody ever use HTTrack Website Copier?</p>
<p>Before you start thinking this is illegal, remember just about<br />
anything you put online is accessible to anybody….I don’t like it<br />
anymore than the other guy, but and that’s a big but, it depends on how<br />
you use this material.</p>
<p>Bottom line, if you download someone else’s stuff and use it on your<br />
website or sell it then you are a thief…plain and simple, your a thief<br />
just like any other parasite.</p>
<p>However, as a webmaster HTTrack can do many things for you.</p>
<p>First let me tell you what it does. Basically it downloads the entire website to your desktop, complete with folders files ect.</p>
<p>This is from their website:</p>
<p>It allows you to download a World Wide Web site from the Internet to<br />
a local directory, building recursively all directories, getting HTML,<br />
images, and other files from the server to your computer. HTTrack<br />
arranges the original site’s relative link-structure. Simply open a<br />
page of the “mirrored” website in your browser, and you can browse the<br />
site from link to link, as if you were viewing it online. HTTrack can<br />
also update an existing mirrored site, and resume interrupted<br />
downloads. HTTrack is fully configurable, and has an integrated help<br />
system.</p>
<p>There are a number of ways you can use this tool. For instance if<br />
you are working with a person who has a website up and there has been<br />
an argument between the domain owner and the webmaster, and the domain<br />
owner hired you to redo his site….You can download almost everything on<br />
the server.</p>
<p>I almost hesitate sharing this tool because I know there will be<br />
some that will use it in an unscrupulous way. Please don’t think you<br />
can download someones site and steal their content, images and site<br />
structure…..that would make you a real jerk!</p>
<p>Once I had a client that was a doctor and they wanted to put 100’s<br />
of pdf’s directly on their site that came from another doctor. The<br />
other doctor gave their permission and I was able to use HTTrack to<br />
grab the needed files.</p>
<p>Basically, I use the tool to grab a website and plug it into<br />
dreamweaver and study how the site was put together. I’ve learned a lot<br />
of tricks and I’ve been able to duplicate affects that I would have<br />
never figured out on my own. So….in essence for me, it is a great<br />
learning and teaching tool.</p>
<p>You can configure the program to only download certain sections of a<br />
website. I would highly recommend only downloading what you need.<br />
Remember if you snag someone’s site that is huge, you’ll be taking<br />
bandwidth from them.</p>
<p>The tool has been around for a while, many people use it. Just<br />
remember to use it wisely and if you think you are going to use<br />
anything you download….please, please get permission first.</p>
<p>To get your free copy of HTTrack….just go to <a href="http://www.httrack.com" target="_blank">http://www.httrack.com</a></p>
<p>For some of you guys who are new to building websites, it’s a great<br />
way to learn html. You’ll be able to learn certain effects and transfer<br />
those effects to your <a href="http://www.Best-e-Book.com/suggests/articles_kymi.htm" target="_blank">Xsitepro websites</a>.<br />
When you see a site with something really cool and it doesn’t show up<br />
on “view source code”, you can give httrack a try. By the way, this<br />
tool isn’t foolproof and will not grab everything, but you will get<br />
more than is available with “view source code”…..plus you can see how a<br />
site is structured.</p>
<p>Most will pass this by, but perfection involves understanding. Even<br />
though you use Xsitepro, at some point you need to start learning<br />
html…unless you are building only one site in your lifetime.</p>
<p>I’m constantly amazed at the number of people who bitch and complain<br />
the xsitepro won’t do this or that…when in the long run, some basic<br />
understanding of html and css would prove invaluable in the development<br />
of your sites.</p>
<p>Oh well….I better stop before I say something that gets me in trouble <img src="http://desktop-wealth.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley"> </p>
<p>Best Wishes to All!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Learn+Html+for+Your+Xsitepro+Websites+with+HTTrack+http://qczd4.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.thexsiteproguide.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a>  <a class="tt" href="http://digg.com/submit?url=http://www.thexsiteproguide.com/learn-html-for-your-xsitepro-websites-with-httrack.php&amp;title=Learn+Html+for+Your+Xsitepro+Websites+with+HTTrack" title="Post to Digg">Digg This Post</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.thexsiteproguide.com/learn-html-for-your-xsitepro-websites-with-httrack.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

