<?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>NPSites.com &#187; HowTos</title>
	<atom:link href="http://www.npsites.com/category/howtos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.npsites.com</link>
	<description>NPSites.com</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:38:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash Probe &#8211; Free Online Flash Decompiler</title>
		<link>http://www.npsites.com/144/flash-probe-free-online-flash-decompiler.html</link>
		<comments>http://www.npsites.com/144/flash-probe-free-online-flash-decompiler.html#comments</comments>
		<pubDate>Tue, 30 Nov 1999 06:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Multimedia / Graphics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.npsites.com/?p=144</guid>
		<description><![CDATA[Flash Probe Flash Decompiler is one of those products you hope you never need but if you do it might help you get out of a tight spot. Have you ever designed a flash button or image animation that you need to redo and then you find out that you misplaced the original files? Well [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.npsites.com/npsblog/wp-content/uploads/HLIC/dbd72cd52c5cf0f92b3e723039a37466.gif" alt="" width="128" height="60" />Flash Probe Flash Decompiler is one of those products you hope you never need but if you do it might help you get out of a tight spot.</p>
<p>Have you ever designed a flash button or image animation that you need to redo and then you find out that you misplaced the original files?</p>
<p>Well usually this means that you end up eating your own time and starting over from the beginning. In some cases its not the end of the world but it can be seriously annoying.</p>
<p>Well this is where you would want to make use of a decompiler program or in this case an online service.Flash probe is meant to provide web developers and design enthusiasts a means of quickly creating HTML pages out of Flash-based websites. The free tool will decompile your SWF and show you the images, text and links that are contained in it. Apart from usage statistics, Flash Probe does not collect, resell or permanently host third party content on its server. After submission of a file, the text and images are available for around 30 minutes after which time all content is deleted.</p>
<p>For the most part you can&#8217;t expect to get everything that was part of the project but you should be able to grab enough parts to get started again.</p>
<p>Simply upload or enter the url of the flash object that you want to decompile and let the service do the work.</p>
<p>In a short time you will be presented with what they could retrieve from the file.</p>
<p>Again you are not going to endup with the total source that you can just modify and recompile but it is a starting point.</p>
<p>Visit their website</p>
<p><a href="http://www.flashprobe.com" target="_blank">http://www.flashprobe.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/144/flash-probe-free-online-flash-decompiler.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing A Robots.txt File For Google Bots</title>
		<link>http://www.npsites.com/23/writing-a-robotstxt-file-for-google-bots.html</link>
		<comments>http://www.npsites.com/23/writing-a-robotstxt-file-for-google-bots.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 01:22:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Management]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=23</guid>
		<description><![CDATA[Google is one of the largest search engines but Google also serves ads for many of our sites. So what is a robots.txt file and how do you modify it so it works well with Google. What is a robots.txt File Robots are unmanned Internet tools that visit websites and try to read the content [...]]]></description>
			<content:encoded><![CDATA[<p>Google is one of the largest search engines but Google also serves ads for many of our sites.</p>
<p>So what is a robots.txt file and how do you modify it so it works well with Google.</p>
<p><strong>What is a robots.txt File</strong><br />
Robots are unmanned Internet tools that visit websites and try to read the content of and index the content of the site. For search engines they are interested in grabbing keywords and links within the site so they can be included in search results for their users.</p>
<p>To do this they read in the HTML content of the page using algorithms to weed out fake content. They will read the title of the page and of headlines and weight that against the rest of the content. They may also look at meta keywords and descriptions located in the header but many robots actually read your pages like a human would. Or at least they try to.</p>
<p>Robots used for advertising banners will read the page and feed an ad banner based on the content of the page. This often happens real time and is transparent to your visitors. This can place an extra load on your server because each page view will require a second, third, fourth or more hits to your pages just to serve your ads.</p>
<p>Ok so what can you do to control these bots? Well a robots.txt file can contain instructions that NICE bots will read and this will let you control how they browse through your site. However even some large search engine companies ignore this file and in that case you will need to setup a .htaccess rule to control the bots access to your site.</p>
<p>Since we are trying to make a nice robots.txt file for Google you should understand that their bots can and do change. Google will give you specific instructions when they change their settings that you can view from your AdSense account.</p>
<p><strong>Setting Up The Robots.txt File</strong><br />
All you need to write a robots.txt file is notepad or other another pure txt file editor.</p>
<p>Start by creating an empty file named robots.txt</p>
<p>Add to that file the following:</p>
<div style="width: 400px; border: #000000 1px solid;">
<p>User-agent: Mediapartners-Google*<br />
Disallow:</p>
<p> </p></div>
<p>Now save this file and upload it to your root website directory.<br />
This is the main directory with your index.html file where people are pointed when they type in www.yoursitename.com in their browser.</p>
<p>This command will allow Google&#8217;s Bots to see your whole site. It should be on the top lines of your robots.txt file if you have other commands in your file.</p>
<p>You may also want to limit access to certain directories on your site from all bots.</p>
<p>In other pages we will cover how to block bad bots and how to use meta tags to control bots on your site.</p>
<p>We will also cover how to block bad bots with a .htaccess file.</p>
<p>Remember that controling who indexes your site is never perfect but it is something that you can do to optimize the way your visitors see your site in search engine indexes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/23/writing-a-robotstxt-file-for-google-bots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robots And Meta Tags &#8211; Website Optimization</title>
		<link>http://www.npsites.com/26/robots-and-meta-tags-website-optimization.html</link>
		<comments>http://www.npsites.com/26/robots-and-meta-tags-website-optimization.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 02:38:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO & Advertising]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=26</guid>
		<description><![CDATA[Meta Tags have long been used by Search Engines to Index your Website into their Directories. Although there have been abuses of Meta Data by SEO Firms which have changed how Robots use this information it is probably still a good idea to include it if it is not too much trouble. &#60;META&#62;tags are placed [...]]]></description>
			<content:encoded><![CDATA[<p>Meta Tags have long been used by Search Engines to Index your Website into their Directories.</p>
<p>Although there have been abuses of Meta Data by SEO Firms which have changed how Robots use this information it is probably still a good idea to include it if it is not too much trouble.</p>
<p><strong>&lt;META&gt;</strong>tags are placed in the &lt;head&gt; area in your webpages. They can contain commands and descriptions and sometimes your blog or website software can include these tags automatically. If not then you will have to find a way to add them to your header area in your website template or html files.</p>
<p>Lets look at some of the more popular &lt;META&gt; tags.</p>
<p><strong>Controlling Robots</strong><br />
There are 2 settings which can be turned on and off<br />
<strong>Index</strong> this page INDEX, NOINDEX<br />
<strong>Follow</strong> links on this page FOLLOW, NOFOLLOW</p>
<div style="width: 400px; border: #000000 1px solid;">
<p>&lt;head&gt;<br />
&lt;META NAME=&#8221;ROBOTS&#8221; CONTENT=&#8221;NOINDEX, NOFOLLOW&#8221;&gt;<br />
&lt;/head&gt;</p></div>
<p>You can also mix and match the index and follow command for instance you could ask the robot not to index this page but follow links to other pages.<br />
&lt;META NAME=&#8221;ROBOTS&#8221; CONTENT=&#8221;NOINDEX, FOLLOW&#8221;&gt;</p>
<p>Or you could ask it to index this page but not follow links to other pages.<br />
&lt;META NAME=&#8221;ROBOTS&#8221; CONTENT=&#8221;INDEX, NOFOLLOW&#8221;&gt;</p>
<p><strong>Content Type Descriptions</strong></p>
<p>Now every page you make should have a doctype descriptor as the first line. This is pretty much a mandatory descriptor today because our browsers read in many different file and content types. Meta Descriptors are used for indexing your content and can also include content type and language type instructions.</p>
<p>&lt;meta http-equiv=&#8221;content-type&#8221; content=&#8221;text/html; charset=US-ASCII&#8221; /&gt;<br />
&lt;meta http-equiv=&#8221;content-language&#8221; content=&#8221;en-us&#8221; /&gt;</p>
<p><strong>Content Author Information</strong></p>
<p>It is important to include a human readable copyright notice on your pages but you can also include this information in your meta tags. You can include the Author, Contact info or email and Copyright info.</p>
<p>&lt;meta http-equiv=&#8221;author&#8221; content=&#8221;Jimmy Smith&#8221; /&gt;<br />
&lt;meta http-equiv=&#8221;contact&#8221; content=jimmysmith@jimmysmith.com /&gt;<br />
&lt;meta name=&#8221;copyright&#8221; content=&#8221;Copyright (c)2001 Jimmy Smith. All Rights Reserved.&#8221; /&gt;</p>
<p> </p>
<p><strong>Search Engine Keywords and Descriptions</strong><br />
Keywords and Descriptions in Meta Tags are not often used anymore because some SEO firms would get fake placement in search engines by manipulating this data. But it is probably not a bad idea to include it anyway until it has been officially deprecated.</p>
<p>&lt;meta name=&#8221;description&#8221; content=&#8221;Jimmy Smith Talks about Farming&#8221; /&gt;<br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;cows, chickens, oranges, farming, lemons, tractors&#8221; /&gt;</p>
<p> </p>
<p><strong>Other Uses</strong><br />
Meta Data can be used for for any type of descriptive information and some companies such as child safe search engines and website blocking software read the meta tags to see the Rating of the website you are visiting. This information is voluntary by the website owner but if your visitor is using website blocking software and you do not include this tag they will not be able to load your webpages.</p>
<p>an example of such a tag would be:</p>
<p>&lt;meta http-equiv=&#8221;pics-label&#8221; content=&#8217;(pics-1.1 &#8220;http://www.icra.org/ratingsv02.html&#8221; &gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/26/robots-and-meta-tags-website-optimization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I Buy Links To Improve My Search Engine Rank?</title>
		<link>http://www.npsites.com/28/should-i-buy-links-to-improve-my-search-engine-rank.html</link>
		<comments>http://www.npsites.com/28/should-i-buy-links-to-improve-my-search-engine-rank.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 03:48:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO & Advertising]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=28</guid>
		<description><![CDATA[Back links are probably one of the most important ways to get higher search engine placement but it is important to get the right links to push your placement. For the most part that means you can&#8217;t buy links on the right sites and you can&#8217;t go out and generate a bunch of free websites [...]]]></description>
			<content:encoded><![CDATA[<p>Back links are probably one of the most important ways to get higher search engine placement but it is important to get the right links to push your placement.</p>
<p>For the most part that means you can&#8217;t buy links on the right sites and you can&#8217;t go out and generate a bunch of free websites to promote your links. This practice is called link farming and because Search Engines depend on advertising they are always hunting down link farms and excluding them from their databases.</p>
<p>Even so you will still see companies claiming they can place 10,000 good links to your site for $495.99&#8230;.. Don&#8217;t fall for this. The best way is to have good content that visitors will back link or share with friends. Not to mention the fact that if your site is included in a weblink farm you may end up on a black list once the search engine company blocks the farm from their database.</p>
<p>Becoming popular is relatively slow at first unless you have a large advertising budget. Google recommends that a publisher write at least 500 unique pages before they begin to evaluate their websites placement.</p>
<p>For an average Blogger even a commercialized website with just one or a few writers this can mean weeks or months before enough good content is available for both your viewers and for webbots to evaluate.</p>
<p>In our other Guides we will go over methods that can improve not only your traffic but your retention of visitors. We will also cover how to implement an ad campaign and how to ad advertising to your site.</p>
<p>So, pretty much as you probably thought if something seems too good to be true then it probably is.</p>
<p>Value your visitors by making good content and they will return the favor by linking back to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/28/should-i-buy-links-to-improve-my-search-engine-rank.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Management &#8211; Custom Error Pages</title>
		<link>http://www.npsites.com/30/website-management-custom-error-pages.html</link>
		<comments>http://www.npsites.com/30/website-management-custom-error-pages.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:23:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Management]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=30</guid>
		<description><![CDATA[There are times when entvery site will have errors displayed to their visitors and this is normal even on the best and biggest sites.  There are a variety of reasons that a visitor may see an error but as a webmaster you want to provide your visitor with information that will lead them back to [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when entvery site will have errors displayed to their visitors and this is normal even on the best and biggest sites.  There are a variety of reasons that a visitor may see an error but as a webmaster you want to provide your visitor with information that will lead them back to the content that they are looking for.</p>
<p>The first and most common is a 404 Error.<br />
This is when your visitor trys to visit a page that is not available on your site. This often happens when you change your directory structure or permalink rewrite structure for your pages and although it is an Error it does not really represent a problem occurring.</p>
<p>The best way to handle your 404 errors is to add a 404 error page to your root website directory. If you are using CPanel or another website management panel you can review the ways that your host wants this file written but for the most part it is as simple as writing a basic html page and naming it <strong>404.shtml</strong> and placing it in your<strong> /public_html/ directory</strong>. Note that the file is named SHTML because it is a server scripted file.</p>
<p><strong>Other common website errors include:</strong></p>
<p><strong>206</strong> Partial Content<strong><br />
301</strong> Moved permanently (redirect)<br />
<strong>400</strong> (Bad request)<br />
<strong>401</strong> (Authorization required)<br />
<strong>403</strong> (Forbidden)<br />
<strong>404</strong> (Wrong page)<br />
<strong>500</strong> (Internal server error)</p>
<p>If you read your website logs you should be concerned if you are getting a large number of any errors.</p>
<p><strong>500</strong> (Internal server error)<br />
This is a very important Error because it means that the scripts on your site are not functioning properly. It is very common to get this error when you are first installing Perl or Php Scripts because during the install or writing process you are likely to mistake a location of a file or forget the dreaded ; at the end of a line.</p>
<p>Once you fix the initial install if you check that the script is working well then 500 server errors may be caused by a slow server where your processes are timing out before they are completed. This is very common on shared hosting and for some website scripts there really is no cure but to move to a dedicated server to gain you more power. However for most basic website software your host should be able to handle a decent amount of load if you do not go overboard with plugins and special features.</p>
<p>Remember if you are seeing these errors in your log files then your visitors are seeing them when they load your site. Installing Error Handling Pages will present your customer with specific information and if you desire a way to contact you.</p>
<p><strong>Writing Your Error Handler Files</strong><br />
You should make a html file that looks like the rest of your site but the content area should announce the information they were looking for can not be found or that an error has happened.</p>
<p>The page should have all the basic navigation working so they can get back to the area they just were or get to your home or contact page.</p>
<p>An easy way is to view your website and then copy the pages web source code into a text document. This is important for Shopping Sites and Blogs whos sites are often split up in a template.</p>
<p>You can also include a Search Box.</p>
<p>Some ad companies frown on placing ads on error pages so check with your program guidelines. The reason behind this is some sites make temporary pages to get into search engines and then take them offline generating thousands of error pages just to get clicks. </p>
<p><strong>Site Maps for Search Engines<br />
</strong>If you find your site is having a number of missing or moved page problems you may want to look into generating a Sitemap file that can be read by search engines. View our other Guides on Search Engine Site Maps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/30/website-management-custom-error-pages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo Disallow Webbots For WordPress</title>
		<link>http://www.npsites.com/32/howto-disallow-webbots-for-wordpress.html</link>
		<comments>http://www.npsites.com/32/howto-disallow-webbots-for-wordpress.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 05:28:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Management]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=32</guid>
		<description><![CDATA[For any website administrator it is important to regulate how search engine robots suck the life out of your site. While it is important to consider .htaccess for password protecting and leaching of images simply inserting a robots.txt file can reduce a lot of load on your site. This is very important for administrators who use [...]]]></description>
			<content:encoded><![CDATA[<p>For any website administrator it is important to regulate how search engine robots suck the life out of your site. While it is important to consider .htaccess for password protecting and leaching of images simply inserting a robots.txt file can reduce a lot of load on your site.</p>
<p>This is very important for administrators who use Amazon Webstores and for anyone that feeds their content off of remote xml data. If the generation of your sites pages can be unlimited based on an external data resource you should examine more indepth ways to restrict access to any bot.</p>
<p>For WordPress users you want to restrict access to files and directories that are not part of your site. You may also want to restrict access to your images and cache files.</p>
<p>A basic WordPress robots.txt file could include the following:</p>
<p>Notice User Agent * is all&#8230;. and that disallows are at the top<br />
followed by overrides for Google AdSense.<br />
An included badbot is also banned based on their user agent info found in the webserver logs.</p>
<div style="border: 1px solid #000000; margin: 5px; padding: 5px; font-size: 9px; width: 450px; line-height: 10px;">User-agent: *<br />
Disallow: /cgi-bin<br />
Disallow: /wp-admin<br />
Disallow: /wp-includes<br />
Disallow: /wp-content/plugins<br />
Disallow: /wp-content/cache<br />
Disallow: /wp-content/themes<br />
Disallow: /trackback<br />
Disallow: /feed<br />
Disallow: /comments<br />
Disallow: /category/*/*<br />
Disallow: */trackback<br />
Disallow: */feed<br />
Disallow: */comments<br />
Disallow: /*?*<br />
Disallow: /*?<br />
Allow: /wp-content/uploads</p>
<p># Google AdSense<br />
User-agent: Mediapartners-Google*<br />
Disallow:<br />
Allow: /*</p>
<p># BadBot found in my logs<br />
User-agent: badbot<br />
Disallow: /</p></div>
<p>Remember that a robots.txt file is only as good as the bot that reads it.<br />
If someone is using wget to grab your site or a bot designed to harvest emails and links you are better off stopping it with script level denial, .htaccess or firewall commands.</p>
<p>If your site is getting hammered then contact your Service provider for help.</p>
<p>This info is just for reducing unneeded or unnecessary load by having bots run around in circles not finding what they should be looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/32/howto-disallow-webbots-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Your Current Directory With PHP</title>
		<link>http://www.npsites.com/37/finding-your-current-directory-with-php.html</link>
		<comments>http://www.npsites.com/37/finding-your-current-directory-with-php.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 05:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=37</guid>
		<description><![CDATA[There are times when you are moving to a new host or just when you need to examine where the file you uploaded is located relative to your website. To do this you can use the PHP command getcwd() this will retreive the Current Working Directory or the location of the file that is being [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when you are moving to a new host or just when you need to examine where the file you uploaded is located relative to your website.</p>
<p>To do this you can use the PHP command getcwd() this will retreive the Current Working Directory or the location of the file that is being executed.</p>
<p>Simply make a new text file named whereami.php</p>
<div id="excodebox">&lt;?php<br />
echo &#8220;you are here&#8221; . &#8220;n&#8221;;<br />
echo getcwd() . &#8220;n&#8221;;<br />
?&gt;</div>
<p>Upload this file to the directory that you need to get the path to and load it in your browser.</p>
<p>You should remove the file after it is no longer needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/37/finding-your-current-directory-with-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Controlling Adbrite Inline Ads</title>
		<link>http://www.npsites.com/39/howto-controlling-adbrite-inline-ads.html</link>
		<comments>http://www.npsites.com/39/howto-controlling-adbrite-inline-ads.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 13:44:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO & Advertising]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=39</guid>
		<description><![CDATA[Ok so you just got your new Adbrite account and you are ready to setup your first Ad Zone. You go to a screen where it asks you what type of ads you want on your pages. Of course you select the banner ad because that is the best for placement but there are 2 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Adbrite Logo" src="http://www.npsites.com/npsblog/wp-content/uploads/HLIC/e5092eb9c6fd35bcebc23fcd11ddb5a6.gif" alt="" />Ok so you just got your new Adbrite account and you are ready to setup your first Ad Zone.</p>
<p>You go to a screen where it asks you what type of ads you want on your pages. Of course you select the banner ad because that is the best for placement but there are 2 other ad types (as of now) that you can select.</p>
<p>The first is a full page ad that is shown to the visitor after 3 to 5 page views, we will cover this ad type in a different HowTo</p>
<p>The second is their inline Link Ads that <strong><span style="color: #00ff00;"><span style="text-decoration: underline;">highlight</span></span></strong> words on your page automatically and then show the visitor a popup ad when they hover over the <strong><span style="text-decoration: underline;"><span style="color: #00ff00;">word</span></span></strong>.</p>
<p>The inline ad type is best used on pages with a lot of text 500 words or more is best.</p>
<p>You also may want to restrict their use from pages that are official information about your business like your About page or Contact form pages and also your Store Pages where a visitor may be navigated away froma purchase.</p>
<p>Other then that they can be placed on any page simply by adding a small javascript to the page and including the option in your Ad Zone.</p>
<hr /><strong>Ok so lets step through the process and get control over these Inline Ads.</strong></p>
<p><strong>Create a New Ad Zone in your Ad Brite Account</strong></p>
<p>For best control select inline ads only.</p>
<p>Fill in all of the information about your site or use the stored info.<br />
<strong>Name of ad zone</strong>: yoursite.com InLine Ads</p>
<p>Set your keywords and other site information then click Get Ad Code</p>
<p>The ad code is a javascript that you can place anywhere on your page but it is probably best placed in your Header since it is not an ad banner.</p>
<hr /><strong>WordPress Users</strong><br />
If you are using wordpress you can include this code in your specific theme templates to restrict the ads.</p>
<p>To view inline ads only in post and not on pages place the code in your <strong>single.php</strong> file.</p>
<hr />Once the ad zone is activated in your account it will take some time for it to show up on your website. Expect at least 2 to 12 hours until your inline ads start showing up in the text of your site.</p>
<h2>Getting Control over the Placement of the Ads</h2>
<p>Once you see the ads have been activated you will notice that words outside of your main post content will be highlighted. You may even see parts of menus and headers and footers being highlighted.</p>
<p>This will make for a very ugly site.</p>
<p>To restrict the area that inline ads will be made in your text you can simply use the following:</p>
<p><strong>&lt;span class=&#8221;adbriteinline&#8221;&gt;</strong> your content here <strong>&lt;/span&gt;</strong></p>
<p>for WordPress users open your single.php file and wrap the span around your content php</p>
<p>&lt;span class=&#8221;adbriteinline&#8221;&gt;&lt;?php the_content(); ?&gt;&lt;/span&gt;</p>
<p>Now all of your highlighted inline adbrite ads will be restricted just to your main content area.</p>
<p><strong>Final Note</strong></p>
<p>Every website is different and using inline ads is something that may chase your visitors away but it will reduce ad blindness where visitors completely ignore ads.</p>
<p>You should treat this ad type as you would any other and if you do not see income you may want to restrict its use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/39/howto-controlling-adbrite-inline-ads.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Buzz Buttons User Announcements</title>
		<link>http://www.npsites.com/44/yahoo-buzz-buttons-user-announcements.html</link>
		<comments>http://www.npsites.com/44/yahoo-buzz-buttons-user-announcements.html#comments</comments>
		<pubDate>Tue, 13 Jan 2009 01:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO & Advertising]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=44</guid>
		<description><![CDATA[After you ask the major search engines to index your site how do you announce new content? Well Yahoo Buzz is a Beta directory of recent posts to websites, blogs and other information on the web that viewers find interesting enough to give a bump. To let your visitors submit your sites pages to Yahoo [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.npsites.com/npsblog/wp-content/uploads/HLIC/b198494050519287479ca5065961e9e2.gif" alt="" />After you ask the major search engines to index your site how do you announce new content?</p>
<p>Well Yahoo Buzz is a Beta directory of recent posts to websites, blogs and other information on the web that viewers find interesting enough to give a bump.</p>
<p>To let your visitors submit your sites pages to Yahoo Buzz you can add a Button that will bring your visitors to the yahoo Buzz site.</p>
<p>You have a few options when you select your button including predefining the form fields for the submission.</p>
<p><strong>To get started</strong></p>
<p>Visit Yahoo&#8217;s website and choose a button you like</p>
<p><a href="http://buzz.yahoo.com/buttons" target="_blank">http://buzz.yahoo.com/buttons</a></p>
<p>You have the choice of a standard button or one that shows how many times your page has been submitted.</p>
<p>Once you have selected the button you want all you need to do is add the javascript to your site.</p>
<p>You also need to replace the <strong>ARTICLEURL</strong> in the code with the url to the page.</p>
<p>For <strong>WordPress users</strong> you can replace <strong>ARTICLEURL</strong> with a link to your Permalink code.</p>
<p>You can also fill in some of the other optional fields with WordPress code.</p>
<div id="excodebox">&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
yahooBuzzArticleHeadline = &#8220;www.&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;.com &lt;?php <strong>wp_title</strong>(); ?&gt;&#8221;;<br />
yahooBuzzArticleSummary = &#8220;www.&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;.com &lt;?php <strong>wp_title</strong>(); ?&gt;&#8221;;<br />
yahooBuzzArticleType = &#8220;text&#8221;;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://d.yimg.com/ds/badge2.js&#8221; badgetype=&#8221;small&#8221;&gt;&lt;?php <strong>the</strong>_<strong>permalink</strong>() ?&gt;&lt;/script&gt;</div>
<p>If you are not using WordPress but you are using PHP there are a number of ways to grab urls and place page titles into your Buzz Buttons. Your use will depend on your website.</p>
<p>You should check with Yahoo&#8217;s site for additional updates to their Buzz Buttons</p>
<p><strong>Here are some other optional fields that you can put in your button code.<br />
Optional Elements</strong></p>
<p>To provide a story’s headline upon submission: yahooBuzzArticleHeadline = &#8220;Enter Story Headline Here&#8221;</p>
<p>To provide a story’s summary upon submission:<br />
<strong>yahooBuzzArticleSummary</strong> = &#8220;Enter Story Summary Here&#8221;</p>
<p>To provide a story’s category upon submission:<br />
<strong>yahooBuzzArticleCategory</strong> = &#8220;Enter Story Category Here&#8221;</p>
<p>where &#8220;Enter Story Category Here&#8221; must be one of the following: business, entertainment, health, images, lifestyle, politics, science, sports, travel, usnews, video, world-news</p>
<p>To provide a story’s media type upon submission:<br />
<strong>yahooBuzzArticleType</strong> = &#8220;Enter Media Type Here&#8221;</p>
<p>where &#8220;Enter Media Type Here&#8221; must be one of the following: text, image, video</p>
<p>Finally, to automatically pull the URL associated with the page where the button lives upon submission: <strong>yahooBuzzArticleId</strong> = window.location.href</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/44/yahoo-buzz-buttons-user-announcements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Starts New Google Aps Reseller Program</title>
		<link>http://www.npsites.com/47/google-starts-new-google-aps-reseller-program.html</link>
		<comments>http://www.npsites.com/47/google-starts-new-google-aps-reseller-program.html#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HowTos]]></category>

		<guid isPermaLink="false">http://htmlguide.npsites.com/?p=47</guid>
		<description><![CDATA[Google announced a program by which resellers can offer and charge for Google Apps. Google Apps is a customizable package of business applications including mail, calendar, team site creation, document collaboration, and video sharing. The reseller program will allow developers to deploy standard or modified packages for their customers and then charge for the products. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="google aps" src="http://www.npsites.com/npsblog/wp-content/uploads/HLIC/57e0a54d40dfa9c21c80450f8db4b95c.gif" alt="" />Google announced a program by which resellers can offer and charge for Google Apps.</p>
<p>Google Apps is a customizable package of business applications including mail, calendar, team site creation, document collaboration, and video sharing.</p>
<p>The reseller program will allow developers to deploy standard or modified packages for their customers and then charge for the products.</p>
<p>This is a great way to market your skills to a wide range of customers including the ones you may already have.</p>
<p>Resellers are also expected to offer a level of support to their customers.</p>
<p>For more information about this exciting opportunity visit</p>
<p>http://www.google.com/apps/intl/en/business/resellers/index.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npsites.com/47/google-starts-new-google-aps-reseller-program.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
