<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Design Without Frontiers » Quick Tips</title>
	
	<link>http://www.designwithoutfrontiers.com</link>
	<description>Web Design, CSS, Flash, Tutorials and Hot Trends</description>
	<lastBuildDate>Wed, 14 Oct 2009 13:37:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/DesignWithoutFrontiers/QuickTips" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to centre align your page or div</title>
		<link>http://www.designwithoutfrontiers.com/centre-align-your-page-or-div/</link>
		<comments>http://www.designwithoutfrontiers.com/centre-align-your-page-or-div/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:46:41 +0000</pubDate>
		<dc:creator>Kostas Mavropalias</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[centre]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://www.designwithoutfrontiers.com/?p=76</guid>
		<description><![CDATA[Two quick steps to align your site in the center of the screen (horizontally).]]></description>
			<content:encoded><![CDATA[<p>If you want to align your site in the center of the screen (horizontally), you just need to follow these two quick steps.</p>
<p>First, add this css code:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#content</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Then, create a &lt;div&gt; in your &lt;body&gt; with the <em>id </em>&#8216;content&#8217;, and put the actual content inside.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;div id<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;content&quot;</span><span style="color: #00AA00;">&gt;</span>content&lt;/div<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>Voila, your &lt;div&gt; and your whole page are centre alligned!</p>
  ]]></content:encoded>
			<wfw:commentRss>http://www.designwithoutfrontiers.com/centre-align-your-page-or-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable the right click menu in flash movies</title>
		<link>http://www.designwithoutfrontiers.com/how-to-disable-the-right-click-menu-in-flash-movies/</link>
		<comments>http://www.designwithoutfrontiers.com/how-to-disable-the-right-click-menu-in-flash-movies/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 13:34:31 +0000</pubDate>
		<dc:creator>Kostas Mavropalias</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[param]]></category>
		<category><![CDATA[right click menu]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.designwithoutfrontiers.com/?p=18</guid>
		<description><![CDATA[There are various ways in which you can disable the right click menu in Flash movies. The simplest one, is via a simple piece of html code.]]></description>
			<content:encoded><![CDATA[<p>There are various ways in which you can disable the right click menu in Flash movies. The simplest one, is via a simple piece of html code. You just have to add the parameter menu=false:</p>
<blockquote><p>&lt;object classid=&#8221;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#8243; width=&#8221;400&#8243; height=&#8221;400&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&#8243;&gt;<br />
&lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221; /&gt;<br />
<span style="color: #3366ff;">&lt;param name=&#8221;menu&#8221; value=&#8221;false&#8221; /&gt;</span><br />
&lt;param name=&#8221;src&#8221; value=&#8221;movie.swf&#8221; /&gt;<br />
&lt;embed type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;400&#8243; height=&#8221;400&#8243; src=&#8221;movie.swf&#8221; <span style="color: #3366ff;">menu=&#8221;false&#8221;</span> quality=&#8221;high&#8221;&gt;&lt;/embed&gt;<br />
&lt;/object&gt;</p></blockquote>
<p>Keep in mind, that there is no way to totally disable the right click menu. Adobe gives us some flexibility on removing the unnecessary items, but forces us to keep the &#8216;Settings&#8217; and &#8216;About Adobe Flash player&#8217; links in all .swf files.</p>
  ]]></content:encoded>
			<wfw:commentRss>http://www.designwithoutfrontiers.com/how-to-disable-the-right-click-menu-in-flash-movies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
