<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Garden Route &#187; Themes</title>
	<atom:link href="http://gardenroutepublishing.com/tag/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://gardenroutepublishing.com</link>
	<description>Garden Route Publishing</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:20:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to make WordPress Themes Responsive</title>
		<link>http://gardenroutepublishing.com/yorgo-nestoridis/how-to-make-wordpress-themes-responsive/</link>
		<comments>http://gardenroutepublishing.com/yorgo-nestoridis/how-to-make-wordpress-themes-responsive/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 09:29:35 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Developer]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22524</guid>
		<description><![CDATA[Responsive Themes for WordPress Responsive Websites become a must in 2012. This tutorial demonstrates how to make your WordPress Theme Responsive. What is Responsive Web Design? In very simple terms: Responsive Web Design aims to display content adapted to the visitors screen size. This means namely that the layout width must be fluid, i.e. expressed as a percentage of the width of the screen, typefaces expressed in em and images must be scalable. Practically speaking: a responsive designs can be viewed on a smart-phone or on a large PC screen, the display will always be the same and adapted to the size of the screen or browser window. n stead of using multiple style-sheets for different screen sizes, designers use Media Queries which allow to create multiple layouts using the same content. To achieve scalability, CSS media queries, such as min-width or orientation are used. Make your WordPress Theme responsive using a Child Theme A quick and easy way consists in creating a child theme; this allows you to upgrade your theme as the case may be without altering your customizations. How to create a responsive child theme? 1. Create a new folder in your wp-content/themes folder and name it [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-christmas-themes/" rel="bookmark" title="WordPress Christmas Themes">WordPress Christmas Themes</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-themes-and-development/" rel="bookmark" title="WordPress Themes and Development">WordPress Themes and Development</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-business-themes/" rel="bookmark" title="Best WordPress Business Themes">Best WordPress Business Themes</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-style-the-wordpress-menu/" rel="bookmark" title="How to Style the WordPress Menu">How to Style the WordPress Menu</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/new-xo53-theme-for-wordpress/" rel="bookmark" title="New XO53 Theme for WordPress">New XO53 Theme for WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Responsive_Themes_for_WordPress"><h2>Responsive Themes for WordPress</h2></span>
<p>Responsive Websites become a must in 2012. This tutorial demonstrates how to make your WordPress Theme Responsive.</p>
<span id="What_is_Responsive_Web_Design"><h3>What is Responsive Web Design?</h3></span>
<p>In very simple terms: Responsive Web Design aims to display content adapted to the visitors screen size. This means namely that the layout width must be fluid, i.e. expressed as a percentage of the width of the screen, typefaces expressed in <code>em</code> and images must be scalable.</p>
<div id="attachment_22530" class="wp-caption alignnone" style="width: 470px"><a href="http://xo2012.ycademy.net" ><img class="size-full wp-image-22530 " title="Responsive WordPress Theme XO by Semiomantics" src="http://yorgonestoridis.com/wp-content/uploads/2012/01/mobile2-4601.jpg" alt="Responsive WordPress Theme XO by Semiomantics" width="460" height="690" /></a><p class="wp-caption-text">Responsive WordPress Theme XO by Semiomantics</p></div>
<p>Practically speaking: a responsive designs can be viewed on a smart-phone or on a large PC screen, the display will always be the same and adapted to the size of the screen or browser window. n stead of using multiple style-sheets for different screen sizes, designers use Media Queries which allow to create multiple layouts using the same content. To achieve scalability, CSS media queries, such as <code>min-width</code> or <code>orientation</code> are used.</p>
<span id="Make_your_WordPress_Theme_responsive_using_a_Child_Theme"><h3>Make your WordPress Theme responsive using a Child Theme</h3></span>
<p>A quick and easy way consists in creating a child theme; this allows you to upgrade your theme as the case may be without altering your customizations.</p>
<span id="How_to_create_a_responsive_child_theme"><h4>How to create a responsive child theme?</h4></span>
<p>1. Create a new folder in your wp-content/themes folder and name it anything you like; for the purpose of this exercise I call it &#8220;responsive&#8221;</p>
<p>2. Create a style sheet in your new Child Theme folder (call it styles.css).</p>
<p>3. Suppose your main theme is called &#8220;wptheme&#8221;; paste the following into style.css</p>
<p><code>
<pre class="brush: php; title: ; notranslate">
 /*
 Theme Name: wptheme Child
 Theme URI: http://www.yourdomain.com/
 Description: Child theme for wptheme
 Author: Your Name
 Author URI: http://www.yourdomain.com
 Template: wptheme
 Version:1.0
 */
</pre>
<p></code><br />
The only line you really need to respect is Template:wptheme; this line refers to the parent theme folder.</p>
<p>4. Import the parent themes style-sheet by adding now the following line to your new style.css:</p>
<p><code>@import url(“../wptheme/style.css”);</code></p>
<p>5. Define the screen sizes you design for. (Smart-phones, tablets, PC) To test the result we just create different h1 color values for the different screen sizes:</p>
<pre class="brush: php; title: ; notranslate">@media screen and (max-width:320px)
{
h1 {
color: #ff0000;
}
}
@media screen and (min-width:321px) and (max-width:768px)
{
h1 {
color:#00FF00;
}
}
@media screen and (min-width:769px)
{
h1 {
color: #0000FF;
}
}</pre>
<p>Having set these basic parameters, you can now apply styles and layout values to taste, such as vertical navigation display on small screens.</p>
<span id="How_to_make_Images_responsive"><h4>How to make Images responsive</h4></span>
<p>To make images responsive we will need to take some WordPress specifics into account and there fore we will intervene with CSS3 and Media Queries and modify styles.css and functions.php of our theme.</p>
<p>Add the following to your style-sheet to make images scalable:</p>
<pre class="brush: php; title: ; notranslate">img{max-width: 100%;}
img{ -ms-interpolation-mode: bicubic; }</pre>
<p>Now the images will be re-sized to fit horizontally, while the vertical scaling is still defined by WordPress. We need to remove WordPress image height and width values to scale our images proportionally.</p>
<p>In WP, image classes come with a with and height properties; we delete these properties like so:</p>
<p>change in your WP editor:</p>
<pre class="brush: php; title: ; notranslate">&lt;img class=”imgclass” src=”../images/imagethumb.jpg” alt=”” width=”100″ height=”100″ /&gt;</pre>
<p>to this:</p>
<pre class="brush: php; title: ; notranslate">&lt; img class=”imgclass” src=”../images/imagethumb.jpg” alt=”” /&gt;</pre>
<p>This will work for your post and page images, however not for the images created by WP dynamically, such as post thumbnails. We need to delete with and height properties dynamically with a function.</p>
<p>Add to functions.php:</p>
<pre class="brush: php; title: ; notranslate">function remove_wp_width_height($string){
return preg_replace(‘/\/i’, ”,$string);
}</pre>
<p>Now you need to make a final modification in your template and replace:</p>
<pre class="brush: php; title: ; notranslate">the_post_thumbnail();</pre>
<p>with the following:</p>
<pre class="brush: php; title: ; notranslate">echo remove_wp_width_height(get_the_post_thumbnail(get_the_ID(),’large’));</pre>
<p>That&#8217;s all!</p>
<p>Hopefully the above will help you to do additional customization wok and as the case may be, to adapt your great themes to the requirements of 2012 Web Design.</p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="červený kříž">červený kříž</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="is there a wau to make a wp theme responsive after creation">is there a wau to make a wp theme responsive after creation</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="how to create a wordpress theme">how to create a wordpress theme</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="how to make a responsive wordpress theme">how to make a responsive wordpress theme</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="how to make wordpress theme responsive">how to make wordpress theme responsive</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="how to make a wordpress theme responsive">how to make a wordpress theme responsive</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="make wordpress responsive">make wordpress responsive</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="make a responsive web design wordpress child theme">make a responsive web design wordpress child theme</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="wordpress responsive theme">wordpress responsive theme</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" title="responsive wordpress theme">responsive wordpress theme</a></li></ul><p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-christmas-themes/' rel='bookmark' title='WordPress Christmas Themes'>WordPress Christmas Themes</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-themes-and-development/' rel='bookmark' title='WordPress Themes and Development'>WordPress Themes and Development</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-business-themes/' rel='bookmark' title='Best WordPress Business Themes'>Best WordPress Business Themes</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-style-the-wordpress-menu/' rel='bookmark' title='How to Style the WordPress Menu'>How to Style the WordPress Menu</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/new-xo53-theme-for-wordpress/' rel='bookmark' title='New XO53 Theme for WordPress'>New XO53 Theme for WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/yorgo-nestoridis/how-to-make-wordpress-themes-responsive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best WordPress Business Themes</title>
		<link>http://gardenroutepublishing.com/hosting/best-wordpress-business-themes/</link>
		<comments>http://gardenroutepublishing.com/hosting/best-wordpress-business-themes/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 07:18:16 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=11629</guid>
		<description><![CDATA[By Yorgo Nestoridis
Contents
 &#91; hide &#93; 

1 Best WordPress Business Themes
1.1 1. Hosting WordPress
1.2 2. Domain
1.3 3. Best WordPress Business Themes



Best WordPress Business Themes
To implement the WP Best Project we will start by setting up our site based on some important choices.

1. Hosting WordPress
While many hosts allow for easy WP set-up using Fantastico from cPanel, [...]]]></description>
			<content:encoded><![CDATA[By Yorgo Nestoridis
Contents
 &#91; hide &#93; 

1 Best WordPress Business Themes
1.1 1. Hosting WordPress
1.2 2. Domain
1.3 3. Best WordPress Business Themes



Best WordPress Business Themes
To implement the WP Best Project we will start by setting up our site based on some important choices.

1. Hosting WordPress
While many hosts allow for easy WP set-up using Fantastico from cPanel, [...]]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/hosting/best-wordpress-business-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trendwise with Semiomantics XO2012</title>
		<link>http://gardenroutepublishing.com/garden-route/trendwise-with-semiomantics-xo2012/</link>
		<comments>http://gardenroutepublishing.com/garden-route/trendwise-with-semiomantics-xo2012/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 09:04:05 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[are]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Ask]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[give]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[large]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Look]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Passion]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Sliders]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[sophisticated]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[Steve]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Tangerine]]></category>
		<category><![CDATA[Tango]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Trend]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[Trendwise]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[visible]]></category>
		<category><![CDATA[vogue]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[with]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO2012]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7789</guid>
		<description><![CDATA[Trendwise with Semiomantics XO2012 In a world of infinite choice, we all have our personal preferences when it comes to creating the Web Design for our personal websites and blogs &#8211; and this is exactly what many of our customers will tell us, especially if they have a business with set colors, fonts and logos. Of course, there are also those who haven&#8217;t thought about this issue, who may not want to be bothered with it (as this takes ample time and thought) and who expect us to suggest, advise and guide. This is where we should know and focus on current trends, put our personal priorities on the backseat, and design something fresh, modern and appealing where we are absolutely &#8220;Trendwise with Semiomantics XO2012&#8243;, which is currently going through a testing phase and will soon be released. Most importantly, we need to think forward to adapt to the incredible developments and momentum on the mobile web: can people see our web design work on their iphones, smart phones and tablets? This is currently the driving power behind many decisions and as we want our customers to get the traffic and results they expect, this is what we need to [...]]]></description>
			<content:encoded><![CDATA[<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Trendwise with Semiomantics XO2012' data-url='http://biancagubalke.com/?p=7789' data-counturl='http://biancagubalke.com/web-design-south-africa/trendwise-with-semiomantics-xo2012/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span><h2>Trendwise with Semiomantics XO2012</h2>
<p>In a world of infinite choice, we all have our personal preferences when it comes to creating the Web Design for our personal websites and blogs &#8211; and this is exactly what many of our customers will tell us, especially if they have a business with set colors, fonts and logos. Of course, there are also those who haven&#8217;t thought about this issue, who may not want to be bothered with it (as this takes ample time and thought) and who expect us to suggest, advise and guide. This is where we should know and focus on current trends, put our personal priorities on the backseat, and design something fresh, modern and appealing where we are absolutely &#8220;Trendwise with Semiomantics XO2012&#8243;, which is currently going through a testing phase and will soon be released.</p>
<p><a href="http://biancagubalke.com/web-design-south-africa/trendwise-with-semiomantics-xo2012/attachment/800connect1/" rel="attachment wp-att-7796"><img class="aligncenter size-large wp-image-7796" title="Web Design with Passion Image (Trend Colors 2012)" src="http://biancagubalke.com/wp-content/uploads/2012/01/800connect1-460x199.jpg" alt="Trend Colors 2012 Image" width="460" height="199" /></a></p>
<p>Most importantly, we need to think forward to adapt to the incredible developments and momentum on the mobile web: can people see our web design work on their iphones, smart phones and tablets? This is currently the driving power behind many decisions and as we want our customers to get the traffic and results they expect, this is what we need to focus on and ensure that they too see the advantages of certain essentials they might not initially agree with.</p>
<p>It&#8217;s all about functionality and thinking customerwise: let them see what your website is all about fast and in an attractive way, make navigation clear, quick and easy like a dynamic show. And let there be balance!</p>
<p>&nbsp;</p>
<h3>Trendwise with Semiomantics XO2012</h3>
<p>With the new trends 2012 having been set, how can we at Web Design South Africa be trendwise with Semiomantics XO2012, the best WordPress based script to be released soon, and give our website or blog a New Look 2012?</p>
<p><a href="http://biancagubalke.com/web-design-south-africa/trendwise-with-semiomantics-xo2012/attachment/1024connect2/" rel="attachment wp-att-7797"><img class="aligncenter size-large wp-image-7797" title="Web Design with Passion Image (Trend Colors 2012)" src="http://biancagubalke.com/wp-content/uploads/2012/01/1024connect2-460x199.jpg" alt="Trend Colors 2012 for Web Design with Passion" width="460" height="199" /></a></p>
<p>&nbsp;</p>
<h3>How to give your Author Blog a Trend 2012 Look</h3>
<p>Here are a few pointers as to how to give your Author Blog a Trend 2012 Look:</p>
<h4>1. Color Trend 2012</h4>
<p>I already wrote about the Color Trend 2012 <a title="How to give your Author Blog a Trend 2012 Look" href="http://biancagubalke.com/web-design-south-africa/color-trend-2012/" >HERE</a>.</p>
<p>To repeat it quickly, the color of the year 2012 is a warm orangy red called &#8220;Tangerine Tango&#8221;.  It&#8217;s not too far off the color I am always using in my personal color scheme that marks &#8220;Web Design with Passion&#8221;. However, there are other trendy colors like &#8216;solar power&#8217; and the &#8216;sodalite blue&#8217; I used in my example above, in connection with &#8216;tangerine tango&#8217;.</p>
<p>Here you want to think of backgrounds, fonts, menu, graphics, links, hover effects etc. &#8211; however, don&#8217;t overdo it when setting it off against another shade or complementary color. What I learned in Typography many years ago with one of Europe&#8217;s two leading authorities in the field and a true friend, Professor Tuenn Konerding (Staatliche Kunstakademie Duesseldorf, Germany), still applies today: experiment massively&#8230; but then reduce, keep it simple, don&#8217;t use more than 2&#8230; maximum 3 colors.</p>
<p><a href="http://biancagubalke.com/web-design-south-africa/trendwise-with-semiomantics-xo2012/attachment/tuenn-konerding1/" rel="attachment wp-att-7791"><img class="aligncenter size-large wp-image-7791" title="Professor Tuenn Konerding Photo" src="http://biancagubalke.com/wp-content/uploads/2012/01/tuenn-konerding1-460x703.jpg" alt="Professor for Typography, Essen, Germany" width="460" height="703" /></a></p>
<p>I wish I had a better photo &#8211; but I am happy I can call at least this one up &#8211; for an extraordinary mind and spirit that left our planet far too early&#8230;</p>
<p>Interesting also the trend towards one-page websites and a comeback of the magazine theme (full layout Semiomantics XO). Of course, Apple-style layouts are still en vogue as they are a modern classic and simply good.</p>
<p>&nbsp;</p>
<h4>2.  Typography 2012</h4>
<p>The focus is on bold letters and custom fonts that can easily be read on mobile phones. Interesting here the Google Font Library that can be added in form of a plugin and loads fast while making the look of the website more appealing.</p>
<p>Textures, shades and reflections are &#8216;in&#8217; as well&#8230;</p>
<p>&nbsp;</p>
<h4> 3. Large High Quality Images</h4>
<p>Less text but large, high quality images &#8211; meaning all forms of sophisticated Media Design &#8211; be it photos, graphics, videos&#8230; &#8211; especially for backgrounds but also for graphics, sliders (we will come to these) and whatever you integrate into your Website Design to attract and captivate.The use of light or shadow boxes &#8211; where pictures can be enlarged in an overlay-  is very much in the trend.</p>
<p>Actually, we have been ahead of this trend with Semiomantics XO 2011 already, and particularly with our comprehensive work on Evolution, my personal favorite&#8230; yet unfortunately on Flash which is currently not seen on mobile phones due to power plays between the &#8216;big boyz&#8217; &#8230; but this too shall change one day once even they get it that &#8216;competition&#8217; is out and &#8216;cooperation&#8217; is in to save our planet &#8211; and this is NOT a trend but a Truth! Ask Steve on Cloud!</p>
<p>Meanwhile Evolution will&#8230; well, evolve!</p>
<h4>4. Sliders are en vogue</h4>
<p>And yet another feature where Semiomantics has been well ahead of the trend: sliders are en vogue! Besides that, in my view they are brilliant, practical, interactive, attractive, seen on the mobile web and add to the functionality of a website. At tleast the ones we use &#8211; they do come at a cost, but it&#8217;s well worth it &#8211; quality always had its price!</p>
<h4>5. Connect to Social Networks</h4>
<p>Finally, websites and blogs need to offer easy ways &#8211; meant are rather &#8216;loud&#8217; icons (&#8230; I leave this to your personal taste&#8230;) &#8211; to interlink and connect to Social Networks like Twitter, Facebook, Google + etc. Today, people look out where they can connect, follow, share and register &#8230; and so the cybernet expands continuously and I sometimes wonder what all of this really means at the end of the day and for our environment! But that&#8217;s a topic for another day!</p>
<p>For now&#8230; let&#8217;s be aware of current trends and advise customers accordingly&#8230; there&#8217;s lots to play with!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Trendwise with Semiomantics XO2012' data-url='http://biancagubalke.com/?p=7789' data-counturl='http://biancagubalke.com/web-design-south-africa/trendwise-with-semiomantics-xo2012/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/trendwise-with-semiomantics-xo2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 update on Semiomantics</title>
		<link>http://gardenroutepublishing.com/yorgo-nestoridis/wordpress-2-9-update-on-semiomantics-2/</link>
		<comments>http://gardenroutepublishing.com/yorgo-nestoridis/wordpress-2-9-update-on-semiomantics-2/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 07:18:59 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=11562</guid>
		<description><![CDATA[By Yorgo Nestoridis
Contents
 &#91; hide &#93; 

1 WordPress 2.9 on Semiomantics
]]></description>
			<content:encoded><![CDATA[By <a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/">Yorgo Nestoridis</a><br><br /><div class='contents'>
<h3>Contents</h3>
<p> &#91; <a class='show' onclick='toggle_hide_show(this)'>hide</a> &#93; </p>
<ol class='content_list'>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#WordPress%202.9%20on%20Semiomantics'>1 WordPress 2.9 on Semiomantics</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#What's new in WordPress 2.9 - Server Requirements'>1.1 What&#8217;s new in WordPress 2.9 &#8211; Server Requirements</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#WP%202.9%20User%20Features'>1.2 WP 2.9 User Features</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#WP%202.9%20Development,%20Themes,%20Plug-ins'>1.3 WP 2.9 Development, Themes, Plug-ins</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#Semiomantics%20Themes'>1.4 Semiomantics Themes</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#Semiomantics%20Performance'>1.5 Semiomantics Performance</a></li>
</ol>
</div>
<p><a name='WordPress 2.9 on Semiomantics'></a><br />
<h2>WordPress 2.9 on Semiomantics</h2>
<p>WordPress 2.9 has been released just a few hours ago. This post details the impact of this most recent update on Semiomantics Scripts.<br />
<a name='What's new in WordPress 2.9 - Server Requirements'></a><br />
<h3>What&#8217;s new in WordPress 2.9 &#8211; Server Requirements</h3>
<p>The first big change concerns server requirements:</p>
<p>WordPress 2.9 Requires MySQL 4.1.2 or greater (old requirement was 4.0).</p>
<p><div id="attachment_11563" class="wp-caption alignnone" style="width: 490px"><a href="http://webdevelopment.semiomantics.com/expert/"><img class="size-large wp-image-11563 " title="semiomantics_consulting1" src="http://yorgonestoridis.com/wp-content/uploads/2009/12/semiomantics_consulting1-480x80.png" alt="Semiomantics Consulting" width="480" height="80" /></a><p class="wp-caption-text">Semiomantics Consulting</p></div><br />
<a name='WP 2.9 User Features'></a><br />
<h3>WP 2.9 User Features</h3>
<p>*  Trash status for posts, pages, and comments (includes restore and permanent delete)<br />
* Add support for &#8216;include&#8217; and &#8216;exclude&#8217; to  (Gallery Shortcode)<br />
* Allow user registration to be enabled by an XMLRPC client<br />
* Add support for sticky posts to the WXR exporter and importer<br />
* &#8216;rel=canonical&#8217; for singular pages<br />
* Scroll back to the same location after saving a file in the Plugin and Theme editors<br />
* Correct comments and remove unnecessary echos from the default themes sidebar template file<br />
* Enable the APP (Atom) attachment file download to work correctly<br />
* Support location of category templates based on &#8216;category-slug&#8217; as well as &#8216;category-id&#8217; (Ticket 10614)<br />
* Support location of tag templates based on &#8216;tag-id&#8217; as well as &#8216;tag-slug&#8217; (Ticket 10868)<br />
* Support location of page templates based on &#8216;page-slug&#8217; and &#8216;page-id&#8217;<br />
* Set &#8220;Allow my blog to appear in search engines&#8221; to checked in installation<br />
* Don&#8217;t offer to make a category its own parent<br />
* Remove Sphere from search list<br />
* Minify admin CSS<br />
* Show correct max upload filesize error message<br />
* Add &#8216;rel&#8217; attribute to next/previous post links<br />
* Make the default and classic themes comment textareas valid XHTML<br />
* Clean up &#8216;.button&#8217; and &#8216;.button[disabled]&#8216; CSS classes, add &#8217;spinner&#8217; and &#8216;gray-out&#8217; buttons after clicking Publish or Update post<br />
* Fix race condition with autosave when clicking Publish immediately after entering post title<br />
* Add Comments for Pages in the WordPress Default theme<br />
* Define &#8216;$content_width&#8217; for Kubrick<br />
* Better feedback on publishing of future posts and pages<br />
* Display comments in descending date order, consistently<br />
* Add means of automatically repairing tables<br />
* Press This bookmarklet fixes<br />
* Give plugins and themes simple control over the text displayed at the end of an autogenerated Excerpt<br />
* Don&#8217;t show &#8220;Change Permalinks&#8221; button when editing the page set as &#8220;Front page&#8221;<br />
* Image editing<br />
* Retire BunnyTags importer<br />
* Retire Jerome&#8217;s keywords importer<br />
* Explain that the permalink is temporary for autosave generated permalinks<br />
* Update SimplePie to 1.2<br />
* Eliminate the redundant and confusing comment threading depth of 1<br />
* Easier Embeds with oEmbed support (see Ticket #10337) (oEmbed discovery disabled by default, use plugin to enable it)<br />
* TinyMCE 3.2.7<br />
* Remove rel=&#8217;tag&#8217; on links in Tag Clouds<br />
* Add a title to the Home link output by wp_page_menu()<br />
* Adjust comment moderation keyboard shortcut keys &#8216;d = trash&#8217; or delete depending on the screen<br />
* Show &#8220;Draft updated&#8221; instead of &#8220;Post updated&#8221; when saving draft<br />
* Show the login form in a popup when autosave hits the login grace period<br />
* Open View/Preview post in a new window from the link in the Saved/Updated message<br />
* Separate fields for &#8216;image alt&#8217; and &#8216;image caption&#8217; in Media uploader<br />
* Display better information about broken themes when there is no stylesheet<br />
* Improve situation when tables such as wp_options table were &#8216;corrupt&#8217; new installation message was offered. Add means of automatically repairing tables<br />
* Export and import custom taxonomies<br />
* Admin copy improvements<br />
* Don&#8217;t show page templates in the drop down if they are in a subdirectory<br />
* Make codex link open in a new window<br />
* Change &#8216;Remove&#8217; link on widgets to &#8216;Delete&#8217; because it doesn&#8217;t just remove it, it deletes the settings for that widget instance.<br />
<a name='WP 2.9 Development, Themes, Plug-ins'></a><br />
<h3>WP 2.9 Development, Themes, Plug-ins</h3>
<p>* Added &#8216;excerpt_more&#8217; filter to wp_trim_excerpt() function, which allow developers to change excerpt &#8216;[...]&#8216; more string (Ticket 10395)<br />
* Add &#8217;smilies_src&#8217; filter so plugins can better add smilies<br />
* Canonical redirects for post name queries<br />
* Allow _wp_get_comment_list() to handle custom comment types<br />
* Return an empty array instead of false for get_children() when no children found<br />
* Add some filters so that HTTP requests can be filtered<br />
* Move plugin update notice output to the plugin specific hook<br />
* Limit wp-mail &#8216;blog by email&#8217; checks to every 5 minutes<br />
* Make it much easier to filter contact methods from user profiles<br />
* Allow filtering of get_edit_post_link for custom post_type<br />
* &#8216;get_sample_permalink_html&#8217; filter<br />
* Enforce activation key to be a string, reject activation keys that are arrays<br />
* Support for new post types<br />
* Respect custom post_type in queries<br />
* Send Retry-After header when in maintenance mode<br />
* Various WP Filesystem related fixes and documentation<br />
* Add constants for ftp connections timeouts<br />
* Increase timeout on cron-based requests when checking for upgrades<br />
* Don&#8217;t use has_action() before do_action() in http.php<br />
* Speed up jQuery based scripts<br />
* Use the current user as author for autosave<br />
* Show My Posts as default view on the Edit Posts screen for users without &#8216;edit_others_posts&#8217; cap<br />
* Ensure that drafts viewed over XMLRPC have a correct gmt date set<br />
* Pass user id to &#8216;get_&#8217; the_author_meta filters<br />
* Move _wp_get_user_contactmethods() into the registrations functions file<br />
* Machine parseable db error codes<br />
* Add global JS vars and actions to the media uploader iframe<br />
* Add JSON compat for PHP &lt; 5.2<br />
* Make option_name the primary key for the options table<br />
* Allow a plugin to do a complete takeover of Post by Email<br />
* Logarithmic scale for tag cloud<br />
* Pass Post ID to the &#8216;get_comments_number&#8217; filter<br />
* Always filter the url in the media upload form<br />
* Add a &#8216;the_terms&#8217; filter<br />
* is_blog_installed() improvements<br />
* Allow force_ssl_admin() to properly accept false as a value<br />
* Pass logged_in cookie to async-upload and filter the cookie scheme in auth_redirect()<br />
* Add more actions around database add/delete/update operations<br />
* phpDoc for wp_&#8221;check|set&#8221;_post_lock functions<br />
* Use the old strings which are more translator friendly and add a generic default string to aid re-use by plugins adding post_types<br />
* Filter fields through kses upon display and introduce sanitize_user_object() and sanitize_user_field()<br />
* Use null instead of 0 when setting content length<br />
* Include &#8216;hidden&#8217; directories in filesystem dirlist by default<br />
* Pass args array to &#8216;wp_list_pages&#8217; filter<br />
* Actions for taxonomy updates<br />
* Key should be &#8216;comment_id&#8217; not &#8216;post_id&#8217; in comments table<br />
* Add get_delete_post_link () to retrieve delete posts link for post<br />
* Add &#8217;separator&#8217; parameter to wp_tag_cloud() and wp_generate_tag_cloud() functions (Ticket 10315)<br />
* Added add_comment_meta() family of functions<br />
* Use a post_parent of 0 instead of -1 to indicate unattached posts<br />
* Improve get_page_hierarchy() function<br />
* Deprecate the_content_rss(), add the_content_feed() and get_the_content_feed(). Convert places that called the_content_rss() with an excerpt length to the_excerpt_rss(). Remove the rss_excerpt_length option. Use the_content_feed() where the_content() was previously used in feeds.<br />
* Add &#8216;pad_counts&#8217; argument to wp_dropdown_categories()<br />
* Remove codepress<br />
* Remove the php-gettext library<br />
* Canonical post thumbanils<br />
* Add a filter to the_author_posts_link()<br />
* Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS<br />
* Introduce register_theme_directory() which takes a wp-content-relative path and will additionally scan it for themes. Plugins can use this to add themes without requiring copying by the user<br />
* Add set_user_role action hook<br />
* Allow theme devs to change attrs (like CSS class) of thumbnail images<br />
* Add wp-post-image CSS class to post images<br />
* Allow for plugins to enhance the number of metadata fields captured from plugin and theme headers<br />
* Merge updated pomo code<br />
* Switch to using NOOP_Translations for untranslated sites<br />
* Improve wptexturize performance<br />
* Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender<br />
* Fixes for theme subdir support<br />
* Introduce wp_kses_post() and wp_kses_data() for filtering unescaped data<br />
* Add &#8216;orderby=comment_count&#8217; argument to query_posts()<br />
* Honor Post Type for Sticky Posts<br />
* Allow querying multiple post types<br />
* Introduce add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features<br />
* Introduce require_if_theme_supports()<br />
* Add number of Embed related filters<br />
* Add &#8216;IMAGE_EDIT_OVERWRITE&#8217; constant to control edited image save or replace, most useful for setups that have dynamic image resizing<br />
* Add load_child_theme_textdomain() to allow child themes to have their own translation files<br />
* Add sidebar descriptions to sidebar settings and widget admin screen<br />
* Make option_id primary. Add uniques for option_name and autoload<br />
* Allow plugins to override the behaviour of load_textdomain() in a variety of flexible ways<br />
* Mark _c() as deprecated. The new _x() function should be used instead.<br />
* Allow plugins to change the redirect on post/page publishing/submitting<br />
* Standardize on &#8216;user_id&#8217; instead of &#8216;user_ID&#8217; when passing comment data. Accept either &#8216;user_id&#8217; or &#8216;user_ID&#8217;. Remove &#8216;user_id&#8217; global.<br />
* Filter imported comments<br />
* Introducing set_post_image_size(w, h, crop) so themes can register their special size/crop for canonical post images<br />
* Standardize around &#8220;post image&#8221; instead of &#8220;post thumbnail&#8221;<br />
* Allow registering post image support per post type<br />
* Return false from is_paged() if on the first page.<br />
* Check MySQL and PHP versions when auto upgrading<br />
* Add required php and mysql versions to version.php<br />
* Hard code required version in update-core.php<br />
<a name='Semiomantics Themes'></a><br />
<h3>Semiomantics Themes</h3>
<p>All Semiomantics Themes will run on the WP 2.9 backbone. You will not notice any visual or visible difference except if you are hosted on outdated MySQL software; in such a case we recommend to either not update or to move the blog to a host fulfilling the appropriate server requirements. (See above: Server Requirements -  our Suggestion remains ChiHosters).</p>
<p>The new version of WordPress allows for better handling of child themes where available.<br />
<a name='Semiomantics Performance'></a><br />
<h3>Semiomantics Performance</h3>
<p>The WP 2.9 version provides new options for optimization and modifies some of the features we have overwritten in the past for optimized performance. Also, as some of the hooks for plugins have changed, which will allow us to enhance our performance with special add-on scripts.</p>
<p>The Semiomantics semantic SEO engine 5.2 will replace the present version 5.1 on high performance customer sites.</p>
<p>Semiomantics script updates will be available shortly; please observe our next few posts where we will detail the upgrades.
<p><i><br />
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" width="99%" id="AutoNumber1">
<tr>
<td>Author: <a  href="http://cashflowin.com/cashflowin/profile.html">Yorgo Nestoridis</a>, Media Marketing &#038; Publishing, Founder of YORGOO Publishing, YORGOO Press and Semiomantics.</p>
<p>
    If you enjoyed reading the above, please consider following future tips and strategies by <a  href="http://feeds2.feedburner.com/yorgonestoridis/IdqX"> RSS</a> reader,<a  href="http://feedburner.google.com/fb/a/mailverify?uri=yorgonestoridis/IdqX&#038;loc=en_US"> Email </a>delivery, or <a  href="http://www.amazon.com/gp/product/B002K8P4PQ">Kindle subscription.</a>
    </td>
</tr>
</table>
<p align="center">
<img border="0" src="http://yorgonestoridis.com/images/animated_favicon1.gif" width="16" height="16"></p>
<p></i></p>
<div class="ngg-related-gallery"><a href="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/yorgoopress.jpg" title="YORGOO Press Online Newspaper" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="yorgoopress.jpg" alt="yorgoopress.jpg" src="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/thumbs/thumbs_yorgoopress.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/makemoneybgr2.jpg" title="Large Background Image 2 on 1680x1050 screen by Yorgo Nestoridis" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="Large Background Image on 1680x1050 Screen 2" alt="Large Background Image on 1680x1050 Screen 2" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_makemoneybgr2.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/screenshot1.jpg" title="The YORGOO Times" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="screenshot1.jpg" alt="screenshot1.jpg" src="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/thumbs/thumbs_screenshot1.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/newscast/uteschaedler.jpg" title="Social Network Publishing Framework by Semiomantics" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="Ute Schaedler" alt="Ute Schaedler" src="http://yorgonestoridis.com/wp-content/gallery/newscast/thumbs/thumbs_uteschaedler.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/newscast/hannocoetzee.jpg" title="Social Network Publishing Framework by Semiomantics" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="Hanno Coetzee" alt="Hanno Coetzee" src="http://yorgonestoridis.com/wp-content/gallery/newscast/thumbs/thumbs_hannocoetzee.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/photo-filters/sepia.jpg" title="Sepia" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="Sepia" alt="Sepia" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_sepia.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/global-international.jpg" title="Global Sports International by Yorgo Nestoridis" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="global-international" alt="global-international" src="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/thumbs/thumbs_global-international.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/newscast/felisaryan.jpg" title="Social Network Publishing Framework by Semiomantics" class="thickbox" rel="Related images for WordPress 2.9 update on Semiomantics" ><img title="Felisa Ryan" alt="Felisa Ryan" src="http://yorgonestoridis.com/wp-content/gallery/newscast/thumbs/thumbs_felisaryan.jpg" /></a>
</div>
This page is wiki editable click <a href='http://yorgonestoridis.com/wp-login.php?redirect_to=http://yorgonestoridis.com/feed/'> here</a> to edit this page.<h3  class="related_post_title">Read also:</h3><ul class="related_post"><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-update-webmaster-training/" title="Wordpress Update &#8211; Webmaster Training">Wordpress Update &#8211; Webmaster Training</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/google-wave-seminar-hits-google-top-10/" title="Wave Seminar Hits Google Top 10">Wave Seminar Hits Google Top 10</a></li><li><a href="http://yorgonestoridis.com/social-media/twitter/your-brand-on-facebook-twitter-youtube/" title="Your Brand on Facebook, Twitter and YouTube">Your Brand on Facebook, Twitter and YouTube</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/web-design-workshop-16-scroll-over-background/" title="Web Design Workshop 16 &#8211; Scroll over Background">Web Design Workshop 16 &#8211; Scroll over Background</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoris-publishing/nextgen-gallery-on-ycademy-framework/" title="NextGen Gallery on Ycademy Framework">NextGen Gallery on Ycademy Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/yorgo-nestoridis/wordpress-2-9-update-on-semiomantics-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 update on Semiomantics</title>
		<link>http://gardenroutepublishing.com/yorgo-nestoridis/wordpress-2-9-update-on-semiomantics/</link>
		<comments>http://gardenroutepublishing.com/yorgo-nestoridis/wordpress-2-9-update-on-semiomantics/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 19:18:22 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=11562</guid>
		<description><![CDATA[By Yorgo Nestoridis
Contents
 &#91; hide &#93; 

1 WordPress 2.9 on Semiomantics
]]></description>
			<content:encoded><![CDATA[By <a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/">Yorgo Nestoridis</a><br><br /><div class='contents'>
<h3>Contents</h3>
<p> &#91; <a class='show' onclick='toggle_hide_show(this)'>hide</a> &#93; </p>
<ol class='content_list'>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#WordPress%202.9%20on%20Semiomantics'>1 WordPress 2.9 on Semiomantics</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#What's new in WordPress 2.9 - Server Requirements'>1.1 What&#8217;s new in WordPress 2.9 &#8211; Server Requirements</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#WP%202.9%20User%20Features'>1.2 WP 2.9 User Features</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#WP%202.9%20Development,%20Themes,%20Plug-ins'>1.3 WP 2.9 Development, Themes, Plug-ins</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#Semiomantics%20Themes'>1.4 Semiomantics Themes</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-2-9-update-on-semiomantics/#Semiomantics%20Performance'>1.5 Semiomantics Performance</a></li>
</ol>
</div>
<p><a name='WordPress 2.9 on Semiomantics'></a><br />
<h2>WordPress 2.9 on Semiomantics</h2>
<p>WordPress 2.9 has been released just a few hours ago. This post details the impact of this most recent update on Semiomantics Scripts.<br />
<a name='What's new in WordPress 2.9 - Server Requirements'></a><br />
<h3>What&#8217;s new in WordPress 2.9 &#8211; Server Requirements</h3>
<p>The first big change concerns server requirements:</p>
<p>WordPress 2.9 Requires MySQL 4.1.2 or greater (old requirement was 4.0).</p>
<p><div id="attachment_11563" class="wp-caption alignnone" style="width: 490px">
<div style="width:480px;" class="MagicToolboxContainer"><a   class="MagicMagnifyPlus" title="semiomantics_consulting1" id="MagicMagnifyPlusImage5c43b467878a3e3bfe2c214f34ff89ae" href="http://webdevelopment.semiomantics.com/expert/" rel="zoom-color: 6E8C0E;border-color: 6E8C0E;size: 150;type: circle;line-thickness: 1;line-thickness-border: 1;lensePotition: top;linkWindow: _self;disableAutoStart: false;pauseOnClick: false;thumb: true"><img  class="size-large wp-image-11563 " title="semiomantics_consulting1"  alt="Semiomantics Consulting" width="480" height="80"   src="http://yorgonestoridis.com/wp-content/uploads/2009/12/semiomantics_consulting1-480x80.png" alt="semiomantics_consulting1" /><span>semiomantics_consulting1</span></a>Move your mouse over image or click to enlarge</div>
<p><p class="wp-caption-text">Semiomantics Consulting</p></div><br />
<a name='WP 2.9 User Features'></a><br />
<h3>WP 2.9 User Features</h3>
<p>*  Trash status for posts, pages, and comments (includes restore and permanent delete)<br />
* Add support for &#8216;include&#8217; and &#8216;exclude&#8217; to  (Gallery Shortcode)<br />
* Allow user registration to be enabled by an XMLRPC client<br />
* Add support for sticky posts to the WXR exporter and importer<br />
* &#8216;rel=canonical&#8217; for singular pages<br />
* Scroll back to the same location after saving a file in the Plugin and Theme editors<br />
* Correct comments and remove unnecessary echos from the default themes sidebar template file<br />
* Enable the APP (Atom) attachment file download to work correctly<br />
* Support location of category templates based on &#8216;category-slug&#8217; as well as &#8216;category-id&#8217; (Ticket 10614)<br />
* Support location of tag templates based on &#8216;tag-id&#8217; as well as &#8216;tag-slug&#8217; (Ticket 10868)<br />
* Support location of page templates based on &#8216;page-slug&#8217; and &#8216;page-id&#8217;<br />
* Set &#8220;Allow my blog to appear in search engines&#8221; to checked in installation<br />
* Don&#8217;t offer to make a category its own parent<br />
* Remove Sphere from search list<br />
* Minify admin CSS<br />
* Show correct max upload filesize error message<br />
* Add &#8216;rel&#8217; attribute to next/previous post links<br />
* Make the default and classic themes comment textareas valid XHTML<br />
* Clean up &#8216;.button&#8217; and &#8216;.button[disabled]&#8216; CSS classes, add &#8217;spinner&#8217; and &#8216;gray-out&#8217; buttons after clicking Publish or Update post<br />
* Fix race condition with autosave when clicking Publish immediately after entering post title<br />
* Add Comments for Pages in the WordPress Default theme<br />
* Define &#8216;$content_width&#8217; for Kubrick<br />
* Better feedback on publishing of future posts and pages<br />
* Display comments in descending date order, consistently<br />
* Add means of automatically repairing tables<br />
* Press This bookmarklet fixes<br />
* Give plugins and themes simple control over the text displayed at the end of an autogenerated Excerpt<br />
* Don&#8217;t show &#8220;Change Permalinks&#8221; button when editing the page set as &#8220;Front page&#8221;<br />
* Image editing<br />
* Retire BunnyTags importer<br />
* Retire Jerome&#8217;s keywords importer<br />
* Explain that the permalink is temporary for autosave generated permalinks<br />
* Update SimplePie to 1.2<br />
* Eliminate the redundant and confusing comment threading depth of 1<br />
* Easier Embeds with oEmbed support (see Ticket #10337) (oEmbed discovery disabled by default, use plugin to enable it)<br />
* TinyMCE 3.2.7<br />
* Remove rel=&#8217;tag&#8217; on links in Tag Clouds<br />
* Add a title to the Home link output by wp_page_menu()<br />
* Adjust comment moderation keyboard shortcut keys &#8216;d = trash&#8217; or delete depending on the screen<br />
* Show &#8220;Draft updated&#8221; instead of &#8220;Post updated&#8221; when saving draft<br />
* Show the login form in a popup when autosave hits the login grace period<br />
* Open View/Preview post in a new window from the link in the Saved/Updated message<br />
* Separate fields for &#8216;image alt&#8217; and &#8216;image caption&#8217; in Media uploader<br />
* Display better information about broken themes when there is no stylesheet<br />
* Improve situation when tables such as wp_options table were &#8216;corrupt&#8217; new installation message was offered. Add means of automatically repairing tables<br />
* Export and import custom taxonomies<br />
* Admin copy improvements<br />
* Don&#8217;t show page templates in the drop down if they are in a subdirectory<br />
* Make codex link open in a new window<br />
* Change &#8216;Remove&#8217; link on widgets to &#8216;Delete&#8217; because it doesn&#8217;t just remove it, it deletes the settings for that widget instance.<br />
<a name='WP 2.9 Development, Themes, Plug-ins'></a><br />
<h3>WP 2.9 Development, Themes, Plug-ins</h3>
<p>* Added &#8216;excerpt_more&#8217; filter to wp_trim_excerpt() function, which allow developers to change excerpt &#8216;[...]&#8216; more string (Ticket 10395)<br />
* Add &#8217;smilies_src&#8217; filter so plugins can better add smilies<br />
* Canonical redirects for post name queries<br />
* Allow _wp_get_comment_list() to handle custom comment types<br />
* Return an empty array instead of false for get_children() when no children found<br />
* Add some filters so that HTTP requests can be filtered<br />
* Move plugin update notice output to the plugin specific hook<br />
* Limit wp-mail &#8216;blog by email&#8217; checks to every 5 minutes<br />
* Make it much easier to filter contact methods from user profiles<br />
* Allow filtering of get_edit_post_link for custom post_type<br />
* &#8216;get_sample_permalink_html&#8217; filter<br />
* Enforce activation key to be a string, reject activation keys that are arrays<br />
* Support for new post types<br />
* Respect custom post_type in queries<br />
* Send Retry-After header when in maintenance mode<br />
* Various WP Filesystem related fixes and documentation<br />
* Add constants for ftp connections timeouts<br />
* Increase timeout on cron-based requests when checking for upgrades<br />
* Don&#8217;t use has_action() before do_action() in http.php<br />
* Speed up jQuery based scripts<br />
* Use the current user as author for autosave<br />
* Show My Posts as default view on the Edit Posts screen for users without &#8216;edit_others_posts&#8217; cap<br />
* Ensure that drafts viewed over XMLRPC have a correct gmt date set<br />
* Pass user id to &#8216;get_&#8217; the_author_meta filters<br />
* Move _wp_get_user_contactmethods() into the registrations functions file<br />
* Machine parseable db error codes<br />
* Add global JS vars and actions to the media uploader iframe<br />
* Add JSON compat for PHP &lt; 5.2<br />
* Make option_name the primary key for the options table<br />
* Allow a plugin to do a complete takeover of Post by Email<br />
* Logarithmic scale for tag cloud<br />
* Pass Post ID to the &#8216;get_comments_number&#8217; filter<br />
* Always filter the url in the media upload form<br />
* Add a &#8216;the_terms&#8217; filter<br />
* is_blog_installed() improvements<br />
* Allow force_ssl_admin() to properly accept false as a value<br />
* Pass logged_in cookie to async-upload and filter the cookie scheme in auth_redirect()<br />
* Add more actions around database add/delete/update operations<br />
* phpDoc for wp_&#8221;check|set&#8221;_post_lock functions<br />
* Use the old strings which are more translator friendly and add a generic default string to aid re-use by plugins adding post_types<br />
* Filter fields through kses upon display and introduce sanitize_user_object() and sanitize_user_field()<br />
* Use null instead of 0 when setting content length<br />
* Include &#8216;hidden&#8217; directories in filesystem dirlist by default<br />
* Pass args array to &#8216;wp_list_pages&#8217; filter<br />
* Actions for taxonomy updates<br />
* Key should be &#8216;comment_id&#8217; not &#8216;post_id&#8217; in comments table<br />
* Add get_delete_post_link () to retrieve delete posts link for post<br />
* Add &#8217;separator&#8217; parameter to wp_tag_cloud() and wp_generate_tag_cloud() functions (Ticket 10315)<br />
* Added add_comment_meta() family of functions<br />
* Use a post_parent of 0 instead of -1 to indicate unattached posts<br />
* Improve get_page_hierarchy() function<br />
* Deprecate the_content_rss(), add the_content_feed() and get_the_content_feed(). Convert places that called the_content_rss() with an excerpt length to the_excerpt_rss(). Remove the rss_excerpt_length option. Use the_content_feed() where the_content() was previously used in feeds.<br />
* Add &#8216;pad_counts&#8217; argument to wp_dropdown_categories()<br />
* Remove codepress<br />
* Remove the php-gettext library<br />
* Canonical post thumbanils<br />
* Add a filter to the_author_posts_link()<br />
* Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS<br />
* Introduce register_theme_directory() which takes a wp-content-relative path and will additionally scan it for themes. Plugins can use this to add themes without requiring copying by the user<br />
* Add set_user_role action hook<br />
* Allow theme devs to change attrs (like CSS class) of thumbnail images<br />
* Add wp-post-image CSS class to post images<br />
* Allow for plugins to enhance the number of metadata fields captured from plugin and theme headers<br />
* Merge updated pomo code<br />
* Switch to using NOOP_Translations for untranslated sites<br />
* Improve wptexturize performance<br />
* Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender<br />
* Fixes for theme subdir support<br />
* Introduce wp_kses_post() and wp_kses_data() for filtering unescaped data<br />
* Add &#8216;orderby=comment_count&#8217; argument to query_posts()<br />
* Honor Post Type for Sticky Posts<br />
* Allow querying multiple post types<br />
* Introduce add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features<br />
* Introduce require_if_theme_supports()<br />
* Add number of Embed related filters<br />
* Add &#8216;IMAGE_EDIT_OVERWRITE&#8217; constant to control edited image save or replace, most useful for setups that have dynamic image resizing<br />
* Add load_child_theme_textdomain() to allow child themes to have their own translation files<br />
* Add sidebar descriptions to sidebar settings and widget admin screen<br />
* Make option_id primary. Add uniques for option_name and autoload<br />
* Allow plugins to override the behaviour of load_textdomain() in a variety of flexible ways<br />
* Mark _c() as deprecated. The new _x() function should be used instead.<br />
* Allow plugins to change the redirect on post/page publishing/submitting<br />
* Standardize on &#8216;user_id&#8217; instead of &#8216;user_ID&#8217; when passing comment data. Accept either &#8216;user_id&#8217; or &#8216;user_ID&#8217;. Remove &#8216;user_id&#8217; global.<br />
* Filter imported comments<br />
* Introducing set_post_image_size(w, h, crop) so themes can register their special size/crop for canonical post images<br />
* Standardize around &#8220;post image&#8221; instead of &#8220;post thumbnail&#8221;<br />
* Allow registering post image support per post type<br />
* Return false from is_paged() if on the first page.<br />
* Check MySQL and PHP versions when auto upgrading<br />
* Add required php and mysql versions to version.php<br />
* Hard code required version in update-core.php<br />
<a name='Semiomantics Themes'></a><br />
<h3>Semiomantics Themes</h3>
<p>All Semiomantics Themes will run on the WP 2.9 backbone. You will not notice any visual or visible difference except if you are hosted on outdated MySQL software; in such a case we recommend to either not update or to move the blog to a host fulfilling the appropriate server requirements. (See above: Server Requirements -  our Suggestion remains ChiHosters).</p>
<p>The new version of WordPress allows for better handling of child themes where available.<br />
<a name='Semiomantics Performance'></a><br />
<h3>Semiomantics Performance</h3>
<p>The WP 2.9 version provides new options for optimization and modifies some of the features we have overwritten in the past for optimized performance. Also, as some of the hooks for plugins have changed, which will allow us to enhance our performance with special add-on scripts.</p>
<p>The Semiomantics semantic SEO engine 5.2 will replace the present version 5.1 on high performance customer sites.</p>
<p>Semiomantics script updates will be available shortly; please observe our next few posts where we will detail the upgrades.
<p><i><br />
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" width="99%" id="AutoNumber1">
<tr>
<td>Author: <a  href="http://cashflowin.com/cashflowin/profile.html">Yorgo Nestoridis</a>, Media Marketing &#038; Publishing, Founder of YORGOO Publishing, YORGOO Press and Semiomantics.</p>
<p>
    If you enjoyed reading the above, please consider following future tips and strategies by <a  href="http://feeds2.feedburner.com/yorgonestoridis/IdqX"> RSS</a> reader,<a  href="http://feedburner.google.com/fb/a/mailverify?uri=yorgonestoridis/IdqX&#038;loc=en_US"> Email </a>delivery, or <a  href="http://www.amazon.com/gp/product/B002K8P4PQ">Kindle subscription.</a>
    </td>
</tr>
</table>
<p align="center">
<img border="0" src="http://yorgonestoridis.com/images/animated_favicon1.gif" width="16" height="16"></p>
<p></i></p>
<div class="ngg-related-gallery"><a href="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/global-destroy.jpg" title="Global Sports Destroy by Yorgo Nestoridis" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="global-destroy" alt="global-destroy" src="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/thumbs/thumbs_global-destroy.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/photo-filters/color_sketch.jpg" title="Color Sketch" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="Color Sketch" alt="Color Sketch" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_color_sketch.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/photo-filters/pixelate.jpg" title="Pixelate" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="Pixelate" alt="Pixelate" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_pixelate.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/transparent-watermarks/transparent_watermark7.jpg" title="Transparent Watermark and Fonts" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="Transparent Watermark and Fonts 7" alt="Transparent Watermark and Fonts 7" src="http://yorgonestoridis.com/wp-content/gallery/transparent-watermarks/thumbs/thumbs_transparent_watermark7.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/newscast/brendabaker.jpg" title="Social Network Publishing Framework by Semiomantics" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="Brenda Baker" alt="Brenda Baker" src="http://yorgonestoridis.com/wp-content/gallery/newscast/thumbs/thumbs_brendabaker.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/screenshot1.jpg" title="The YORGOO Times" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="screenshot1.jpg" alt="screenshot1.jpg" src="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/thumbs/thumbs_screenshot1.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/global-downtown.jpg" title="Global Sports Downtown by Yorgo Nestoridis" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="global-downtown" alt="global-downtown" src="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/thumbs/thumbs_global-downtown.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/yorgo-nestoridis-branding/yorgonestoridistwitter.jpg" title="Grunge Branding by Yorgo Nestoridis as example for the Ycademy Web Design Workshop" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'Related images for WordPress 2.9 update on Semiomantics' })" ><img title="Yorgo Nestoridis on Twitter" alt="Yorgo Nestoridis on Twitter" src="http://yorgonestoridis.com/wp-content/gallery/yorgo-nestoridis-branding/thumbs/thumbs_yorgonestoridistwitter.jpg" /></a>
</div>
This page is wiki editable click <a href='http://yorgonestoridis.com/wp-login.php?redirect_to=http://yorgonestoridis.com/feed/'> here</a> to edit this page.<h2  class="related_post_title">Read also:</h2><ul class="related_post"><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-marketing/google-top-10/cy-ford/" title="Cy Ford">Cy Ford</a><br /><small>Cy Ford
Cy Ford is an artist, a painter in the UK, interest...</small></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-project/" title="WP Best Project">WP Best Project</a><br /><small>WP Best Project
Start your WordPress Project today by simpl...</small></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-update-webmaster-training/" title="Wordpress Update &#8211; Webmaster Training">Wordpress Update &#8211; Webmaster Training</a><br /><small>Wordpress Update - Webmaster Training by Ycademy
Tonight at...</small></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/google-wave-seminar-hits-google-top-10/" title="Wave Seminar Hits Google Top 10">Wave Seminar Hits Google Top 10</a><br /><small>Wave Seminar Hits Google Top 10
Google Wave points to the f...</small></li><li><a href="http://yorgonestoridis.com/social-media/twitter/your-brand-on-facebook-twitter-youtube/" title="Your Brand on Facebook, Twitter and YouTube">Your Brand on Facebook, Twitter and YouTube</a><br /><small>Brand Facebook, Twitter, YouTube and your Website
Branding ...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/yorgo-nestoridis/wordpress-2-9-update-on-semiomantics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cape Town Christmas on Google</title>
		<link>http://gardenroutepublishing.com/garden-route/cape-town-christmas-on-google/</link>
		<comments>http://gardenroutepublishing.com/garden-route/cape-town-christmas-on-google/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 18:38:02 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[brand-new]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cape]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Do]]></category>
		<category><![CDATA[excellent]]></category>
		<category><![CDATA[Fair]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Keyword]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monkey]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Optimized]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publish]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Ranking]]></category>
		<category><![CDATA[regular]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Save]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Town]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Valley]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[with]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7645</guid>
		<description><![CDATA[Cape Town Christmas on Google Loyal to our regular monitoring of the SEO performance of our WordPress based Semiomantics websites and blogs &#8211; our own as well as those of our valued customers &#8211; , I am extremely pleased to see an excellent Google ranking of my article &#8220;Cape Town Christmas Gift Fair 2011&#8243; right on the brand-new Monkey Valley Resort Website! The website was basically released today! &#160; Click on the screenshot to see it bigger&#8230; &#160; Cape Town Christmas on Google You will see that &#8220;Cape Town Gift Fair 2011&#8243; ranks on positions 4, 5 and 6 on Google Top 10 &#8211; the place everybody interested in that keyword area is competing for&#8230; here on 2,300,000 search returns! Save Money with a Semiomantics Website How does this demonstrate how you can save money with a Semiomantics Website? Well, the fight on the Internet highway is for a Google Top 10 position &#8211; either on the left side (see screenshot above), where there are 10 positions for super sexy websites and blogs that make it to the top &#8211; or on top (yellow area) and to the right where people spend continuously increasing daily budgets for Google Ads&#8230; simply [...]]]></description>
			<content:encoded><![CDATA[<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Cape Town Christmas on Google' data-url='http://biancagubalke.com/?p=7645' data-counturl='http://biancagubalke.com/google-top-10/cape-town-christmas-on-google/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span><h2>Cape Town Christmas on Google</h2>
<p>Loyal to our regular monitoring of the SEO performance of our WordPress based Semiomantics websites and blogs &#8211; our own as well as those of our valued customers &#8211; , I am extremely pleased to see an excellent Google ranking of my article &#8220;Cape Town Christmas Gift Fair 2011&#8243; right on the brand-new Monkey Valley Resort Website! The website was basically released today!</p>
<p><a href="http://biancagubalke.com/google-top-10/cape-town-christmas-on-google/attachment/capetown-christmas-google/" rel="attachment wp-att-7646"><img class="aligncenter size-large wp-image-7646" title="Cape Town Christmas Gift Fair 2011 on Google" src="http://biancagubalke.com/wp-content/uploads/2011/12/capetown-christmas-google-460x481.jpg" alt="Cape Town Christmas Gift Fair 2011 on Google" width="460" height="481" /></a></p>
<p>&nbsp;</p>
<p>Click on the screenshot to see it bigger&#8230;</p>
<p>&nbsp;</p>
<h3>Cape Town Christmas on Google</h3>
<p>You will see that &#8220;Cape Town Gift Fair 2011&#8243; ranks on positions 4, 5 and 6 on Google Top 10 &#8211; the place everybody interested in that keyword area is competing for&#8230; here on 2,300,000 search returns!</p>
<h3>
Save Money with a Semiomantics Website</h3>
<p>How does this demonstrate how you can save money with a Semiomantics Website?</p>
<p>Well, the fight on the Internet highway is for a Google Top 10 position &#8211; either on the left side (see screenshot above), where there are 10 positions for super sexy websites and blogs that make it to the top &#8211; or on top (yellow area) and to the right where people spend continuously increasing daily budgets for Google Ads&#8230; simply to be visible when someone types this keyword string into the Google search engine.</p>
<p>Marketing with Google Adsense means being dependent short-term, medium-term and long-term as prices increase all the time&#8230; and to be efficient &#8211; meaning to get the traffic and visitors that might lead to eventual sales &#8211; one has to be visible 24/7/365&#8230; and that has its price. Don&#8217;t think you can get away with $50&#8230; there are keywords that cost more than that per single click. And this without any guarantees in terms of sales. Ever.</p>
<p>Whereas with a Semiomantics Website you invest once in a good Script, setup and Design&#8230; and you see top performance. Sure, you need to do your bit and publish regular good content&#8230; but that&#8217;s part of your online marketing anyway if you are selling anything &#8211; be it a product, a service or ad space &#8211; but at least here you can count on results&#8230;</p>
<p>So do your maths and contact us anytime when you are ready to do a Semiomantics online &#8211; on Google Top 10 that is!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Cape Town Christmas on Google' data-url='http://biancagubalke.com/?p=7645' data-counturl='http://biancagubalke.com/google-top-10/cape-town-christmas-on-google/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/cape-town-christmas-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Noordhoek Christmas Gift Fair 2011</title>
		<link>http://gardenroutepublishing.com/garden-route/noordhoek-christmas-gift-fair-2011/</link>
		<comments>http://gardenroutepublishing.com/garden-route/noordhoek-christmas-gift-fair-2011/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 07:21:24 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monkey]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Valley]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7635</guid>
		<description><![CDATA[Noordhoek Christmas Gift Fair 2011 Exciting and brand-new in the larger Cape Town area &#8211; namely the South Peninsular &#8211; is the Noordhoek Christmas Gift Fair 2011 that awaits visitors at Monkey Valley Beach Nature Resort &#8211; just 30 km out of the Mother City on the slopes of Chapman&#8217;s Peak. Just follow the signs to Noordhoek Beach&#8230; you can also check it under MAP on the menu on the new WEBSITE that I am handing over on Monday &#8211; that is tomorrow &#8211; as the Website Development has been completed! Christmas Fair 2011 Photos These are a few Christmas Fair 2011 Photos of day two (Saturday) &#8230; a glorious day&#8230; very well organized and with many smiling people. Especially children had a ball in the vast playgrounds while their parents enjoyed the beautifully presented shopping items or a drink on the deck at Thorfynn&#8217;s Restaurant with LIVE Music and the most stunning golden sunset. CLICK HERE or on the Christmas Gift Fair 2011 Photo above to see a few impressions. Noordhoek Christmas Gift Fair 2011 The Noordhoek Christmas Gift Fair 2011 in Monkey Valley Resort invites you and your family and friends to visit us on Sunday (last day). [...]]]></description>
			<content:encoded><![CDATA[<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Noordhoek Christmas Gift Fair 2011' data-url='http://biancagubalke.com/?p=7635' data-counturl='http://biancagubalke.com/south-africa/noordhoek-christmas-gift-fair-2011/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span><h2>Noordhoek Christmas Gift Fair 2011</h2>
<p>Exciting and brand-new in the larger Cape Town area &#8211; namely the South Peninsular &#8211; is the Noordhoek Christmas Gift Fair 2011 that awaits visitors at Monkey Valley Beach Nature Resort &#8211; just 30 km out of the Mother City on the slopes of Chapman&#8217;s Peak. Just follow the signs to Noordhoek Beach&#8230; you can also check it under MAP on the menu on the new <a title="Monkey Valley Resort Photos by Bianca Gubalke" href="http://monkeyvalleyresort.com/photos/" >WEBSITE</a> that I am handing over on Monday &#8211; that is tomorrow &#8211; as the Website Development has been completed!</p>
<p style="text-align: center;"><a href="http://biancagubalke.com/south-africa/noordhoek-christmas-gift-fair-2011/attachment/christmas-gift-fair6/" rel="attachment wp-att-7636"><img class="aligncenter" title="Noordhoek Christmas Gift Fair 2011 Photos by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/12/Christmas-Gift-Fair6-460x345.jpg" alt="Cape Town Christmas Gift Fair 2011 Photos by Bianca Gubalke" width="460" height="345" /></a></p>
<h3>Christmas Fair 2011 Photos</h3>
<p>These are a few Christmas Fair 2011 Photos of day two (Saturday) &#8230; a glorious day&#8230; very well organized and with many smiling people. Especially children had a ball in the vast playgrounds while their parents enjoyed the beautifully presented shopping items or a drink on the deck at Thorfynn&#8217;s Restaurant with LIVE Music and the most stunning golden sunset.</p>
<p><a title="Christmas Gift Fair 2011 Photo" href="http://monkeyvalleyresort.com/photos/" >CLICK HERE</a> or on the Christmas Gift Fair 2011 Photo above to see a few impressions.</p>
<h3>Noordhoek Christmas Gift Fair 2011</h3>
<p>The Noordhoek Christmas Gift Fair 2011 in Monkey Valley Resort invites you and your family and friends to visit us on Sunday (last day).</p>
<p>Everybody are doing their best to provide you with a beautiful shopping experience in the true spirit of Christmas&#8230; be it directly under the old milkwood forest&#8230; in the ravine which is Cape Town&#8217;s secret tip as a Wedding Venue&#8230; in our famous Conferencing Center &#8220;TreeTops&#8221; or the &#8220;Lapa&#8221; area &#8211; both inside and outside&#8230; you will just love it!</p>
<p><a href="http://biancagubalke.com/south-africa/noordhoek-christmas-gift-fair-2011/attachment/christmas-gift-fair-8/" rel="attachment wp-att-7637"><img class="aligncenter size-large wp-image-7637" title="Noordhoek Christmas Gift Fair 2011 Photos by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/12/Christmas-Gift-Fair-8-460x345.jpg" alt="Noordhoek Christmas Gift Fair 2011 Photos by Bianca Gubalke" width="460" height="345" /></a></p>
<p>Enjoy a relaxed and joyful day in our romantic venue under old milkwood trees with a private access to Noordhoek Beach&#8230; everything is being cared for to make YOU feel good in true Christmas Spirit!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Noordhoek Christmas Gift Fair 2011' data-url='http://biancagubalke.com/?p=7635' data-counturl='http://biancagubalke.com/south-africa/noordhoek-christmas-gift-fair-2011/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/noordhoek-christmas-gift-fair-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalized Wedding Websites on Google</title>
		<link>http://gardenroutepublishing.com/garden-route/personalized-wedding-websites-on-google/</link>
		<comments>http://gardenroutepublishing.com/garden-route/personalized-wedding-websites-on-google/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 08:00:55 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Brilliant]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cape]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Personalized]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Ranking]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Town]]></category>
		<category><![CDATA[venue]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wedding]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7609</guid>
		<description><![CDATA[Personalized Wedding Websites on Google While our positioning on Google is certainly not a main priority when it comes to designing Personalized Wedding Websites, I am working on Semiomantics XO and it&#8217;s just in my virtual blood &#8211; and part of my daily routine &#8211; to observe and monitor my results on Google. &#160; &#160; Personalized Wedding Websites on Google And again &#8211; and this within minutes &#8211; a smashing result of being ranked on positions 5 and 6 on Google Top 10 &#8211; ahead of 20,5 million search returns: &#160; Click on the screenshot above and you see it in the enlarged version for better reading. Wedding Websites Ranking Obviously, and as you can see from the amount of Google ads being placed on top and on the side of the Google Top 10 page and beyond, there is strong competition on the Wedding Websites ranking &#8211; and this means constant movement as new posts come in and join the race to the top of Google. I am pleased to see that &#8211; even though this was sort of my first article in this particular project &#8211; the article is still ranked on spot 5! Brilliant performance on Google! [...]]]></description>
			<content:encoded><![CDATA[<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Personalized Wedding Websites on Google' data-url='http://biancagubalke.com/?p=7609' data-counturl='http://biancagubalke.com/google-top-10/personalized-wedding-websites-on-google/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span><h2>Personalized Wedding Websites on Google</h2>
<p>While our positioning on Google is certainly not a main priority when it comes to designing Personalized Wedding Websites, I am working on Semiomantics XO and it&#8217;s just in my virtual blood &#8211; and part of my daily routine &#8211; to observe and monitor my results on Google.</p>
<p><a href="http://biancagubalke.com/google-top-10/personalized-wedding-websites-on-google/attachment/600anita-dave1a/" rel="attachment wp-att-7610"><img class="aligncenter size-full wp-image-7610" title="Personalized Wedding Website Photo by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/12/600anita-dave1a.jpg" alt="Personalized Wedding Website Photo by Bianca Gubalke" width="600" height="450" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Personalized Wedding Websites on Google</h3>
<p>And again &#8211; and this within minutes &#8211; a smashing result of being ranked on positions 5 and 6 on Google Top 10 &#8211; ahead of 20,5 million search returns:</p>
<p><a href="http://biancagubalke.com/google-top-10/personalized-wedding-websites-on-google/attachment/wedding-websites-google1/" rel="attachment wp-att-7611"><img class="aligncenter size-full wp-image-7611" title="Personalized Wedding Websites on Google Top 10" src="http://biancagubalke.com/wp-content/uploads/2011/12/wedding-websites-google1.jpg" alt="Personalized Wedding Websites on Google Top 10" width="800" height="790" /></a></p>
<p>&nbsp;</p>
<p>Click on the screenshot above and you see it in the enlarged version for better reading.</p>
<h3>Wedding Websites Ranking</h3>
<p>Obviously, and as you can see from the amount of Google ads being placed on top and on the side of the Google Top 10 page and beyond, there is strong competition on the Wedding Websites ranking &#8211; and this means constant movement as new posts come in and join the race to the top of Google.</p>
<p>I am pleased to see that &#8211; even though this was sort of my first article in this particular project &#8211; the article is still ranked on spot 5! Brilliant performance on Google!</p>
<p>&nbsp;</p>
<h3>Weddings at Monkey Valley Resort</h3>
<p>It&#8217;s not the first time I&#8217;ve been working on Weddings as a theme&#8230; and its naturally one I like as there&#8217;s such a special flair around this whole event in a couple&#8217;s life. . . ideally melting two individuals into ONE. One wants to add to the happiness and the promise of this new beginning&#8230;</p>
<p>To see a beautiful wedding venue outside Cape Town, South Africa, <a title="Best Cape Town Weddings @ Monkey Valley Resort" href="http://monkeyvalleyresort.com/weddings" >CLICK HERE</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<span style='margin: 0 10px 0 10px;'><a href='http://twitter.com/share' class='twitter-share-button' 
				data-text='Personalized Wedding Websites on Google' data-url='http://biancagubalke.com/?p=7609' data-counturl='http://biancagubalke.com/google-top-10/personalized-wedding-websites-on-google/'
				 data-count='horizontal' 
				data-via='Bianca Gubalke'  ></a></span>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/personalized-wedding-websites-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot Water on Google</title>
		<link>http://gardenroutepublishing.com/garden-route/hot-water-on-google/</link>
		<comments>http://gardenroutepublishing.com/garden-route/hot-water-on-google/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 22:11:43 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cables]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[fibre]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Hot]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monkey]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[optic]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[rankings]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Valley]]></category>
		<category><![CDATA[water]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7432</guid>
		<description><![CDATA[Hot Water on Google Time for a quick check-up as to the performance of our current website development &#8220;Monkey Valley Resort&#8221;&#8230; here specifically as to how my article earlier today on the South African Band &#8220;Hot Water&#8221; ranks on Google. &#160; &#160; Hot Water on Google As you can see on the above screenshot, my article on Hot Water is on Google Top 10 right away&#8230; and this on 14 million search returns! That&#8217;s what I call cool &#8211; and it&#8217;s Semiomantics, what else? Jokes aside, this is indeed a fantastic SEO performance &#8211; and here I am not talking about my own performance but that of  Monkey Valley Resort &#8211; the new website I am still completing! Seeing it grabbing positions 3 and 4 on Google Top 10 within just a few minutes just makes my heart smile!  Results like these &#8211; especially where my customers are concerned &#8211; give me the daily kick to continue these sometimes really not easy and very strenuous and time-consuming tasks, especially on terribly slow connections these days and a computer that&#8217;s running regularly out of memory&#8230; I will have to live with this for a small while still&#8230; but can&#8217;t wait to [...]]]></description>
			<content:encoded><![CDATA[<h2>Hot Water on Google</h2>
<p>Time for a quick check-up as to the performance of our current website development &#8220;Monkey Valley Resort&#8221;&#8230; here specifically as to how my article earlier today on the South African Band &#8220;Hot Water&#8221; ranks on Google.</p>
<p>&nbsp;</p>
<p><a href="http://biancagubalke.com/wp-content/uploads/2011/11/hot-water-google.jpg"><img class="alignnone size-large wp-image-7433" title="Hot Water on Google" src="http://biancagubalke.com/wp-content/uploads/2011/11/hot-water-google-460x561.jpg" alt="Hot Water on Google" width="460" height="561" /></a></p>
<p>&nbsp;</p>
<h3>Hot Water on Google</h3>
<p>As you can see on the above screenshot, my article on Hot Water is on Google Top 10 right away&#8230; and this on 14 million search returns! That&#8217;s what I call cool &#8211; and it&#8217;s Semiomantics, what else?</p>
<p>Jokes aside, this is indeed a fantastic SEO performance &#8211; and here I am not talking about my own performance but that of  <a title="Monkey Valley Resort" href="http://monkeyvalleyresort.com/restaurant/" >Monkey Valley Resort</a> &#8211; the new website I am still completing! Seeing it grabbing positions 3 and 4 on Google Top 10 within just a few minutes just makes my heart smile!  Results like these &#8211; especially where my customers are concerned &#8211; give me the daily kick to continue these sometimes really not easy and very strenuous and time-consuming tasks, especially on terribly slow connections these days and a computer that&#8217;s running regularly out of memory&#8230; I will have to live with this for a small while still&#8230; but can&#8217;t wait to upgrade&#8230; drastically that is!</p>
<p>Besides, I was told that as per mid 2012 we may have optic fibre cables in South Africa and connections comparable to Europe&#8230; they&#8217;re as far as Nigeria&#8230; and we are at the far tip of the continent. So there&#8217;s hope and more on that in another post :)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=257674247601900&amp;xfbml=1" type="text/javascript"></script><fb:like href="http://biancagubalke.com/south-africa/hot-water-on-google/" send="true" layout="standard" show_faces="true" width="92" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/hot-water-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Booking Button for Monkey Valley Resort</title>
		<link>http://gardenroutepublishing.com/garden-route/booking-button-for-monkey-valley-resort/</link>
		<comments>http://gardenroutepublishing.com/garden-route/booking-button-for-monkey-valley-resort/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 20:44:12 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[accommodation]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Booking]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Brave]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cape]]></category>
		<category><![CDATA[Conferencing]]></category>
		<category><![CDATA[crowned]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Eagle]]></category>
		<category><![CDATA[Excellence]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Green]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[Judy]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monkey]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[SiteMinder]]></category>
		<category><![CDATA[Sole]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Town]]></category>
		<category><![CDATA[Valley]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7388</guid>
		<description><![CDATA[Booking Button for Monkey Valley Resort One of the last finishing touches for the brand-new website for Monkey Valley Resort will be the integration of a Booking Button by SiteMinder to put the reservation of Accommodation and Conferencing on automatic. &#160; Booking Button for Monkey Valley Resort Once the Booking Button for Monkey Valley Resort has been integrated and a few other issues on my list are resolved, the website will be officially handed over&#8230; of course together with a walkthrough for the person responsible for new posts and a tutorial (part of which has already been delivered)&#8230; At that time, the first slide &#8211; which correctly announces the current website development on Semiomantics XO which stands for Excellence in Online Publishing &#8211; will be eliminated. The ideal date would be the 11th November 2011 when the book &#8220;Brave Green Kids&#8221; by Judy Sole, Leader of the Green Party in South Africa, will be officially launched at the &#8220;Crowned Eagle&#8221; at Monkey Valley Resort! &#160; &#160;]]></description>
			<content:encoded><![CDATA[<h2>Booking Button for Monkey Valley Resort</h2>
<p>One of the last finishing touches for the brand-new website for Monkey Valley Resort will be the integration of a Booking Button by SiteMinder to put the reservation of Accommodation and Conferencing on automatic.</p>
<p><a href="http://monkeyvalleyresort.com/about"><img class="alignnone size-large wp-image-7389" title="Monkey Valley Resort Website Development by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/11/paradise-trailer1-460x321.jpg" alt="Monkey Valley Resort Website Development by Bianca Gubalke" width="460" height="321" /></a></p>
<p>&nbsp;</p>
<h3>Booking Button for Monkey Valley Resort</h3>
<p>Once the Booking Button for Monkey Valley Resort has been integrated and a few other issues on my list are resolved, the website will be officially handed over&#8230; of course together with a walkthrough for the person responsible for new posts and a tutorial (part of which has already been delivered)&#8230; At that time, the first slide &#8211; which correctly announces the current website development on Semiomantics XO which stands for Excellence in Online Publishing &#8211; will be eliminated.</p>
<p>The ideal date would be the 11th November 2011 when the book &#8220;Brave Green Kids&#8221; by Judy Sole, Leader of the Green Party in South Africa, will be officially launched at the &#8220;Crowned Eagle&#8221; at Monkey Valley Resort!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=257674247601900&amp;xfbml=1" type="text/javascript"></script><fb:like href="http://biancagubalke.com/south-africa/booking-button-for-monkey-valley-resort/" send="true" layout="standard" show_faces="true" width="92" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/booking-button-for-monkey-valley-resort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Cape Town Christmas Day Lunch</title>
		<link>http://gardenroutepublishing.com/garden-route/best-cape-town-christmas-day-lunch/</link>
		<comments>http://gardenroutepublishing.com/garden-route/best-cape-town-christmas-day-lunch/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 18:04:59 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cape]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[lunch]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monkey]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[stunning]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[sunseet]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Town]]></category>
		<category><![CDATA[Valley]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7371</guid>
		<description><![CDATA[Best Cape Town Christmas Day Lunch As I am busy with the finishing touches of the new Monkey Valley Resort website, here&#8217;s the Event category that shows you where you can have the Best Cape Town Christmas Day Lunch! Just scroll down and have a look at the information Darren Byrne has put out for you. And note that kids pay much less and under 3 they pay nothing! Click on the image here; it will take you there directly. &#160; Best Cape Town Christmas Day Lunch I think I took this stunning sunset photo about a year ago during the festive holiday season&#8230; and these are the real colors, no filters, no changes&#8230; the Atlantic Ocean is pure liquid gold! This is what you see from the famous Treetops Deck when sipping your drinks and those decadent cocktails&#8230; listening to the surf and dreaming! Now that you know where to get the best Cape Town Christmas Day Lunch for the whole family, make sure you book in time as this is a rather private and secluded place, no mass tourism anywhere near it! Your kids can play while you keep an eye on them and why not go for [...]]]></description>
			<content:encoded><![CDATA[<h2>Best Cape Town Christmas Day Lunch</h2>
<p>As I am busy with the finishing touches of the new Monkey Valley Resort website, here&#8217;s the Event category that shows you where you can have the Best Cape Town Christmas Day Lunch! Just scroll down and have a look at the information Darren Byrne has put out for you. And note that kids pay much less and under 3 they pay nothing! Click on the image here; it will take you there directly.</p>
<p><a href="http://monkeyvalleyresort.com/events"><img class="aligncenter size-large wp-image-7372" title="Best Cape Town Christmas Day Lunch @ Monkey Valley Resort" src="http://biancagubalke.com/wp-content/uploads/2011/11/eventsxmas1-460x264.jpg" alt="Best Cape Town Christmas Day Lunch @ Monkey Valley Resort" width="460" height="264" /></a></p>
<p>&nbsp;</p>
<h3>Best Cape Town Christmas Day Lunch</h3>
<p>I think I took this stunning sunset photo about a year ago during the festive holiday season&#8230; and these are the real colors, no filters, no changes&#8230; the Atlantic Ocean is pure liquid gold!</p>
<p>This is what you see from the famous Treetops Deck when sipping your drinks and those decadent cocktails&#8230; listening to the surf and dreaming!</p>
<p>Now that you know where to get the best Cape Town Christmas Day Lunch for the whole family, make sure you book in time as this is a rather private and secluded place, no mass tourism anywhere near it! Your kids can play while you keep an eye on them and why not go for a walk on the pristine beach? You never know who you meet :)</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=257674247601900&amp;xfbml=1" type="text/javascript"></script><fb:like href="http://biancagubalke.com/south-africa/best-cape-town-christmas-day-lunch/" send="true" layout="standard" show_faces="true" width="92" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/best-cape-town-christmas-day-lunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cape Town Best Conference Venue</title>
		<link>http://gardenroutepublishing.com/garden-route/cape-town-best-conference-venue/</link>
		<comments>http://gardenroutepublishing.com/garden-route/cape-town-best-conference-venue/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 10:05:47 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Avenue]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cape]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Empire]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monkey]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Tourism]]></category>
		<category><![CDATA[Town]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Valley]]></category>
		<category><![CDATA[venue]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7121</guid>
		<description><![CDATA[Cape Town Best Conference Venue Searches on Google Top 10 is and so far remains the main driving power on the Internet in terms of  being visible and being found as per our Online Marketing efforts. As such, we have to monitor the performance of our websites, blogs and articles on a regular basis. Here&#8217;s the example of a post I did a few days ago with the title: Best Conferences out of Cape Town Now, &#8220;Best Conferences out of Cape Town&#8221; went to Google Top 10 within 0.23 seconds&#8230; proof as per screenshot. Position One of over 43 million search returns. &#160; Meanwhile, we had our monthly online Seminar by Ycademy with a focus on &#8220;Social Media Marketing&#8221; &#8211; no time to look left, right or center&#8230; not the way we zoomed through Social Networks the like of Facebook, Twitter, Empire Avenue, Google+, Flickr and more&#8230; all being or becoming an important integral part of our online marketing strategy&#8230; and giving us down here in the boonies with absolutely lousy Internet connections a hell of a hard time. However, this morning I went to have a look and &#8211; lo and behold &#8211; we even improved the ranks by [...]]]></description>
			<content:encoded><![CDATA[<h2>Cape Town Best Conference Venue</h2>
<p>Searches on Google Top 10 is and so far remains the main driving power on the Internet in terms of  being visible and being found as per our Online Marketing efforts. As such, we have to monitor the performance of our websites, blogs and articles on a regular basis.</p>
<p style="text-align: center;"><a href="http://biancagubalke.com/wp-content/uploads/2011/09/slide1.jpg" ><img class="size-large wp-image-7123 aligncenter" style="margin-top: 5px; margin-bottom: 5px;" title="Best Conferencing Venue Cape Town - Web Design by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/09/slide1-460x213.jpg" alt="Best Conferencing Venue Cape Town - Web Design by Bianca Gubalke" width="460" height="213" /></a></p>
<p>Here&#8217;s the example of a post I did a few days ago with the title:</p>
<h3>Best Conferences out of Cape Town</h3>
<p>Now, &#8220;<a title="Best Conferences out of Cape Town" href="http://biancagubalke.com/media-marketing/best-conferences-out-of-cape-town/" >Best Conferences out of Cape Town</a>&#8221; went to Google Top 10 within 0.23 seconds&#8230; proof as per screenshot. Position One of over 43 million search returns.</p>
<p style="text-align: center;"><a href="http://biancagubalke.com/wp-content/uploads/2011/09/best-conferences.jpg"><img class="size-large wp-image-7124 aligncenter" title="Best Conferences out of Cape Town on Google Top 10" src="http://biancagubalke.com/wp-content/uploads/2011/09/best-conferences-460x417.jpg" alt="Best Conferences out of Cape Town on Google Top 10" width="460" height="417" /></a></p>
<p>&nbsp;</p>
<p>Meanwhile, we had our monthly online Seminar by Ycademy with a focus on &#8220;Social Media Marketing&#8221; &#8211; no time to look left, right or center&#8230; not the way we zoomed through Social Networks the like of Facebook, Twitter, Empire Avenue, Google+, Flickr and more&#8230; all being or becoming an important integral part of our online marketing strategy&#8230; and giving us down here in the boonies with absolutely lousy Internet connections a hell of a hard time.</p>
<p>However, this morning I went to have a look and &#8211; lo and behold &#8211; we even improved the ranks by adding position 2 to it&#8230; plus another on Google Top 10 &#8211; which is amazing and the dream &#8211; and essential focus &#8211; of any hotel or institution within the highly competitive Tourism and Travel Industry within South Africa. Have a look yourself!</p>
<p>&nbsp;</p>
<h3>Cape Town Best Conference Venue</h3>
<p>While we are still busy working on the brand-new main website, check out Monkey Valley Resort as Cape Town&#8217;s Best Conference Venue <a title="Best Conferences out of Cape Town" href="http://monkeyvalleyresort.net" >HERE</a>. Enjoy the virtual journey!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/cape-town-best-conference-venue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cape Town Best Conference Venue</title>
		<link>http://gardenroutepublishing.com/garden-route/cape-town-best-conference-venue/</link>
		<comments>http://gardenroutepublishing.com/garden-route/cape-town-best-conference-venue/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 10:05:47 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Avenue]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cape]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Empire]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monkey]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Tourism]]></category>
		<category><![CDATA[Town]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Valley]]></category>
		<category><![CDATA[venue]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7121</guid>
		<description><![CDATA[Cape Town Best Conference Venue Searches on Google Top 10 is and so far remains the main driving power on the Internet in terms of  being visible and being found as per our Online Marketing efforts. As such, we have to monitor the performance of our websites, blogs and articles on a regular basis. Here&#8217;s the example of a post I did a few days ago with the title: Best Conferences out of Cape Town Now, &#8220;Best Conferences out of Cape Town&#8221; went to Google Top 10 within 0.23 seconds&#8230; proof as per screenshot. Position One of over 43 million search returns. &#160; Meanwhile, we had our monthly online Seminar by Ycademy with a focus on &#8220;Social Media Marketing&#8221; &#8211; no time to look left, right or center&#8230; not the way we zoomed through Social Networks the like of Facebook, Twitter, Empire Avenue, Google+, Flickr and more&#8230; all being or becoming an important integral part of our online marketing strategy&#8230; and giving us down here in the boonies with absolutely lousy Internet connections a hell of a hard time. However, this morning I went to have a look and &#8211; lo and behold &#8211; we even improved the ranks by [...]]]></description>
			<content:encoded><![CDATA[<h2>Cape Town Best Conference Venue</h2>
<p>Searches on Google Top 10 is and so far remains the main driving power on the Internet in terms of  being visible and being found as per our Online Marketing efforts. As such, we have to monitor the performance of our websites, blogs and articles on a regular basis.</p>
<p style="text-align: center;"><a href="http://biancagubalke.com/wp-content/uploads/2011/09/slide1.jpg" ><img class="size-large wp-image-7123 aligncenter" style="margin-top: 5px; margin-bottom: 5px;" title="Best Conferencing Venue Cape Town - Web Design by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/09/slide1-460x213.jpg" alt="Best Conferencing Venue Cape Town - Web Design by Bianca Gubalke" width="460" height="213" /></a></p>
<p>Here&#8217;s the example of a post I did a few days ago with the title:</p>
<h3>Best Conferences out of Cape Town</h3>
<p>Now, &#8220;<a title="Best Conferences out of Cape Town" href="http://biancagubalke.com/media-marketing/best-conferences-out-of-cape-town/" >Best Conferences out of Cape Town</a>&#8221; went to Google Top 10 within 0.23 seconds&#8230; proof as per screenshot. Position One of over 43 million search returns.</p>
<p style="text-align: center;"><a href="http://biancagubalke.com/wp-content/uploads/2011/09/best-conferences.jpg"><img class="size-large wp-image-7124 aligncenter" title="Best Conferences out of Cape Town on Google Top 10" src="http://biancagubalke.com/wp-content/uploads/2011/09/best-conferences-460x417.jpg" alt="Best Conferences out of Cape Town on Google Top 10" width="460" height="417" /></a></p>
<p>&nbsp;</p>
<p>Meanwhile, we had our monthly online Seminar by Ycademy with a focus on &#8220;Social Media Marketing&#8221; &#8211; no time to look left, right or center&#8230; not the way we zoomed through Social Networks the like of Facebook, Twitter, Empire Avenue, Google+, Flickr and more&#8230; all being or becoming an important integral part of our online marketing strategy&#8230; and giving us down here in the boonies with absolutely lousy Internet connections a hell of a hard time.</p>
<p>However, this morning I went to have a look and &#8211; lo and behold &#8211; we even improved the ranks by adding position 2 to it&#8230; plus another on Google Top 10 &#8211; which is amazing and the dream &#8211; and essential focus &#8211; of any hotel or institution within the highly competitive Tourism and Travel Industry within South Africa. Have a look yourself!</p>
<p>&nbsp;</p>
<h3>Cape Town Best Conference Venue</h3>
<p>While we are still busy working on the brand-new main website, check out Monkey Valley Resort as Cape Town&#8217;s Best Conference Venue <a title="Best Conferences out of Cape Town" href="http://monkeyvalleyresort.net" >HERE</a>. Enjoy the virtual journey!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/cape-town-best-conference-venue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal and E-Tourism Africa on Google</title>
		<link>http://gardenroutepublishing.com/garden-route/paypal-and-e-tourism-africa-on-google/</link>
		<comments>http://gardenroutepublishing.com/garden-route/paypal-and-e-tourism-africa-on-google/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 10:58:41 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[cape]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[E-Tourism]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Passion]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Summit]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Town]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[with]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=7039</guid>
		<description><![CDATA[PayPal and E-Tourism Africa on Google A few minutes ago, I posted my article on &#8220;2011 E-Tourism Africa Summit&#8221; HERE. While this article is already on Google Top 10, what interested me here was the performance of my Chapter on &#8220;PayPal and E-Tourism Africa&#8221; on Google. Let&#8217;s have a look &#8211; just click the screenshot to see it in a bigger version: PayPal and E-Tourism Africa on Google PayPal and E-Tourism Africa on Google shows a major ranking result: position one of 48,300,000 search returns &#8211; within 24 seconds! YEBO! Welcome to the Formula One on the Internet! That&#8217;s Web Design South Africa &#8211; fast, visible, efficient and mega attractive! Oh yes: and it&#8217;s affordable too &#8211; which means Fun and along the principles of &#8220;Ubuntu&#8221;! Just talk to me &#8211; details on my CONTACT or NAME tab! &#160; &#160;]]></description>
			<content:encoded><![CDATA[<h2>PayPal and E-Tourism Africa on Google</h2>
<p>A few minutes ago, I posted my article on &#8220;2011 E-Tourism Africa Summit&#8221; <a title="2011 E-Toursim Africa Summit written by Bianca Gubalke" href="http://yorgoopublishing.com/home-business/paypal-and-e-tourism-africa-on-google/2011%20E-Tourism%20Africa%20Summit" >HERE</a>. While this article is already on Google Top 10, what interested me here was the performance of my Chapter on &#8220;PayPal and E-Tourism Africa&#8221; on Google. Let&#8217;s have a look &#8211; just click the screenshot to see it in a bigger version:</p>
<p style="text-align: center;"><a href="http://biancagubalke.com/wp-content/uploads/2011/09/e-tourism-paypal-google.jpg"><img class="size-large wp-image-7040 aligncenter" title="e-tourism-paypal-google" src="http://biancagubalke.com/wp-content/uploads/2011/09/e-tourism-paypal-google-460x425.jpg" alt="Paypal and E-Tourism Africa Summit on Google by Bianca Gubalke" width="460" height="425" /></a></p>
<h3></h3>
<h3>PayPal and E-Tourism Africa on Google</h3>
<p>PayPal and E-Tourism Africa on Google shows a major ranking result: position one of 48,300,000 search returns &#8211; within 24 seconds!</p>
<p>YEBO! Welcome to the Formula One on the Internet!</p>
<p>That&#8217;s <a title="Web Design South Africa by Bianca Gubalke" href="http://biancagubalke.com" >Web Design South Africa</a> &#8211; fast, visible, efficient and mega attractive! Oh yes: and it&#8217;s affordable too &#8211; which means Fun and along the principles of &#8220;Ubuntu&#8221;!</p>
<p>Just talk to me &#8211; details on my CONTACT or NAME tab!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/paypal-and-e-tourism-africa-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love and Psychic Readings</title>
		<link>http://gardenroutepublishing.com/garden-route/love-and-psychic-readings/</link>
		<comments>http://gardenroutepublishing.com/garden-route/love-and-psychic-readings/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 15:49:15 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[accessed]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Astrologers]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[be]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[can]]></category>
		<category><![CDATA[clinging]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Delia]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[easily]]></category>
		<category><![CDATA[efficient]]></category>
		<category><![CDATA[Empathic]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[illusion]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[O'Riordan]]></category>
		<category><![CDATA[of]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimized]]></category>
		<category><![CDATA[Passion]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Psychic]]></category>
		<category><![CDATA[Psychics]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Readings]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Separatedness]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[via]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[with]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=6943</guid>
		<description><![CDATA[Love and Psychic Readings Love and Psychic Readings seem to be intertwined when it comes to looking at the full panoply of human relationships &#8211; and even beyond. As mirrored in each novel, screenplay, piece of theatre, song, opera and even within each major achievement in history &#8211; real, profound Love is what we humans long for most&#8230; and perhaps what many fear most&#8230; and then, once attained, apparently play with and lose so easily instead of cultivating and consistently nurturing it to grow, expand and envelop everything with its unique radience and energy. &#160; Uncertainty, doubt and fear arising from us living in our shell and clinging to the illusion of Separatedness on the chaotic stage of life often calls for urgent answers, independent reflection and strict yet caring guidance &#8211; that&#8217;s where the psychic reader, an astrologer or a qualified therapist enter as representatives of the soul &#8211; reminding the soul of itself, its roots in eternal Consciousness where &#8216;self&#8217; has no beginning and no end&#8230; and where with the right intention all answers can be found. That&#8217;s what the chapter &#8220;Love&#8221; in Psychic Readings Online &#8211; the relatively new Website by Psychic Delia O&#8217;Riordan is all about. [...]]]></description>
			<content:encoded><![CDATA[<h2>Love and Psychic Readings</h2>
<p>Love and Psychic Readings seem to be intertwined when it comes to looking at the full panoply of human relationships &#8211; and even beyond. As mirrored in each novel, screenplay, piece of theatre, song, opera and even within each major achievement in history &#8211; real, profound Love is what we humans long for most&#8230; and perhaps what many fear most&#8230; and then, once attained, apparently play with and lose so easily instead of cultivating and consistently nurturing it to grow, expand and envelop everything with its unique radience and energy.</p>
<p><a href="http://psychic-delia.com"><img class="alignnone size-full wp-image-6944" title="psychic-readings-online1" src="http://biancagubalke.com/wp-content/uploads/2011/09/psychic-readings-online1.jpg" alt="Psychic Readings Online by Psychic Delia O'Riordan" width="452" height="500" /></a></p>
<p>&nbsp;</p>
<p>Uncertainty, doubt and fear arising from us living in our shell and clinging to the illusion of Separatedness on the chaotic stage of life often calls for urgent answers, independent reflection and strict yet caring guidance &#8211; that&#8217;s where the psychic reader, an astrologer or a qualified therapist enter as representatives of the soul &#8211; reminding the soul of itself, its roots in eternal Consciousness where &#8216;self&#8217; has no beginning and no end&#8230; and where with the right intention all answers can be found.</p>
<p>That&#8217;s what the chapter &#8220;Love&#8221; in Psychic Readings Online &#8211; the relatively new <a title="Psychic Readings Online by Delia O'Riordan" href="http://psychic-delia.com" >Website by Psychic Delia O&#8217;Riordan</a> is all about. If this topic is of interest to you &#8211; either as you seek some personal advice or its your own professional field of interest and you consider setting up a new attractive and Google efficient website that can easily be accessed via the Mobile Web -, I urge you to check it out.</p>
<h3>Love and Psychic Readings Online on Google</h3>
<p>Love and Psychic Readings are in high demand in terms of keywords and, loyal to our constant monitoring of the performance of our Semiomantics Web Design, I just checked what Psychic Delia&#8217;s &#8220;Love and Psychic Readings Online&#8221; did on Google&#8230; and again I am delighted to see how Delia O&#8217;Riordan grabbed positions 1 and 2 on Google Top 10 &#8211; ahead of 14,200,000 search returns and tons of Google Ads! And this with a new blog&#8230; It&#8217;s just amazing!</p>
<p><a href="http://biancagubalke.com/wp-content/uploads/2011/09/delia-love-2sept1.jpg"><img class="alignnone size-large wp-image-6946" title="Love and Psychic Readings Online by Psychic Delia O'Riordan" src="http://biancagubalke.com/wp-content/uploads/2011/09/delia-love-2sept1-460x400.jpg" alt="Love and Psychic Readings Online by Psychic Delia O'Riordan" width="460" height="400" /></a></p>
<h3>How fast can I be on Google with my new Blog?</h3>
<p>Clearly, the answer to &#8220;How fast can I be on Google with my new Blog?&#8221; depends on choosing a smart WP based Semiomantics Script and having it fully set up and customized by a Semiomantics Web Design  expert &#8211; which includes a thorough tutorial and patient guidance until the goal is reached, namely Google Top 10!</p>
<p>Congratulations Delia O&#8217;Riordan &#8211; also on top of her own name now, Google Number One &#8211; YEBO!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/love-and-psychic-readings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relevant Online Marketing Seminars</title>
		<link>http://gardenroutepublishing.com/garden-route/relevant-online-marketing-seminars/</link>
		<comments>http://gardenroutepublishing.com/garden-route/relevant-online-marketing-seminars/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 10:42:34 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Brainwave]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Customer]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[Do]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Emailing]]></category>
		<category><![CDATA[ensure]]></category>
		<category><![CDATA[follow-up]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimized]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[relevant]]></category>
		<category><![CDATA[retention]]></category>
		<category><![CDATA[Satisfaction]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Through]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=6936</guid>
		<description><![CDATA[Relevant Online Marketing Seminars Relevant Online Marketing Seminars like those offered by Ycademy since 2004 are in high demand by people who want to build a successful business online or bring their offline business to the Internet. Following my article on How to do Online Marketing on Friday, here is some feedback with my personal conclusions from the first day of this astonishingly clear, quite complex yet efficient and hands-on Ycademy Workshop that provided each Seminar participant with a relevant Email Marketing setup on their WordPress based Author Blog on Semiomantics XO. &#160; The above photo was taken at the V &#038; A Waterfront in Cape Town, South Africa &#8211; a traditional Marketing eldorado of its kind! Relevant Online Marketing Seminars What emerged as a key element from the first day of this relevant Online Marketing Seminar by Ycademy was that today online marketing has to be &#8220;relevant&#8221; and &#8220;contextual&#8221;. These two words have to be remembered, specifically when focusing on Email Marketing and the integration of Emailing with Newsletters and/or Autoresponders into one&#8217;s CMS, eg. Author Blog. With our high performing Semiomantics websites and blogs this is no easy task to start with. It needs careful thought and weighing [...]]]></description>
			<content:encoded><![CDATA[<h2>Relevant Online Marketing Seminars</h2>
<p>Relevant Online Marketing Seminars like those offered by Ycademy since 2004 are in high demand by people who want to build a successful business online or bring their offline business to the Internet.</p>
<p>Following my article on <a title="How to do Online Marketing" href="http://biancagubalke.com/media-marketing/how-to-do-online-marketing-online/" >How to do Online Marketing</a> on Friday, here is some feedback with my personal conclusions from the first day of this astonishingly clear, quite complex yet efficient and hands-on Ycademy Workshop that provided each Seminar participant with a relevant Email Marketing setup on their WordPress based Author Blog on Semiomantics XO.</p>
<p><a href="http://biancagubalke.com/wp-content/uploads/2011/08/waterfront-capetown.jpg"><img class="alignnone size-large wp-image-6937" title="Relevant Online Marketing by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/08/waterfront-capetown-460x604.jpg" alt="Relevant Online Marketing by Bianca Gubalke" width="460" height="604" /></a></p>
<p>&nbsp;</p>
<p>The above photo was taken at the V &amp; A Waterfront in Cape Town, South Africa &#8211; a traditional Marketing eldorado of its kind!</p>
<h3>Relevant Online Marketing Seminars</h3>
<p>What emerged as a key element from the first day of this relevant Online Marketing Seminar by Ycademy was that today online marketing has to be &#8220;relevant&#8221; and &#8220;contextual&#8221;. These two words have to be remembered, specifically when focusing on Email Marketing and the integration of Emailing with Newsletters and/or Autoresponders into one&#8217;s CMS, eg. Author Blog.</p>
<p>With our high performing Semiomantics websites and blogs this is no easy task to start with.</p>
<p>It needs careful thought and weighing of what is needed versus what&#8217;s not needed and a close look at what serves our purpose best: free or paid solutions? On the surface, it looks like concessions will have to be made between the mailer and our website optimization&#8230; however, that&#8217;s obviously not what we at Ycademy will settle with!</p>
<h3>Relevant Emailing</h3>
<p>Relevant Emailing in a smart and contextual form is what the Ycademy Brainwave came up with despite some rather frustrating research into various unsatisfactory avenues. Relevant Email Marketing in a way that&#8217;s modern, permission-based, contextual and far beyond the batch and blast approach of the old days.</p>
<p>With all of us thoroughly fed up with the clutter still reaching our mail boxes despite spam filters, we need to know that this is only around 20% of the spam that actually goes out &#8211; and this still seems to serve a certain market&#8230; an indicator that even that still works.</p>
<p>However, for the marketing professional in today&#8217;s economic climate everything turns around customer retention &#8211; and emailing is a powerful way of keeping in touch, communicating and ensuring growth through customer retention. We all learned that it is more cost-efficient to work on retaining an existing customer than winning over a new one.</p>
<p>Bearing this in mind, we move away from large broadcast campaigns to more targeted engagements. However, delivering that relevance requires more sophistication and here the challenge is to invest in the analysis of response and behavior data in order to assist us in directing our marketing strategies in the most beneficial ways &#8211; beneficial for us on one hand to avoid losing our time and efforts and risking spam complaints and optouts &#8211; as well as for the customer who may well be interested in receiving hot information on the red sunlasses we offer but not the green bikinis we sell in a different chapter. This needs to be realized and attended to accordingly. This is what relevance and context in terms of reaching out to our readers and customers is all about. That we give them what they want without throwing anything else at them. Graceful Service with the right Attitude in my eyes. Just as an example.</p>
<p>Looking at our website publications &#8211; eg. Author Blogs &#8211; it appears that the Email channel is a natural extension to distribute and monetize content &#8211; however, it needs a customized approach and it needs a soft approach to ensure that our mails get delivered and&#8230; opened&#8230; and maybe even passed on.</p>
<p>Therefore, our goal as publishers must always be to deliver a relevant, contextual and personalized quality experience that our readers and customers enjoy!</p>
<p>How do we achieve this?</p>
<p>&nbsp;</p>
<h3>Ycademy Seminar on Online Marketing</h3>
<p>While day 1 of the Ycademy Seminar on Online Marketing provided the conceptual understanding, the basic setup and the tools, day 2 (today) will complete this important chapter in order to not only serve our own purpose in terms of promoting our own products and services, however, for those of us who focus on customer satisfaction when it comes to Web Design and Customer Follow-up, to offer our customers a maximum of value and safety in firstly reaching out and staying in close contact with their customers with their highly search engine optimized WP based Semiomantics CMS.</p>
<p>I am looking forward to a highly informative Workshop at the Ycademy Seminar today.</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/relevant-online-marketing-seminars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Marketing</title>
		<link>http://gardenroutepublishing.com/garden-route/wordpress-marketing/</link>
		<comments>http://gardenroutepublishing.com/garden-route/wordpress-marketing/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 07:36:07 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[Autoresponders]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[into]]></category>
		<category><![CDATA[is]]></category>
		<category><![CDATA[Landing]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Machine]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[powerful]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[promotion]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[turn]]></category>
		<category><![CDATA[visibility]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Why]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=6920</guid>
		<description><![CDATA[WordPress Marketing WordPress Marketing &#8211; with a focus on Email Marketing and Affiliate Marketing &#8211; is the theme of this month&#8217;s Ycademy Seminar, starting this coming Saturday at 1 pm London and ending on Sunday, around 10 pm London. All seminar participants will learn how to turn their WordPress CMS &#8211; namely their Semiomantics Author Blog &#8211; into a powerful Marketing machine. &#160; WordPress Marketing Having developed our own Semiomantics Product and built &#8211; over a number of years &#8211; the Semiomantics XO Publishing Framework with its strong emphasis on SEO and high visibility on Google Top 10, it&#8217;s time to get back to Online Marketing, especially WordPress Marketing, based on our WP based and powered themes. To this day, Email Marketing is highly efficient, but it needs the right knowhow and skills to be used in the correct form, from individual emailing to landing pages with double optins to Autoresponders, Newsletters etc &#8230; and for all of this the right tools and the right etiquette to avoid spam complaints and IP blacklisting. Affiliate Marketing is and has always been successful and is, in my view, &#8220;&#8230; the marketing way of the net&#8221;: help me market my product and get [...]]]></description>
			<content:encoded><![CDATA[<h2>WordPress Marketing</h2>
<p>WordPress Marketing &#8211; with a focus on Email Marketing and Affiliate Marketing &#8211; is the theme of this month&#8217;s Ycademy Seminar, starting this coming Saturday at 1 pm London and ending on Sunday, around 10 pm London. All seminar participants will learn how to turn their WordPress CMS &#8211; namely their Semiomantics Author Blog &#8211; into a powerful Marketing machine.</p>
<p><a href="http://biancagubalke.com/wp-content/uploads/2011/08/wordpress-marketing.jpg"><img class="alignnone size-large wp-image-6922" title="Wordpress-Marketing by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/08/wordpress-marketing-460x276.jpg" alt="Wordpress Marketing by Bianca Gubalke" width="460" height="276" /></a></p>
<p>&nbsp;</p>
<h3>WordPress Marketing</h3>
<p>Having developed our own Semiomantics Product and built &#8211; over a number of years &#8211; the Semiomantics XO Publishing Framework with its strong emphasis on SEO and high visibility on Google Top 10, it&#8217;s time to get back to Online Marketing, especially WordPress Marketing, based on our WP based and powered themes.</p>
<p>To this day, Email Marketing is highly efficient, but it needs the right knowhow and skills to be used in the correct form, from individual emailing to landing pages with double optins to Autoresponders, Newsletters etc &#8230; and for all of this the right tools and the right etiquette to avoid spam complaints and IP blacklisting.</p>
<p>Affiliate Marketing is and has always been successful and is, in my view, &#8220;&#8230; the marketing way of the net&#8221;: help me market my product and get a commission on each sale. As simple as that. However, there are important issue to be considered to ensure a safe link tracking especially when it comes to automated link promotion. As many members on the Ycademy network promote Affiliate Links &#8211; be it from Amazon or Autopart dealers &#8211; this needs to be addressed in the right way. Last but not least, we all have our own shop and products to sell &#8211; so yet another important and interesting issue to address and integrate in a smart and efficient way.</p>
<p>As usual, the weekend Seminar risks not having sufficient hours in the day :)</p>
<p>&nbsp;</p>
<h3>Why WordPress Semiomantics is the Best Theme</h3>
<p>Within the context of WordPress Marketing we have always monitored the performance of our articles on search engines, especially Google, and here only Google Top 10 counts &#8211; as who has time to look any further?</p>
<p>As such, my screenshots serve to proove the performance of our WordPress based Semiomantics CMS and, as we see below from yesterday&#8217;s article results, it&#8217;s quite clear why WordPress Semiomantics is the best theme:</p>
<p>&nbsp;</p>
<p><a href="http://biancagubalke.com/wp-content/uploads/2011/08/bg2308.jpg"><img class="alignnone size-large wp-image-6921" title="Why WordPress Semiomantics is the Best Theme by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/08/bg2308-460x499.jpg" alt="Why WordPress Semiomantics is the Best Theme by Bianca Gubalke" width="460" height="499" /></a></p>
<p>WordPress Marketing on a WP based Semiomantics CMS is the most cost-efficient way of bringing your product or service to a maximum number of peoples&#8217; attention in terms of Website Publishing &#8211; fast and reliable. We show it every day &#8211; and so do our customers on their brand-new CMS. It&#8217;s really the smart and economic way to go!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/wordpress-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why WordPress Semiomantics is the Best Theme</title>
		<link>http://gardenroutepublishing.com/garden-route/why-wordpress-semiomantics-is-the-best-theme/</link>
		<comments>http://gardenroutepublishing.com/garden-route/why-wordpress-semiomantics-is-the-best-theme/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 17:58:18 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Delia]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[is]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[O'Riordan]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimized]]></category>
		<category><![CDATA[or]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Psychic]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[rankings]]></category>
		<category><![CDATA[reach]]></category>
		<category><![CDATA[Readings]]></category>
		<category><![CDATA[Save]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[should]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[which]]></category>
		<category><![CDATA[Why]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=6912</guid>
		<description><![CDATA[Why WordPress Semiomantics is the Best Theme When starting out on the Internet the question is always: which CMS should I use for my Website or Blog? This was what Delia O&#8217;Riordan &#8211; known as Psychic Delia &#8211; asked herself when deciding to take her Psychic Consultancy Online. Getting into &#8220;blogging&#8221; and Website Publishing on a Mac had its tricky and frustrating moments, however, looking back on her very first month online Delia knows why WordPress Semiomantics is the Best theme&#8230; and that she could not have made a better and more cost-effective choice, besides saving tons of money on Google Ads! &#160; Why WordPress Semiomantics is the Best Theme Today, Delia O&#8217;Riordan has her own proof as to why WordPress Semiomantics is the Best Theme&#8230; seeing her own articles and posts reaching Google Top 10 positions and bringing her the Traffic she needs to build her online business and get new readers, subscribers and potential customers. Having designed Delia&#8217;s CMS, I keep monitoring her performance on Google&#8230; not always, but just to make sure she keeps on track and everything moves forward according to concept, execution and plan. So I looked at her 3 recent posts and checked their [...]]]></description>
			<content:encoded><![CDATA[<h2>Why WordPress Semiomantics is the Best Theme</h2>
<p>When starting out on the Internet the question is always: which CMS should I use for my Website or Blog?</p>
<p>This was what Delia O&#8217;Riordan &#8211; known as Psychic Delia &#8211; asked herself when deciding to take her Psychic Consultancy Online. Getting into &#8220;blogging&#8221; and Website Publishing on a Mac had its tricky and frustrating moments, however, looking back on her very first month online Delia knows why WordPress Semiomantics is the Best theme&#8230; and that she could not have made a better and more cost-effective choice, besides saving tons of money on Google Ads!</p>
<p><a href="http://psychic-delia.com"><img class="alignnone size-large wp-image-6913" title="Psychic Online Readings by Delia O'Riordan" src="http://biancagubalke.com/wp-content/uploads/2011/08/512x512psychic-delia-460x460.jpg" alt="Psychic Online Readings by Delia O'Riordan" width="460" height="460" /></a></p>
<p>&nbsp;</p>
<h3>Why WordPress Semiomantics is the Best Theme</h3>
<p>Today, Delia O&#8217;Riordan has her own proof as to why WordPress Semiomantics is the Best Theme&#8230; seeing her own articles and posts reaching Google Top 10 positions and bringing her the Traffic she needs to build her online business and get new readers, subscribers and potential customers.</p>
<p>Having designed Delia&#8217;s CMS, I keep monitoring her performance on Google&#8230; not always, but just to make sure she keeps on track and everything moves forward according to concept, execution and plan. So I looked at her 3 recent posts and checked their performance on Google&#8230; and WOW! look for yourself and see the results! Amazing&#8230; and this after just a mere month!</p>
<p><a href="http://psychic-delia.com/amazing-cases/angels-art-and-landscape-geometry"><img class="alignnone size-large wp-image-6914" title="Psychic Readings Online on Google Top 10" src="http://biancagubalke.com/wp-content/uploads/2011/08/delia1-460x412.jpg" alt="Psychic Readings Online on Google Top 10" width="460" height="412" /></a></p>
<p>&nbsp;</p>
<p><a href="http://psychic-delia.com/psychic-readings-online/can-tarot-really-predict-the-future"><img class="alignnone size-large wp-image-6915" title="Psychic Readings Online by Psychic Delia O'Riordan" src="http://biancagubalke.com/wp-content/uploads/2011/08/delia-2-460x518.jpg" alt="Psychic Readings Online by Psychic Delia O'Riordan" width="460" height="518" /></a></p>
<p>&nbsp;</p>
<p><a href="http://psychic-delia.com/amazing-cases/angel-visions-angel-dreams"><img class="alignnone size-large wp-image-6916" title="Psychic Readings online by Psychic Delia O'Riordan" src="http://biancagubalke.com/wp-content/uploads/2011/08/delia-3-460x501.jpg" alt="Psychic Readings online by Psychic Delia O'Riordan" width="460" height="501" /></a></p>
<p>&nbsp;</p>
<p>We often hear that it&#8217;s so &#8216;normal&#8217; for us who have been around since a while to get high positions on search engines&#8230; but that a beginner would barely come near that. Yes and no&#8230; it depends &#8211; and as you see, <a title="Delia O'Riordan" href="http://deliaoriordan.com" >Delia O&#8217;Riordan</a> made the right decision in terms of choosing a WordPress based Semiomantics Script with expert Custom Web Design&#8230; then she received the right guidance and instructions&#8230; a lot of help and support&#8230; and now she&#8217;s spreading her wings and flying high on the Internet highway &#8211; Congratulations Delia!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/why-wordpress-semiomantics-is-the-best-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best WP Photo Blog Theme</title>
		<link>http://gardenroutepublishing.com/garden-route/best-wp-photo-blog-theme/</link>
		<comments>http://gardenroutepublishing.com/garden-route/best-wp-photo-blog-theme/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 17:52:23 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Albums]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[Engine]]></category>
		<category><![CDATA[flamingo]]></category>
		<category><![CDATA[Flamingos]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[of]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Purpose]]></category>
		<category><![CDATA[Ranking]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=6895</guid>
		<description><![CDATA[Best WP Photo Blog Theme Yesterday, we presented our new Photo Blog on what we believe is the best WP Photo Blog Theme by Semiomantics&#8230; today we show the result of our post&#8230; scoring Google Top 10 on 38,200,000 search returns &#8211; rank 4 on Google to be exact! Best WP Photo Blog Theme on Google Photo Blogs or Online Photo Albums are meant to deliver a visual experience, it&#8217;s about the look, the black &#038; white photography or color photos set within an elegant yet practical and user-friendly framework. Depending on the purpose of the Photo website, however, the website optimization in terms of search engines like Google is just as important. Let me explain: If you set up a photo album for your family and friends and that&#8217;s more or less &#8216;it&#8217; &#8211; then you are not really interested in attracting other people, strangers, people you can&#8217;t relate to. To the contrary: you want to keep this rather &#8220;within the family&#8221; &#8211; although real privacy is impossible on the Internet as we know, but we know what I mean. If your Photo Blog is more and/or serves a commercial purpose, then you want to be found. Of course, [...]]]></description>
			<content:encoded><![CDATA[<h2>Best WP Photo Blog Theme</h2>
<p>Yesterday, we presented our new Photo Blog on what we believe is the best WP Photo Blog Theme by Semiomantics&#8230; today we show the result of our post&#8230; scoring Google Top 10 on 38,200,000 search returns &#8211; rank 4 on Google to be exact!</p>
<h3><a href="http://photos.biancagubalke.net"><img class="alignnone size-full wp-image-6896" title="pink-flamingo046" src="http://biancagubalke.com/wp-content/uploads/2011/08/pink-flamingo046.jpg" alt="Pink Flamingo by Bianca Gubalke Photography" width="460" height="405" /></a></h3>
<h3>Best WP Photo Blog Theme on Google</h3>
<p>Photo Blogs or Online Photo Albums are meant to deliver a visual experience, it&#8217;s about the look, the black &amp; white photography or color photos set within an elegant yet practical and user-friendly framework.</p>
<p>Depending on the purpose of the Photo website, however, the website optimization in terms of search engines like Google is just as important.</p>
<p><a href="http://biancagubalke.com/wp-content/uploads/2011/08/best-WP-Photo-Theme.jpg"><img class="alignnone size-full wp-image-6897" title="best-WP-Photo-Theme" src="http://biancagubalke.com/wp-content/uploads/2011/08/best-WP-Photo-Theme.jpg" alt="Best WP Photo Blog Theme by Semiomantics" width="600" height="609" /></a></p>
<p>Let me explain:</p>
<p>If you set up a photo album for your family and friends and that&#8217;s more or less &#8216;it&#8217; &#8211; then you are not really interested in attracting other people, strangers, people you can&#8217;t relate to. To the contrary: you want to keep this rather &#8220;within the family&#8221; &#8211; although real privacy is impossible on the Internet as we know, but we know what I mean.</p>
<p>If your Photo Blog is more and/or serves a commercial purpose, then you want to be found. Of course, there are always people punching in your website as they know you and appreciate your Artwork, however, you want to attract those who do not yet know you&#8230; and this is where SEO &#8211; Search Engine Optimization &#8211; comes in, meaning, that you want to be found on Google Top 10 under a specific keyword of your choice. If for instance you do the best pink flamingo photos on the planet, then you need to be found on Google Top 10 for anyone punching &#8220;pink flamingos&#8221; into Google. Once that person is on your site, you want to assure you captivate his senses and keep him as long as possible savoring your work and possibly becoming your client.</p>
<p>The point is that your focus must be to have a website that is optimized to compete on Google top ranking positions&#8230; and that guarantee you can expect to have with a WordPress based Semiomantics Script &#8211; ideally combined with Semiomantics Web Design.</p>
<p>As you see by the mere publication of this article: Semiomantics says what it sets out to achieve, then prooves that it indeed delivers &#8211; just as you see on the screenshot here! The proof is in the screenshot &#8211; it could be your&#8217;s on any keyword of your choice!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/best-wp-photo-blog-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best WP Photo Blog Theme by Semiomantics</title>
		<link>http://gardenroutepublishing.com/garden-route/best-wp-photo-blog-theme-by-semiomantics/</link>
		<comments>http://gardenroutepublishing.com/garden-route/best-wp-photo-blog-theme-by-semiomantics/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 17:26:20 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[coolpix]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[OnOne]]></category>
		<category><![CDATA[originals]]></category>
		<category><![CDATA[p90]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Professional]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Static]]></category>
		<category><![CDATA[Stock]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=6887</guid>
		<description><![CDATA[Best WP Photo Blog Theme by Semiomantics Welcome to the best WP Photo Blog Theme by Semiomantics &#8211; here I just added an introductory Welcome slide for everyone who&#8217;s passionate about digital photography and wants to know how to display their photos online &#8211; yet not in a social network environment but where everything is under one&#8217;s own control as it should be! &#160; Best WP Photo Blog Theme by Semiomantics Since its inception just 10 days ago, my Photo Blog on the Best WP Photo Blog Theme by Semiomantics shows good results on Google. Contrary to creating a rather static Photography Website, my intention was to have something more dynamic as Digital Photography is part of my life and most definitely crucial to my Media Design in terms of Semiomantics Web Design. Accordingly, I write quite often about it &#8211; be it to accompany some exciting photos or when doing Adobe Photoshop Tutorials based on own photo material &#8211; just as an example. So let there be life! While all photos displayed exist as high quality originals in 4000 x 3000 format as they come out of my NIKON Coolpix P90, I display them in different shades, tints and [...]]]></description>
			<content:encoded><![CDATA[<h2>Best WP Photo Blog Theme by Semiomantics</h2>
<p>Welcome to the best WP Photo Blog Theme by Semiomantics &#8211; here I just added an introductory Welcome slide for everyone who&#8217;s passionate about digital photography and wants to know how to display their photos online &#8211; yet not in a social network environment but where everything is under one&#8217;s own control as it should be!</p>
<p><a href="http://photos.biancagubalke.net"><img class="alignnone size-full wp-image-6888" title="Best WP Photo Blog Theme by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2011/08/welcome-photoblog.jpg" alt="Best WP Photo Blog Theme by Bianca Gubalke" width="600" height="469" /> </a></p>
<p>&nbsp;</p>
<h3>Best WP Photo Blog Theme by Semiomantics</h3>
<p>Since its inception just 10 days ago, my Photo Blog on the Best WP Photo Blog Theme by Semiomantics shows good results on Google.</p>
<p>Contrary to creating a rather static Photography Website, my intention was to have something more dynamic as Digital Photography is part of my life and most definitely crucial to my Media Design in terms of Semiomantics Web Design. Accordingly, I write quite often about it &#8211; be it to accompany some exciting photos or when doing Adobe Photoshop Tutorials based on own photo material &#8211; just as an example. So let there be life!</p>
<p>While all photos displayed exist as high quality originals in 4000 x 3000 format as they come out of my NIKON Coolpix P90, I display them in different shades, tints and even shapes as the originals were either used in some original work that already went public, or they are in my Stock Photography Collection. I also experiment with all sorts of frames and combinations in OnOne Professional Tools that allow photos to stand out and capture peoples&#8217; attention.</p>
<p>This being said, I believe that a really good photo needs absolutely nothing &#8211; just a background to stand on&#8230; black, white or grey &#8211; that&#8217;s it. Perhaps a tiny legend underneath&#8230; fine, elegant, non-intrusive.</p>
<p>Less is more.</p>
<p>But here we work with the photo tools we have at our disposal.</p>
<p>The purpose of this Photo Blog is to really show the beauty and versatility of Semiomantics Web Design which allows anyone to combine the look with high performance on search engines&#8230; meaning to be found. This is critically important for any photography professional &#8211; but also for anyone having something to offer, to promote or to sell.</p>
<p>If the concept catches your attention and resonnates, please contact me to discuss your needs and reveal the best of your creative potential online.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/best-wp-photo-blog-theme-by-semiomantics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

