<?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; Best</title>
	<atom:link href="http://gardenroutepublishing.com/tag/best/feed/" rel="self" type="application/rss+xml" />
	<link>http://gardenroutepublishing.com</link>
	<description>Garden Route Publishing</description>
	<lastBuildDate>Fri, 25 May 2012 19:18:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to build a Custom WordPress Site 3</title>
		<link>http://gardenroutepublishing.com/garden-route/how-to-build-a-custom-wordpress-site-3/</link>
		<comments>http://gardenroutepublishing.com/garden-route/how-to-build-a-custom-wordpress-site-3/#comments</comments>
		<pubDate>Thu, 17 May 2012 09:14:26 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Types]]></category>
		<category><![CDATA[Variables]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Workshop]]></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://yorgonestoridis.com/?p=23007</guid>
		<description><![CDATA[Customizing WordPress Child Theme In this tutorial we will create Custom Post Types and add variables and functionality to them. Also we will add some styling for more user-friendly display in the dashboard. Having set up our basic Child Theme structure we will now proceed with the customization. But before that we will do some basic WP configuration and go through the settings. You may be used to building WordPress based sites and therefore you may have some habits in as much as settings and configuration are concerned. Some basic WP Settings Here is what I do in the dashboard: 1. Trash and permanently delete the Hello World Post. 2. Delete the default Links. 3. Set Permalinks to: /%category%/%postname%/ 4. Under Settings General enter Blog Name and Tagline; for the purpose of this exercise I use  as a Title: WordPress TTP and as a Tagline: Tips, Themes and Plugins 5. Add some content to test content display by importing an RSS feed using a plugin such as Feedwordpress. I pulled into a new category called Blog the feed from my author-blog at: http://yorgonestoridis.com/feed Custom Posts and Child Theme We have set up a basic child theme for the purpose of [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/how-to-build-a-custom-wordpress-site-2/" rel="bookmark" title="How to build a Custom WordPress Site 2">How to build a Custom WordPress Site 2</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-a-custom-wordpress-site/" rel="bookmark" title="How to build a custom WordPress Site">How to build a custom WordPress Site</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/custom-widgets-for-wordpress/" rel="bookmark" title="Custom Widgets for WordPress">Custom Widgets for WordPress</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-3-4-beta/" rel="bookmark" title="WordPress 3.4 Beta">WordPress 3.4 Beta</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Customizing WordPress Child Theme

Contents

	
		Customizing WordPress Child Theme
		
			
				Some basic WP Settings
			
			
				Custom Posts and Child Theme
			
			
				Child Theme functions.php
			
			
				Define Post Types in posttypes.php
				
					
						1. Custom Post Types
					
					
						2. Add advanced Variables
					
				
			
				3. Add advanced functionality
				
					
						4. Change the menu position
					
					
						5. Add Custom Post Type Icons
					
				
			
				Resulting posttypes.php code:
			




 
<p>In this tutorial we will create Custom Post Types and add variables and functionality to them. Also we will add some styling for more user-friendly display in the dashboard.</p>
<p>Having set up our basic Child Theme structure we will now proceed with the customization. But before that we will do some basic WP configuration and go through the settings. You may be used to building WordPress based sites and therefore you may have some habits in as much as settings and configuration are concerned.</p>
<img class="size-large wp-image-23010" title="Semiomantics XO Custom Magazine for WordPress" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/custom-wp-theme-magazine-460x576.jpg" alt="Semiomantics XO Custom Magazine for WordPress" width="460" height="576" /><p class="wp-caption-text">Semiomantics XO Custom Magazine for WordPress</p>
Some basic WP Settings
<p>Here is what I do in the dashboard:</p>
<p>1. Trash and permanently delete the Hello World Post.</p>
<p>2. Delete the default Links.</p>
<p>3. Set Permalinks to: /%category%/%postname%/</p>
<p>4. Under Settings General enter Blog Name and Tagline; for the purpose of this exercise I use  as a Title: WordPress TTP and as a Tagline: Tips, Themes and Plugins</p>
<p>5. Add some content to test content display by importing an RSS feed using a plugin such as Feedwordpress. I pulled into a new category called Blog the feed from my author-blog at:</p>
<p>http://yorgonestoridis.com/feed</p>
Custom Posts and Child Theme
<p>We have set up a basic child theme for the purpose of modifying and customizing the Parent Theme. Creating structural modifications such as creating Custom Posts and Taxonomies are not strictly speaking theme relevant but should apply to all themes or as the case may be, to multiple themes in a Multi-user installation.</p>
<p>For this reason we will lodge the file which defines the custom posts outside any specific theme folder but inside wp-contents/themes.</p>
<p>We create a file called posttypes.php in wp-contents/themes. This file serves to define our custom post types and the way they integrate into the WP architecture.</p>
<p>In order to include the new Post Types in our Child theme, we include the posttype.php using an include function. This we doby adding a new file to our child theme; this file we call functions.php.</p>
Child Theme functions.php
<p>As you know, every WP theme contains a functions.php file; when creating a child theme which needs to expand the functions existing in the parent theme, then we just add a file with the same name, ‘functions.php’ to the child theme and append the functions defined in the parent theme.</p>
<p><strong>Note</strong>: functions.php of the child theme does not override existing functions in the parent theme as is the case with styles (‘style.css)!</p>
<p>PHP allows us easily to include files in a script with the ‘include’ function and then by adding the URL to the file you wish to include.</p>
<p>Our ‘functions.php’ file will look as follows:</p>


&lt;?php
include_once (ABSPATH . 'wp-content/themes/posttypes.php');
?&gt;

<p>Please note that we use the ABSPATH function to construct the URL as the normal url path</p>
 url(&quot;.../themes/posttypes.php&quot;) 
<p>does not work here.</p>
<p>Save functions.php into your Child Theme Folder.</p>
Define Post Types in posttypes.php
<p>In order to set up our post types we proceed step by step:</p>

Set up Custom Post Types
Add advanced Variables to Post Types
Add advanced custom post type functionality
Change the Menu Position (Dashboard) of the Custom Post Types
Add custom post type icon

1. Custom Post Types
<p>Custom Post Types allow to separate different content from the traditional blog content. Blog content usually is edited as Posts and Pages, whereas Pages (static content) can be organized in a hierarchical way and posts are sorted by categories and tags. In order to display static content (pages) using customized layout, we can create different page templates easily.</p>
<p>Custom Post Types allow to sort content by Posts and Custom Post Types whereas custom post types are similar to posts but using custom taxonomies and as the case may be custom layouts or design adapted to the content. A typical example is a single product page from a shop compared to a single post page on the blog section of the website.</p>
<p>For the purpose of our exercise we will create 3 Custom Post Types</p>

WordPress Tips
WordPress Themes
WordPress Plugins

<p>Setting up post types is relatively easy; while we could use plugins to create custom post types, I think hard-coding is a more solid and professional way of creating them. To create a new Custom Post Type we just need to add a few lines of code to the functions file or in our case to the abstraction file at posttypes.php which will then be included int the functions.php as per above where we have added the include function into functions.php.</p>
<p>We will create now the 3 Custom Post Types whereas the code used for each of them is the same except for the post type names and the function names.</p>
<p>To create the first post type, edit posttypes.php and paste in:</p>


&lt;?php

// Add new post type for WP Tips
add_action('init', 'wordpress_tips_init');
function wordpress_tips_init()
{
$args = array(
'label' =&gt; _x('WP Tips'),
'singular_label' =&gt; _x('WP Tip'),
'public' =&gt; true,
'publicly_queryable' =&gt; true,
'show_ui' =&gt; true,
'query_var' =&gt; true,
'rewrite' =&gt; true,
'capability_type' =&gt; 'post',
'hierarchical' =&gt; false,
'menu_position' =&gt; null,
'supports' =&gt; array('title','editor','comments')
);
register_post_type('wordpress_tips',$args);
}

<p>Save the file.</p>
<p>At the top we type a comment explaining what the following code is all about (Add new Post Type for WP Tips). Then we call the function in to WordPress with ‘add_action’ and at the bottom we register the post type. As you can see the function consists of a number of arguments which we will look into later ($args).</p>
<p>Check out your Dashboard now and you will see that the new post type is added to the menu just above ‘Appearance’.</p>
<p>To add new post types, you just need to copy and paste the above code and make simple changes to the name and labels of the post type.</p>
2. Add advanced Variables
<p>The above post types work, however they are not well refined. For this reason we will add some more variables. As the new posts are still called “Post” in the editor for example we will need to relabel to display the real name of the post type. For this we will write a label variable which can take an array of labels and we thus relabel all instances of our Custom Post Type.</p>
<p>The variable we create with the array of labels looks as follows:</p>


$wordpress_tips_labels = array(
'name' =&gt; _x('WP Tips', 'post type general name'),
'singular_name' =&gt; _x('WP Tip', 'post type singular name'),
'all_items' =&gt; __('All WP Tips'),
'add_new' =&gt; _x('Add new WP Tip', 'wordpress_tips'),
'add_new_item' =&gt; __('Add new WP Tip'),
'edit_item' =&gt; __('Edit WP Tip'),
'new_item' =&gt; __('New WP Tip'),
'view_item' =&gt; __('View WP Tip'),
'search_items' =&gt; __('Search in WP Tips'),
'not_found' =&gt;  __('No WP Tips found'),
'not_found_in_trash' =&gt; __('No WP Tips found in trash'),
'parent_item_colon' =&gt; ''
);

<p>We will insert this piece of code just before our block of arguments and then change the arguments accordingly as follows:</p>


&lt;?php

// Add new post type for WP Tips
add_action('init', 'wordpress_tips_init');
function wordpress_tips_init()
{

$wordpress_tips_labels = array(
'name' =&gt; _x('WP Tips', 'post type general name'),
'singular_name' =&gt; _x('WP Tip', 'post type singular name'),
'all_items' =&gt; __('All WP Tips'),
'add_new' =&gt; _x('Add new WP Tip', 'wordpress_tips'),
'add_new_item' =&gt; __('Add new WP Tip'),
'edit_item' =&gt; __('Edit WP Tip'),
'new_item' =&gt; __('New WP Tip'),
'view_item' =&gt; __('View WP Tip'),
'search_items' =&gt; __('Search in WP Tips'),
'not_found' =&gt;  __('No WP Tips found'),
'not_found_in_trash' =&gt; __('No WP Tips found in trash'),
'parent_item_colon' =&gt; ''
);
$args = array(

/*      'label' =&gt; _x('WP Tips'), */
'labels' =&gt; $wordpress_tips_labels,
/*      'singular_label' =&gt; _x('WP Tips'),   */
'public' =&gt; true,
'publicly_queryable' =&gt; true,
'show_ui' =&gt; true,
'query_var' =&gt; true,
'rewrite' =&gt; true,
'capability_type' =&gt; 'post',
'hierarchical' =&gt; false,
'menu_position' =&gt; null,
'supports' =&gt; array('title','editor','comments')
);
register_post_type('wordpress_tips',$args);
}

<p>As you can see from the two commented lines, we have changed ‘label’ to ‘labels and defined with the variable from above ‘$wordpress_tips_labels’ and we have deleted the ‘singular label’ as it is replaced wby ‘singular name’ from the label variable.</p>
<p>For the other new post types it’s the same game, just copy and paste and change the labels accordingly.</p>
<p>Save posttypes.php and check it out in your dashboard.</p>
<p>You will now see all labels added and your site becomes a lot more user-friendly and less confusing.</p>
3. Add advanced functionality
<p>We can define the functionalities of our new post types with an array under the variable ‘supports’; basically the ‘supports’ line defines which functionalities should be supported, i.e. which content should be displayed.</p>
<p>In our example, the line above looks like this:</p>


'supports' =&gt; array('title','editor','comments')

<p>When you go to your dashboard, and add a new WP Tip you will see the editor shows the ‘title’, ‘content’ and ‘comments’ fields.</p>
<p>While we can go crazy on adding supported functionality, we will here just look at some standard functionalities. To add more functionality we just need to append the array in the supports variable like so:</p>


'supports' =&gt; array('title','editor','author','thumbnail','excerpt','comments','custom-fields'),
'has_archive' =&gt; 'wordpress_tips'

<p>By adding the above functionalities to the supports variable, we get something pretty close to the standard post editor, since we add the author, excerpts and custom fields as well as the featured picture functionality.</p>
<p>Also we can add a new variable, such as ‘has archive’ and then name the archive, in our example ‘WordPress Tips’.</p>
<p>This archive variable allows us to create an index page just for the WP Tips post  types.</p>
<p>Our Code for the WP Tips Custom Post Type is as follows:</p>


&lt;?php

// Add new post type for WP Tips
add_action('init', 'wordpress_tips_init');
function wordpress_tips_init()
{

$wordpress_tips_labels = array(
'name' =&gt; _x('WP Tips', 'post type general name'),
'singular_name' =&gt; _x('WP Tip', 'post type singular name'),
'all_items' =&gt; __('All WP Tips'),
'add_new' =&gt; _x('Add new WP Tip', 'wordpress_tips'),
'add_new_item' =&gt; __('Add new WP Tip'),
'edit_item' =&gt; __('Edit WP Tip'),
'new_item' =&gt; __('New WP Tip'),
'view_item' =&gt; __('View WP Tip'),
'search_items' =&gt; __('Search in WP Tips'),
'not_found' =&gt;  __('No WP Tips found'),
'not_found_in_trash' =&gt; __('No WP Tips found in trash'),
'parent_item_colon' =&gt; ''
);
$args = array(

/*      'label' =&gt; _x('WP Tips'), */
'labels' =&gt; $wordpress_tips_labels,
/*      'singular_label' =&gt; _x('WP Tips'),   */
'public' =&gt; true,
'publicly_queryable' =&gt; true,
'show_ui' =&gt; true,
'query_var' =&gt; true,
'rewrite' =&gt; true,
'capability_type' =&gt; 'post',
'hierarchical' =&gt; false,
'menu_position' =&gt; null,
'supports' =&gt; array('title','editor','author','thumbnail','excerpt','comments','custom-fields'),
'has_archive' =&gt; 'wordpress_tips'
);
register_post_type('wordpress_tips',$args);
}

<p>Copy and paste with the necessary changes for the other custom post types and save the file.</p>
<p>Check it out from the Dashboard Menu and the Editor.</p>
4. Change the menu position
<p>As per now, our custom posts menu in the dashboard is positioned just above appearance and below comments. As custom posts are similar to posts, we want to move the custom post tabs just below the Posts tab.</p>
<p>As you can see from our code above, the menu position is set to ‘null’. The value ‘null’ makes that the custom post types are added at the bottom of the first section of the dashboard menu.</p>
<p>Depending of where you want to position your custom posts, you will need to change the value ‘null’ to another value according to the below reference scale:</p>
<p>0 — at the very top<br />
5 — below Posts<br />
10 — below Media<br />
15 — below Links<br />
20 — below Pages<br />
25 — below comments<br />
60 — below first separator<br />
65 — below Plugins<br />
70 — below Users<br />
75 — below Tools<br />
80 — below Settings<br />
100 — below second separator</p>
<p>As we aim the spot below “Posts” we will use the value ‘5’, which will result in</p>


...

'menu_position' =&gt; 5,

...

<p>If you want to set a particular order, you can also use 3 different numbers, like 4,5 and 6 respectively.</p>
<p>Do the modification inside the arguments of each post type and save.</p>
<p>By repositioning the custom post type menu items , we signal priority and importance.</p>
<p>Check it out from the dashboard and note that our custom posts are right below ‘Posts’ now.</p>
5. Add Custom Post Type Icons
<p>In order to make our custom post types stick out from the menu and to add user-friendly visual identifiers, we replace the default icons with custom icons.</p>
<p>There are two sizes needed, 16px and 32 px for the menu and the page title area respectively.</p>
<p>I have created sample icons and psd files for your convenience: please download from HERE.</p>
<p>Decompress the downloaded rar file and copy the image folder into wp-contents/themes (as we had done with posttypes.php, as we want to make these images available to all themes.</p>
<p>To add these icons we introduce a new function to posttypes.php with a function batch including some css/html code for styling purposes:</p>


// Add new Custom Post Type icons
add_action( 'admin_head', 'wordpress_icons' );
function wordpress_icons() {
?&gt;
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
#menu-posts-wordpress_tips .wp-menu-image {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/tips-16x16.png) no-repeat 6px !important;
}
.icon32-posts-wordpress_tips {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/tips-32x32.png) no-repeat !important;
}
#menu-posts-wordpress_themes .wp-menu-image {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/themes-16x16.png) no-repeat 6px !important;
}
.icon32-posts-wordpress_themes {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/themes-32x32.png) no-repeat !important;
}
#menu-posts-wordpress_plugins .wp-menu-image {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/plugins-16x16.png) no-repeat 6px !important;
}
.icon32-posts-wordpress_plugins {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/plugins-32x32.png) no-repeat !important;
}

&lt;/style&gt;
&lt;?php }

<p>Note the incomplete php delimiter at the end which is needed to switch back to php from css/html code.</p>
Resulting posttypes.php code:
<p>At this stage, your posttypes.php looks as follows:</p>


&lt;?php

// Add new post type for WP Tips
add_action('init', 'wordpress_tips_init');
function wordpress_tips_init()
{
$wordpress_tips_labels = array(
'name' =&gt; _x('WP Tips', 'post type general name'),
'singular_name' =&gt; _x('WP Tip', 'post type singular name'),
'all_items' =&gt; __('All WP Tips'),
'add_new' =&gt; _x('Add new WP Tip', 'wordpress_tips'),
'add_new_item' =&gt; __('Add new WP Tip'),
'edit_item' =&gt; __('Edit WP Tip'),
'new_item' =&gt; __('New WP Tip'),
'view_item' =&gt; __('View WP Tip'),
'search_items' =&gt; __('Search in WP Tips'),
'not_found' =&gt;  __('No WP Tips found'),
'not_found_in_trash' =&gt; __('No WP Tips found in trash'),
'parent_item_colon' =&gt; ''
);
$args = array(
/*        'label' =&gt; _x('WP Tips'), */
'labels' =&gt; $wordpress_tips_labels,
/*        'singular_label' =&gt; _x('WP Tips'),   */
'public' =&gt; true,
'publicly_queryable' =&gt; true,
'show_ui' =&gt; true,
'query_var' =&gt; true,
'rewrite' =&gt; true,
'capability_type' =&gt; 'post',
'hierarchical' =&gt; false,
'menu_position' =&gt; 5,
'supports' =&gt; array('title','editor','author','thumbnail','excerpt','comments','custom-fields'),
'has_archive' =&gt; 'wordpress_tips'
);
register_post_type('wordpress_tips',$args);
}

// Add new post type for WP Themes
add_action('init', 'wordpress_themes_init');
function wordpress_themes_init()
{

$wordpress_themes_labels = array(
'name' =&gt; _x('WP Themes', 'post type general name'),
'singular_name' =&gt; _x('WP Theme', 'post type singular name'),
'all_items' =&gt; __('All WP Themes'),
'add_new' =&gt; _x('Add new WP Theme', 'wordpress_themes'),
'add_new_item' =&gt; __('Add new WP Theme'),
'edit_item' =&gt; __('Edit WP Theme'),
'new_item' =&gt; __('New WP Theme'),
'view_item' =&gt; __('View WP Theme'),
'search_items' =&gt; __('Search in WP Themes'),
'not_found' =&gt;  __('No WP Theme found'),
'not_found_in_trash' =&gt; __('No WP Theme found in trash'),
'parent_item_colon' =&gt; ''
);

$args = array(
'labels' =&gt; $wordpress_themes_labels,
'public' =&gt; true,
'publicly_queryable' =&gt; true,
'show_ui' =&gt; true,
'query_var' =&gt; true,
'rewrite' =&gt; true,
'capability_type' =&gt; 'post',
'hierarchical' =&gt; false,
'menu_position' =&gt; 5,
'supports' =&gt; array('title','editor','author','thumbnail','excerpt','comments','custom-fields'),
'has_archive' =&gt; 'wordpress_themes'
);
register_post_type('wordpress_themes',$args);
}

// Add new post type for WP Plugins
add_action('init', 'wordpress_plugins_init');
function wordpress_plugins_init()
{

$wordpress_plugins_labels = array(
'name' =&gt; _x('WP Plugins', 'post type general name'),
'singular_name' =&gt; _x('WP Plugin', 'post type singular name'),
'all_items' =&gt; __('All WP Plugins'),
'add_new' =&gt; _x('Add new WP Plugin', 'wordpress_plugins'),
'add_new_item' =&gt; __('Add new WP Plugin'),
'edit_item' =&gt; __('Edit WP Plugin'),
'new_item' =&gt; __('New WP Plugin'),
'view_item' =&gt; __('View WP Plugin'),
'search_items' =&gt; __('Search in WP Plugins'),
'not_found' =&gt;  __('No WP Plugin found'),
'not_found_in_trash' =&gt; __('No WP Plugin found in trash'),
'parent_item_colon' =&gt; ''
);

$args = array(
'labels' =&gt; $wordpress_plugins_labels,
'public' =&gt; true,
'publicly_queryable' =&gt; true,
'show_ui' =&gt; true,
'query_var' =&gt; true,
'rewrite' =&gt; true,
'capability_type' =&gt; 'post',
'hierarchical' =&gt; false,
'menu_position' =&gt; 5,
'supports' =&gt; array('title','editor','author','thumbnail','excerpt','comments','custom-fields'),
'has_archive' =&gt; 'wordpress_plugins'
);
register_post_type('wordpress_plugins',$args);
}

// Add new Custom Post Type icons
add_action( 'admin_head', 'wordpress_icons' );
function wordpress_icons() {
?&gt;
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
#menu-posts-wordpress_tips .wp-menu-image {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/tips-16x16.png) no-repeat 6px !important;
}
.icon32-posts-wordpress_tips {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/tips-32x32.png) no-repeat !important;
}
#menu-posts-wordpress_themes .wp-menu-image {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/themes-16x16.png) no-repeat 6px !important;
}
.icon32-posts-wordpress_themes {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/themes-32x32.png) no-repeat !important;
}
#menu-posts-wordpress_plugins .wp-menu-image {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/plugins-16x16.png) no-repeat 6px !important;
}
.icon32-posts-wordpress_plugins {
background: url(&lt;?php bloginfo('url') ?&gt;/wp-content/themes/images/plugins-32x32.png) no-repeat !important;
}

&lt;/style&gt;
&lt;?php }

?&gt;

<p>Check it out from your dashboard and you should see something similar to this:</p>
<img class="size-large wp-image-23012" title="Custom Post Types" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/yorgo-12-3-460x356.jpg" alt="Custom Post Types" width="460" height="356" /><p class="wp-caption-text">Custom Post Types with Custom Icons</p>
<p> </p>
<p>Related posts:
How to build a Custom WordPress Site 2
How to build a custom WordPress Site
Custom Widgets for WordPress
WordPress 3.4 Beta
Facebook Strategy with WordPress
</p>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/how-to-build-a-custom-wordpress-site-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Buy Sneakers in London</title>
		<link>http://gardenroutepublishing.com/uncategorized/best-buy-sneakers-in-london/</link>
		<comments>http://gardenroutepublishing.com/uncategorized/best-buy-sneakers-in-london/#comments</comments>
		<pubDate>Thu, 17 May 2012 07:18:33 +0000</pubDate>
		<dc:creator>Zo Nicholas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Advertize at Garden Route]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Elegant]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Garden]]></category>
		<category><![CDATA[Garden Route Ads]]></category>
		<category><![CDATA[Garden Route Classifieds]]></category>
		<category><![CDATA[Garden Route DClassifieds Directory]]></category>
		<category><![CDATA[Garden Route Directory]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[Leads]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[MLM]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Nicholas]]></category>
		<category><![CDATA[Nnestoridis]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Price]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Route]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Sneakers]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Working]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>
		<category><![CDATA[Zo]]></category>

		<guid isPermaLink="false">http://zonicholas.com/?p=2930</guid>
		<description><![CDATA[By Zo NicholasGlobal Sports



Author: 
    Zo Nicholas, Media, Marketing, Publishing. 
Co-Founder of YORGOO, Ycademy,YORGOO Press and Semiomantics.

    If you enjoyed reading the above, please consider following future tips and strategies by  RSS reader or]]></description>
			<content:encoded><![CDATA[<p>By <a href="http://zonicholas.com">Zo Nicholas</a></p>
<div id="attachment_2940" class="wp-caption alignnone" style="width: 460px"><a href="http://zonicholas.com/wp-content/uploads/2010/02/bg.jpg" rel="shadowbox[post-2930];player=img;"><img class="size-large wp-image-2940" title="bg" src="http://zonicholas.com/wp-content/uploads/2010/02/bg-450x346.jpg" alt="Best Price Sneakers in London" width="450" height="346" /></a></p>
<p class="wp-caption-text">Best Price Sneakers in London</p>
</div>
<p><a title="Global Sports US Shop" href="http://shop.globalsportsus.com" >Global Sports</a></p>
<p><i></p>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" width="99%" id="AutoNumber1">
<tr>
<td>Author: <a  href="http://cashflowin.com/cashbizz/profile.html"><br />
    <font color="#000000">Zo Nicholas</font></a>, Media, Marketing, Publishing.</p>
<p>Co-Founder of YORGOO, Ycademy,YORGOO Press and Semiomantics.</p>
<p>
    If you enjoyed reading the above, please consider following future tips and strategies by <a  href="http://feeds.feedburner.com/zonicholas/cvXo"> RSS</a> reader or<a  href="<a href="http://feedburner.google.com/fb/a/mailverify?uri=zonicholas/cvXo&#038;loc=en_US"> Subscribe by Email.</a>
</td>
</tr>
</table>
<p align="center">
<img border="0" src="http://zonicholas.com/favicon.ico" width="16" height="16"></p>
<p></i></p>
<h3  class="related_post_title">Read more..</h3>
<ul class="related_post">
<li><a href="http://zonicholas.com/home-garden/garden-talk-news/" title="Garden Talk News">Garden Talk News</a></li>
<li><a href="http://zonicholas.com/internet-marketing/yorgoo-blaster-automated-website-traffic/" title="YORGOO blaster &#8211; automated website traffic">YORGOO blaster &#8211; automated website traffic</a></li>
<li><a href="http://zonicholas.com/web-design/curling-pages/" title="Curling Pages">Curling Pages</a></li>
<li><a href="http://zonicholas.com/internet-marketing/banner-coop/" title="Banner Coop">Banner Coop</a></li>
<li><a href="http://zonicholas.com/web-design/small-business-ideas-branding-2/" title="Small Business Ideas Branding 2">Small Business Ideas Branding 2</a></li>
<li><a href="http://zonicholas.com/internet-marketing/web-site-traffic-promotion-daily-tasks/" title="Web site traffic promotion &#8211; Daily Tasks">Web site traffic promotion &#8211; Daily Tasks</a></li>
<li><a href="http://zonicholas.com/internet-marketing/yorgoo-still-confused/" title="YORGOO &#8211; still confused?">YORGOO &#8211; still confused?</a></li>
<li><a href="http://zonicholas.com/learning/learning-vocabulary/" title="Learning Vocabulary">Learning Vocabulary</a></li>
<li><a href="http://zonicholas.com/social-media/twitter-social-media/using-twitter/" title="Using Twitter">Using Twitter</a></li>
<li><a href="http://zonicholas.com/internet-marketing/building-trust-with-your-blog/" title="Building trust with your blog">Building trust with your blog</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/uncategorized/best-buy-sneakers-in-london/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garden Route Classifieds Directory</title>
		<link>http://gardenroutepublishing.com/uncategorized/garden-route-classifieds-directory/</link>
		<comments>http://gardenroutepublishing.com/uncategorized/garden-route-classifieds-directory/#comments</comments>
		<pubDate>Thu, 10 May 2012 19:19:46 +0000</pubDate>
		<dc:creator>Lalakoi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Advertize at Garden Route]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Classifieds]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[Garden]]></category>
		<category><![CDATA[Garden Route Ads]]></category>
		<category><![CDATA[Garden Route Classifieds]]></category>
		<category><![CDATA[Garden Route DClassifieds Directory]]></category>
		<category><![CDATA[Garden Route Directory]]></category>
		<category><![CDATA[Route]]></category>

		<guid isPermaLink="false">http://gardenroutedirectory.net/?p=4</guid>
		<description><![CDATA[Garden Route Classifieds Directory
This site is the Garden Route Classifieds Directory. We will be ready shortly.

Garden Route Classifieds Directory
]]></description>
			<content:encoded><![CDATA[<h2>Garden Route Classifieds Directory</h2>
<p>This site is the Garden Route Classifieds Directory. We will be ready shortly.</p>
<p><a href="http://gardenroutedirectory.net/wp-content/uploads/2010/02/southerncomfortscreen.jpg"><img class="alignnone size-large wp-image-96" title="southerncomfortscreen" src="http://gardenroutedirectory.net/wp-content/uploads/2010/02/southerncomfortscreen-460x390.jpg" alt="" width="460" height="390" /></a></p>
<h3>Garden Route Classifieds Directory</h3>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/uncategorized/garden-route-classifieds-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restaurant Websites</title>
		<link>http://gardenroutepublishing.com/garden-route/restaurant-websites/</link>
		<comments>http://gardenroutepublishing.com/garden-route/restaurant-websites/#comments</comments>
		<pubDate>Tue, 08 May 2012 07:28:54 +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[based]]></category>
		<category><![CDATA[be]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Booking]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[clientele]]></category>
		<category><![CDATA[communicates]]></category>
		<category><![CDATA[continuous]]></category>
		<category><![CDATA[conversation]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Dine]]></category>
		<category><![CDATA[easily]]></category>
		<category><![CDATA[Elegant]]></category>
		<category><![CDATA[exclusively]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fanpage]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Follow]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[hit]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[Keep]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Our]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[places]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[reachable]]></category>
		<category><![CDATA[Restaurant]]></category>
		<category><![CDATA[restaurants]]></category>
		<category><![CDATA[sell]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[suggestions]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[travelling]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[when]]></category>
		<category><![CDATA[wine]]></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=8218</guid>
		<description><![CDATA[Restaurant Websites Today, even the most popular restaurant needs a presence online and there are extensive web developments for Restaurant Websites. &#160; Restaurant Websites While we may all have our favourite hangout spots and like to follow our friends&#8217; suggestions when visiting a new one, Restaurant Websites help to find new places when travelling to another town or an unknown area. For this reason, a restaurant website needs to indicate what it specializes on in terms of food (seafood, country cuisine, Thai Food etc&#8230;) and it must offer clear directions, possibly through Google Maps or good photography of the environment. Pictures Sell the Restaurant and Menu Friends, real ones and those we collect on Social Networks, suggest&#8230; but then Pictures sell the Restaurant and Menu! It&#8217;s through the way a Restaurant Blog communicates its atmosphere, service and &#8211; of course &#8211; mouth-watering menus, wines, cocktails and specials &#8211; that we are attracted to one or another. Often these reactions are spontaneous and following our belly! Restaurant websites and blogs serve as a brilliant, easy and fun way to be and keep in touch with the restaurant clientele, inform them of what&#8217;s new on the menu or which &#8216;Specials&#8217; are on [...]]]></description>
			<content:encoded><![CDATA[Restaurant Websites
<p>Today, even the most popular restaurant needs a presence online and there are extensive web developments for Restaurant Websites.</p>
<p><img class="aligncenter size-large wp-image-8219" title="Restaurant Websites designed by Bianca Gubalke" src="http://gardenroutepublishing.com/wp-content/uploads/2012/05/restaurant-websites.jpg" alt="Best WP Theme for Restaurants" width="460" height="279" /></p>
<p>&nbsp;</p>
Restaurant Websites
<p>While we may all have our favourite hangout spots and like to follow our friends&#8217; suggestions when visiting a new one, Restaurant Websites help to find new places when travelling to another town or an unknown area.</p>
<p>For this reason, a restaurant website needs to indicate what it specializes on in terms of food (seafood, country cuisine, Thai Food etc&#8230;) and it must offer clear directions, possibly through Google Maps or good photography of the environment.</p>
Pictures Sell the Restaurant and Menu
<p>Friends, real ones and those we collect on Social Networks, suggest&#8230; but then Pictures sell the Restaurant and Menu!<br />
It&#8217;s through the way a Restaurant Blog communicates its atmosphere, service and &#8211; of course &#8211; mouth-watering menus, wines, cocktails and specials &#8211; that we are attracted to one or another. Often these reactions are spontaneous and following our belly!</p>
<p>Restaurant websites and blogs serve as a brilliant, easy and fun way to be and keep in touch with the restaurant clientele, inform them of what&#8217;s new on the menu or which &#8216;Specials&#8217; are on when and where, especially also around major annual festivities and events like for Christmas Dinners, New Year&#8217;s Dinners or for Valentine&#8217;s Day or linked to certain activities and festivals in the area or town, eg music concerts, sports events and the like.</p>
Wine and Dine
<p>Restaurants should ideally have a &#8220;Wine and Dine&#8221; Fanpage on Facebook that&#8217;s kept up-to-date with what&#8217;s happening, where questions are answered and where there&#8217;s continuous conversation.</p>
<p>Besides, and most importantly, a restaurant must be easily reachable on the Mobile Web. People want to see what&#8217;s on offer and hit the booking button fast &#8211; often just minutes before they arrive !</p>
<p><img class="aligncenter size-full wp-image-8220" title="Restaurant Websites - Bianca Gubalke Web Design Showcase 2012" src="http://biancagubalke.com/wp-content/uploads/2012/05/bianca-gubalke-showcase14.png" alt="Restaurant Websites - Bianca Gubalke Web Design Showcase 2012" width="460" height="75" /></p>
<p>We at Web Design with Passion develop and design elegant, user-friendly and extremely Google efficient websites and blogs exclusively on WP based Semiomantics &#8211; have a look and get in touch HERE to discuss what you may be needing.</p>
<p>Restaurant Websites Sell!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/restaurant-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Author Blogs</title>
		<link>http://gardenroutepublishing.com/garden-route/author-blogs/</link>
		<comments>http://gardenroutepublishing.com/garden-route/author-blogs/#comments</comments>
		<pubDate>Sun, 06 May 2012 18:30:26 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[authors]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Auto-Biography]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[crucial]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[is]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Networls]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[of]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[original]]></category>
		<category><![CDATA[own]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Personalized]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[regular]]></category>
		<category><![CDATA[reputation]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[themselves]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[writer]]></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=8193</guid>
		<description><![CDATA[Author Blogs Author Blogs are not necessarily writer blogs, meaning websites of published authors, as many people believe. In many cases they are personal blogs or websites where the focus can be on any specific topic &#8211; eg. gardening or cooking &#8211; or the author&#8217;s family or life in chronological order &#8211; which brings this digital medium in close proximity to auto-biographies, especially if the owner of the blog is a prolific writer. And publishing regular original content is crucial for the success of an Author Blog. &#160; Author Blogs If you look at my Author Blog, you find anything related to Art, Media Design, Website Development and Design, Photography, Nature and&#8230; of course South Africa. This is where my heart and focus are and this leaves me a lot of scope for things to investigate, research, be enthusiastic about and share in form of any kind of expression that&#8217;s possible online. &#160; Social Networks work for themselves While many people believe they can get away in a &#8216;free&#8217; way by just using their Facebook accounts to write and express themselves, they don&#8217;t operate from a position of freedom &#8211; like if they would be owning their own website or [...]]]></description>
			<content:encoded><![CDATA[Author Blogs
<p>Author Blogs are not necessarily writer blogs, meaning websites of published authors, as many people believe. In many cases they are personal blogs or websites where the focus can be on any specific topic &#8211; eg. gardening or cooking &#8211; or the author&#8217;s family or life in chronological order &#8211; which brings this digital medium in close proximity to auto-biographies, especially if the owner of the blog is a prolific writer.</p>
<p><img class="aligncenter size-large wp-image-8194" title="Author Blogs designed by Bianca Gubalke" src="http://gardenroutepublishing.com/wp-content/uploads/2012/05/author-blogs.jpg" alt="Author Blogs designed by Bianca Gubalke" width="460" height="279" /></p>
<p>And publishing regular original content is crucial for the success of an Author Blog.</p>
<p>&nbsp;</p>
Author Blogs
<p>If you look at my Author Blog, you find anything related to Art, Media Design, Website Development and Design, Photography, Nature and&#8230; of course South Africa. This is where my heart and focus are and this leaves me a lot of scope for things to investigate, research, be enthusiastic about and share in form of any kind of expression that&#8217;s possible online.</p>
<p>&nbsp;</p>
Social Networks work for themselves
<p>While many people believe they can get away in a &#8216;free&#8217; way by just using their Facebook accounts to write and express themselves, they don&#8217;t operate from a position of freedom &#8211; like if they would be owning their own website or blog where they are in full control. Social Networks work for themselves and make and change the rules, they possess your content &#8211; be it written or in form of photos &#8211; and even sell you without your consent or vote nor giving you a fair share.</p>
<p>If a herd mentality is what you like, this will not bother you and you gladly pay the price.</p>
<p>If, however, you wish to be independent and build your own reputation online, based on your name, your talents and your services and/or products, there is no way around having your own personalized Author Blog or website.</p>
<p><img class="aligncenter size-full wp-image-8195" title="Author Blogs - Bianca Gubalke Web Design Showcase 2012" src="http://biancagubalke.com/wp-content/uploads/2012/05/bianca-gubalke-showcase12.png" alt="Author Blogs - Bianca Gubalke Web Design Showcase 2012" width="460" height="75" /></p>
<p>Think about it and get started &#8211; for instance on a free WordPress Blog. If you want something more sophisticated, have a look at my SHOWCASE and &#8211; if and once you&#8217;re ready for your own driver&#8217;s seat online &#8211; let&#8217;s talk!</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/author-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hakamela Africa Tours</title>
		<link>http://gardenroutepublishing.com/garden-route/hakamela-africa-tours/</link>
		<comments>http://gardenroutepublishing.com/garden-route/hakamela-africa-tours/#comments</comments>
		<pubDate>Sat, 05 May 2012 21:01:09 +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[african]]></category>
		<category><![CDATA[Africas]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Award]]></category>
		<category><![CDATA[be]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[bianca]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dumisani]]></category>
		<category><![CDATA[Experience]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Gubalke]]></category>
		<category><![CDATA[Hakamela]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[INDABA]]></category>
		<category><![CDATA[legendary]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[missed]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Passion]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Sakuinje]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Show]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[Special]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Tourism]]></category>
		<category><![CDATA[Tours]]></category>
		<category><![CDATA[tracker]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[with]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[world]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>
		<category><![CDATA[Zimbabwe]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=8171</guid>
		<description><![CDATA[Hakamela Africa Tours After a couple of years of excursions via India and South Africa, legendary tracker Dumisani Sakuinje from Zimbabwe will finally be back with personalized high-end Hakamela Africa Tours &#8211; a special African Experience not to be missed. &#160; Hakamela Africa Tours Hakamela Africa Tours will be at INDABA 2012, one of the leading annual marketing events in African Tourism, that has won the prestigious World Travel Award for Africa&#8217;s best Travel &#038; Tourism Show two years in a row. INDABA will take place from 12 to 15 May 2012 at the Albert Luthuli Convention Centre in Durban, South Africa. We will report on our website development of this exciting project in due time &#8211; don&#8217;t miss our SHOWCASE. &#160; &#160;]]></description>
			<content:encoded><![CDATA[Hakamela Africa Tours
<p>After a couple of years of excursions via India and South Africa, legendary tracker Dumisani Sakuinje from Zimbabwe will finally be back with personalized high-end Hakamela Africa Tours &#8211; a special African Experience not to be missed.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-large wp-image-8172" title="Hakamela Africa Tours Website under Construction by Bianca Gubalke" src="http://gardenroutepublishing.com/wp-content/uploads/2012/05/hakamela-africa-tours.jpg" alt="Hakamela Africa Tours Website under Construction by Bianca Gubalke" width="460" height="276" /></p>

Hakamela Africa Tours
<p>Hakamela Africa Tours will be at INDABA 2012, one of the leading annual marketing events in African Tourism, that has won the prestigious World Travel Award for Africa&#8217;s best Travel &amp; Tourism Show two years in a row.</p>
<p>INDABA will take place from 12 to 15 May 2012 at the Albert Luthuli Convention Centre in Durban, South Africa.</p>
<p>We will report on our website development of this exciting project in due time &#8211; don&#8217;t miss our SHOWCASE.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-8173" title="African Tourism Websites by Bianca Gubalke Design" src="http://biancagubalke.com/wp-content/uploads/2012/05/bianca-gubalke-showcase1.png" alt="African Tourism Websites by Bianca Gubalke Design" width="460" height="75" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/hakamela-africa-tours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1 May 2012 Results</title>
		<link>http://gardenroutepublishing.com/garden-route/1-may-2012-results/</link>
		<comments>http://gardenroutepublishing.com/garden-route/1-may-2012-results/#comments</comments>
		<pubDate>Tue, 01 May 2012 08:40:20 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[1]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[a]]></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[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[Hotels]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Lodges]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[may]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[mornings]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[peaceful]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Show]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[sunshine]]></category>
		<category><![CDATA[Talk]]></category>
		<category><![CDATA[tender]]></category>
		<category><![CDATA[that]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[wishing]]></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>
		<category><![CDATA[You]]></category>

		<guid isPermaLink="false">http://biancagubalke.com/?p=8144</guid>
		<description><![CDATA[1 May 2012 Results Most will look at 1 May 2012 results once the day is over&#8230; here in Noordhoek, South Africa, we do the opposite! After a day and night of tremendous gale-force storms with the sound of the ocean reverberating so loud at 3:15 am in the morning we thought the water was at our doorstep, we are gifted with the most stunning day filled with sunshine and promise. Nature is rejoicing while we are cleaning up the debris of the past 48 hours and enjoying that brilliant halo of fresh new energy around each leaf, branch and flower that&#8217;s so healing to inhale! Yes&#8230; it&#8217;s one of those tender mornings I love and captured in a recent photo from my garden below. With so much heaviness and pain to be finding its angry expression over the course of this day in many parts of the world, some of us are determined to balance this with loving and peaceful vibrations&#8230; Make your choice &#8211; and follow your heart. 1 May 2012 Results On another level, 1 May 2012 Results on Google are my main objective with this little article &#8211; namely where did yesterday&#8217;s post end up? Hotels [...]]]></description>
			<content:encoded><![CDATA[1 May 2012 Results
<p>Most will look at 1 May 2012 results once the day is over&#8230; here in Noordhoek, South Africa, we do the opposite! After a day and night of tremendous gale-force storms with the sound of the ocean reverberating so loud at 3:15 am in the morning we thought the water was at our doorstep, we are gifted with the most stunning day filled with sunshine and promise. Nature is rejoicing while we are cleaning up the debris of the past 48 hours and enjoying that brilliant halo of fresh new energy around each leaf, branch and flower that&#8217;s so healing to inhale! Yes&#8230; it&#8217;s one of those tender mornings I love and captured in a recent photo from my garden below.</p>
<p><img class="aligncenter size-large wp-image-8147" title="1 May 2012 Image by Bianca Gubalke Photography" src="http://gardenroutepublishing.com/wp-content/uploads/2012/05/1-may-2012-results.jpg" alt="1 May 2012 Image by Bianca Gubalke Photography" width="460" height="345" /></p>
<p>With so much heaviness and pain to be finding its angry expression over the course of this day in many parts of the world, some of us are determined to balance this with loving and peaceful vibrations&#8230; Make your choice &#8211; and follow your heart.</p>
1 May 2012 Results
<p>On another level, 1 May 2012 Results on Google are my main objective with this little article &#8211; namely where did yesterday&#8217;s post end up?</p>
Hotels and Lodges Websites
<p>Hotels and Lodges Websites show an incredible amount of search returns on Google: 3,250,000,000 ! Sounds like counting the stars&#8230; and yet, as I checked the position of my featured images, I found two of them on page one as you can see on the screenshot! SEO results that talk!</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-large wp-image-8146" title="Hotels and Lodges Websites Image Results by Bianca Gubalke" src="http://biancagubalke.com/wp-content/uploads/2012/05/hotels-lodges-websites-460x235.jpg" alt="Hotels and Lodges Websites Image Results by Bianca Gubalke" width="460" height="235" /></p>
<p>There were more images from my Web Design Showcase at http://showcase.biancagubalke.com on the following pages, but what I want to illustrate here is the efficiency of my work in terms of Website Development with Semiomantics &#8211; nothing more, nothing less.</p>
<p>There are many stunning websites for hotels and lodges &#8211; the question is always: if and where do they show up on Google Top 10 and at what price?</p>
<p>Here&#8217;s with sunshine from South Africa and wishing you a peaceful 1 May 2012!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/1-may-2012-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cars and Trucks Websites</title>
		<link>http://gardenroutepublishing.com/garden-route/cars-and-trucks-websites/</link>
		<comments>http://gardenroutepublishing.com/garden-route/cars-and-trucks-websites/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 10:30:14 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Cars]]></category>
		<category><![CDATA[create]]></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[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Magnetic]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Noordhoek]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[sell]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Surplus]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Transport]]></category>
		<category><![CDATA[trucks]]></category>
		<category><![CDATA[used]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Websites]]></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=8129</guid>
		<description><![CDATA[Cars and Trucks Websites The net abounds with Cars and Trucks Websites &#8211; however, how user-friendly and Google efficient are they really? We did quite some research when creating a new website for Used Cars and Trucks for our customer Magnetic Transport Surplus in Cagayan de Oro, Mindanao. Cars and Trucks Websites Just as with any other website, cars and trucks websites want to achieve certain goals: to attract customers and potential buyers &#8211; in other words sell &#8211; and to build a reputation on the Internet and brand themselves. Branding requires a lot of research and development, especially in terms of Logo Design and Icon Design. While there are brilliant and high-paid professionals doing exactly just that &#8211; and I have met some of the best &#8211; this demands budgets that are far out of reach for new or relatively young companies. Accordingly, the web designer will often be asked to come up with integrated solutions that work both online and offline. This is a service our professional Web Design South Africa Team can provide. Please visit our brand-new  SHOWCASE HERE  for the latest Web Design examples. &#160; Cars and Trucks Images Before publishing this article, I checked &#8220;Cars [...]]]></description>
			<content:encoded><![CDATA[Cars and Trucks Websites
<p>The net abounds with Cars and Trucks Websites &#8211; however, how user-friendly and Google efficient are they really?</p>
<p><img class="aligncenter size-large wp-image-8130" title="Cars &amp; Trucks Images designed by Bianca Gubalke" src="http://gardenroutepublishing.com/wp-content/uploads/2012/05/cars-and-trucks-websites.jpg" alt="Cars &amp; Trucks Images designed by Bianca Gubalke" width="460" height="279" /></p>
<p>We did quite some research when creating a new website for Used Cars and Trucks for our customer Magnetic Transport Surplus in Cagayan de Oro, Mindanao.</p>
Cars and Trucks Websites
<p>Just as with any other website, cars and trucks websites want to achieve certain goals: to attract customers and potential buyers &#8211; in other words sell &#8211; and to build a reputation on the Internet and brand themselves.</p>
<p>Branding requires a lot of research and development, especially in terms of Logo Design and Icon Design. While there are brilliant and high-paid professionals doing exactly just that &#8211; and I have met some of the best &#8211; this demands budgets that are far out of reach for new or relatively young companies.</p>
<p>Accordingly, the web designer will often be asked to come up with integrated solutions that work both online and offline.</p>
<p>This is a service our professional Web Design South Africa Team can provide. Please visit our brand-new  SHOWCASE HERE  for the latest Web Design examples.</p>
<p><img class="aligncenter size-full wp-image-8180" title="Bianca Gubalke Web Design Showcase 2012" src="http://biancagubalke.com/wp-content/uploads/2012/04/bianca-gubalke-showcase11.png" alt="Bianca Gubalke Web Design Showcase 2012" width="460" height="75" /></p>
<p>&nbsp;</p>
Cars and Trucks Images
<p>Before publishing this article, I checked &#8220;Cars and Trucks Images&#8221; to capture what is currently seen there &#8211; right now at 11:55 am:</p>
<p><img class="aligncenter size-large wp-image-8131" title="Cars and Trucks Images" src="http://biancagubalke.com/wp-content/uploads/2012/04/cars-trucks-images-before-460x294.jpg" alt="Cars and Trucks Images " width="460" height="294" /></p>
<p>&nbsp;</p>
<p>Why?</p>
<p>People react more to images &#8211; visuals &#8211; than to text. While our original content remains the main issue in terms of keywords and especially tags, Google picks up our photos and pictures as well as you see on the above screenshot.</p>
<p>As my regular routine test, I will see where my Cars and Trucks Image will land in terms of ranking &#8211; and how fast &#8211; after I publish right now, at 12:30 pm!</p>
<p>It&#8217;s always an interesting exercise&#8230; so above we have the &#8216;before&#8217; image and let&#8217;s see how it looks &#8216;after&#8217; the publication of this article!</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/cars-and-trucks-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Art Exhibitions on Google</title>
		<link>http://gardenroutepublishing.com/garden-route/art-exhibitions-on-google/</link>
		<comments>http://gardenroutepublishing.com/garden-route/art-exhibitions-on-google/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 19:18:31 +0000</pubDate>
		<dc:creator>Bianca Gubalke</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[achieve]]></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[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Exhibition]]></category>
		<category><![CDATA[Exhibitions]]></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[How]]></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[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[ranks]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Websites]]></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=8116</guid>
		<description><![CDATA[Art Exhibitions on Google Having published my article just a few minutes ago, let&#8217;s see its immediate impact: As per screenshot, you see that Art Exhibitions Websites is on Google Top 10 &#8211; rank 7 to be exact &#8211; within 14 minutes on 165 000 000 search returns! Art Exhibitions on Google Art Exhibitions on Google is just another demonstration of the efficiency of our WP based Semiomantics Scripts. One investment &#8211; one setup &#8211; terrific results. And big savings over time. &#160;]]></description>
			<content:encoded><![CDATA[Art Exhibitions on Google
<p>Having published my article just a few minutes ago, let&#8217;s see its immediate impact:</p>
<p>As per screenshot, you see that Art Exhibitions Websites is on Google Top 10 &#8211; rank 7 to be exact &#8211; within 14 minutes on 165 000 000 search returns!</p>
<p><img class="aligncenter size-large wp-image-8117" title="Art Exhibitions Websites on Google Top 10" src="http://gardenroutepublishing.com/wp-content/uploads/2012/04/art-exhibitions-on-google.jpg" alt="Web Design South Africa by Bianca Gubalke" width="460" height="555" /></p>

Art Exhibitions on Google
<p>Art Exhibitions on Google is just another demonstration of the efficiency of our WP based Semiomantics Scripts.</p>
<p>One investment &#8211; one setup &#8211; terrific results. And big savings over time.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/art-exhibitions-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Website Design</title>
		<link>http://gardenroutepublishing.com/garden-route/local-website-design/</link>
		<comments>http://gardenroutepublishing.com/garden-route/local-website-design/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 10:07:48 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[accommodation]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[Astir]]></category>
		<category><![CDATA[Beach]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Classifieds]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Destination]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[Do]]></category>
		<category><![CDATA[Dominate]]></category>
		<category><![CDATA[estate]]></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[Greece]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Hotels]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[Kavouri]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Night]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Property]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Real]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Shop]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Things]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Vouliagmeni]]></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://yorgonestoridis.com/?p=22801</guid>
		<description><![CDATA[How to build a Local Website Go Local is the name of the game in 2011/12 and the success of bringing the global web developments back home is a trend of the time. First it was about tagging people, now we tag locations, be it on social networks such as Facebook or on Photo sites, such as Picasa or Flickr. Based on the fact that surfers search for and prefer local business to cross border transactions, social networks namely have built in the local tags and stimulate users to hook media and events to geographically tagged locations. How to dominate the local market? In order to dominate the local market, you need to assess the use of the internet your neighbors make; chances are that they mostly hang out on social media, search Google and use email. This is of course an extremely simplified view but it gives an indication about where we need to build high visibility. You also want to have an idea about how people access the net and websites; you will notice an increased use of mobile deices, which means that your content needs to be formatted and optimized  for desktops as well as for tablets [...]
Related posts:<ol><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" rel="bookmark" title="How to Optimize your Impact on Social and Mobile Networks">How to Optimize your Impact on Social and Mobile Networks</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/google-top-10-5/" rel="bookmark" title="Google Top 10 Dominate your Keyword 3">Google Top 10 Dominate your Keyword 3</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/3-web-design-trends-in-2011/" rel="bookmark" title="3 Web Design Trends in 2011">3 Web Design Trends in 2011</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" rel="bookmark" title="New Facebook Pages Publishing Concept">New Facebook Pages Publishing Concept</a></li></ol>]]></description>
			<content:encoded><![CDATA[How to build a Local WebsiteContents How to build a Local Website How to dominate the local market? How to Dominate Google Top 10 How to Dominate Social Networks How to dominate the Mobile Web How to manage a Local Presence online How to monetize a Local Website How to get readers to the Local Website <p>Go Local is the name of the game in 2011/12 and the success of bringing the global web developments back home is a trend of the time. First it was about tagging people, now we tag locations, be it on social networks such as Facebook or on Photo sites, such as Picasa or Flickr.</p><p>Based on the fact that surfers search for and prefer local business to cross border transactions, social networks namely have built in the local tags and stimulate users to hook media and events to geographically tagged locations.</p><p><img
class="alignnone size-large wp-image-22802" title="Vouliagmeni Local Footprints at Astir Beach" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/astir-beach-4-460x345.jpg" alt="Vouliagmeni Local Footprints at Astir Beach" width="460" height="345" /></p> How to dominate the local market?<p>In order to dominate the local market, you need to assess the use of the internet your neighbors make; chances are that they mostly hang out on social media, search Google and use email. This is of course an extremely simplified view but it gives an indication about where we need to build high visibility.</p><p>You also want to have an idea about how people access the net and websites; you will notice an increased use of mobile deices, which means that your content needs to be formatted and optimized  for desktops as well as for tablets and mobile phones.</p><p>Finally you may notice that surfers prefer visual content to text, which impacts on editing and publishing for multiple platforms.</p> How to Dominate Google Top 10<p>In order to build high visibility on search returns, you need</p>a local website.make use of all possible Google Listings pertaining to the geographic location.great content and consistent publishing to provide useful information and trigger conversation.<p><img
class="alignnone size-large wp-image-22803" title="Astir Beach Vouliagmeni, Greece" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/astir-beach-3-460x345.jpg" alt="Astir Beach Vouliagmeni, Greece" width="460" height="345" /></p> How to Dominate Social Networks<p>To dominate social networks (Facebook, Google+, Twitter, LinkedIn) we need</p>optimized profiles.Facebook Pages.a consistent flow of information to trigger attention and conversation.an optimized set-up to assure traffic back to our websites (let the social networks work for us instead of the opposite). How to dominate the Mobile Web<p>To dominate the mobile web we need</p>mobile versions of our websites (tablets and smartphones).mobile search optimization.ideally an App.easy to use interactive functions. How to manage a Local Presence online<p>The answer is similar to managing a business online. There are three main elements I like to focus on:</p>an optimized workflow to assure maximum productivity.high quality content and content providers.an integrated publishing network to hit all the important targets with per platform optimized content.<p><img
class="alignnone size-large wp-image-22806" title="Local Website Theme for WordPress" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/local-website-2-460x345.jpg" alt="Local Website Theme for WordPress" width="460" height="345" /></p> How to monetize a Local WebsiteAds from Local Business.Ads from external Business wanting to do business locally.Eventually by integrating a local directory.Eventually by integrating a real estate classifieds feature.Eventually by integrating a service and products exchange. … and more. How to get readers to the Local Website<p>Just a few ideas:</p>Talk about people.Talk about events.Talk about stories concerning the community.Talk about Local Sports, Clubs, Associations.Publish Pictures (people like to see their face and place).Talk about local business.Integrate a news wire from the major’s office.Have a local Gossip column.Let visitors contribute and discuss content.Don’t forget rating.Create competitions, contests, top 3 lists.Exchange advertising space with local media to promote your site quickly an consistently.Bring the conversation from social networks back to your site.… and so much more!<p>I hope this post helps your brainstorming when creating your local project. I will publish shortly a detailed project for my demo community, Vouliagmeni.</p><p>Related posts:How to Optimize your Impact on Social and Mobile NetworksFacebook Strategy with WordPressGoogle Top 10 Dominate your Keyword 33 Web Design Trends in 2011New Facebook Pages Publishing Concept</p>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/local-website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Website Design</title>
		<link>http://gardenroutepublishing.com/yorgo-nestoridis/local-website-design-2/</link>
		<comments>http://gardenroutepublishing.com/yorgo-nestoridis/local-website-design-2/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 10:07:48 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[Astir]]></category>
		<category><![CDATA[Beach]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Classifieds]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Destination]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Dominate]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Developer]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22801</guid>
		<description><![CDATA[How to build a Local Website Go Local is the name of the game in 2011/12 and the success of bringing the global web developments back home is a trend of the time. First it was about tagging people, now we tag locations, be it on social networks such as Facebook or on Photo sites, such as Picasa or Flickr. Based on the fact that surfers search for and prefer local business to cross border transactions, social networks namely have built in the local tags and stimulate users to hook media and events to geographically tagged locations. How to dominate the local market? In order to dominate the local market, you need to assess the use of the internet your neighbors make; chances are that they mostly hang out on social media, search Google and use email. This is of course an extremely simplified view but it gives an indication about where we need to build high visibility. You also want to have an idea about how people access the net and websites; you will notice an increased use of mobile deices, which means that your content needs to be formatted and optimized  for desktops as well as for tablets [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" rel="bookmark" title="How to Optimize your Impact on Social and Mobile Networks">How to Optimize your Impact on Social and Mobile Networks</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/google-top-10-5/" rel="bookmark" title="Google Top 10 Dominate your Keyword 3">Google Top 10 Dominate your Keyword 3</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/3-web-design-trends-in-2011/" rel="bookmark" title="3 Web Design Trends in 2011">3 Web Design Trends in 2011</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" rel="bookmark" title="New Facebook Pages Publishing Concept">New Facebook Pages Publishing Concept</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[How to build a Local Website

Contents

	
		How to build a Local Website
		
			
				How to dominate the local market?
			
			
				How to Dominate Google Top 10
			
			
				How to Dominate Social Networks
			
			
				How to dominate the Mobile Web
			
			
				How to manage a Local Presence online
			
			
				How to monetize a Local Website
			
			
				How to get readers to the Local Website
			




 
<p>Go Local is the name of the game in 2011/12 and the success of bringing the global web developments back home is a trend of the time. First it was about tagging people, now we tag locations, be it on social networks such as Facebook or on Photo sites, such as Picasa or Flickr.</p>
<p>Based on the fact that surfers search for and prefer local business to cross border transactions, social networks namely have built in the local tags and stimulate users to hook media and events to geographically tagged locations.</p>
<p><img class="alignnone size-large wp-image-22802" title="Vouliagmeni Local Footprints at Astir Beach" src="http://gardenroutepublishing.com/wp-content/uploads/2012/05/local-website-design.jpg" alt="Vouliagmeni Local Footprints at Astir Beach" width="460" height="345" /></p>
How to dominate the local market?
<p>In order to dominate the local market, you need to assess the use of the internet your neighbors make; chances are that they mostly hang out on social media, search Google and use email. This is of course an extremely simplified view but it gives an indication about where we need to build high visibility.</p>
<p>You also want to have an idea about how people access the net and websites; you will notice an increased use of mobile deices, which means that your content needs to be formatted and optimized  for desktops as well as for tablets and mobile phones.</p>
<p>Finally you may notice that surfers prefer visual content to text, which impacts on editing and publishing for multiple platforms.</p>
How to Dominate Google Top 10
<p>In order to build high visibility on search returns, you need</p>

a local website.
make use of all possible Google Listings pertaining to the geographic location.
great content and consistent publishing to provide useful information and trigger conversation.

<p><img class="alignnone size-large wp-image-22803" title="Astir Beach Vouliagmeni, Greece" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/astir-beach-3-460x345.jpg" alt="Astir Beach Vouliagmeni, Greece" width="460" height="345" /></p>
How to Dominate Social Networks
<p>To dominate social networks (Facebook, Google+, Twitter, LinkedIn) we need</p>

optimized profiles.
Facebook Pages.
a consistent flow of information to trigger attention and conversation.
an optimized set-up to assure traffic back to our websites (let the social networks work for us instead of the opposite).

How to dominate the Mobile Web
<p>To dominate the mobile web we need</p>

mobile versions of our websites (tablets and smartphones).
mobile search optimization.
ideally an App.
easy to use interactive functions.

How to manage a Local Presence online
<p>The answer is similar to managing a business online. There are three main elements I like to focus on:</p>

an optimized workflow to assure maximum productivity.
high quality content and content providers.
an integrated publishing network to hit all the important targets with per platform optimized content.

<p><img class="alignnone size-large wp-image-22806" title="Local Website Theme for WordPress" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/local-website-2-460x345.jpg" alt="Local Website Theme for WordPress" width="460" height="345" /></p>
How to monetize a Local Website

Ads from Local Business.
Ads from external Business wanting to do business locally.
Eventually by integrating a local directory.
Eventually by integrating a real estate classifieds feature.
Eventually by integrating a service and products exchange.
 … and more.

How to get readers to the Local Website
<p>Just a few ideas:</p>

Talk about people.
Talk about events.
Talk about stories concerning the community.
Talk about Local Sports, Clubs, Associations.
Publish Pictures (people like to see their face and place).
Talk about local business.
Integrate a news wire from the major’s office.
Have a local Gossip column.
Let visitors contribute and discuss content.
Don’t forget rating.
Create competitions, contests, top 3 lists.
Exchange advertising space with local media to promote your site quickly an consistently.
Bring the conversation from social networks back to your site.
… and so much more!

<p>I hope this post helps your brainstorming when creating your local project. I will publish shortly a detailed project for my demo community, Vouliagmeni.</p>
<p>Related posts:
How to Optimize your Impact on Social and Mobile Networks
Facebook Strategy with WordPress
Google Top 10 Dominate your Keyword 3
3 Web Design Trends in 2011
New Facebook Pages Publishing Concept
</p>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/yorgo-nestoridis/local-website-design-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love Semiomantics XO</title>
		<link>http://gardenroutepublishing.com/hosting/i-love-semiomantics-xo-2/</link>
		<comments>http://gardenroutepublishing.com/hosting/i-love-semiomantics-xo-2/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 19:18:55 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Price]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=15271</guid>
		<description><![CDATA[Copyright &#169; 2010 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/.
Contents
 &#91; hide &#93; 

1 Semiomantics XO for High Performance and Flexibility
1.1 Yorgo Design on Semiomantics XO
1.2 Google Top 10 performance



Semiomantics XO for High Performance and Flexibility
Semiomantics XO is simply the best WordPress Theme Code!  I just love it&#8217;s performance and flexibility. There are so ...]]></description>
			<content:encoded><![CDATA[Copyright &copy; 2010 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/">http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/</a>.<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/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/#Semiomantics%20XO%20for%20High%20Performance%20and%20Flexibility'>1 Semiomantics XO for High Performance and Flexibility</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/#Yorgo%20Design%20on%20Semiomantics%20XO'>1.1 Yorgo Design on Semiomantics XO</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/#Google%20Top%2010%20performance'>1.2 Google Top 10 performance</a></li>
</ol>
</div>
<p><a name='Semiomantics XO for High Performance and Flexibility'></a><br />
<h2>Semiomantics XO for High Performance and Flexibility</h2>
<p>Semiomantics XO is simply the best WordPress Theme Code!  I just love it&#8217;s performance and flexibility. There are so many ways to interpret WordPress when you use Semiomantics scripts, you have never finished re-inventing yourself.<br />
<a name='Yorgo Design on Semiomantics XO'></a><br />
<h3>Yorgo Design on Semiomantics XO</h3>
<p>2 days ago I registered the domain <a title="yorgo design" href="http://yorgodesign.com" >yorgodesign.com</a> for the purpose of this week-end&#8217;s Ycademy online Seminar. Yesterday I have loaded Semiomantics XO into the root of the domain, which is hosted for $35 per year by <a title="ChiHosters WordPress Hosting" href="http://chihosters.com" >ChiHosters</a>, the <a title="Best Price WordPress Hosting on Google" href="http://www.google.com/search?hl=en&amp;q=best+price+wordpress+hosting&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" >best price WordPress hosting</a> :-).</p>
<p><div id="attachment_15272" class="wp-caption alignnone" style="width: 489px">
<div style="width:479px;" class="MagicToolboxContainer"><a   class="MagicMagnifyPlus" title="screen2" id="MagicMagnifyPlusImage9fc1257afe350293ef4d1edc4f6daace" href="http://yorgonestoridis.com/wp-content/uploads/2010/03/screen22.jpg" rel="zoom-color: FFFFFF;border-color: FFFFFF;size: 150;type: circle;line-thickness: 1;line-thickness-border: 1;lensePotition: top;linkWindow: _self;disableAutoStart: false;pauseOnClick: false;thumb: true"><img  class="size-medium wp-image-15272" title="screen2"  alt="yorgo design screen-shot" width="479" height="301"   src="http://yorgonestoridis.com/wp-content/uploads/2010/03/screen22-479x301.jpg" alt="screen2" /><span>screen2</span></a></div>
<p><p class="wp-caption-text">yorgo design screen-shot</p></div><br />
<a name='Google Top 10 performance'></a><br />
<h3>Google Top 10 performance</h3>
<p>This morning finally, the Site is indexed and already performing at  <a title="yorgo design on Google Top 10" href="http://www.google.com/search?hl=en&amp;q=Jewel+Cases+with+Photoshop&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" >Google&#8217;s Top 10</a> VIP lounge :-).</p>
<p><div id="attachment_15273" class="wp-caption alignnone" style="width: 490px">
<div style="width:480px;" class="MagicToolboxContainer"><a   class="MagicMagnifyPlus" title="googletop10" id="MagicMagnifyPlusImagece3a52e538b86b16cb86a0d3d9a36008" href="http://yorgonestoridis.com/wp-content/uploads/2010/03/googletop10.jpg" rel="zoom-color: FFFFFF;border-color: FFFFFF;size: 150;type: circle;line-thickness: 1;line-thickness-border: 1;lensePotition: top;linkWindow: _self;disableAutoStart: false;pauseOnClick: false;thumb: true"><img  class="size-medium wp-image-15273" title="googletop10"  alt="Google Top 10 for yorgo design" width="480" height="562"   src="http://yorgonestoridis.com/wp-content/uploads/2010/03/googletop10-480x562.jpg" alt="googletop10" /><span>googletop10</span></a></div>
<p><p class="wp-caption-text">Google Top 10 for yorgo design</p></div>
<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/"> 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/web-design-workshop/uteschaedler.jpg" title="Web Design by Ute Schaedler" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design by Ute Schaedler" alt="Web Design by Ute Schaedler" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_uteschaedler.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design/web-design.jpg" title="Web Design Newspaper Look by Yorgo Nestoridis at http://times.yorgoopress.com" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design Newspaper Look" alt="Web Design Newspaper Look" src="http://yorgonestoridis.com/wp-content/gallery/web-design/thumbs/thumbs_web-design.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/biancagubalke.jpg" title="Web Design by Bianca Gubalke" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design by Bianca Gubalke" alt="Web Design by Bianca Gubalke" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_biancagubalke.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/felisaryan.jpg" title="Web Design by Felisa Ryan" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design by Felisa Ryan" alt="Web Design by Felisa Ryan" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_felisaryan.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/geneline.jpg" title="Web Design by Gene Line" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design by Gene Line" alt="Web Design by Gene Line" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_geneline.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/author-yorgonestoridis.png" title="Customized Author Site Semiomantics XO Author" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Customized Author Site" alt="Customized Author Site" src="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/thumbs/thumbs_author-yorgonestoridis.png" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/alexandranestoridou_0.png" title="Alexandra Nestoridou on Semiomantics XOC" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Alexandra Nestoridou" alt="Alexandra Nestoridou" src="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/thumbs/thumbs_alexandranestoridou_0.png" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/herbalife/googletop-10.png" title="Yorgo Nestoridis on Google Top 10" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Yorgo Nestoridis on Google Top 10" alt="Yorgo Nestoridis on Google Top 10" src="http://yorgonestoridis.com/wp-content/gallery/herbalife/thumbs/thumbs_googletop-10.png" /></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.]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/hosting/i-love-semiomantics-xo-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love Semiomantics XO</title>
		<link>http://gardenroutepublishing.com/hosting/i-love-semiomantics-xo/</link>
		<comments>http://gardenroutepublishing.com/hosting/i-love-semiomantics-xo/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 07:18:54 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Price]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=15271</guid>
		<description><![CDATA[Copyright &#169; 2010 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/.
Contents
 &#91; hide &#93; 

1 Semiomantics XO for High Performance and Flexibility
1.1 Yorgo Design on Semiomantics XO
1.2 Google Top 10 performance



Semiomantics XO for High Performance and Flexibility
Semiomantics XO is simply the best WordPress Theme Code!  I just love it&#8217;s performance and flexibility. There are so ...]]></description>
			<content:encoded><![CDATA[Copyright &copy; 2010 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/">http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/</a>.<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/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/#Semiomantics%20XO%20for%20High%20Performance%20and%20Flexibility'>1 Semiomantics XO for High Performance and Flexibility</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/#Yorgo%20Design%20on%20Semiomantics%20XO'>1.1 Yorgo Design on Semiomantics XO</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/i-love-semiomantics-xo/#Google%20Top%2010%20performance'>1.2 Google Top 10 performance</a></li>
</ol>
</div>
<p><a name='Semiomantics XO for High Performance and Flexibility'></a><br />
<h2>Semiomantics XO for High Performance and Flexibility</h2>
<p>Semiomantics XO is simply the best WordPress Theme Code!  I just love it&#8217;s performance and flexibility. There are so many ways to interpret WordPress when you use Semiomantics scripts, you have never finished re-inventing yourself.<br />
<a name='Yorgo Design on Semiomantics XO'></a><br />
<h3>Yorgo Design on Semiomantics XO</h3>
<p>2 days ago I registered the domain <a title="yorgo design" href="http://yorgodesign.com" >yorgodesign.com</a> for the purpose of this week-end&#8217;s Ycademy online Seminar. Yesterday I have loaded Semiomantics XO into the root of the domain, which is hosted for $35 per year by <a title="ChiHosters WordPress Hosting" href="http://chihosters.com" >ChiHosters</a>, the <a title="Best Price WordPress Hosting on Google" href="http://www.google.com/search?hl=en&amp;q=best+price+wordpress+hosting&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" >best price WordPress hosting</a> :-).</p>
<p><div id="attachment_15272" class="wp-caption alignnone" style="width: 489px">
<div style="width:479px;" class="MagicToolboxContainer"><a   class="MagicMagnifyPlus" title="screen2" id="MagicMagnifyPlusImage9fc1257afe350293ef4d1edc4f6daace" href="http://yorgonestoridis.com/wp-content/uploads/2010/03/screen22.jpg" rel="zoom-color: FFFFFF;border-color: FFFFFF;size: 150;type: circle;line-thickness: 1;line-thickness-border: 1;lensePotition: top;linkWindow: _self;disableAutoStart: false;pauseOnClick: false;thumb: true"><img  class="size-medium wp-image-15272" title="screen2"  alt="yorgo design screen-shot" width="479" height="301"   src="http://yorgonestoridis.com/wp-content/uploads/2010/03/screen22-479x301.jpg" alt="screen2" /><span>screen2</span></a></div>
<p><p class="wp-caption-text">yorgo design screen-shot</p></div><br />
<a name='Google Top 10 performance'></a><br />
<h3>Google Top 10 performance</h3>
<p>This morning finally, the Site is indexed and already performing at  <a title="yorgo design on Google Top 10" href="http://www.google.com/search?hl=en&amp;q=Jewel+Cases+with+Photoshop&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" >Google&#8217;s Top 10</a> VIP lounge :-).</p>
<p><div id="attachment_15273" class="wp-caption alignnone" style="width: 490px">
<div style="width:480px;" class="MagicToolboxContainer"><a   class="MagicMagnifyPlus" title="googletop10" id="MagicMagnifyPlusImagece3a52e538b86b16cb86a0d3d9a36008" href="http://yorgonestoridis.com/wp-content/uploads/2010/03/googletop10.jpg" rel="zoom-color: FFFFFF;border-color: FFFFFF;size: 150;type: circle;line-thickness: 1;line-thickness-border: 1;lensePotition: top;linkWindow: _self;disableAutoStart: false;pauseOnClick: false;thumb: true"><img  class="size-medium wp-image-15273" title="googletop10"  alt="Google Top 10 for yorgo design" width="480" height="562"   src="http://yorgonestoridis.com/wp-content/uploads/2010/03/googletop10-480x562.jpg" alt="googletop10" /><span>googletop10</span></a></div>
<p><p class="wp-caption-text">Google Top 10 for yorgo design</p></div>
<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/"> 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/web-design-workshop/felisaryan.jpg" title="Web Design by Felisa Ryan" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design by Felisa Ryan" alt="Web Design by Felisa Ryan" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_felisaryan.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/bianca-gubalke.png" title="Customized Author Site Semiomantics XO Author" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Raw XO" alt="Raw XO" src="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/thumbs/thumbs_bianca-gubalke.png" /></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="thickbox" rel="Related images for I love Semiomantics XO" ><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>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/zonicholas.jpg" title="Web Design by Zo Nicholas" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design by Zo Nicholas" alt="Web Design by Zo Nicholas" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_zonicholas.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/author-yorgonestoridis.png" title="Customized Author Site Semiomantics XO Author" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Customized Author Site" alt="Customized Author Site" src="http://yorgonestoridis.com/wp-content/gallery/semiomantics-xo/thumbs/thumbs_author-yorgonestoridis.png" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/yorgo-nestoridis-branding/yorgonestoridismedia1.jpg" title="Grunge Branding by Yorgo Nestoridis as example for the Ycademy Web Design Workshop" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Yorgo Nestoridis on YouTube" alt="Yorgo Nestoridis on YouTube" src="http://yorgonestoridis.com/wp-content/gallery/yorgo-nestoridis-branding/thumbs/thumbs_yorgonestoridismedia1.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/biancagubalke.jpg" title="Web Design by Bianca Gubalke" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Web Design by Bianca Gubalke" alt="Web Design by Bianca Gubalke" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_biancagubalke.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/yorgo-nestoridis-branding/yorgonestoridisbrand.jpg" title="Grunge Branding by Yorgo Nestoridis as example for the Ycademy Web Design Workshop" class="thickbox" rel="Related images for I love Semiomantics XO" ><img title="Grunge Branding by Yorgo Nestoridis" alt="Grunge Branding by Yorgo Nestoridis" src="http://yorgonestoridis.com/wp-content/gallery/yorgo-nestoridis-branding/thumbs/thumbs_yorgonestoridisbrand.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.]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/hosting/i-love-semiomantics-xo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ycademy Online Seminar Apri 2012</title>
		<link>http://gardenroutepublishing.com/garden-route/ycademy-online-seminar-apri-2012/</link>
		<comments>http://gardenroutepublishing.com/garden-route/ycademy-online-seminar-apri-2012/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 17:13:06 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Coaching]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[Trainings]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Workshop]]></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://yorgonestoridis.com/?p=22772</guid>
		<description><![CDATA[Mobile WordPress and Social Media The fast evolution of the mobile web has created new needs for publishers, whereas the objective remains to integrate mobile web targets into an existing workflow and to optimize productivity with the help of automated conversion scripts and tools. What’s New on Mobile WordPress and Social Media At Semiomantics the starting point for our development is the most comprehensive conversion plugin, called WPTouch Pro. WPTouch has released its latest version end of March 2012 with some adjustments for iOS 5.1 and many other fixes and developments: * Added: Custom advertising options for iPad * Added: Simple caching of desktop functions.php * Added: Russian language file * Added: Automatic archiving of previous settings in wptouch-data directory * Added: Compatibility setting for BuddyPress Mobile AJAX support * Fixed: Changing user-agent matching that may have interfered with advertising in certain scenarios * Changed: Replaced include with locate_template in theme files, should allow child overrides of custom WPtouch Pro template files * Changed: Algorithm to reload settings; may have caused settings to be lost in a certain scenario * Updated: All translations based on 2.6 strings * Fixed: An issue with Register and Lost password links in Classic * [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/facebook-and-mobile-web-seminar-by-ycademy/" rel="bookmark" title="Facebook and Mobile Web Seminar by Ycademy">Facebook and Mobile Web Seminar by Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-january-2012/" rel="bookmark" title="Ycademy Online Seminar January 2012">Ycademy Online Seminar January 2012</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-may-2011/" rel="bookmark" title="Ycademy Online Seminar May 2011">Ycademy Online Seminar May 2011</a></li>
<li><a href="http://yorgonestoridis.com/media-marketing-publishing/facebook-ycademy/" rel="bookmark" title="Facebook Online Seminar by Ycademy">Facebook Online Seminar by Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
</ol>
Related posts:<ol>
<li><a href="http://typography.ycademy.net/news/ycademy-online-seminar-january-2012/" rel="bookmark" title="Ycademy Online Seminar January 2012">Ycademy Online Seminar January 2012</a></li>
<li><a href="http://typography.ycademy.net/news/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
<li><a href="http://typography.ycademy.net/news/how-to-optimize-your-impact-on-social-and-mobile-networks/" rel="bookmark" title="How to Optimize your Impact on Social and Mobile Networks">How to Optimize your Impact on Social and Mobile Networks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Mobile WordPress and Social Media

Contents

	
		Mobile WordPress and Social Media
		
			
				What’s New on Mobile WordPress and Social Media
			
			
				Why to use advanced Mobile Web Developments
			
			
				The Goal of Semiomantics Developments
			
		
	
		The Goal and Agenda of the Ycademy April Seminar
		
			
				1. Mobile Web
				
					
						Build a Mobile Child Theme for your Website.
					
					
						Build OS specific Icons.
					
					
						Build a Start up screen (image).
					
					
						Build Mobile specific WP 3.0 menus.
					
					
						Custom Links and Icons.
					
					
						Integrate Advertizing: Adsense, Admob, Custom Ads.
					
					
						Custom Post formats for the Mobile theme.
					
					
						Test Plugin compatibility and create your mobile plugin menu.
					
					
						Embed media for Mobile content, YouTube, Vimeo or self-hosted standard h.264 encoded media.
					
					
						Specifics for tablet computing, namely for the iPad and other touch tablets.
					
				
			
				2. Mobile Social Networks
			
			
				Schedule
			
			
				Materials
			
			
				Tickets and Discounts
			




 
<p>The fast evolution of the mobile web has created new needs for publishers, whereas the objective remains to integrate mobile web targets into an existing workflow and to optimize productivity with the help of automated conversion scripts and tools.</p>
What’s New on Mobile WordPress and Social Media
<p><img class="alignnone size-large wp-image-22773" title="Ycademy Online Seminar April 2012" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/ycademy-april12-460x213.png" alt="Ycademy Online Seminar April 2012" width="460" height="213" /></p>
<p>At Semiomantics the starting point for our development is the most comprehensive conversion plugin, called WPTouch Pro. WPTouch has released its latest version end of March 2012 with some adjustments for iOS 5.1 and many other fixes and developments:</p>

* Added: Custom advertising options for iPad


* Added: Simple caching of desktop functions.php


* Added: Russian language file


* Added: Automatic archiving of previous settings in wptouch-data directory


* Added: Compatibility setting for BuddyPress Mobile AJAX support


* Fixed: Changing user-agent matching that may have interfered with advertising in certain scenarios


* Changed: Replaced include with locate_template in theme files, should allow child overrides of custom WPtouch Pro template files


* Changed: Algorithm to reload settings; may have caused settings to be lost in a certain scenario


* Updated: All translations based on 2.6 strings


* Fixed: An issue with Register and Lost password links in Classic


* Fixed: Video issues with jwPlayer and other video sources and plugins


* Fixed: An issue which could cause the Share button not to show in Classic mobile theme


* Fixed: Improved appearance for Embedded Google maps


* Fixed: Issues with Tweet text encoding in sharing options for Classic


* Fixed: Search form issues with Skeleton theme


* Fixed: Admin issues for non-English languages


* Fixed: Issue where style.min.css was never loaded in child themes of Classic


* Fixed: Broken admin icons when SSL was enabled in the admin


* Added: Hungarian language


* Changed: Adjustments for memory management in Classic iPad theme


* Fixed: An issue with MapPress embeds


* Fixed: An issue with JetPack videos


* Fixed: An issue with Smart Youtube plugin videos


* Fixed: Issue with blank spaces in custom user agent string

Why to use advanced Mobile Web Developments
<p>The above recent change-logs indicate the extent of considerations necessary for a serious development of an integrated mobile WP based solution. The reason for such complexity lies amongst others in the following:</p>

Increasing WordPress complexity and advanced plugin developments.
The multitude of mobile operating systems, browsers and devices of different sizes, display resolutions and aspect ratios.
The improved algorithms of Mobile Search.
The complexity of Semiomantics’ unbeaten optimization for conventional and mobile search.
The popularity of mobile and smart devices and the automated Mobile Search privileging mobile site versions.
The popularity of Social Networks and their ever changing integration parameters.


<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3634-200x150.png" class="attachment-thumbnail" alt="IMG_3634" title="IMG_3634" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3635-200x150.png" class="attachment-thumbnail" alt="IMG_3635" title="IMG_3635" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3636-200x150.png" class="attachment-thumbnail" alt="IMG_3636" title="IMG_3636" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3637-200x150.png" class="attachment-thumbnail" alt="IMG_3637" title="IMG_3637" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3638-200x150.png" class="attachment-thumbnail" alt="IMG_3638" title="IMG_3638" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3640-200x150.png" class="attachment-thumbnail" alt="IMG_3640" title="IMG_3640" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3641-200x150.png" class="attachment-thumbnail" alt="IMG_3641" title="IMG_3641" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3642-200x150.png" class="attachment-thumbnail" alt="IMG_3642" title="IMG_3642" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3643-200x150.png" class="attachment-thumbnail" alt="IMG_3643" title="IMG_3643" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3644-200x150.png" class="attachment-thumbnail" alt="IMG_3644" title="IMG_3644" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3646-200x150.png" class="attachment-thumbnail" alt="IMG_3646" title="IMG_3646" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3650-200x150.png" class="attachment-thumbnail" alt="IMG_3650" title="IMG_3650" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3651-200x150.png" class="attachment-thumbnail" alt="IMG_3651" title="IMG_3651" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3658-200x150.png" class="attachment-thumbnail" alt="IMG_3658" title="IMG_3658" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3659-200x150.png" class="attachment-thumbnail" alt="IMG_3659" title="IMG_3659" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3661-200x150.png" class="attachment-thumbnail" alt="IMG_3661" title="IMG_3661" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3662-200x150.png" class="attachment-thumbnail" alt="IMG_3662" title="IMG_3662" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3663-200x150.png" class="attachment-thumbnail" alt="IMG_3663" title="IMG_3663" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3664-200x150.png" class="attachment-thumbnail" alt="IMG_3664" title="IMG_3664" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3665-200x150.png" class="attachment-thumbnail" alt="IMG_3665" title="IMG_3665" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/512x512-ycademy-shop-1-200x150.png" class="attachment-thumbnail" alt="Ycademy April Seminar Ticket" title="Ycademy April Seminar Ticket" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/ycademy-april12-200x150.png" class="attachment-thumbnail" alt="Ycademy Online Seminar April 2012" title="Ycademy Online Seminar April 2012" />

The Goal of Semiomantics Developments
<p>At Semiomantics we aim to make complex matters simple for day to day use. As an author or business, you don’t want to spend your time with technical issues or sitting logged into social networks to keep up with the continuous stream of information and exchanges. You want to do your business and be assured that your message gets spread broadly and that visitors requests are piped to proper destination without your intervention.</p>
<p>Semiomantics Developers are trained to build high end customer specific solutions assuring optimized productivity and workflow.</p>
The Goal and Agenda of the Ycademy April Seminar
<p>Based on the above, the Seminar will provide all necessary updates and upgrades for existing and new installations of high end websites, namely those built on Semiomantics XO and EVO frameworks.</p>
<p>During numerous Workshops we will knock participants personal sites into shape to comply with the highest standards.</p>
1. Mobile Web
<p>We will go step by step through the set-up and development of the customized version of each participants author site. This includes the following workshops:</p>


Build a Mobile Child Theme for your Website.


Build OS specific Icons.


Build a Start up screen (image).


Build Mobile specific WP 3.0 menus.


Custom Links and Icons.


Integrate Advertizing: Adsense, Admob, Custom Ads.


Custom Post formats for the Mobile theme.


Test Plugin compatibility and create your mobile plugin menu.


Embed media for Mobile content, YouTube, Vimeo or self-hosted standard h.264 encoded media.


Specifics for tablet computing, namely for the iPad and other touch tablets.


2. Mobile Social Networks
<p>We will focus on Facebook in particular. Mobile Facebook is quite restrictive; it is therefore important to learn about what is visible on mobile FB and what cannot be accessed, respectively, how we may work around some of these restrictions.</p>
<p>In fact: Mobile Facebook is quite disappointing, be it whether you access it via the App or the browser. Custom content on app driven canvas pages and page favorites don’t display! Even promoting their link on the wall will not trigger any display. There are some workarounds by using different browsers where you can modify browser settings and simulate a desktop browser, but that’s not a solution for the masses.</p>
<p>Facebook is not here to promote YOUR site but just to grab your content for it’s own purpose.</p>

We will show you how to work around the problem and take advantage of the FB App and Mobile Site to get most out of it. The goal is to achieve that Facebook works for you and not you for Facebook.


We will also come back to the desktop version of Facebook, showing how to build the most neutral and minimalist Facebook page for full and perfect control of all your content.

Schedule
<p>The Ycademy Online Seminar will take place on April 28/29, 2012 starting daily as usual at 1 p.m. London Time and closing at 9 p.m. London time.</p>
Materials
<p>All materials and scripts are provided and included.</p>
Tickets and Discounts
<p>The cost for this seminar is $85; discounts as usual for Ycademy Pros (please mail Bianca at bianca(at)ycademy.com for the coupon code.</p>
<p>Click on the below image to get your ticket.</p>
<p><img class="alignnone size-large wp-image-22796" title="Ycademy April Seminar Ticket" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/512x512-ycademy-shop-1-460x460.png" alt="" width="460" height="460" /></p>
Incoming search terms:mobile developer seminars<p>Related posts:
Facebook and Mobile Web Seminar by Ycademy
Ycademy Online Seminar January 2012
Ycademy Online Seminar May 2011
Facebook Online Seminar by Ycademy
Facebook Strategy with WordPress
</p>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/ycademy-online-seminar-apri-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ycademy Online Seminar Apri 2012</title>
		<link>http://gardenroutepublishing.com/yorgo-nestoridis/ycademy-online-seminar-apri-2012-2/</link>
		<comments>http://gardenroutepublishing.com/yorgo-nestoridis/ycademy-online-seminar-apri-2012-2/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 17:13:06 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Coaching]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Hosting South Africa]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[Trainings]]></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[Workshop]]></category>
		<category><![CDATA[Ycademy]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22772</guid>
		<description><![CDATA[Mobile WordPress and Social Media The fast evolution of the mobile web has created new needs for publishers, whereas the objective remains to integrate mobile web targets into an existing workflow and to optimize productivity with the help of automated conversion scripts and tools. What’s New on Mobile WordPress and Social Media At Semiomantics the starting point for our development is the most comprehensive conversion plugin, called WPTouch Pro. WPTouch has released its latest version end of March 2012 with some adjustments for iOS 5.1 and many other fixes and developments: * Added: Custom advertising options for iPad * Added: Simple caching of desktop functions.php * Added: Russian language file * Added: Automatic archiving of previous settings in wptouch-data directory * Added: Compatibility setting for BuddyPress Mobile AJAX support * Fixed: Changing user-agent matching that may have interfered with advertising in certain scenarios * Changed: Replaced include with locate_template in theme files, should allow child overrides of custom WPtouch Pro template files * Changed: Algorithm to reload settings; may have caused settings to be lost in a certain scenario * Updated: All translations based on 2.6 strings * Fixed: An issue with Register and Lost password links in Classic * [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/facebook-and-mobile-web-seminar-by-ycademy/" rel="bookmark" title="Facebook and Mobile Web Seminar by Ycademy">Facebook and Mobile Web Seminar by Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-january-2012/" rel="bookmark" title="Ycademy Online Seminar January 2012">Ycademy Online Seminar January 2012</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-may-2011/" rel="bookmark" title="Ycademy Online Seminar May 2011">Ycademy Online Seminar May 2011</a></li>
<li><a href="http://yorgonestoridis.com/media-marketing-publishing/facebook-ycademy/" rel="bookmark" title="Facebook Online Seminar by Ycademy">Facebook Online Seminar by Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Mobile WordPress and Social Media

Contents

	
		Mobile WordPress and Social Media
		
			
				What’s New on Mobile WordPress and Social Media
			
			
				Why to use advanced Mobile Web Developments
			
			
				The Goal of Semiomantics Developments
			
		
	
		The Goal and Agenda of the Ycademy April Seminar
		
			
				1. Mobile Web
				
					
						Build a Mobile Child Theme for your Website.
					
					
						Build OS specific Icons.
					
					
						Build a Start up screen (image).
					
					
						Build Mobile specific WP 3.0 menus.
					
					
						Custom Links and Icons.
					
					
						Integrate Advertizing: Adsense, Admob, Custom Ads.
					
					
						Custom Post formats for the Mobile theme.
					
					
						Test Plugin compatibility and create your mobile plugin menu.
					
					
						Embed media for Mobile content, YouTube, Vimeo or self-hosted standard h.264 encoded media.
					
					
						Specifics for tablet computing, namely for the iPad and other touch tablets.
					
				
			
				2. Mobile Social Networks
			
			
				Schedule
			
			
				Materials
			
			
				Tickets and Discounts
			




 
<p>The fast evolution of the mobile web has created new needs for publishers, whereas the objective remains to integrate mobile web targets into an existing workflow and to optimize productivity with the help of automated conversion scripts and tools.</p>
What’s New on Mobile WordPress and Social Media
<p><img class="alignnone size-large wp-image-22773" title="Ycademy Online Seminar April 2012" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/ycademy-april12-460x213.png" alt="Ycademy Online Seminar April 2012" width="460" height="213" /></p>
<p>At Semiomantics the starting point for our development is the most comprehensive conversion plugin, called WPTouch Pro. WPTouch has released its latest version end of March 2012 with some adjustments for iOS 5.1 and many other fixes and developments:</p>

* Added: Custom advertising options for iPad


* Added: Simple caching of desktop functions.php


* Added: Russian language file


* Added: Automatic archiving of previous settings in wptouch-data directory


* Added: Compatibility setting for BuddyPress Mobile AJAX support


* Fixed: Changing user-agent matching that may have interfered with advertising in certain scenarios


* Changed: Replaced include with locate_template in theme files, should allow child overrides of custom WPtouch Pro template files


* Changed: Algorithm to reload settings; may have caused settings to be lost in a certain scenario


* Updated: All translations based on 2.6 strings


* Fixed: An issue with Register and Lost password links in Classic


* Fixed: Video issues with jwPlayer and other video sources and plugins


* Fixed: An issue which could cause the Share button not to show in Classic mobile theme


* Fixed: Improved appearance for Embedded Google maps


* Fixed: Issues with Tweet text encoding in sharing options for Classic


* Fixed: Search form issues with Skeleton theme


* Fixed: Admin issues for non-English languages


* Fixed: Issue where style.min.css was never loaded in child themes of Classic


* Fixed: Broken admin icons when SSL was enabled in the admin


* Added: Hungarian language


* Changed: Adjustments for memory management in Classic iPad theme


* Fixed: An issue with MapPress embeds


* Fixed: An issue with JetPack videos


* Fixed: An issue with Smart Youtube plugin videos


* Fixed: Issue with blank spaces in custom user agent string

Why to use advanced Mobile Web Developments
<p>The above recent change-logs indicate the extent of considerations necessary for a serious development of an integrated mobile WP based solution. The reason for such complexity lies amongst others in the following:</p>

Increasing WordPress complexity and advanced plugin developments.
The multitude of mobile operating systems, browsers and devices of different sizes, display resolutions and aspect ratios.
The improved algorithms of Mobile Search.
The complexity of Semiomantics’ unbeaten optimization for conventional and mobile search.
The popularity of mobile and smart devices and the automated Mobile Search privileging mobile site versions.
The popularity of Social Networks and their ever changing integration parameters.


<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3634-200x150.png" class="attachment-thumbnail" alt="IMG_3634" title="IMG_3634" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3635-200x150.png" class="attachment-thumbnail" alt="IMG_3635" title="IMG_3635" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3636-200x150.png" class="attachment-thumbnail" alt="IMG_3636" title="IMG_3636" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3637-200x150.png" class="attachment-thumbnail" alt="IMG_3637" title="IMG_3637" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3638-200x150.png" class="attachment-thumbnail" alt="IMG_3638" title="IMG_3638" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3640-200x150.png" class="attachment-thumbnail" alt="IMG_3640" title="IMG_3640" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3641-200x150.png" class="attachment-thumbnail" alt="IMG_3641" title="IMG_3641" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3642-200x150.png" class="attachment-thumbnail" alt="IMG_3642" title="IMG_3642" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3643-200x150.png" class="attachment-thumbnail" alt="IMG_3643" title="IMG_3643" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3644-200x150.png" class="attachment-thumbnail" alt="IMG_3644" title="IMG_3644" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3646-200x150.png" class="attachment-thumbnail" alt="IMG_3646" title="IMG_3646" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3650-200x150.png" class="attachment-thumbnail" alt="IMG_3650" title="IMG_3650" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3651-200x150.png" class="attachment-thumbnail" alt="IMG_3651" title="IMG_3651" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3658-200x150.png" class="attachment-thumbnail" alt="IMG_3658" title="IMG_3658" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3659-200x150.png" class="attachment-thumbnail" alt="IMG_3659" title="IMG_3659" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3661-200x150.png" class="attachment-thumbnail" alt="IMG_3661" title="IMG_3661" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3662-200x150.png" class="attachment-thumbnail" alt="IMG_3662" title="IMG_3662" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3663-200x150.png" class="attachment-thumbnail" alt="IMG_3663" title="IMG_3663" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3664-200x150.png" class="attachment-thumbnail" alt="IMG_3664" title="IMG_3664" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3665-200x150.png" class="attachment-thumbnail" alt="IMG_3665" title="IMG_3665" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/512x512-ycademy-shop-1-200x150.png" class="attachment-thumbnail" alt="Ycademy April Seminar Ticket" title="Ycademy April Seminar Ticket" />
<img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/ycademy-april12-200x150.png" class="attachment-thumbnail" alt="Ycademy Online Seminar April 2012" title="Ycademy Online Seminar April 2012" />

The Goal of Semiomantics Developments
<p>At Semiomantics we aim to make complex matters simple for day to day use. As an author or business, you don’t want to spend your time with technical issues or sitting logged into social networks to keep up with the continuous stream of information and exchanges. You want to do your business and be assured that your message gets spread broadly and that visitors requests are piped to proper destination without your intervention.</p>
<p>Semiomantics Developers are trained to build high end customer specific solutions assuring optimized productivity and workflow.</p>
The Goal and Agenda of the Ycademy April Seminar
<p>Based on the above, the Seminar will provide all necessary updates and upgrades for existing and new installations of high end websites, namely those built on Semiomantics XO and EVO frameworks.</p>
<p>During numerous Workshops we will knock participants personal sites into shape to comply with the highest standards.</p>
1. Mobile Web
<p>We will go step by step through the set-up and development of the customized version of each participants author site. This includes the following workshops:</p>


Build a Mobile Child Theme for your Website.


Build OS specific Icons.


Build a Start up screen (image).


Build Mobile specific WP 3.0 menus.


Custom Links and Icons.


Integrate Advertizing: Adsense, Admob, Custom Ads.


Custom Post formats for the Mobile theme.


Test Plugin compatibility and create your mobile plugin menu.


Embed media for Mobile content, YouTube, Vimeo or self-hosted standard h.264 encoded media.


Specifics for tablet computing, namely for the iPad and other touch tablets.


2. Mobile Social Networks
<p>We will focus on Facebook in particular. Mobile Facebook is quite restrictive; it is therefore important to learn about what is visible on mobile FB and what cannot be accessed, respectively, how we may work around some of these restrictions.</p>
<p>In fact: Mobile Facebook is quite disappointing, be it whether you access it via the App or the browser. Custom content on app driven canvas pages and page favorites don’t display! Even promoting their link on the wall will not trigger any display. There are some workarounds by using different browsers where you can modify browser settings and simulate a desktop browser, but that’s not a solution for the masses.</p>
<p>Facebook is not here to promote YOUR site but just to grab your content for it’s own purpose.</p>

We will show you how to work around the problem and take advantage of the FB App and Mobile Site to get most out of it. The goal is to achieve that Facebook works for you and not you for Facebook.


We will also come back to the desktop version of Facebook, showing how to build the most neutral and minimalist Facebook page for full and perfect control of all your content.

Schedule
<p>The Ycademy Online Seminar will take place on April 28/29, 2012 starting daily as usual at 1 p.m. London Time and closing at 9 p.m. London time.</p>
Materials
<p>All materials and scripts are provided and included.</p>
Tickets and Discounts
<p>The cost for this seminar is $85; discounts as usual for Ycademy Pros (please mail Bianca at bianca(at)ycademy.com for the coupon code.</p>
<p>Click on the below image to get your ticket.</p>
<p><img class="alignnone size-large wp-image-22796" title="Ycademy April Seminar Ticket" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/512x512-ycademy-shop-1-460x460.png" alt="" width="460" height="460" /></p>
Incoming search terms:mobile content caching strategiesmobile developer seminars<p>Related posts:
Facebook and Mobile Web Seminar by Ycademy
Ycademy Online Seminar January 2012
Ycademy Online Seminar May 2011
Facebook Online Seminar by Ycademy
Facebook Strategy with WordPress
</p>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/yorgo-nestoridis/ycademy-online-seminar-apri-2012-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Best Old Fashion Theme</title>
		<link>http://gardenroutepublishing.com/yorgo-nestoridis/wp-best-old-fashion-theme/</link>
		<comments>http://gardenroutepublishing.com/yorgo-nestoridis/wp-best-old-fashion-theme/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 19:19:07 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fashion]]></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[old]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=15160</guid>
		<description><![CDATA[Copyright &#169; 2010 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/.
Contents
 &#91; hide &#93; 

1 WP Best Old Fashion Theme
1.1 WP Best Old Fashion Theme Colors
1.2 WP Best Old Fashion Theme Screen-shot



WP Best Old Fashion Theme
We have just added another great looking WordPress Theme to our showcase: the WP Best Old Fashion Theme! The style ...]]></description>
			<content:encoded><![CDATA[Copyright &copy; 2010 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/">http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/</a>.<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/wp-best-old-fashion-theme/#WP%20Best%20Old%20Fashion%20Theme'>1 WP Best Old Fashion Theme</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/#WP%20Best%20Old%20Fashion%20Theme%20Colors'>1.1 WP Best Old Fashion Theme Colors</a></li>
<li class='lvl2'><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/#WP%20Best%20Old%20Fashion%20Theme%20Screen-shot'>1.2 WP Best Old Fashion Theme Screen-shot</a></li>
</ol>
</div>
<p><a name='WP Best Old Fashion Theme'></a><br />
<h2>WP Best Old Fashion Theme</h2>
<p>We have just added another great looking WordPress Theme to our showcase: the WP Best Old Fashion Theme! The style is inspired by old fashion ads and magazines as well as by the work of some great designers of the past and present.</p>
<p>Most importantly: underneath the beautiful face hides a roaring engine signed by Semiomantics. This guarantees the usual incomparable high visibility and performance of Semiomantics powered sites on Search Engines.<br />
<a name='WP Best Old Fashion Theme Colors'></a><br />
<h3>WP Best Old Fashion Theme Colors</h3>
<p>The WP Best Old Fashion Script has been built in 3 basic colors of which only one per color will be commercialized and customized: Dark Blue, Dark Red and Dark Green.</p>
<p>Availability: directly from Semiomantics or through a Semiomantics Website Developer exclusively.<br />
<a name='WP Best Old Fashion Theme Screen-shot'></a><br />
<h3>WP Best Old Fashion Theme Screen-shot</h3>
<div id="attachment_15161" class="wp-caption alignnone" style="width: 490px">
<div style="width:480px;" class="MagicToolboxContainer"><a   class="MagicMagnifyPlus" title="screenshot2" id="MagicMagnifyPlusImage0e26774222e9918c8b199de1fb25db46" href="http://yorgonestoridis.com/wp-content/uploads/2010/03/screenshot2.jpg" rel="zoom-color: FFFFFF;border-color: FFFFFF;size: 150;type: circle;line-thickness: 1;line-thickness-border: 1;lensePotition: top;linkWindow: _self;disableAutoStart: false;pauseOnClick: false;thumb: true"><img  class="size-medium wp-image-15161" title="screenshot2"  alt="WP Best Old Fashion Theme" width="480" height="421"   src="http://yorgonestoridis.com/wp-content/uploads/2010/03/screenshot2-480x421.jpg" alt="screenshot2" /><span>screenshot2</span></a></div>
<p><p class="wp-caption-text">WP Best Old Fashion Theme</p></div>
<p>The below details show the carefully designed skin:</p>

<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/attachment/screenshot2-2/' title='screenshot2'><img width="120" height="80" src="http://yorgonestoridis.com/wp-content/uploads/2010/03/screenshot2-120x80.jpg" class="attachment-thumbnail" alt="WP Best Old Fashion Theme" title="screenshot2" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/attachment/scr1/' title='scr1'><img width="120" height="80" src="http://yorgonestoridis.com/wp-content/uploads/2010/03/scr1-120x80.jpg" class="attachment-thumbnail" alt="WP Best Old Fashion Theme Detail 1" title="scr1" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/attachment/scr2/' title='scr2'><img width="120" height="80" src="http://yorgonestoridis.com/wp-content/uploads/2010/03/scr2-120x80.jpg" class="attachment-thumbnail" alt="WP Best Old Fashion Theme Detail 2" title="scr2" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wp-best-old-fashion-theme/attachment/scr3/' title='scr3'><img width="120" height="80" src="http://yorgonestoridis.com/wp-content/uploads/2010/03/scr3-120x80.jpg" class="attachment-thumbnail" alt="WP Best Old Fashion Theme Detail 3" title="scr3" /></a>

<p>The Test Site is <a title="WP Best Old Fashion Theme" href="http://yorgonestoridis.com/fashion" >HERE</a></p>
<p>PS: An add on shop is under development.
<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/"> 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/transparent-watermarks/transparent_watermark3.jpg" title="Transparent Watermark and Fonts" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="Transparent Watermark and Fonts 3" alt="Transparent Watermark and Fonts 3" src="http://yorgonestoridis.com/wp-content/gallery/transparent-watermarks/thumbs/thumbs_transparent_watermark3.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/photo-filters/marblestadium.jpg" title="Marble Stadium by Night" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="A Marble Stadium by Night" alt="A Marble Stadium by Night" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_marblestadium.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/global-sports-en-vogue.jpg" title="Global Sports en Vogue by Yorgo Nestoridis" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="global-sports-en-vogue" alt="global-sports-en-vogue" src="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/thumbs/thumbs_global-sports-en-vogue.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/web-design/web-design.jpg" title="Web Design Newspaper Look by Yorgo Nestoridis at http://times.yorgoopress.com" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="Web Design Newspaper Look" alt="Web Design Newspaper Look" src="http://yorgonestoridis.com/wp-content/gallery/web-design/thumbs/thumbs_web-design.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/photo-filters/invert.jpg" title="Invert" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="Invert" alt="Invert" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_invert.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/photo-filters/color_rotate.jpg" title="Color Rotate" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="Color Rotate" alt="Color Rotate" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_color_rotate.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/transparent-watermarks/transparent_watermark4.jpg" title="Transparent Watermark and Fonts" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="Transparent Watermark and Fonts 4" alt="Transparent Watermark and Fonts 4" src="http://yorgonestoridis.com/wp-content/gallery/transparent-watermarks/thumbs/thumbs_transparent_watermark4.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/photo-filters/inkstamp.jpg" title="Inkstamp" class="thickbox" rel="Related images for WP Best Old Fashion Theme" ><img title="Inkstamp" alt="Inkstamp" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_inkstamp.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.]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/yorgo-nestoridis/wp-best-old-fashion-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Facebook Pages Publishing Concept</title>
		<link>http://gardenroutepublishing.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/</link>
		<comments>http://gardenroutepublishing.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 12:15:15 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Concept]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Facebook]]></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[Network]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Timeline]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Developer]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22734</guid>
		<description><![CDATA[Facebook Page Publishing with New Timeline As from March 30, Facebook pages will change their look and features. I have presented the new options at last week-end’s Ycademy Seminar. In order to take advantage of the new features, companies, brands or people in general must adapt to the new format and can optionally expand visibility and interactivity using a well thought publishing concept. The concept I am talking about is the Semiomantics Facebook Publishing Concept. Semiomantics Facebook Publishing Concept Semiomantics has been focused on developing high performance scripts for online publishing since 2008. Originally the main target was SEO to reach Google Top 10 listings and to gain high visibility and traffic on and from search engines. Semiomantics main concern has always been to control and secure content and to make it available online in the customer’s own rights, rather than to entrust third party sites such as social networks with the content and letting them handle the publication. The second most important concern is productivity and an efficient workflow, allowing to edit and publish on one place only all content for the web (including the mobile web) and to channel it then to the different target locations, networks and [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/best-facebook-pages-2/" rel="bookmark" title="Best Facebook Pages">Best Facebook Pages</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/facebook-marketing-2-2/" rel="bookmark" title="Facebook Marketing 2">Facebook Marketing 2</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-optimization-for-facebook/" rel="bookmark" title="Semiomantics Optimization for Facebook">Semiomantics Optimization for Facebook</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-for-facebook-fan-pages-with-fblaster/" rel="bookmark" title="WordPress for Facebook Fan Pages with FBlaster">WordPress for Facebook Fan Pages with FBlaster</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Facebook Page Publishing with New Timeline

Contents

	
		Facebook Page Publishing with New Timeline
		
			
				Semiomantics Facebook Publishing Concept
			
			
				The Semiomantics Publisher
			
			
				The Facebook Publishing Concept
			




 
<p>As from March 30, Facebook pages will change their look and features. I have presented the new options at last week-end’s Ycademy Seminar. In order to take advantage of the new features, companies, brands or people in general must adapt to the new format and can optionally expand visibility and interactivity using a well thought publishing concept. The concept I am talking about is the Semiomantics Facebook Publishing Concept.</p>
<img class="size-large wp-image-22738" title="Semiomantics Facebook Publishing Concept" src="http://gardenroutepublishing.com/wp-content/uploads/2012/05/new-facebook-pages-publishing-concept.png" alt="Semiomantics Facebook Publishing Concept" width="460" height="170" /><p class="wp-caption-text">Semiomantics Facebook Publishing Concept</p>
Semiomantics Facebook Publishing Concept
<p>Semiomantics has been focused on developing high performance scripts for online publishing since 2008. Originally the main target was SEO to reach Google Top 10 listings and to gain high visibility and traffic on and from search engines.</p>
<p>Semiomantics main concern has always been to control and secure content and to make it available online in the customer’s own rights, rather than to entrust third party sites such as social networks with the content and letting them handle the publication. The second most important concern is productivity and an efficient workflow, allowing to edit and publish on one place only all content for the web (including the mobile web) and to channel it then to the different target locations, networks and sites.</p>
<p>The Semiomantics Facebook Publishing Concept is in line with Semiomantics proven SEO.</p>
The Semiomantics Publisher
<p>In the center of the concept we position the Semiomantics Publisher, a WordPress based website expanded with all necessary bells and whistles to communicate with Search Engines and Social Networks as well as with the Mobile Web.</p>
<p>The most popular base is Semiomantics XO, the semantic framework and theme developed since 2008. It is not what you add to Semiomantics XO but how you add it that makes the difference when it comes to plugins and add-on software. That’s why Semiomantics XO is mostly used for Customized Websites by professional Developers and Designers.</p>
<p>For the purpose of efficiently publishing to Facebook (and other social networks) Semiomantics has integrated, optimized  and further developed the best Facebook integration scripts out there, allowing to provide customers with an easy to use, homogeneous solution.</p>
The Facebook Publishing Concept
<p>Once expanded with Social Media Publishing scripts, the Semiomantics publishing framework provides custom taxonomies specially designed for FB Content creating, publishing and managing. The idea behind this concept is, that all content is published on our own website and when the Facebook page is called, the traffic hits our own site.</p>
<p>From the Dashboard we can set-up an unlimited number of such pages easily and quickly using the same editor as we use for WP dynamic posts or pages.</p>
<p>To get the pages hooked and deeply integrated into Facebook, we need to use the Facebook App and OpenGraph features. Don’t worry, it’s easy to handle once set up:-).</p>
<p>So, once we have created our FB Page content on our website, we create a Facebook App and then a Facebook Page. We link the App with our Website (from the Dashboard) and with the Facebook Page. Adding our App to Favorites on Facebook, we end up with a Favorites Tab on timeline (to the right below the cover image).</p>
<img class="size-large wp-image-22739" title="Facebook Timeline Page" src="http://yorgonestoridis.com/wp-content/uploads/2012/03/semio2-460x256.png" alt="Facebook Timeline Page" width="460" height="256" /><p class="wp-caption-text">Facebook Timeline Page</p>
<p>Facebook Timeline Pages let us display 3 Featured Tabs on the first line, the Photo tab being fixed and cannot be replaced. Using the small icon on the right of the tabs, the page reveals another 8 tabs for additional use and display of apps. There we will lodge our additional pages created on our Website.</p>
<p>We end up with a Facebook page with highly visible tabs leading to content on our website, be it a shop, images, videos, sliders or any other content. By interlinking the so created pages and apps we offer easy navigation for our Facebook readers and can provide all the content you would never want to entrust Facebook with or share a license with Facebook, like for example on your graphics, logos and other content. (See Facebook’s terms.)</p>
<p>The following post will detail the set-up and procedure.</p>
Incoming search terms:facebook publisher integrationadding tabs to favorites on facebook timelinefacebook how publish to new fan pagefacebook page concept 2012how to edit favorites on facebook pageshow to not publish timeline on facebookpublish from wordpress to new facebook page timelinepublishing wordpress on timelinestatic pages facebook timeline<p>Related posts:
Facebook Strategy with WordPress
Best Facebook Pages
Facebook Marketing 2
Semiomantics Optimization for Facebook
WordPress for Facebook Fan Pages with FBlaster
</p>]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Fit Glass Knysna</title>
		<link>http://gardenroutepublishing.com/garden-route/best-fit-glass-knysna-2/</link>
		<comments>http://gardenroutepublishing.com/garden-route/best-fit-glass-knysna-2/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 10:07:03 +0000</pubDate>
		<dc:creator>Lalakoi</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[Knysna]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[Approved]]></category>
		<category><![CDATA[Batteries]]></category>
		<category><![CDATA[Bay]]></category>
		<category><![CDATA[besighede]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Businesses]]></category>
		<category><![CDATA[Cab]]></category>
		<category><![CDATA[Canopy]]></category>
		<category><![CDATA[Centers]]></category>
		<category><![CDATA[Chip]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[Fit]]></category>
		<category><![CDATA[Fitment]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Garden]]></category>
		<category><![CDATA[Glass]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Insurance]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mirrors]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[motor]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[plettenberg]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Route]]></category>
		<category><![CDATA[Safety]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Sliders]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[vehicle]]></category>
		<category><![CDATA[Window]]></category>
		<category><![CDATA[Windscreen]]></category>
		<category><![CDATA[Windscreens]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://lalakoipublishing.com/?p=7633</guid>
		<description><![CDATA[Best Fit Glass Knysna Best Fit Glass in Knysna is one of 3 branches of Best Fit Glass in the Garden Route. They have branches in Knysna, George and Mossel Bay. Surrounding towns are also serviced by Best Fit Glass. Plettenberg Bay and Sedgefield from the Knysna branch and Oudtshoorn from the George branch. Insurance Approved Glass Fitment in Knysna Best Fit Glass in Knysna, George and Mossel Bay are the only independent approved glass fitment centers in the Southern Cape for the TIGA bordereaux and works with all major insurance companies. They only stock SABS and Shutterproof windscreens. Vehicle Glass and Fitment in Knysna A wide range of vehicle or motor glass is stocked by Best Fit Glass in Knysna. This includes windscreens, cab sliders, door glass, canopy glass and more. A free mobile fitment service is available for your convenience. Vehicle Windscreen Chip Repair at Best Fit Glass in Knysna Vehicle Windscreen Chip Repair is another service by Best Fit Glass. Their branches in Knysna, George and Mossel Bay all offer this service. The Windscreen Chip repair can be done at one of the branches or at the location of your choice. Residential and commercial glass from Best [...]]]></description>
			<content:encoded><![CDATA[Best Fit Glass Knysna
<p><img class="aligncenter size-large wp-image-7634" title="best fit glass knysna" src="http://lalakoipublishing.com/wp-content/uploads/2012/03/bestfitglassknysna1-460x345.jpg" alt="best fit glass knysna" width="420" height="315" /></p>
<p>Best Fit Glass in Knysna is one of 3 branches of Best Fit Glass in the Garden Route. They have branches in Knysna, George and Mossel Bay. Surrounding towns are also serviced by Best Fit Glass. Plettenberg Bay and Sedgefield from the Knysna branch and Oudtshoorn from the George branch.</p>
<p><img class="aligncenter size-large wp-image-7635" title="best fit glass knysna" src="http://lalakoipublishing.com/wp-content/uploads/2012/03/bestfitglassknysna2-460x345.jpg" alt="best fit glass knysna" width="420" height="315" /></p>
Insurance Approved Glass Fitment in Knysna
<p>Best Fit Glass in Knysna, George and Mossel Bay are the only independent approved glass fitment centers in the Southern Cape for the TIGA bordereaux and works with all major insurance companies. They only stock SABS and Shutterproof windscreens.</p>
Vehicle Glass and Fitment in Knysna
<p>A wide range of vehicle or motor glass is stocked by Best Fit Glass in Knysna. This includes windscreens, cab sliders, door glass, canopy glass and more. A free mobile fitment service is available for your convenience.</p>
Vehicle Windscreen Chip Repair at Best Fit Glass in Knysna
<p>Vehicle Windscreen Chip Repair is another service by Best Fit Glass. Their branches in Knysna, George and Mossel Bay all offer this service. The Windscreen Chip repair can be done at one of the branches or at the location of your choice.</p>
Residential and commercial glass from Best Fit Glass Knysna
<p>A range of residential, also known as builder’s glass, as well as commercial glass is available from Best Fit Glass in Knsyna. This includes glass for windows, doors, shop fronts as well as mirrors. Safety glass is also available. Glass is cut for your specific needs and will also be fitted. They offer a professional glass fitment service of top standards and workmanship.</p>
Vehicle Batteries in George
<p>As an additional service Best Fit Glass also stocks vehicle batteries. All car and other vehicle batteries have a 1 year warranty. Batteries are available from the George, Mossel Bay and Knysna branches.</p>
<p style="text-align: center;"><img class="aligncenter" title="visit-our-website" src="http://gardenroutedirectory.net/wp-content/uploads/2010/11/visit-our-website5.jpg" alt="" width="160" height="80" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/best-fit-glass-knysna-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Fit Glass George</title>
		<link>http://gardenroutepublishing.com/garden-route/best-fit-glass-george/</link>
		<comments>http://gardenroutepublishing.com/garden-route/best-fit-glass-george/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 09:51:38 +0000</pubDate>
		<dc:creator>Lalakoi</dc:creator>
				<category><![CDATA[Garden Route]]></category>
		<category><![CDATA[George]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Approved]]></category>
		<category><![CDATA[Batteries]]></category>
		<category><![CDATA[besighede]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Businesses]]></category>
		<category><![CDATA[Cab]]></category>
		<category><![CDATA[Canopy]]></category>
		<category><![CDATA[Centers]]></category>
		<category><![CDATA[Chip]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[Fit]]></category>
		<category><![CDATA[Fitment]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Glass]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[Insurance]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mirrors]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[motor]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Safety]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Sliders]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[vehicle]]></category>
		<category><![CDATA[Window]]></category>
		<category><![CDATA[Windscreen]]></category>
		<category><![CDATA[Windscreens]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[YORGOOpublishing]]></category>
		<category><![CDATA[yorgo_nestoridis]]></category>

		<guid isPermaLink="false">http://lalakoipublishing.com/?p=7627</guid>
		<description><![CDATA[Best Fit Glass George Best Fit Glass in George is one of 3 branches of Best Fit Glass in the Garden Route. They have branches in George, Mossel Bay and Knynsa. Surrounding towns are also serviced by Best Fit Glass. Plettenberg Bay and Sedgefield from the Knysna branch and Oudtshoorn from the George branch. Insurance Approved Glass Fitment in George Best Fit Glass in George, Mossel Bay and Knyna are the only independent approved glass fitment centers in the Southern Cape for the TIGA bordereaux and works with all major insurance companies. They only stock SABS and Shutterproof windscreens. Vehicle Glass and Fitment in George A wide range of vehicle or motor glass is stocked by Best Fit Glass in George. This includes windscreens, cab sliders, door glass, canopy glass and more. A free mobile fitment service is available for your convenience. Vehicle Windscreen Chip Repair at Best Fit Glass in George Vehicle Windscreen Chip Repair is another service by Best Fit Glass. Their branches in George, Mossel Bay and Knysna all offer this service. The Windscreen Chip repair can be done at one of the branches or at the location of your choice. Residential and commercial glass from Best [...]]]></description>
			<content:encoded><![CDATA[Best Fit Glass George
<p><img class="aligncenter size-large wp-image-7628" title="best glass fit george" src="http://lalakoipublishing.com/wp-content/uploads/2012/03/bestfitglassgeorge2-460x345.jpg" alt="best glass fit george" width="420" height="315" /><br />
Best Fit Glass in George is one of 3 branches of Best Fit Glass in the Garden Route. They have branches in George, Mossel Bay and Knynsa. Surrounding towns are also serviced by Best Fit Glass. Plettenberg Bay and Sedgefield from the Knysna branch and Oudtshoorn from the George branch.</p>
Insurance Approved Glass Fitment in George
<p><img class="aligncenter size-large wp-image-7629" title="best fit glass george" src="http://lalakoipublishing.com/wp-content/uploads/2012/03/bestfitglassgeorge3-460x345.jpg" alt="best fit glass george" width="420" height="315" /><br />
Best Fit Glass in George, Mossel Bay and Knyna are the only independent approved glass fitment centers in the Southern Cape for the TIGA bordereaux and works with all major insurance companies. They only stock SABS and Shutterproof windscreens.</p>
Vehicle Glass and Fitment in George
<p>A wide range of vehicle or motor glass is stocked by Best Fit Glass in George. This includes windscreens, cab sliders, door glass, canopy glass and more. A free mobile fitment service is available for your convenience.</p>
Vehicle Windscreen Chip Repair at Best Fit Glass in George
<p>Vehicle Windscreen Chip Repair is another service by Best Fit Glass. Their branches in George, Mossel Bay and Knysna all offer this service. The Windscreen Chip repair can be done at one of the branches or at the location of your choice.</p>
Residential and commercial glass from Best Fit Glass George
<p>A range of residential, also known as builder’s glass, as well as commercial glass is available from Best Fit Glass in George. This includes glass for windows, doors, shop fronts as well as mirrors. Safety glass is also available. Glass is cut for your specific needs and will also be fitted. They offer a professional glass fitment service of top standards and workmanship.</p>
Vehicle Batteries in George
<p>As an additional service Best Fit Glass also stocks vehicle batteries. All car and other vehicle batteries have a 1 year warranty. Batteries are available from the George, Mossel Bay and Knysna branches.</p>
<p style="text-align: center;"><img class="aligncenter" title="visit-our-website" src="http://gardenroutedirectory.net/wp-content/uploads/2010/11/visit-our-website5.jpg" alt="" width="160" height="80" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/garden-route/best-fit-glass-george/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Fit Glass George</title>
		<link>http://gardenroutepublishing.com/featured/best-fit-glass-george-2/</link>
		<comments>http://gardenroutepublishing.com/featured/best-fit-glass-george-2/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 08:31:33 +0000</pubDate>
		<dc:creator>Garden Route Classifieds Directory</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Garden Route Classifieds]]></category>
		<category><![CDATA[George]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[Advertize at Garden Route]]></category>
		<category><![CDATA[Approved]]></category>
		<category><![CDATA[Batteries]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Cab]]></category>
		<category><![CDATA[Canopy]]></category>
		<category><![CDATA[Centers]]></category>
		<category><![CDATA[Chip]]></category>
		<category><![CDATA[door]]></category>
		<category><![CDATA[Fit]]></category>
		<category><![CDATA[Fitment]]></category>
		<category><![CDATA[Garden Route Ads]]></category>
		<category><![CDATA[Garden Route DClassifieds Directory]]></category>
		<category><![CDATA[Garden Route Directory]]></category>
		<category><![CDATA[Glass]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[Insurance]]></category>
		<category><![CDATA[Mirrors]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Safety]]></category>
		<category><![CDATA[Sliders]]></category>
		<category><![CDATA[vehicle]]></category>
		<category><![CDATA[Window]]></category>
		<category><![CDATA[Windscreen]]></category>
		<category><![CDATA[Windscreens]]></category>

		<guid isPermaLink="false">http://gardenroutedirectory.net/?p=6559</guid>
		<description><![CDATA[Best Fit Glass George Best Fit Glass in George is one of 3 branches of Best Fit Glass in the Garden Route. They have branches in George, Mossel Bay and Knynsa. Surrounding towns are also serviced by Best Fit Glass. Plettenberg Bay and Sedgefield from the Knysna branch and Oudtshoorn from the George branch. Insurance [...]]]></description>
			<content:encoded><![CDATA[Best Fit Glass George
<p>
Best Fit Glass in George is one of 3 branches of Best Fit Glass in the Garden Route. They have branches in George, Mossel Bay and Knynsa. Surrounding towns are also serviced by Best Fit Glass. Plettenberg Bay and Sedgefield from the Knysna branch and Oudtshoorn from the George branch.</p>
Insurance Approved Glass Fitment in George
<p>
Best Fit Glass in George, Mossel Bay and Knyna are the only independent approved glass fitment centers in the Southern Cape for the TIGA bordereaux and works with all major insurance companies. They only stock SABS and Shutterproof windscreens.</p>
Vehicle Glass and Fitment in George
<p>
A wide range of vehicle or motor glass is stocked by Best Fit Glass in George. This includes windscreens, cab sliders, door glass, canopy glass and more. A free mobile fitment service is available for your convenience.</p>
Vehicle Windscreen Chip Repair at Best Fit Glass in George
<p>
Vehicle Windscreen Chip Repair is another service by Best Fit Glass. Their branches in George, Mossel Bay and Knysna all offer this service. The Windscreen Chip repair can be done at one of the branches or at the location of your choice.</p>
Residential and commercial glass from Best Fit Glass George
<p>
A range of residential, also known as builder’s glass, as well as commercial glass is available from Best Fit Glass in George. This includes glass for windows, doors, shop fronts as well as mirrors. Safety glass is also available. Glass is cut for your specific needs and will also be fitted. They offer a professional glass fitment service of top standards and workmanship.</p>
Vehicle Batteries in George
<p>
As an additional service Best Fit Glass also stocks vehicle batteries. All car and other vehicle batteries have a 1 year warranty. Batteries are available from the George, Mossel Bay and Knysna branches.</p>
<p><img class="aligncenter  wp-image-6296" title="visit-our-website" src="http://gardenroutedirectory.net/wp-content/uploads/2010/11/visit-our-website5.jpg" alt="" width="160" height="80" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gardenroutepublishing.com/featured/best-fit-glass-george-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

