<?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>BNCScripts &#187; Tutorials</title>
	<atom:link href="http://bncscripts.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://bncscripts.com/blog</link>
	<description>BNCScripts is a tech blog . Topics focus on software, tips and tricks, tutorials, web design,  resources and inspiration</description>
	<lastBuildDate>Mon, 12 Jul 2010 20:45:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to encrypt URL? (encrypted links script)</title>
		<link>http://bncscripts.com/blog/205/encrypt-url-encrypted-links-hide-file-path/</link>
		<comments>http://bncscripts.com/blog/205/encrypt-url-encrypted-links-hide-file-path/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 20:42:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BNCScripts]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hide  the data source url]]></category>
		<category><![CDATA[Hide path to URL files]]></category>
		<category><![CDATA[Hide real file path]]></category>
		<category><![CDATA[hide url path]]></category>
		<category><![CDATA[hide url path ebook]]></category>
		<category><![CDATA[How to hide the real path]]></category>
		<category><![CDATA[how to hide url path]]></category>
		<category><![CDATA[php hide file path]]></category>
		<category><![CDATA[php hide path]]></category>
		<category><![CDATA[Time Based Expiration Link)]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=205</guid>
		<description><![CDATA[Is there a way I can encrypt a page URL and hide the data source url? 
There are times when you need to to hide the real path, web address or URL to a file that you  sell for profit &#8211; ebooks, mp3&#8217;s, software  etc (digital products) &#8211; We have a simple solution for you [...]]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/205/encrypt-url-encrypted-links-hide-file-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to redirect to another page</title>
		<link>http://bncscripts.com/blog/154/how-to-redirect-to-another-page/</link>
		<comments>http://bncscripts.com/blog/154/how-to-redirect-to-another-page/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[html redirect]]></category>
		<category><![CDATA[html redirection]]></category>
		<category><![CDATA[php redirect]]></category>
		<category><![CDATA[php redirect header]]></category>
		<category><![CDATA[PHP Redirect To Another URL]]></category>
		<category><![CDATA[PHP Redirection Tutorials]]></category>
		<category><![CDATA[php url redirect]]></category>
		<category><![CDATA[Redirect to another page]]></category>
		<category><![CDATA[URL redirection]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=154</guid>
		<description><![CDATA[The most efficient method for webpages redirection is 301 redirect. The code 301 means &#8220;moved permanently&#8221;. Here we have an example for php 301 redirect

&#60;?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-website.com" );
?&#62;

The following php code redirects the user to /index.php within the same site:
&#60;?  header('Location: /index.php'); ?&#62;
Html Redirect
The following code must be found [...]]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/154/how-to-redirect-to-another-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners with CSS3</title>
		<link>http://bncscripts.com/blog/146/rounded-corners-with-css3/</link>
		<comments>http://bncscripts.com/blog/146/rounded-corners-with-css3/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Rounded Corners]]></category>
		<category><![CDATA[Rounded Corners css]]></category>
		<category><![CDATA[Rounded Corners css3]]></category>
		<category><![CDATA[Rounded Corners with css]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=146</guid>
		<description><![CDATA[This is pure css that will help you to make Rounded Corners.

&#60;style type="text/css"&#62;
.box {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
&#60;/style&#62;

&#60;div&#62;
&#60;!--CONTENT--&#62;
&#60;/div&#62;
]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/146/rounded-corners-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for a busy designer</title>
		<link>http://bncscripts.com/blog/141/tips-for-a-busy-designer/</link>
		<comments>http://bncscripts.com/blog/141/tips-for-a-busy-designer/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 17:44:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=141</guid>
		<description><![CDATA[Most designers are so busy with client work, or trying to find more clients, that networking-related activities are more of an afterthought that get attention whenever the time happens to be available. While networking is critical, it doesn’t have to adsorb huge amounts of time that prevent you from getting other essential tasks completed.

1. Organize [...]]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/141/tips-for-a-busy-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install BNC Advanced RSS Parser ( rss to html convertor ) 1.7</title>
		<link>http://bncscripts.com/blog/111/how-to-install-bnc-advanced-rss-parser-rss-to-html-convertor-1-7/</link>
		<comments>http://bncscripts.com/blog/111/how-to-install-bnc-advanced-rss-parser-rss-to-html-convertor-1-7/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 08:27:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BNCScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bnc rss convertor]]></category>
		<category><![CDATA[install bnc rss parser]]></category>
		<category><![CDATA[php rss parser]]></category>
		<category><![CDATA[rss parser]]></category>
		<category><![CDATA[rss to html convertor]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=111</guid>
		<description><![CDATA[BNC Advanced RSS Parser with cache function ( Rss to Html ) 1.7 is a php script that gives you the ability to add feeds to your website.It displays it inside your webpage, exactly as if the content were part of you page . Maybe you like to show your last blog posts on your [...]]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/111/how-to-install-bnc-advanced-rss-parser-rss-to-html-convertor-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to put an HTML element on top of a Flash movie</title>
		<link>http://bncscripts.com/blog/77/how-to-put-an-html-element-on-top-of-a-flash-movie/</link>
		<comments>http://bncscripts.com/blog/77/how-to-put-an-html-element-on-top-of-a-flash-movie/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:48:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[div over flash]]></category>
		<category><![CDATA[html div over flash]]></category>
		<category><![CDATA[html div over flash video]]></category>
		<category><![CDATA[html over flash]]></category>
		<category><![CDATA[html over flash video]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=77</guid>
		<description><![CDATA[The solution to the problem is very easy. All you need to do is add a param to the object including the Flash:
 
&#60;param name="wmode" value="transparent"&#62;

Simple yet ?
]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/77/how-to-put-an-html-element-on-top-of-a-flash-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding A HTML 5 Layout From Scratch</title>
		<link>http://bncscripts.com/blog/52/coding-a-html-5-layout-from-scratch/</link>
		<comments>http://bncscripts.com/blog/52/coding-a-html-5-layout-from-scratch/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:11:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[HTML 5 Layout]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=52</guid>
		<description><![CDATA[Today you have a new tutorial from smashingmagazine.com. This will help you to code a html 5 layout from scratch. The tutorial was made by Enrique Ramírez


the tutorial
]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/52/coding-a-html-5-layout-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
