<?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>Adult web templates, Adult WordPress Themes, TGP, MGP, Gallery &#187; Tech Stuff &amp; Hosting</title>
	<atom:link href="http://www.adult-help.com/category/adult-biz-tutorials/tech-stuff-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adult-help.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Jul 2010 04:04:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using CSS to Border Your Thumbnails</title>
		<link>http://www.adult-help.com/adult-biz-tutorials/using-css-to-border-your-thumbnails/</link>
		<comments>http://www.adult-help.com/adult-biz-tutorials/using-css-to-border-your-thumbnails/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 22:17:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adult Biz Tutorials]]></category>
		<category><![CDATA[TGP/MGP]]></category>
		<category><![CDATA[Tech Stuff & Hosting]]></category>

		<guid isPermaLink="false">http://www.adult-help.com/?p=29</guid>
		<description><![CDATA[There are two methods depending upon whether you want the border style to apply to all thumbs or just one image. For one single image:
&#60;a href=""&#62;&#60;img src="thumbnail.jpg" style="border: 1px dashed #f0f0f0;" border="0"&#62;&#60;/a&#62;
For a series of images, you would setup a stylesheet. In the simplest terms, a stylesheet directs HTML web pages in how text and [...]]]></description>
			<content:encoded><![CDATA[<p>There are two methods depending upon whether you want the border style to apply to all thumbs or just one image. <span id="more-29"></span>For one single image:</p>
<p><code>&lt;a href=""&gt;&lt;img src="thumbnail.jpg" style="border: 1px dashed #f0f0f0;" border="0"&gt;&lt;/a&gt;</code></p>
<p>For a series of images, you would setup a stylesheet. In the simplest terms, a stylesheet directs HTML web pages in how text and links appear &#8211; font size, face, color, etc. etc. Your stylesheet (a regular text file saved as &#8220;style.css&#8221; and uploaded on your server to the same place your HTML web page is) would look something like this:</p>
<p><code>a.thumb:hover img { border: 1px dashed #f0f0f0; }<br />
a.thumb img { border: 1px solid #f0f0f0; } </code></p>
<p>The stylesheet would be called via the HTML web page&#8217;s header:</p>
<p><code> &lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Sample Site&lt;/title&gt;<br />
&lt;link rel="stylesheet" href="style.css" type="text/css"&gt;<br />
&lt;/head&gt;<br />
</code></p>
<p>And the style with a dashed border could be utilized somewhere in the page with the code:</p>
<p><code>&lt;a href="" class="thumb"&gt;&lt;img src="thumbnail.jpg" style="border: none;"&gt;&lt;/a&gt;</code></p>
<h3>Credits</h3>
<p>Thanks to guys from <a href="http://www.tgpfactory.com/" target="_blank">TGP Factory</a> for writing this small but very useful tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adult-help.com/adult-biz-tutorials/using-css-to-border-your-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traffic Sources: A Variety of Options</title>
		<link>http://www.adult-help.com/adult-biz-tutorials/traffic-sources-a-variety-of-options/</link>
		<comments>http://www.adult-help.com/adult-biz-tutorials/traffic-sources-a-variety-of-options/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 21:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adult Biz Tutorials]]></category>
		<category><![CDATA[General Adult Webmastering]]></category>
		<category><![CDATA[TGP/MGP]]></category>
		<category><![CDATA[Tech Stuff & Hosting]]></category>

		<guid isPermaLink="false">http://www.adult-help.com/?p=23</guid>
		<description><![CDATA[Traffic is perhaps the most key element of any adult web site; your web site visitors are the ones generating sales and fattening your pocketbooks. Increased traffic can be achieved through a variety of ways both purchased and earned, many of which we
]]></description>
			<content:encoded><![CDATA[<p>Traffic is perhaps the most key element of any adult web site; your web site visitors are the ones generating sales and fattening your pocketbooks. Increased traffic can be achieved through a variety of ways both purchased and earned, many of which we</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adult-help.com/adult-biz-tutorials/traffic-sources-a-variety-of-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Reasons to Use CSS</title>
		<link>http://www.adult-help.com/adult-biz-tutorials/ten-reasons-to-use-css/</link>
		<comments>http://www.adult-help.com/adult-biz-tutorials/ten-reasons-to-use-css/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 21:48:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adult Biz Tutorials]]></category>
		<category><![CDATA[Tech Stuff & Hosting]]></category>

		<guid isPermaLink="false">http://www.adult-help.com/?p=20</guid>
		<description><![CDATA[Cascading Style Sheets (CSS) are used within a website
]]></description>
			<content:encoded><![CDATA[<p>Cascading Style Sheets (CSS) are used within a website</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adult-help.com/adult-biz-tutorials/ten-reasons-to-use-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Stop Referrer Spam</title>
		<link>http://www.adult-help.com/adult-biz-tutorials/how-to-stop-referrer-spam/</link>
		<comments>http://www.adult-help.com/adult-biz-tutorials/how-to-stop-referrer-spam/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 21:45:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adult Biz Tutorials]]></category>
		<category><![CDATA[Tech Stuff & Hosting]]></category>

		<guid isPermaLink="false">http://www.adult-help.com/?p=19</guid>
		<description><![CDATA[Are you annoyed with seeing referrer spam in your stats? You know, when you
]]></description>
			<content:encoded><![CDATA[<p>Are you annoyed with seeing referrer spam in your stats? You know, when you</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adult-help.com/adult-biz-tutorials/how-to-stop-referrer-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Draw a basic toon in Photoshop</title>
		<link>http://www.adult-help.com/adult-biz-tutorials/draw-a-basic-toon-in-photoshop/</link>
		<comments>http://www.adult-help.com/adult-biz-tutorials/draw-a-basic-toon-in-photoshop/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 13:19:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adult Biz Tutorials]]></category>
		<category><![CDATA[Tech Stuff & Hosting]]></category>

		<guid isPermaLink="false">http://www.adult-help.com/?p=7</guid>
		<description><![CDATA[This tutorial will help you to create your first toon character using Adobe Photoshop. Perhaps some of you might like this. I use these techniques for (very) basic 20 minute toon characters.
First get yourself a cheap tablet from eBay (this tutorial was made with Genius Mousepen 8
]]></description>
			<content:encoded><![CDATA[<p>This tutorial will help you to create your first toon character using Adobe Photoshop. Perhaps some of you might like this. I use these techniques for (very) basic 20 minute toon characters.<span id="more-7"></span></p>
<p>First get yourself a cheap tablet from eBay (this tutorial was made with Genius Mousepen 8</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adult-help.com/adult-biz-tutorials/draw-a-basic-toon-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth Quality Tutorial</title>
		<link>http://www.adult-help.com/adult-biz-tutorials/bandwidth-quality-tutorial/</link>
		<comments>http://www.adult-help.com/adult-biz-tutorials/bandwidth-quality-tutorial/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 05:21:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adult Biz Tutorials]]></category>
		<category><![CDATA[General Adult Webmastering]]></category>
		<category><![CDATA[TGP/MGP]]></category>
		<category><![CDATA[Tech Stuff & Hosting]]></category>

		<guid isPermaLink="false">http://www.adult-help.com/?p=4</guid>
		<description><![CDATA[I thought it would be a nice idea to make some educational information on various hosting topics. I
]]></description>
			<content:encoded><![CDATA[<p>I thought it would be a nice idea to make some educational information on various hosting topics. I</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adult-help.com/adult-biz-tutorials/bandwidth-quality-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
