<?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>NewSourceMedia Blog &#187; Hide</title>
	<atom:link href="http://newsourcemedia.com/blog/tag/hide/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Fri, 30 Dec 2011 04:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Embed QuickTime Movies with Custom Embed Tags</title>
		<link>http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/</link>
		<comments>http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Video / Audio]]></category>
		<category><![CDATA[.mov]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[bgcolor]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[Hide]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[QickTime]]></category>
		<category><![CDATA[Quick Time]]></category>
		<category><![CDATA[QuickTime]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Tag]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2008/10/09/embed-quicktime-movies-with-custom-embed-tags/</guid>
		<description><![CDATA[How to hide the controller player, change movie background and auto start to the embed QuickTime mov file. AUTOPLAY=value (optional...requires QuickTime 3 or later) AUTOPLAY attribute causes the movie to start playing as soon as the QuickTime Plug-In estimates that &#8230; <a href="http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[How to hide the controller player, change movie background and auto start to the embed QuickTime mov file. <span id="more-152"></span><strong>AUTOPLAY</strong>=value (optional...requires QuickTime 3 or later)

AUTOPLAY attribute causes the movie to start playing as soon as the QuickTime Plug-In estimates that it will be able to play the entire movie without waiting for additional data when set to TRUE. AUTOPLAY can either be set to TRUE or FALSE. The default behavior is set by the user in the 'QuickTime Plug-in Settings.'

<span class="code">&lt;embed src="sample.mov" width="200" height="240" autoplay="true"&gt;</span>

<strong>AUTOHREF</strong>=value (optional...requires QuickTime 4 or later)

Load movie file immediately without waiting on a mouse click, The default value is set to FALSE:

<span class="code">&lt;embed src="sample.mov" width="200" height="240" href="http://dns/foo.mov" autohref="true"&gt;</span>

<strong>BGCOLOR</strong>=hex value (optional...requires QuickTime 3 or later)

This attribute sets the background color for any eara that's not occupied by the movie. For example, if a 160x120 movie was embedded in a space of 200x120, there would be 40 pixels of undefined color space in the width. Specifying the hex value of the background color will fill the undefined space with the value specified.

<span class="code">&lt;embed src="sample.mov" width="200" height="240" bgcolor="000000"&gt;</span>

<strong>CONTROLLER</strong>=value(optional...requires QuickTime 3 or later)

You can hide the QuickTime player controller by setting the CONTROLLER attribute to FALSE. This will effect the visibility of the movie controller. CONTROLLER can either be TRUE or FALSE. By default, CONTROLLER is TRUE.

Note: For compatibility with existing web pages, the default is FALSE for QuickTime VR movies, image files, and flash files.

Note 2: For poster movies, you would normally set controller="false".

<span class="code">&lt;embed src="sample.mov" width="200" height="240" controller="false"&gt;</span>]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable or Enable Directory Browsing or Indexing</title>
		<link>http://newsourcemedia.com/blog/disable-or-enable-directory-browsing-or-indexing/</link>
		<comments>http://newsourcemedia.com/blog/disable-or-enable-directory-browsing-or-indexing/#comments</comments>
		<pubDate>Wed, 09 Feb 2005 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Setup .htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[disablnable]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[Hide]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Indexing]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[visable]]></category>
		<category><![CDATA[visible]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2005/02/08/disable-or-enable-directory-browsing-or-indexing/</guid>
		<description><![CDATA[How to disable directories from browsing or indexing to hide images, and other files from visitors. This give you total control of your web folders to block unwanted viewing using .htaccess files with Apache Disable or Enable Directory Browsing or &#8230; <a href="http://newsourcemedia.com/blog/disable-or-enable-directory-browsing-or-indexing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[How to disable directories from browsing or indexing to hide images, and other files from visitors. This give you total control of your web folders to block unwanted viewing using .htaccess files with Apache
<span id="more-186"></span>
<h4>Disable or Enable Directory Browsing or Indexing in .htaccess file</h4>
Browsing or indexing is an option that allows the contents of a directory to be displayed in the browser when the directory does not contain an index page.

For example, if you make an http call to a directory such as http://yourdomain.com/images/,     it would list all the images in that directory without the need for an html page with links.

We will need to create a blank file called ".htaccess". You can name it "htaccess.txt" while your editing it, then rename the file to ".htaccess" after the file is on your web server.
<h4>Disable Directory Browsing or Indexing</h4>
Type or copy and past the following line of text in to your blank file.
Note: I add the work "All" so that every folder in that directory follows the same rule.
<blockquote>
<table border="0" cellspacing="0" cellpadding="5" bgcolor="#e8e8e8">
<tbody>
<tr>
<td>Options All -Indexes</td>
</tr>
</tbody></table>
</blockquote>
<h4>Enable Directory Browsing or Indexing</h4>
You can reactivate it by adding the following line to your <span class="code">.htaccess</span> file:
<blockquote>
<table border="0" cellspacing="0" cellpadding="5" bgcolor="#e8e8e8">
<tbody>
<tr>
<td>Options  +Indexes</td>
</tr>
</tbody></table>
</blockquote>
Once this is added, the directory will fully index again.]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/disable-or-enable-directory-browsing-or-indexing/feed/</wfw:commentRss>
		<slash:comments>5</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! -->
