<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>logon2 Blog</title>
	
	<link>http://www.logon2.com.au/blog</link>
	<description>Better use of the web for everybody</description>
	<pubDate>Wed, 18 Jun 2008 21:56:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/logon2" type="application/rss+xml" /><feedburner:emailServiceId>1395571</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Introducing the Lovely Caption Maker</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/314921304/</link>
		<comments>http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 21:35:42 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[accessible]]></category>

		<category><![CDATA[banner]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[lovely]]></category>

		<category><![CDATA[overlay]]></category>

		<category><![CDATA[ribbon]]></category>

		<category><![CDATA[sematic]]></category>

		<category><![CDATA[valid]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/?p=103</guid>
		<description><![CDATA[
A recent trend I&#8217;ve noticed on some Australian media websites has been evoking my interest for a few months now. Sites like The Age and Fox FM have started overlaying a lovely coloured banner with a caption over feature images. The great thing is, they&#8217;re not rendered but glorious SEO-friendly and accessible HTML and CSS. [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.logon2.com.au/tools/lovely-caption-maker-css-transparent-overlay/"><img align="right" title="Lovely Caption Maker - Valid Accessible SEO Friendly Transparent CSS Coloured Overlay Caption" src="http://www.logon2.com.au/blog/wp-content/lovely-caption-maker.png" alt="Lovely Caption Maker CSS Transparent Overlay" width="155" height="37" /></a>A recent trend I&#8217;ve noticed on some Australian media websites has been evoking my interest for a few months now. Sites like <a href="http://www.theage.com.au/" target="_blank">The Age</a> and <a href="http://www.foxfm.com.au/" target="_blank">Fox FM</a> have started overlaying a lovely coloured banner with a caption over feature images. The great thing is, they&#8217;re not rendered but glorious <em>SEO-friendly </em>and <em>accessible </em>HTML and CSS. I&#8217;m not surprised, however, since <a href="http://www.theage.com.au/" target="_blank">The Age</a> and <a href="http://www.foxfm.com.au/" target="_blank">Fox FM</a> have always been trend early adopters. <a href="http://www.abc.net.au/">The ABC </a>still beats them, though.
</p>

<p>
Unfortunately, this effect can&#8217;t be achieved without knowing and entering the width and height of an image - making it kind of tedious to implement. After deciding that I&#8217;d like to use it with wordpress posts, it was decided that a tool should be built. And then <a href="http://www.logon2.com.au/tools/lovely-caption-maker-css-transparent-overlay/">The Lovely Caption Maker</a> was born. Here&#8217;s an example of Lovely Caption Maker&#8217;s glory:
</p>

<style type="text/css">
.feature {
		position:relative;
		width:360px;
		height:480px;
	}
	
	.feature img {
		position:relative;
	}
	
	.feature .caption h3 {
		margin-bottom:0.25em;
		margin-top:0.25em;
	}
	
	.feature .caption p {
		margin-bottom:0.5em;
		margin-left:0.25em;
	}
	
	.feature .caption {
		position:absolute;
		width:340px; 
		bottom:0;
		left:0;
		
		margin:5px;
		
		padding-left:5px;
		padding-right:5px;

		color:#FFFFFF;
		background:#f4489a;
		
		opacity: 0.82;
		-moz-opacity: 0.82;
		filter: alpha(opacity=82);
	}
</style>

	<div class="feature">
		<img src="http://www.logon2.com.au/blog/wp-content/dsc01092.jpg" alt="This Is How We Party" width="360" height="480">
		<div class="caption">
			<h3>This Is How We Party</h3>			<p>Expressing ourselves on the last day of year twelve in 2006. Very sexy stuff.</p>		</div>
	</div>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/" title="Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial">Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/" title="Adding, Removing and Editing Elements Dynamically using JavaScript">Adding, Removing and Editing Elements Dynamically using JavaScript</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/" title="New Content brings Crowds">New Content brings Crowds</a></li><li><a href="http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/" title="Extract GET Variables from URL String to Array - PHP Function">Extract GET Variables from URL String to Array - PHP Function</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/</feedburner:origLink></item>
		<item>
		<title>Launched: Adamas Fishing Charters - Sports Fishing in Bass Strait</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/240281258/</link>
		<comments>http://www.logon2.com.au/blog/archive/clients/fishing-charters-victoria-bass-strait-portland/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 08:44:02 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Clients]]></category>

		<category><![CDATA[barwon heads]]></category>

		<category><![CDATA[bass strait]]></category>

		<category><![CDATA[customer]]></category>

		<category><![CDATA[fishing]]></category>

		<category><![CDATA[portfolio]]></category>

		<category><![CDATA[portland]]></category>

		<category><![CDATA[victoria]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/clients/fishing-charters-victoria-bass-strait-portland/</guid>
		<description><![CDATA[I just launched Adamas Fishing Charters&#8217; new website. Adamas Fishing Charters is based in Barwon Heads and provides recreational fishing charters in Victoria, in bass strait - they generally depart from Barwon Heads and Portland.
Go with Adamas Fishing Charters to catch Mako Sharks, Thresher Sharks, Blue and Bronze Whalers, Snapper, Tiger Flathead, Barracouta, Squid, Gummy [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.logon2.com.au/blog/wp-content/adamas.JPG" title="Adamas Fishing Charters"><img src="http://www.logon2.com.au/blog/wp-content/adamas.thumbnail.JPG" alt="Adamas Fishing Charters" align="right" height="74" hspace="5" vspace="5" width="121" /></a>I just launched <a href="http://www.adamasfishingcharters.com.au/">Adamas Fishing Charters&#8217; new website</a>. Adamas Fishing Charters is based in <a href="http://www.adamasfishingcharters.com.au/">Barwon Heads </a>and provides recreational <a href="http://http://www.adamasfishingcharters.com.au/">fishing charters in Victoria, in bass strait</a> - they generally depart from Barwon Heads and <a href="http://www.adamasfishingcharters.com.au/">Portland</a>.</p>
<p>Go with Adamas Fishing Charters to catch <a href="http://www.adamasfishingcharters.com.au/fishing/">Mako Sharks, Thresher Sharks, Blue and Bronze Whalers, Snapper, Tiger Flathead, Barracouta, Squid, Gummy Sharks, Seven Gill Sharks, Yellowtail Kingfish, St. George Whiting, Trevally, Salmon, Calamari, Pike, Flathead and Tuna</a>.</p>
<p align="center"><a href="http://http://www.adamasfishingcharters.com.au/">View Adamas Fishing Charters logon2 Portfolio Profile</a><a href="http://www.logon2.com.au/blog/adamas-fishing-charter-victoria-bass-strait-portland/"> </a></p>
<h3>Popular Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/free-web-proxy-list-access-blocked-sites-from-work-or-school/" title="Free Web Proxy List - Access Blocked Sites From Work or School">Free Web Proxy List - Access Blocked Sites From Work or School</a></li><li><a href="http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/" title="Choose MySpace Comment Colors, Fonts and Sizes">Choose MySpace Comment Colors, Fonts and Sizes</a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/" title="New Tool - YouTube Music on MySpace ">New Tool - YouTube Music on MySpace </a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/" title="MySpace - Convert Text to HTML">MySpace - Convert Text to HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/" title="US Gambling Market closed to Europe, Japan and Canada">US Gambling Market closed to Europe, Japan and Canada</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/clients/fishing-charters-victoria-bass-strait-portland/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/clients/fishing-charters-victoria-bass-strait-portland/</feedburner:origLink></item>
		<item>
		<title>Clean URLs Using Apache’s mod_rewrite and PHP - Beginner’s Tutorial</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/232479527/</link>
		<comments>http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 05:39:20 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[mod_rewrite]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[ui]]></category>

		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/tips/91/</guid>
		<description><![CDATA[In technology, there&#8217;s always the goal of making complex and difficult things more simple - this goal has brought about &#8216;clean URLs&#8217;. Clean URLs are website addresses that are easy for people (and also search engines) to read and understand. For example: An interesting article about the Bermuda Triangle might be at www.articles.com/article.php?id=23452 - That [...]]]></description>
			<content:encoded><![CDATA[<p>In technology, there&#8217;s always the goal of making complex and difficult things more simple - this goal has brought about &#8216;clean URLs&#8217;. Clean URLs are website addresses that are easy for people (and also search engines) to read and understand. For example: An interesting article about the Bermuda Triangle might be at <strong>www.articles.com/article.php?id=23452</strong> - That address tells us (and search engines) nothing about the article. Using a clean URL, the same article might be at <strong>www.articles.com/articles/bermuda-triangle </strong>- much easier,  right? Well, here is how you can implement this on <em>your </em>website&#8230;</p>
<h3>Setting Up Apache&#8217;s &#8220;mod_rewrite&#8221; Modul</h3>
<p>To implement these URLs with Apache, you will need to have the mod_rewrite module enabled. Here&#8217;s how to enable mod_rewrite:</p>
<ol>
<li>Open the httpd.conf file from the &#8230;apache/conf/ directory</li>
<li>Uncomment the line &#8220;LoadModule rewrite_module modules/mod_rewrite.so&#8221; (by removing preceding #)</li>
</ol>
<p>If you have more than one virtual server or directory set up, you might have to add something like this as well:</p>
<pre><code></code>&lt;Directory &#8220;PATHOFDIRECTORY&#8221;&gt;
    AllowOverride all
    Order allow,deny
    Allow from all
&lt;/Directory&gt;</pre>
<p>Next, you need to create a file named &#8220;<em>.htaccess</em>&#8221; at the website&#8217;s root directory (if you haven&#8217;t got one already)</p>
<p>In your <em>.htaccess</em> file, add the following rules:</p>
<pre>&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;</pre>
<p>This will redirect all requests that don&#8217;t point to an existing file or directory to &#8216;index.php&#8217;.</p>
<p>You might (or might not) be thinking &#8220;How does that help implement clean URLs?&#8221; The next part will answer that question, but before proceeding - test your new Apache config and  <em>.htaccess </em>file - restart Apache if necessary and try loading a directory that doesn&#8217;t exist (ie. http://yourwebsitehost/page/5/your-information/). If it loads your index.php page - we&#8217;re ready to continue.</p>
<h3>Getting PHP to Interpret The URLs</h3>
<p>Ok, the hard part is done. Now I&#8217;ll explain what we want when a user requests a page:</p>
<ol>
<li> User requests &#8220;/page/5/your-information/&#8221;</li>
<li>Apache redirects the request to &#8220;index.php&#8221; without changing the user&#8217;s URL</li>
<li>index.php breaks up the requet URI and loads page.php instructing it to load page &#8216;5&#8242;</li>
</ol>
<p>This might seem a bit difficult (or, if you&#8217;re experienced, very easy) - it honestly is rather easy. Once you understand how it works, you might decide to do it differently, but here is a <em>really simple </em>example of a website that contains information &#8216;pages&#8217; and information about the &#8216;authors&#8217; of those pages.</p>
<p>In our example, we have three php files:</p>
<ul>
<li>index.php</li>
<li>page.php</li>
<li>author.php</li>
</ul>
<h4>&#8220;index.php&#8221;</h4>
<pre><code>&lt;?php
//$urlVariables is an array that contains the different bits of information in the request.
$urlVariables = explode("/",$_SERVER['REQUEST_URI']);
//If the user requested &#8216;/page/6/about-elephans/&#8217; then $urlVariables[1] would be &#8216;page&#8217;, $urlVariables[2] would be &#8216;6&#8242; and so on.</code>

if ($urlVariables[1] == &#8220;page&#8221;) {
//the user is requesting an information page
    include &#8220;page.php&#8221;;
} elseif $urlVariables[2] == &#8220;author&#8221; {
    //the user is requesting author information
    include &#8220;author.php&#8221;;
} else {
    //load the home page
    include &#8220;default.php&#8221;;
}?&gt;</pre>
<h4>&#8220;page.php&#8221;</h4>
<pre><code>&lt;?php</code>//load an object that deals with pages (to keep the tutorial simple)
include &#8220;classes/page.php&#8221;;
$page = new page;
<pre>//$urlVariables will contain the page id as the 2nd array element (ie. /page/pageid/page-name-here/)$page_id = $urlVariables[2];
//the page name part of the URL is ignored when loading because we only use ID to load pages - it&#8217;s just good for search engines and people.

//get the page class to load the page
if ($page-&gt;load_page($page_id)) {?&gt;

&lt;h1&gt;&lt;?php echo $page-&gt;page_name(); ?&gt;&lt;/h1&gt;
&lt;p&gt;&lt;?php echo $page-&gt;page_content(); ?&gt;&lt;/p&gt;
&lt;p&gt;Written by &lt;a href=&#8221;&lt;?php echo $page-&gt;author_url(); ?&gt;&#8221;&gt; &lt;?php echo $page-&gt;author_name(); ?&gt; &lt;/a&gt;&lt;/p&gt;&lt;?php

} else {

    //error!
    include &#8220;error.php&#8221;;</pre>
<p>}&gt;</pre>
<h4>&#8220;about.php&#8221;</h4>
<pre><code>&lt;?php

</code>//load an object that deals with authors (again, to keep the tutorial simple)
include &#8220;classes/author.php&#8221;;
$author = new author;
//$urlVariables will contain the page id as the 2nd array element (ie. /author/authorid/author-name-here/)
$author_id = $urlVariables[2];
//again, the author name part of the URL is ignored when loading because we also only use ID to load authors - it is just good for search engines and people.

//get the author class to load the page
if ($author-&gt;load_author($author_id)) {?&gt;
&lt;h1&gt;&lt;?php echo $author-&gt;author_name(); ?&gt;&lt;/h1&gt;
&lt;h2&gt;Bio&lt;/h2&gt;&lt;p&gt;&lt;?php echo $author-&gt;author_information(); ?&gt;&lt;/p&gt;
&lt;h2&gt;All pages by &lt;?php echo $author-&gt;author_name; ?&gt;&lt;/h2&gt;
&lt;$php echo $author-&gt;page_list; 

} else {
    //error!
    include &#8220;error.php&#8221;;
}
?&gt;</pre>
<p>Now that example was probably a bit excessive. Here&#8217;s a basic overview of how it works:</p>
<ol>
<li>The <em>index.php </em>page is loaded, and &#8216;explodes&#8217; the request part of the URL into an array ($urlVariables in the example)</li>
<li>You then interpret the array elements to decide what to show to the user. ($urlVariables[1] determined whether to show a page or an author profile and $urlVariables[2] was an ID for either the page or the author in our example)</li>
</ol>
<p>It&#8217;s that simple. This method is SUPER flexible if you build a strong framework around it.</p>
<p>Good luck!</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/" title="Extract GET Variables from URL String to Array - PHP Function">Extract GET Variables from URL String to Array - PHP Function</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/" title="New Content brings Crowds">New Content brings Crowds</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/google-set-your-geographic-location/" title="Google Goes Geographic!">Google Goes Geographic!</a></li><li><a href="http://www.logon2.com.au/blog/archive/networking/explode-your-myspace-network/" title="Explode Your MySpace Network">Explode Your MySpace Network</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/</feedburner:origLink></item>
		<item>
		<title>Removing MovieClip Children from MovieClip in Flash Using ActionScript</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/219225541/</link>
		<comments>http://www.logon2.com.au/blog/archive/coding/actionscript/removing-movieclip-children-from-movieclip-in-flash-using-actionscript/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 04:49:33 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[actionscirpt]]></category>

		<category><![CDATA[bug]]></category>

		<category><![CDATA[component]]></category>

		<category><![CDATA[elements]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[internet-explorer]]></category>

		<category><![CDATA[loader]]></category>

		<category><![CDATA[movieclips]]></category>

		<category><![CDATA[problem]]></category>

		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/actionscript/removing-movieclip-children-from-movieclip-in-flash-using-actionscript/</guid>
		<description><![CDATA[The Problem
While working on an update for Once Upon a Bride&#8217;s handmade jewellery website, I had to overcome a certain bug or problem in Internet Explorer that caused images loaded into Loader Components to render incorrectly and scale incorrectly, usually with incorrect width and height.  This was occurring after loading about 12 - 15 [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem</h3>
<p>While working on an update for <a href="http://www.onceuponabride.com.au/" target="_blank">Once Upon a Bride&#8217;s handmade jewellery</a> website, I had to overcome a certain bug or problem in Internet Explorer that caused images loaded into Loader Components to render incorrectly and scale incorrectly, usually with incorrect width and height.  This was occurring after loading about 12 - 15 images.</p>
<p>So instead of loading them all at once, I made it load only eight images, and let the users view a page of eight at a time. <strong>The only problem I had was clearing the old thumbnails before loading the new ones.</strong></p>
<h3>The Solution</h3>
<p>The Solution  After a bit of looking around, here&#8217;s the code:</p>
<pre>
function clearMovieClips(parentMovieClip) {
	for (obj in parentMovieClip){

		if (typeof(parentMovieClip[obj])==&#8221;movieclip&#8221;){
			parentMovieClip[obj].removeMovieClip();
		}
	}
}</pre>
<h3>The Proof</h3>
<p>Now a nice before and after shot:</p>
<p align="center">Before:</p>
<p align="center"><a href="http://www.logon2.com.au/blog/wp-content/actionscript-remove-children-before-fix1.jpg" title="Once Upon a Bride - Before"><img src="http://www.logon2.com.au/blog/wp-content/actionscript-remove-children-before-fix1.thumbnail.jpg" alt="Once Upon a Bride - Before" /></a></p>
<p align="center">&nbsp;</p>
<p align="center">After:</p>
<p align="center"><a href="http://www.logon2.com.au/blog/wp-content/actionscript-remove-children-after-fix.jpg" title="Once Upon a Bride - After"><img src="http://www.logon2.com.au/blog/wp-content/actionscript-remove-children-after-fix.thumbnail.jpg" alt="Once Upon a Bride - After" /></a></p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/opera-says-microsoft-deprives-consumers-of-a-real-choice/" title="Opera says Microsoft &#8220;deprives consumers of a real choice&#8221;">Opera says Microsoft &#8220;deprives consumers of a real choice&#8221;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/coding/actionscript/removing-movieclip-children-from-movieclip-in-flash-using-actionscript/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/coding/actionscript/removing-movieclip-children-from-movieclip-in-flash-using-actionscript/</feedburner:origLink></item>
		<item>
		<title>Adding, Removing and Editing Elements Dynamically using JavaScript</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/219210392/</link>
		<comments>http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 03:54:34 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[add]]></category>

		<category><![CDATA[element]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/</guid>
		<description><![CDATA[ While working myLookAgain (the second attempt), I&#8217;ve had to use a little bit more AJAX through JavaScript. One of the reasons was that I needed to allow users to add as many &#8216;pieces&#8217; to each look and delete them if they want - preferably without reloading.
In JavaScript terms, I needed to be able to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/dynamic-elements.jpg" alt="Using Javascript to Dynamically Add and Remove Elements" align="right" vspace="5" hspace="5" /> While working myLookAgain (the second attempt), I&#8217;ve had to use a little bit more AJAX through JavaScript. One of the reasons was that I needed to allow users to add as many &#8216;pieces&#8217; to each look and delete them if they want - preferably without reloading.</p>
<p>In JavaScript terms, I needed to be able to add (or create) and remove (or delete) elements, within another element, the form. After a little bit of research on the internet, I had what I needed to do just that. <a href="http://www.logon2.com.au/examples/javascript-add-remove-elements/">See a basic example of javascript dynamically adding and removing elements&#8230;</a> Here&#8217;s how to do it:</p>
<p>To begin with, here&#8217;s the commented JavaScript code for adding an element using the DOM in JavaScript</p>
<pre>
function appendElement(containerId, newElementId, newElementContent) {
	//First, we need to create a new DIV element
	var newElement=document.createElement("div");
	//New we will give it the specified ID so we can manage it later if necessary
	newElement.setAttribute("id", newElementId);
	//Insert the HTML content into the new element
	newElement.innerHTML=newElementContent;

	//Get a reference to the element that will contain the new element
	var container = document.getElementById(containerId);
	//Now we just need to insert our new element into the containing element
	container.appendChild(newElement, container);
}
</pre>
<p>And here&#8217;s the commented JavaScript code for a function to remove elements:</p>
<pre>
	function removeElement(parentId, elementId) {
	//Get a reference to the element containgint the element we are removing
	var parentElement = document.getElementById(parentId);
	//Get a reference to the element we are removing
	var childElement = document.getElementById(elementId);
	//remove the
	parentElement.removeChild(childElement);
}
</pre>
<p>And that&#8217;s it. Of course, this by itself isn&#8217;t going to do much. Though with a little bit of imagination, these functions can help you improve the usability or usefulness of your website.</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/" title="Extract GET Variables from URL String to Array - PHP Function">Extract GET Variables from URL String to Array - PHP Function</a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/" title="MySpace - Convert Text to HTML">MySpace - Convert Text to HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/" title="Choose MySpace Comment Colors, Fonts and Sizes">Choose MySpace Comment Colors, Fonts and Sizes</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/</feedburner:origLink></item>
		<item>
		<title>Does Your Site Need Fresh Content, Regularly?</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/215541252/</link>
		<comments>http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 15:28:18 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Clients]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[articles]]></category>

		<category><![CDATA[cms]]></category>

		<category><![CDATA[content management]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[sem]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[solutions]]></category>

		<category><![CDATA[traffic]]></category>

		<category><![CDATA[web design geelong]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/</guid>
		<description><![CDATA[Although always available, I want to publicise one of the features offered by logon2 that can make your website a living, rich, thriving community - rather than just another website.  I&#8217;m talking about adding a blog to your website or even turning your website into a blog. If implemented properly, a blog is a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/apple.jpg" alt="Fresh Apple" align="right" hspace="5" vspace="5" />Although always available, I want to publicise one of the features offered by logon2 that can <strong>make your website a living, rich, thriving community</strong> - rather than just another website.  I&#8217;m talking about adding a blog to your website or even turning your website into a blog. If implemented properly, a blog is a communication platform between you and your audience. <strong>It improves your relationship with customers, returns feedback from customers, brings you new customers and it gives you total control of your website&#8230;</strong> </p>
<p>What makes this solution so great is it means that you can <strong>easily add new articles, products and pages to your website whenever you want</strong> - and without learning anything about web design! <strong>It&#8217;s just like sending an email</strong>, except you&#8217;re writing an email for all of your customers and potential customers. The picture further below is a shot of the software used to create this page you are looking at right now.</p>
<p>Here are  some of the HUGE benefits:</p>
<ul>
<li>You can <strong>add and update content whenever you like</strong></li>
<li>Adding new pages, articles, products is <strong>as easy as using Word</strong></li>
<li>Customers can subscribe by email, and new articles can be<strong> sent to customers automatically</strong>!</li>
<li><strong>Get more visitors and customers</strong> through search engines</li>
<li><strong>Keep visitors interested in your site for longer</strong> with more for them to read</li>
<li>Receive feedback on any page</li>
<li>Make it easy for readers to share your pages with other people</li>
</ul>
<p align="center">&nbsp;</p>
<p style="text-align: center"><img src="http://www.logon2.com.au/blog/wp-content/wordpress.jpg" alt="Wordpress Interface Screenshot" hspace="10" vspace="10" /><br />
<em>Screenshot of the blog software I used to</em></p>
<p style="text-align: center"><em> post this article in less than 10 mintes&#8230;</em></p>
<h3 align="left">Try It Out Yourself, Now!</h3>
<p align="left">After seeing so much <a href="http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/">success for my own site by using a blog</a>, I really want to give my customers the same opportunity. So I made a demo blog that <em>you </em>can look at, write demo articles, edit the articles and delete articles&#8230;</p>
<p align="center"><a href="http://www.logon2.com.au/wordpress-demo/">View the demo blog</a><br />
<a href="http://www.logon2.com.au/wordpress-demo/wp-admin">Manage the demo blog</a><strong><br />
Username: </strong>demo<br />
<strong>Password: </strong>demo</p>
<p>The whole &#8220;blog&#8221; section of the <a href="http://www.logon2.com.au/">logon2 website</a> and a huge amount of the specific information including the <a href="http://www.logon2.com.au/blog/portfolio/">portfolio</a>, <a href="http://www.logon2.com.au/blog/web-design-australia/">areas serviced by logon2</a>, and <a href="http://www.logon2.com.au/blog/web-solution-services/">detailed explanations of some of logon2&#8217;s services</a>. Over 60 pages (and constantly growing) of content, all linked and organised, automatically sent to subscribers and bringing<a href="http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/"> over 400 of visitors a week</a> through search engines <img src='http://www.logon2.com.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/" title="New Content brings Crowds">New Content brings Crowds</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/" title="Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial">Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/" title="Microsft, Yahoo and MSN Lose Bets to US Government">Microsft, Yahoo and MSN Lose Bets to US Government</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/" title="US Gambling Market closed to Europe, Japan and Canada">US Gambling Market closed to Europe, Japan and Canada</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/</feedburner:origLink></item>
		<item>
		<title>Zig Zag Hair Parting Pattern - WizzComb’s Website Re-launched</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/211762078/</link>
		<comments>http://www.logon2.com.au/blog/archive/uncategorized/zig-zag-hair-parting-pattern-wizzcombs-website-re-launched/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 20:40:53 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Clients]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/uncategorized/zig-zag-hair-parting-pattern-wizzcombs-website-re-launched/</guid>
		<description><![CDATA[Just finished rennovating the WizzComb website which offers the ingenious zig zag hair part comb - have a look at WizzComb&#8217;s new portfolio page or directly at the zigzag hair comb&#8217;s website. If you can suggest any improvement or criticisms, leave them in the comments or email me.
I personally developed the original WizzComb website in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/slideshow-wizzcomb.jpg" alt="Presentation of WizzComb Zig Zag Hair Pattern Comb" align="right" />Just finished rennovating the <a href="http://www.wizzcomb.com.au/">WizzComb website</a> which offers the ingenious<a href="http://www.wizzcomb.com.au/"> zig zag hair part comb </a>- have a look at <a href="http://www.logon2.com.au/blog/portfolio/wizzcomb-zig-zag-hair-comb-for-zigzag-part-pattern/">WizzComb&#8217;s new portfolio page</a> or directly at the <a href="http://www.wizzcomb.com.au/">zigzag hair comb&#8217;s website</a>. If you can suggest any improvement or criticisms, leave them in the comments or <a href="http://www.logon2.com.au/contact/">email me</a>.</p>
<p>I personally developed the original WizzComb website in 2004, being only the second website I had ever developed it was pretty abysmal when it came to standards, accessibility and even good markup form. The website became out of date so after some tinkering, the WizzComb website is now fresh, <a href="http://www.logon2.com.au/blog/web-solution-services/valid-and-accessible-web-design/">valid, accessible</a>,  <a href="http://www.logon2.com.au/blog/web-solution-services/search-engine-optimisation/">SE-Friendly</a> and better looking.</p>
<h3>Popular Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/free-web-proxy-list-access-blocked-sites-from-work-or-school/" title="Free Web Proxy List - Access Blocked Sites From Work or School">Free Web Proxy List - Access Blocked Sites From Work or School</a></li><li><a href="http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/" title="Choose MySpace Comment Colors, Fonts and Sizes">Choose MySpace Comment Colors, Fonts and Sizes</a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/" title="New Tool - YouTube Music on MySpace ">New Tool - YouTube Music on MySpace </a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/" title="MySpace - Convert Text to HTML">MySpace - Convert Text to HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/" title="US Gambling Market closed to Europe, Japan and Canada">US Gambling Market closed to Europe, Japan and Canada</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/uncategorized/zig-zag-hair-parting-pattern-wizzcombs-website-re-launched/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/uncategorized/zig-zag-hair-parting-pattern-wizzcombs-website-re-launched/</feedburner:origLink></item>
		<item>
		<title>New Content brings Crowds</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/210594724/</link>
		<comments>http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 16:29:28 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[content]]></category>

		<category><![CDATA[sem]]></category>

		<category><![CDATA[traffic]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/</guid>
		<description><![CDATA[After about two months of the logon2 blog, it&#8217;s time to check the statistics. After a bit of inspection and investigation, I found an interesting (but kind of obvious) pattern that brings a load of new traffic over and over again&#8230; So what&#8217;s the pattern? Create new content, receive new visitors. That&#8217;s it. Basically, new [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/new-content-equals-traffic.jpg" alt="New Content Equals More Traffic" align="right" />After about two months of the logon2 blog, it&#8217;s time to check the statistics. After a bit of inspection and investigation, I found an interesting (but kind of obvious) pattern that brings a load of new traffic over and over again&#8230; So what&#8217;s the pattern? Create new content, receive new visitors. That&#8217;s it. Basically, new unique content brings lots of traffic to a website temporarily, and often raises the average daily visitor count afterwards. Here&#8217;s an actual graph for those who like pictures (I know I do!)</p>
<h3>Web Traffic Increases After New Blog Post</h3>
<p><img src="http://www.logon2.com.au/blog/wp-content/new-content-more-traffic-visitor-graph.jpg" alt="New Content brings More Traffic - Visitors Graph" /></p>
<p><img src="http://www.logon2.com.au/blog/wp-content/new-content-more-traffic-legend.jpg" alt="New Content More Traffic - Legend" /></p>
<p>&#8220;So what, I knew that. Everybody knows that!&#8221;, you say? Well that may be true, but there&#8217;s more to it. After suspecting that <a href="http://googlesystem.blogspot.com/2008/01/google-artificially-promotes-recent-web.html" target="_blank">search engines prioritise new content and seing some proof of this</a>, I found that same pattern on this blog&#8230;</p>
<p>While looking at some statistics, I noticed that the number of daily search engine visitors correlated with that of non-search engine visitors when <em>new content </em>had arrived on the site. Check out this graph:</p>
<h3>More Search Engine Traffic After Adding New Content</h3>
<p><img src="http://www.logon2.com.au/blog/wp-content/new-content-more-traffic-search-visitor-graph.jpg" alt="New Content Brings More Traffic From Search Engines" /></p>
<p><img src="http://www.logon2.com.au/blog/wp-content/new-content-more-traffic-legend.jpg" alt="New Content More Traffic - Legend" /></p>
<p>This indicates that search engines heavily favour <em>new content</em>, especially on a <a href="http://www.logon2.com.au/">trusted website</a>. One very weird time I&#8217;ve seen this is with the <a href="http://www.frrcinel.com.au/">FRR Cinel Nominees</a> website ( a company that does <a href="http://www.frrcinel.com.au/">Civil Contruction in Victoria</a>. ) Even with very few backlinks, FRR Cinel ranked #1 for the search term &#8220;Civil Contractors Victoria&#8221; (which is marginally competitive) for two days after I published the <a href="http://www.logon2.com.au/blog/portfolio/frr-cinel-civil-contractors-victoria/">FRR Cinel</a> <a href="http://www.frrcinel.com.au/">Civil Contractors Victoria</a> profile in the the <a href="http://www.logon2.com.au/blog/portfolio/">logon2 portfolio</a>.</p>
<p>While on the subject of traffic, logon2&#8217;s traffic has improve immensely since launching the blog as you might have seen. Thanks to all of you readers! And since this is the first blog of 2008 - happy new year!</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/google-set-your-geographic-location/" title="Google Goes Geographic!">Google Goes Geographic!</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/" title="Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial">Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/advertise-in-pdf-documents-yahoo-and-adobe-team-up/" title="Advertise in PDF Documents - Yahoo and Adobe Team Up">Advertise in PDF Documents - Yahoo and Adobe Team Up</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/" title="Big Business Prefers Internet Advertising over Mass Media">Big Business Prefers Internet Advertising over Mass Media</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/</feedburner:origLink></item>
		<item>
		<title>Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/207518175/</link>
		<comments>http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 12:20:32 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Troubleshooting]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[advice]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[internet-explorer]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[navigation]]></category>

		<category><![CDATA[problems]]></category>

		<category><![CDATA[semantic]]></category>

		<category><![CDATA[solutions]]></category>

		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/</guid>
		<description><![CDATA[We&#8217;ve all seen dropdown / popup menu lists on websites before, and generally they&#8217;re extremely useful because they save space, but offer extra functionality. Sometimes, though they&#8217;re tricky to implement. I remember doing a image-only popout menu for the Lonsdale Views, who offer accommodation in Point Lonsdale and it was more difficult than expected - [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/css-html-menu-suckerfish.JPG" alt="CSS and HTML Only Menu - Using Suckerfish Solution" align="right" hspace="5" vspace="5" />We&#8217;ve all seen dropdown / popup menu lists on websites before, and generally they&#8217;re extremely useful because they save space, but offer extra functionality. Sometimes, though they&#8217;re tricky to implement. I remember doing a image-only popout menu for the <a href="http://www.lonsdaleviews.com.au/" title="Lonsdale Views">Lonsdale Views</a>, who offer <a href="http://www.lonsdaleviews.com.au/" title="Accommodation in Point Lonsdale">accommodation in Point Lonsdale</a> and it was more difficult than expected - First, there was Internet Explorer&#8217;s lack of support for &#8220;:hover&#8221; and then there was Internet Explorer&#8217;s z-index issue. Now that I&#8217;ve got a blog, I thought I&#8217;d publish a how-to guide for valid, accessible semantic HTML and CSS dropdown menus&#8230; But before we get started, here&#8217;s <a href="http://www.logon2.com.au/examples/dropdown-menu/">a basic demo of the HTML and CSS dropdown list</a>.</p>
<h3> The HTML</h3>
<p>After some searching around, the most appealing solution I found was the <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/example/" target="_blank">Suckerfish solution</a>. Using the Suckerfish solution, a dropdown menu can be marked up using semantic HTML - more specifically - lists. Here&#8217;s an example:</p>
<pre>
&lt;ul id="nav"&gt;
	&lt;li&gt;&lt;a href="#"&gt;Menu 1&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href="#"&gt;Submenu 1&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Submenu 2&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Submenu 3&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;

	&lt;li&gt;&lt;a href="#"&gt;Menu 2&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href="#"&gt;Submenu 1&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Submenu 2&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href="#"&gt;Submenu 3&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;a href="#"&gt;Menu 3&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>
<h3> CSS Part 1</h3>
<p>As you can see, this is some <em>very </em>clean HTML or XHTML code which is great for search engines, accessibility and validation - not to mention code maintenance.  Now, we just need to apply some CSS styles to the elements to turn this list into a dropdown menu or popup menu.</p>
<p>Using the <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" target="_blank">Suckerfish solution</a>, these are the styles to add:</p>
<pre>
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}</pre>
<h3>CSS Part 2</h3>
<p>That CSS gets the root menu&#8217;s visual structure up, now we need to organise the actual dropdown menus. We need to hide the drop down lists until the user hovers over the root of that particular drop down list. To do this, it seems the most accessible <em>multi-platform </em>solution is to move it out of sight using &#8220;left:-999em&#8221; rather than &#8220;display:none&#8221; which is known to be inaccessible. On the<em> hover </em>event, we move it back beneath the root using &#8220;left:auto&#8221; because &#8220;left:0&#8243; causes a problem in Opera.</p>
<p>Here&#8217;s the CSS for showing and hiding the dropdown lists:</p>
<pre>
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}</pre>
<h3> The Special :hover Case of Internet Explorer</h3>
<p>Done, you now have a perfectly functioning, semantic, valid, accessible menu - right? Not quite - this still doesn&#8217;t work in Internet Explorer because it doesn&#8217;t happen to have full support for the &#8220;:hover&#8221; pseudo class but that&#8217;s Ok. Because those geniuses at HTMLDog created <a href="http://www.htmldog.com/articles/suckerfish/" target="_blank">Suckerfish </a>- a very small Javascript script that will solve this problem in no time, add this to your head section:</p>
<pre>
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");

	for (var i=0; i&lt;sfEls.length; i++) {

		sfEls[i].onmouseover=function() {

			this.className+=&#8221; sfhover&#8221;;
		}

		sfEls[i].onmouseout=function() {

			this.className=this.className.replace(new RegExp(&#8221; sfhover\\b&#8221;), &#8220;&#8221;);
		}
	}
}

if (window.attachEvent) window.attachEvent(&#8221;onload&#8221;, sfHover);</pre>
<p>What Suckerfish does is goes through all LI elements in #nav and adds the class &#8220;sfHover&#8221; onMouseOver (when the user hovers over the list item) and removes the class onMouseOut. Or in other words, it solves our problem.</p>
<p>There&#8217;s only one thing left to do, and that&#8217;s change a bit of the CSS that shows the dropdown menus to include the new  &#8220;sfHover&#8221;:</p>
<p>Change:</p>
<pre>
#nav li:hover ul {
	left: auto;
}</pre>
<p>To:</p>
<pre>
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}</pre>
<p>And that&#8217;s it! Here&#8217;s a working demo of the <a href="http://www.logon2.com.au/examples/dropdown-menu/">valid, accessible HTML and CSS drop down menu</a>.</p>
<h3>Solution for Overlapping Elements or Hidden Menu</h3>
<p>Sometimes, there&#8217;s STILL more trouble. When implementing this menu for Lonsdale Views, I came across a problem - the menus were being obstructed or hidden behind other elements! So I went ahead and used z-index to let the browser know that the menu needed to be on top. Huzzah, it works! Oh, not in Internet Explorer - what a surprise.  I spent quite some time searching the internet for a solution&#8230;</p>
<p>Eventually I read that Internet Explorer passes z-index from parent to child, so even if you give a &#8220;4th generation&#8221; element a z-index of 1000, the z-index can&#8217;t be greater than the lowest z-order of any parent elements!</p>
<p>The solution to your menus being obstructed or hidden behind images, hidden behind pictures, hidden behind text, hidden behind flash, hidden behind everything:</p>
<p>Give each parent element of the #nav element isn&#8217;t common with the obstructing element a HIGH z-index (let&#8217;s say, 100) and give the element containing the elements obstructing your menu a LOWER z-index (let&#8217;s say 0)</p>
<p>For example, if this was part of your page:</p>
<pre>
&lt;div id="container"&gt;
	&lt;div id="topbar"&gt;
		&lt;ul id="nav"&gt;
			... the menu code is here ...
		&lt;/ul&gt;
	&lt;/div&gt;

	&lt;div id="content"&gt;
		... the element(s) that obstruct or are hiding your menu ...
	&lt;/div&gt;
&lt;/div&gt;</pre>
<p>You could use this CSS to remedy your problems:</p>
<pre>
 #topbar, #nav {
	z-index:100;
}

#content {
	z-index:0;
}</pre>
<p>Hope this has saved you some time and taught you something. If you <em>really</em> appreciate it, leave a comment and even go and say thanks to the crew at <a href="http://www.htmldog.com/articles/suckerfish/" target="_blank">HTMLDog </a>- this is all because of them!</p>
<h3>Flash Objects Obstructing or Overlapping Menu</h3>
<p>Sometimes, even when all of the CSS is correct, your menus might be overlapped by flash objects. For example, when you hover over, your CSS menu is hidden behind a flash object. The solution to this is actually somewhat simple and cross-browser. All that you need to do is add the transparency parameter to your embed / object code, like so:</p>
<pre>
&lt;object type="application/x-shockwave-flash" width="100" height="100"&gt;
	&lt;param name="wmode" value="transparent" /&gt;
	&lt;param name="movie" value="flash.swf" /&gt;
	&lt;embed wmode="transparent" src="flash.swf" width="100" height="100" /&gt;
&lt;/object&gt;</pre>
<p>Notice how &#8220;&lt;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221; /&gt; has been added? Also, <strong>don&#8217;t forget to add the &#8216;wmode=&#8221;transparent&#8217;&#8221; to the EMBED tag</strong><strong> </strong>- that is imporant for non-Internet Explorer browsers. Now obviously, you need to change the &#8220;src&#8221; attributes and the movie value to whatever the URI of your flash file is.</p>
<p>Happy coding!</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/coding/actionscript/removing-movieclip-children-from-movieclip-in-flash-using-actionscript/" title="Removing MovieClip Children from MovieClip in Flash Using ActionScript">Removing MovieClip Children from MovieClip in Flash Using ActionScript</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/" title="Adding, Removing and Editing Elements Dynamically using JavaScript">Adding, Removing and Editing Elements Dynamically using JavaScript</a></li><li><a href="http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/" title="Choose MySpace Comment Colors, Fonts and Sizes">Choose MySpace Comment Colors, Fonts and Sizes</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/free-web-proxy-list-access-blocked-sites-from-work-or-school/" title="Free Web Proxy List - Access Blocked Sites From Work or School">Free Web Proxy List - Access Blocked Sites From Work or School</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/get-a-free-website/" title="Get a Free Website">Get a Free Website</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/</feedburner:origLink></item>
		<item>
		<title>Extract GET Variables from URL String to Array - PHP Function</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/204115544/</link>
		<comments>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 15:25:48 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[function]]></category>

		<category><![CDATA[get]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[http]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[scraping]]></category>

		<category><![CDATA[url]]></category>

		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/codin-php/extract-get-variables-from-url-string-to-array-php-function/</guid>
		<description><![CDATA[While making the YouTube Music in MySpace tool, I coudln&#8217;t find a function that reads an input URL then makes an array with the GET variable names and values.  I needed this to get the video id from the YouTube video URL - so I made it, and now I&#8217;m sharing it.
So in my [...]]]></description>
			<content:encoded><![CDATA[<p>While making the<a href="http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/"> YouTube Music in MySpace </a>tool, I coudln&#8217;t find a function that reads an input URL then makes an array with the GET variable names and values.  I needed this to get the video id from the YouTube video URL - so I made it, and now I&#8217;m sharing it.</p>
<p>So in my case, the function is fed a YouTube URL and returns the video id variable (v) - So an example:<br />
Input:  http://au.youtube.com/watch?v=le860Jd-FqI&amp;feature=related<br />
Output:<br />
$output['v'] = &#8220;le860Jd-FqI&#8221;<br />
$output['feature'] = &#8220;related&#8221;</p>
<p>And so witout further ado, here&#8217;s the actual code:</p>
<pre>
function getVariableFromUrl($url) {		//we need to see if this URL is passing any GET variables

 	$variablesStart = strpos($url, "?") + 1;

if (!$variablesStart) {

 		// no variables!

 		return(false);

 	}

//before we extract the variables, we need to remove any anchors

$variablesEnd = strpos($url,"#",$variablesStart);

if ($variablesEnd) {

 		$getVariables = substr($url, $variablesStart, $variablesEnd - $variablesStart);

 	} else {

 		$getVariables = substr($url, $variablesStart);

 	}

//next, we split the URL into an arrays containing variable name and value pairs (ie. "variable=value")

 	$variableArray = explode("&amp;", $getVariables);

//we will iterate through each of the array pairs (ie. "variable=value")

 	foreach ($variableArray as $arraySet) {

$nameAndValue = explode("=", $arraySet);

//using the above examples, $nameAndValue[0] would be &#8220;variable&#8221; and $nameAndValue[1] would be &#8220;value&#8221;

 		$output[$nameAndValue[0]] = $nameAndValue[1];

}

return($output);

}</pre>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/" title="Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial">Clean URLs Using Apache&#8217;s mod_rewrite and PHP - Beginner&#8217;s Tutorial</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/" title="Adding, Removing and Editing Elements Dynamically using JavaScript">Adding, Removing and Editing Elements Dynamically using JavaScript</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/" title="MySpace - Convert Text to HTML">MySpace - Convert Text to HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/" title="Choose MySpace Comment Colors, Fonts and Sizes">Choose MySpace Comment Colors, Fonts and Sizes</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/</feedburner:origLink></item>
		<item>
		<title>Microsft, Yahoo and MSN Lose Bets to US Government</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/203106678/</link>
		<comments>http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 02:07:42 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[gambling]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[legal]]></category>

		<category><![CDATA[live]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[us]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/</guid>
		<description><![CDATA[Within a week of the US locking foreigners out of its online gambling market, the three biggest search companies - Google, Yahoo and Microsoft - have all decided to settle with the US Goverment on cases regarding the promotion of online gambling, which is illegal in the US.  The total amount forfeited was $31 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/microsoft-yahoo-microsoft-o.jpg" alt="Microsft, Yahoo and MSN Lose Bets to US Government" align="right" hspace="5" vspace="5" />Within a week of the <a href="http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/">US locking foreigners out of its online gambling market</a>, the three biggest search companies - <a href="http://mashable.com/2007/12/19/yahoo-google-microsoft-settle-internet-gambling-case/" target="_blank">Google, Yahoo and Microsoft - have all decided to settle with the US Goverment</a> on cases regarding the promotion of online gambling, which is illegal in the US.  The total amount forfeited was $31 million - much of which was in the form of advertising credit.</p>
<p>Google was required to settle for the least amount - $3 million. Yahoo paid $12 million  - $4.5 million of payment in the form of advertising on the Yahoo Network. Microsoft forked out the most, with a total settlement worth $21 million - $9 million of which is in advertising credits to be used for public service announcements.</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/" title="US Gambling Market closed to Europe, Japan and Canada">US Gambling Market closed to Europe, Japan and Canada</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/advertise-in-pdf-documents-yahoo-and-adobe-team-up/" title="Advertise in PDF Documents - Yahoo and Adobe Team Up">Advertise in PDF Documents - Yahoo and Adobe Team Up</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/" title="Chinese Addicted to the Web?">Chinese Addicted to the Web?</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/google-set-your-geographic-location/" title="Google Goes Geographic!">Google Goes Geographic!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/</feedburner:origLink></item>
		<item>
		<title>New Tool - YouTube Music on MySpace</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/202678168/</link>
		<comments>http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 11:43:56 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[MySpace]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[generator]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[profile]]></category>

		<category><![CDATA[tool]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/</guid>
		<description><![CDATA[After being asked a number of times how to get YouTube music on peoples&#8217; MySpace profile, I made a tool that generates the code to:

Put music from a YouTube video into your MySpace profile, bulletin, blog, comment or anywhere else you can post HTML.



Just enter the URL of the page that the YouTube video is [...]]]></description>
			<content:encoded><![CDATA[<p>After being asked a number of times how to get YouTube music on peoples&#8217; MySpace profile, I made a tool that generates the code to:</p>
<ul>
<li><strong>Put music from a YouTube video into your MySpace profile, bulletin, blog, comment or anywhere else you can post HTML.<br />
</strong></li>
</ul>
<hr />
Just enter the URL of the page that the YouTube video is on and we&#8217;ll give you the code:</p>
<form action="/tools/myspace-hidden-music/" method="post" enctype="application/x-www-form-urlencoded" name="form1"> YouTube Video URL:<br />
<input name="url" id="URL" type="text" /> <span class="meta">(<a href="#">don&#8217;t know how to get the URL?</a>)<br />
<input name="generate" value="Generate YouTube Music  Code" type="submit" /> </span></form>
<p>
<hr /></p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/download-soundtrack-from-youtube-videos/" title="Download Music From YouTube Videos - From YouTube to MP3">Download Music From YouTube Videos - From YouTube to MP3</a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/" title="MySpace - Convert Text to HTML">MySpace - Convert Text to HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/" title="Choose MySpace Comment Colors, Fonts and Sizes">Choose MySpace Comment Colors, Fonts and Sizes</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/youtube-videos-choppy-or-slow/" title="YouTube Videos Choppy or Slow">YouTube Videos Choppy or Slow</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/download-youtube-videos/" title="Download YouTube Videos - Also burn them to DVD">Download YouTube Videos - Also burn them to DVD</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/</feedburner:origLink></item>
		<item>
		<title>US Gambling Market closed to Europe, Japan and Canada</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/202168441/</link>
		<comments>http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 12:35:50 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Internet News]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[laws]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[online-gambling]]></category>

		<category><![CDATA[regulations]]></category>

		<category><![CDATA[usa]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/</guid>
		<description><![CDATA[The United States Government has made agreements with the European Union, the Japanese Government and the Canadian government to keep it&#8217;s online gambling market exclusive to US companies. The US is still in negotiations with other online gambling company hubs such as India, Antigua and Barbuda, Macau and Costa Rica.
European online gambling companies are disappointed [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/us-locks-out-foreign-online-gambling-companies.jpg" alt="US Locks out Foreign Online Gambling Companies" vspace="5" hspace="5" align="right"/>The United States Government has made agreements with the European Union, the Japanese Government and the Canadian government to keep it&#8217;s online gambling market exclusive to US companies. The US is still in negotiations with other online gambling company hubs such as India, Antigua and Barbuda, Macau and Costa Rica.</p>
<p>European online gambling companies are disappointed with the agreement - who were hoping that a recent case against the US at the World Trade Organisation determined that a US law only allowing US companies to offer horse-race betting services was discriminatory to offshore companies.</p>
<p>Though, since the discrimination case , the US has made it more difficult for foreign online gambling companies by making it illegal for US banks and other financial institutions to send money to offshore gambling companies.</p>
<p>Offshore online gambling companies claim that being refused access to the US market is hindering their business. European online gambling companies believe that they are entitled to as much as $100 billion in compensation -though the European Commission has dismissed the request as an exaggeration.</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/" title="Microsft, Yahoo and MSN Lose Bets to US Government">Microsft, Yahoo and MSN Lose Bets to US Government</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/" title="Chinese Addicted to the Web?">Chinese Addicted to the Web?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/</feedburner:origLink></item>
		<item>
		<title>Opera says Microsoft “deprives consumers of a real choice”</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/200994040/</link>
		<comments>http://www.logon2.com.au/blog/archive/internet-news/opera-says-microsoft-deprives-consumers-of-a-real-choice/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 02:00:19 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Internet News]]></category>

		<category><![CDATA[Web Browsers]]></category>

		<category><![CDATA[internet-explorer]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/internet-news/opera-says-microsoft-deprives-consumers-of-a-real-choice/</guid>
		<description><![CDATA[The Norwegian company behind the web browser Opera - a long-time competitor of Internet Explorer, has filed a complaint to the European Commission regarding Microsoft&#8217;s operating system Windows and it&#8217;s bias towards the Internet Explorer browser, which fails to properly follow the accepted web standards.
More specifically, Opera claims that the way Microsoft&#8217;s Windows connects its [...]]]></description>
			<content:encoded><![CDATA[<p>The Norwegian company behind the web browser <a href="http://www.opera.com/" target="_blank">Opera</a> - a long-time competitor of Internet Explorer, has filed a complaint to the European Commission regarding Microsoft&#8217;s operating system Windows and it&#8217;s bias towards the Internet Explorer browser, which fails to properly follow the accepted web standards.</p>
<p>More specifically, Opera claims that the way Microsoft&#8217;s Windows connects its browser Internet Explorer to web activity is illegal and &#8220;deprives consumers of a real choice&#8221; of Internet Browser. Although Microsoft have done this since Windows 98 - there is a lot more competition out there and a whole lot more money to be made. In recent times, Internet Explorer has lost a huge chunk of market share to alternative browsers:</p>
<p><a href="http://marketshare.hitslink.com/report.aspx?qprid=0" target="_blank"></a></p>
<p style="text-align: center"><a href="http://marketshare.hitslink.com/report.aspx?qprid=0" target="_blank"><img src="http://www.logon2.com.au/blog/wp-content/browser-market-share.png" alt="Browser Market Share" /></a></p>
<p>Opera is a member of the European Committee of Interoperable Systems (ECIS) , whose lawyer Thomas Vinje said in a statement:  &#8220;By tying its Internet Explorer product to its monopoly Windows operating system and refusing to faithfully implement industry accepted open standards, Microsoft deprives consumers of a real choice in Internet browsers&#8221;</p>
<p>Whether it will be accepted will be interesting, but it&#8217;s not likely that Microsoft will be in for another antitrust case.</p>
<p>Source: <a href="http://www.opera.com/pressreleases/en/2007/12/13/" target="_blank">Press Release &#8220;Opera files antitrust complaint with the EU&#8221;</a></p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/coding/actionscript/removing-movieclip-children-from-movieclip-in-flash-using-actionscript/" title="Removing MovieClip Children from MovieClip in Flash Using ActionScript">Removing MovieClip Children from MovieClip in Flash Using ActionScript</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/internet-news/opera-says-microsoft-deprives-consumers-of-a-real-choice/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/internet-news/opera-says-microsoft-deprives-consumers-of-a-real-choice/</feedburner:origLink></item>
		<item>
		<title>OpenSocial - Over Before It Began?</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/200761913/</link>
		<comments>http://www.logon2.com.au/blog/archive/internet-news/opensocial-over-before-it-began/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 12:46:17 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Internet News]]></category>

		<category><![CDATA[Networking]]></category>

		<category />

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[opensocial]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/internet-news/opensocial-over-before-it-began/</guid>
		<description><![CDATA[Facebook announced that the Facebook application platform would be opened to all social networks, after Bebo announced support for Facebook&#8217;s very successful application platform. Unfortunately for Google, this the biggest threat to their open social network platform, OpenSocial.
OpenSocial was meant to be a solution to a current  problem - lack of compatibility between social [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/facebook-applications-vs-go.jpg" alt="Facebook Applications vs. Google OpenSocial" align="right" hspace="5" vspace="5" />Facebook announced that <a href="http://wiki.developers.facebook.com/index.php/PlatformArchitecture">the </a><a href="http://wiki.developers.facebook.com/index.php/PlatformArchitecture">Facebook application platform</a><a href="http://wiki.developers.facebook.com/index.php/PlatformArchitecture"> would be opened to all social networks</a>, after Bebo announced support for Facebook&#8217;s very successful application platform. Unfortunately for Google, this the biggest threat to their open social network platform, <a href="http://code.google.com/apis/opensocial/" target="_blank">OpenSocial</a>.</p>
<p>OpenSocial was meant to be a solution to a current  problem - lack of compatibility between social networks. With the support of many major social networks: <a href="http://www.logon2.com.au/blog/archive/category/myspace/" target="_blank">MySpace</a>, <a href="http://www.linkedin.com/" target="_blank">LinkedIn</a>, <a href="http://www.bebo.com/">Bebo</a>, <a href="http://www.hi5.com/">Hi5</a>, <a href="http://www.friendster.com/">Friendster</a>, <a href="http://www.tagged.com/">Tagged</a> and of course - Google&#8217;s own <a href="http://www.orkut.com/">Orkut</a>. However, Facebook, with it&#8217;s own application platform, wasn&#8217;t interested. At the time, Facebook&#8217;s application platform was closed - applications could only be accessed through Facebook - but now that Facebook will be opened, everything&#8217;s different.</p>
<p>With an army of over 100,000 developers and thousands of applications with millions of installations,  Facebook has an immense advantage over OpenSocial - momentum. OpenSocial&#8217;s advantage is that it&#8217;s not propriety and that no new languages are required (like Facebook&#8217;s markup language) - <a href="http://code.google.com/apis/opensocial/faq.html">OpenSocial uses HTML, XML, and Javascript</a>. The question is whether developers will choose to create applications for an established, proven platform or will they opt for the <em>truly</em> open platform that uses familiar programming languages.</p>
<p>Sadly, OpenSocial now it looks like an uphill battle.</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/" title="Big Business Prefers Internet Advertising over Mass Media">Big Business Prefers Internet Advertising over Mass Media</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/" title="Chinese Addicted to the Web?">Chinese Addicted to the Web?</a></li><li><a href="http://www.logon2.com.au/blog/archive/networking/explode-your-myspace-network/" title="Explode Your MySpace Network">Explode Your MySpace Network</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/internet-news/opensocial-over-before-it-began/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/internet-news/opensocial-over-before-it-began/</feedburner:origLink></item>
		<item>
		<title>MySpace - Convert Text to HTML</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/194926388/</link>
		<comments>http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 08:31:37 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[MySpace]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[color]]></category>

		<category><![CDATA[font]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[size]]></category>

		<category><![CDATA[style]]></category>

		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/</guid>
		<description><![CDATA[Put in your text, choose MySpace Comment Color, MySpace Comment Font and MySpace Comment Size, click &#34;Change to HTML&#34; and we will style it and convert it into HTML for you  

 Color: 

		aqua
		black
		blue
		gray
		green
		lime
		maroon
		navy
		olive
		purple
		red
		silver
		teal
		white
		yellow
	
	&#8230; Font: 

		Arial
		Arial Black
		Comic Sans MS
		Courier New
		Georgia
		Impact
		Times New Roman
		Trebuchet MS
		Verdana
	
	&#8230; Size:

		-3
		-2
		-1
		0
		+1
		+2
		+3
	


	
	



Related Posts:Choose MySpace Comment Colors, Fonts and SizesIntroducing the Lovely Caption [...]]]></description>
			<content:encoded><![CDATA[<p><em>Put in your text, choose MySpace Comment Color, MySpace Comment Font and MySpace Comment Size, click &quot;Change to HTML&quot; and we will style it and convert it into HTML</em> for you <img src='http://www.logon2.com.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<form method="post" action="/tools/myspace-comment-styler-convert-text-to-html/">
<div> Color: </p>
<select name="color">
		<option value="aqua">aqua</option><br />
		<option selected="selected" value="black">black</option><br />
		<option value="blue">blue</option><br />
		<option value="gray">gray</option><br />
		<option value="green">green</option><br />
		<option value="lime">lime</option><br />
		<option value="maroon">maroon</option><br />
		<option value="navy">navy</option><br />
		<option value="olive">olive</option><br />
		<option value="purple">purple</option><br />
		<option value="red">red</option><br />
		<option value="silver">silver</option><br />
		<option value="teal">teal</option><br />
		<option value="white">white</option><br />
		<option value="white">yellow</option><br />
	</select>
<p>	&#8230; Font: </p>
<select name="face">
		<option value="Arial" selected="selected">Arial</option><br />
		<option value="Arial Black">Arial Black</option><br />
		<option value="Comic Sans MS">Comic Sans MS</option><br />
		<option value="Courier New">Courier New</option><br />
		<option value="Georgia">Georgia</option><br />
		<option value="Impact">Impact</option><br />
		<option value="Times New Roman">Times New Roman</option><br />
		<option value="Trebuchet MS">Trebuchet MS</option><br />
		<option value="aqua">Verdana</option><br />
	</select>
<p>	&#8230; Size:</p>
<select name="size">
		<option value="-3">-3</option><br />
		<option value="-2">-2</option><br />
		<option value="-1">-1</option><br />
		<option value="0">0</option><br />
		<option selected="selected" value="+1">+1</option><br />
		<option value="+2">+2</option><br />
		<option value="+3">+3</option><br />
	</select>
</p></div>
<div>
	<textarea name="text" cols="50" rows="10" id="text"></textarea>
	</div>
<div>
<input type="submit" value="Change to HTML" /></div>
</form>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/" title="Choose MySpace Comment Colors, Fonts and Sizes">Choose MySpace Comment Colors, Fonts and Sizes</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/" title="Adding, Removing and Editing Elements Dynamically using JavaScript">Adding, Removing and Editing Elements Dynamically using JavaScript</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/" title="Extract GET Variables from URL String to Array - PHP Function">Extract GET Variables from URL String to Array - PHP Function</a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/" title="New Tool - YouTube Music on MySpace ">New Tool - YouTube Music on MySpace </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/</feedburner:origLink></item>
		<item>
		<title>Choose MySpace Comment Colors, Fonts and Sizes</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/194926389/</link>
		<comments>http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 07:23:47 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[MySpace]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[color]]></category>

		<category><![CDATA[colour]]></category>

		<category><![CDATA[font]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[size]]></category>

		<category><![CDATA[text]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/tips/choose-myspace-comment-colors-fonts-and-sizes/</guid>
		<description><![CDATA[Have you ever seen comments with different colors (colours) and fonts left on your or somebody else&#8217;s profile in MySpace? Maybe you&#8217;d like to be able to change your comment color, too&#8230; If you do, it&#8217;s easy. All you need is a little bit of  HTML code,  and I&#8217;ll tell you how to [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen comments with different colors (colours) and fonts left on your or somebody else&#8217;s profile in MySpace? Maybe you&#8217;d like to be able to change your comment color, too&#8230; If you do, it&#8217;s <em>easy. </em>All you need is a little bit of  HTML code,  and I&#8217;ll tell you how to do it</p>
<p><strong>Update: I JUST made a form that you just put the text in and it will create the code for you! Go to the <a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/">MySpace Font</a> <a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/">Text to HTML Converter</a> </strong></p>
<p>First of all, you need to use what&#8217;s called the &lt;font&gt; tag.  The font tag allows you to adjust the MySpace comment color (colour), MySpace comment font, and MySpace comment size.</p>
<p>So, let&#8217;s start by writing your MySpace comment. For example, my message is going to be &#8220;The rain in Spain falls mainly on the plane.&#8221;</p>
<p>That means that in the MySpace comment box I would write:<br />
<strong>&lt;font&gt;</strong>The rain in Spain falls mainly on the plane.<strong>&lt;/font&gt;</strong></p>
<p>Notice how my MySpace comment is enclosed by &lt;font&gt; tags?</p>
<p>Now, we get to style the MySpace comment. There are a few things we can change - we can change the MySpace comment font, change the MySpace comment size and the MySpace comment color (colour) . This is how one example might look:</p>
<p><strong> &lt;font face=&#8221;<font color="#ff0000">arial</font>&#8221; size=&#8221;<font color="#ff0000">+3</font>&#8221; color=&#8221;<font color="#ff0000">red</font>&#8220;&gt;</strong>The rain in Spain falls mainly on the plane.<strong>&lt;/font&gt;</strong></p>
<p>That would make the MySpace comment font <strong>Arial</strong>, the MySpace comment size  <strong>+3</strong> (0 is normal) and thy MySpace comment color <strong>red</strong>. Like this:</p>
<p><font color="red" face="arial" size="+3">The rain in Spain falls mainly on the plane.</font></p>
<p>That&#8217;s it! You can now choose your own MySpace comment color, MySpace comment size and MySpace comment font.  For your convenience, here&#8217;s a list of colors, fonts and sizes that will work:</p>
<h3>MySpace Comment Size Values:</h3>
<ul>
<li>-3</li>
<li>-2</li>
<li>-1</li>
<li>0</li>
<li>+1</li>
<li>+2</li>
<li>+3</li>
</ul>
<h3>MySpace Comment Fonts:</h3>
<ul>
<li><font face="Arial">Arial</font></li>
<li><font face="Arial Black">Arial Black</font></li>
<li><font face="Comic Sans MS">Comic Sans MS</font></li>
<li><font face="Courier New">Courier New</font></li>
<li><font face="Georgia">Georgia</font></li>
<li><font face="Impact">Impact</font></li>
<li><font face="Times New Roman">Times New Roman</font></li>
<li><font face="Trebuchet MS">Trebuchet MS</font></li>
<li><font face="Verdana">Verdana</font></li>
</ul>
<h3>MySpace Comment Colors:</h3>
<ul>
<li> <font color="#33cccc">aqua</font></li>
<li>black</li>
<li><font color="#0000ff">blue</font></li>
<li><font color="#808080">gray</font></li>
<li><font color="#339966">green</font></li>
<li><font color="#00ff00">lime</font></li>
<li><font color="#993300">maroon</font></li>
<li><font color="#000080">navy</font></li>
<li><font color="#99cc00">olive</font></li>
<li><font color="#800080">purple</font></li>
<li><font color="#ff0000">red</font></li>
<li><font color="#c0c0c0">silver</font></li>
<li><font color="#008080">teal</font></li>
<li><span style="background: #000000 none repeat scroll 0% 50%; color: #ffffff; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">white</span></li>
<li><font color="#ffff00">yellow</font></li>
</ul>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/tools/myspace-convert-text-to-html/" title="MySpace - Convert Text to HTML">MySpace - Convert Text to HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdown-menu-or-popup-menu-using-css-and-semantic-html/" title="Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML">Accessible, Valid Dropdown Menu or Popup Menu using CSS and Semantic HTML</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/adding-removing-and-editing-elements-dynamically-using-javascript/" title="Adding, Removing and Editing Elements Dynamically using JavaScript">Adding, Removing and Editing Elements Dynamically using JavaScript</a></li><li><a href="http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/" title="Extract GET Variables from URL String to Array - PHP Function">Extract GET Variables from URL String to Array - PHP Function</a></li><li><a href="http://www.logon2.com.au/blog/archive/tools/new-tool-youtube-music-on-myspace/" title="New Tool - YouTube Music on MySpace ">New Tool - YouTube Music on MySpace </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/myspace/choose-myspace-comment-colors-fonts-and-sizes/</feedburner:origLink></item>
		<item>
		<title>Advertise in PDF Documents - Yahoo and Adobe Team Up</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/194926390/</link>
		<comments>http://www.logon2.com.au/blog/archive/internet-news/advertise-in-pdf-documents-yahoo-and-adobe-team-up/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 11:20:33 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Internet News]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[pdf]]></category>

		<category><![CDATA[sem]]></category>

		<category><![CDATA[yahoo]]></category>

		<category><![CDATA[ypn]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/internet-news/advertise-in-pdf-documents-yahoo-and-adobe-team-up/</guid>
		<description><![CDATA[Adobe and Yahoo have made a deal to allow publishers to sell ad space in PDF documents and advertisers to place dynamic ads inside those documents. The advertisers pay to get their ads in the documents and then a percentage of this is passed on to the publisher. Of course, Yahoo and Adobe would each [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.logon2.com.au/blog/wp-content/yahobe.jpg" alt="Yahobe" align="right" hspace="5" vspace="5" />Adobe and Yahoo have made a deal to allow publishers to sell ad space in PDF documents and advertisers to place dynamic ads inside those documents. The advertisers pay to get their ads in the documents and then a percentage of this is passed on to the publisher. Of course, Yahoo and Adobe would each be taking a slice of each transaction.</p>
<p>This is very innovative territory and if successful, may provide even more opportunities and potential business for advertisers. Yahoo has given advertisers a decent level of control over the ads, and allows them to target specific audiences, rotate ads and more. The ads are hidden when documents are printed out.</p>
<p>PDF is the industry standard for sending and storing documents. With such a huge audience including home users, businesses, and government - PDF documents are used by most of the internet population.</p>
<p>Source: <a href="http://news.bbc.co.uk/1/hi/business/7118363.stm" target="_blank"><em>Yahoo to put adverts in PDF files, BBC. </em></a></p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/" title="New Content brings Crowds">New Content brings Crowds</a></li><li><a href="http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/" title="Microsft, Yahoo and MSN Lose Bets to US Government">Microsft, Yahoo and MSN Lose Bets to US Government</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/" title="Big Business Prefers Internet Advertising over Mass Media">Big Business Prefers Internet Advertising over Mass Media</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/internet-news/advertise-in-pdf-documents-yahoo-and-adobe-team-up/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/internet-news/advertise-in-pdf-documents-yahoo-and-adobe-team-up/</feedburner:origLink></item>
		<item>
		<title>Big Business Prefers Internet Advertising over Mass Media</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/194926391/</link>
		<comments>http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 07:10:56 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Internet News]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[sem]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/</guid>
		<description><![CDATA[A recent study by Veritas Communications has revealed that almost half of business leaders in Canada believe that the internet is more effective for marketing purposes than the mass media. Social media, specifically, was considered more  important than traditional media platforms by 46%.
This means that online social media platforms such as YouTube, MySpace, Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>A recent study by Veritas Communications has revealed that <a href="http://mashable.com/2007/11/28/social-media-over-tv/" target="_blank">almost half of business leaders in Canada believe that the internet is more effective for marketing purposes than the mass media</a>. Social media, specifically, was considered more  important than traditional media platforms by 46%.</p>
<p>This means that online social media platforms such as YouTube, MySpace, Facebook and Digg  are going to be (if not already) targeted by more and more businesses for advertising purposes while advertising demand for media such as Radio, Television and Newspaper may decline.</p>
<p>So what makes these social media sites so much more effective for advertising? First of all,  these social media sites <em>know the users </em>so the advertising can be highly targeted. The next huge benefit of advertising online is it&#8217;s <em>extremely </em>measurable - the ROI (Return on Investment)  from advertising can be calculated immediately. Unlike print, the results of online advertising are almost instantaneous. Finally, <a href="http://www.logon2.com.au/contact/">online marketing</a> is cheaper - though it&#8217;s arguable that the lower price is just a result of being more effective and measurable.</p>
<p>With the NASDAQ launching an Internet Index just this week, it&#8217;s no surprise that the results of surveys are showing that the Internet is being considered more seriously as a <em>real </em>media platform. It&#8217;s just another reason to <a href="http://www.logon2.com.au/packages/">get your business online</a> - these patterns are only going to continue. If your business is already online and you&#8217;re interested in online marketing, check our <a href="http://www.logon2.com.au/blog/web-solution-services/search-engine-marketing/">online marketing </a>services and if you like it - <a href="http://www.logon2.com.au/contact/">give us a call</a>!</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/internet-news/opensocial-over-before-it-began/" title="OpenSocial - Over Before It Began?">OpenSocial - Over Before It Began?</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/tips/new-content-brings-crowds/" title="New Content brings Crowds">New Content brings Crowds</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/advertise-in-pdf-documents-yahoo-and-adobe-team-up/" title="Advertise in PDF Documents - Yahoo and Adobe Team Up">Advertise in PDF Documents - Yahoo and Adobe Team Up</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/" title="Chinese Addicted to the Web?">Chinese Addicted to the Web?</a></li><li><a href="http://www.logon2.com.au/blog/archive/networking/explode-your-myspace-network/" title="Explode Your MySpace Network">Explode Your MySpace Network</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/</feedburner:origLink></item>
		<item>
		<title>Chinese Addicted to the Web?</title>
		<link>http://feeds.feedburner.com/~r/logon2/~3/194926392/</link>
		<comments>http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 14:09:09 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Internet News]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[survey]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/</guid>
		<description><![CDATA[According to a survey, internet users in China are more likely to be addicted to using the web in their daily life than Americans. This is because the internet makes it easier for Chinese internet users to meet new friends and share their views.
2100 web users between 16 and 25 from America and China were [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.theage.com.au/news/web/chinese-more-likely-to-be-web-addicts-study/2007/11/26/1196036782929.html" target="_blank">a survey</a>, internet users in China are more likely to be addicted to using the web in their daily life than Americans. This is because the internet makes it easier for Chinese internet users to meet new friends and share their views.</p>
<p>2100 web users between 16 and 25 from America and China were surveyed about their internet use habits. The result showed that nearly 50% of Chinese internet users felt addicted to using the internet, as opposed to around 15% of American internet users.</p>
<p>Only 10% of Chinese people use the internet .</p>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/tips/your-site-need-fresh-content-regularly/" title="Does Your Site Need Fresh Content, Regularly?">Does Your Site Need Fresh Content, Regularly?</a></li><li><a href="http://www.logon2.com.au/blog/archive/uncategorized/microsft-yahoo-and-msn-lose-bets-to-us-government/" title="Microsft, Yahoo and MSN Lose Bets to US Government">Microsft, Yahoo and MSN Lose Bets to US Government</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/us-gambling-market-closed-to-europe-japan-and-canada/" title="US Gambling Market closed to Europe, Japan and Canada">US Gambling Market closed to Europe, Japan and Canada</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/opensocial-over-before-it-began/" title="OpenSocial - Over Before It Began?">OpenSocial - Over Before It Began?</a></li><li><a href="http://www.logon2.com.au/blog/archive/internet-news/big-business-perfers-internet-advertising-over-mass-media/" title="Big Business Prefers Internet Advertising over Mass Media">Big Business Prefers Internet Advertising over Mass Media</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.logon2.com.au/blog/archive/internet-news/chinese-addicted-to-the-web/</feedburner:origLink></item>
	</channel>
</rss>
