<?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>My Vouliagmeni &#187; Site</title>
	<atom:link href="http://myvouliagmeni.net/tag/site/feed/" rel="self" type="application/rss+xml" />
	<link>http://myvouliagmeni.net</link>
	<description>Everything about Vouliagmeni</description>
	<lastBuildDate>Tue, 22 May 2012 16:36:22 +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://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site-3/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/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[Yorgo Nestoridis]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Site]]></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[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></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[<span id="Customizing_WordPress_Child_Theme"><h2>Customizing WordPress Child Theme</h2></span>
<div class='toc wptoc'>
<h2>Contents</h2>
<ol class='toc-odd level-1'>
	<li>
		<a href="#Customizing_WordPress_Child_Theme">Customizing WordPress Child Theme</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#Some_basic_WP_Settings">Some basic WP Settings</a>
			</li>
			<li>
				<a href="#Custom_Posts_and_Child_Theme">Custom Posts and Child Theme</a>
			</li>
			<li>
				<a href="#Child_Theme_functions.php">Child Theme functions.php</a>
			</li>
			<li>
				<a href="#Define_Post_Types_in_posttypes.php">Define Post Types in posttypes.php</a>
				<ol class='toc-odd level-3'>
					<li>
						<a href="#Custom_Post_Types">1. Custom Post Types</a>
					</li>
					<li>
						<a href="#Add_advanced_Variables">2. Add advanced Variables</a>
					</li>
				</ol>
			<li>
				<a href="#Add_advanced_functionality">3. Add advanced functionality</a>
				<ol class='toc-odd level-3'>
					<li>
						<a href="#Change_the_menu_position">4. Change the menu position</a>
					</li>
					<li>
						<a href="#Add_Custom_Post_Type_Icons">5. Add Custom Post Type Icons</a>
					</li>
				</ol>
			<li>
				<a href="#Resulting_posttypes.php_code:">Resulting posttypes.php code:</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div class='wptoc-end'> </div>
<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>
<div id="attachment_23010" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/custom-wp-theme-magazine.jpg"><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" /></a><p class="wp-caption-text">Semiomantics XO Custom Magazine for WordPress</p></div>
<span id="Some_basic_WP_Settings"><h3>Some basic WP Settings</h3></span>
<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>
<span id="Custom_Posts_and_Child_Theme"><h3>Custom Posts and Child Theme</h3></span>
<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>
<span id="Child_Theme_functions.php"><h3>Child Theme functions.php</h3></span>
<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>
<pre class="brush: php; title: ; notranslate">

&lt;?php
include_once (ABSPATH . 'wp-content/themes/posttypes.php');
?&gt;
</pre>
<p>Please note that we use the ABSPATH function to construct the URL as the normal url path</p>
<pre class="brush: php; title: ; notranslate"> url(&quot;.../themes/posttypes.php&quot;) </pre>
<p>does not work here.</p>
<p>Save functions.php into your Child Theme Folder.</p>
<span id="Define_Post_Types_in_posttypes.php"><h3>Define Post Types in posttypes.php</h3></span>
<p>In order to set up our post types we proceed step by step:</p>
<ol>
<li>Set up Custom Post Types</li>
<li>Add advanced Variables to Post Types</li>
<li>Add advanced custom post type functionality</li>
<li>Change the Menu Position (Dashboard) of the Custom Post Types</li>
<li>Add custom post type icon</li>
</ol>
<span id="Custom_Post_Types"><h4>1. Custom Post Types</h4></span>
<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>
<ul>
<li>WordPress Tips</li>
<li>WordPress Themes</li>
<li>WordPress Plugins</li>
</ul>
<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>
<pre class="brush: php; title: ; notranslate">

&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);
}
</pre>
<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>
<span id="Add_advanced_Variables"><h4>2. Add advanced Variables</h4></span>
<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>
<pre class="brush: php; title: ; notranslate">

$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; ''
);
</pre>
<p>We will insert this piece of code just before our block of arguments and then change the arguments accordingly as follows:</p>
<pre class="brush: php; title: ; notranslate">

&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);
}
</pre>
<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>
<span id="Add_advanced_functionality"><h3>3. Add advanced functionality</h3></span>
<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>
<pre class="brush: php; title: ; notranslate">

'supports' =&gt; array('title','editor','comments')
</pre>
<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>
<pre class="brush: php; title: ; notranslate">

'supports' =&gt; array('title','editor','author','thumbnail','excerpt','comments','custom-fields'),
'has_archive' =&gt; 'wordpress_tips'
</pre>
<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>
<pre class="brush: php; title: ; notranslate">

&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);
}
</pre>
<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>
<span id="Change_the_menu_position"><h4>4. Change the menu position</h4></span>
<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>
<pre class="brush: php; title: ; notranslate">

...

'menu_position' =&gt; 5,

...
</pre>
<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>
<span id="Add_Custom_Post_Type_Icons"><h4>5. Add Custom Post Type Icons</h4></span>
<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 <a title="Icons" href="http://yorgonestoridis.com/download/xoximages.rar" >HERE</a>.</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>
<pre class="brush: php; title: ; notranslate">

// 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 }
</pre>
<p>Note the incomplete php delimiter at the end which is needed to switch back to php from css/html code.</p>
<span id="Resulting_posttypes.php_code:"><h3>Resulting posttypes.php code:</h3></span>
<p>At this stage, your posttypes.php looks as follows:</p>
<pre class="brush: php; title: ; notranslate">

&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;
</pre>
<p>Check it out from your dashboard and you should see something similar to this:</p>
<div id="attachment_23012" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/yorgo-12-3.jpg"><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" /></a><p class="wp-caption-text">Custom Post Types with Custom Icons</p></div>
<p> </p>
<p>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></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build a Custom WordPress Site 2</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site-2/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site-2/#comments</comments>
		<pubDate>Mon, 14 May 2012 10:25:22 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Child]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22998</guid>
		<description><![CDATA[Build a Custom WP with Semiomantics XO This post focuses on setting up our Main Theme and a Child Theme. For the purpose of this exercise we will use Semiomantics XO as the parent theme because it’s flexible, user-friendly and highly optimized. In fact you can use most any decent WP theme to follow this tutorial, namely the TwentyEleven which comes with the WP installation. Adding a Theme Like on any live site, our test site on BitNami allows us to add themes either from the Dashboard (upload the theme’s zip file) or by pasting the theme into the themes folder in wp-contents. Access your BitNami environment using Windows Explorer and surf to the themes folder. You will see the same folders and files structure under htdocs as you are used to when accessing your WordPress folder on a server using an FTP client. In order to add Themes, we just drop theme folders into the ‘themes’ folder as per above. As you can see, I have amongst others) added my Semiomantics XO (the ‘xo’ folder under themes). XO will serve as the parent theme of the new website. Instead however of customizing XO directly, I will create a child [...]
Related posts:<ol>
<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/semiomantics-xo-transparent-wordpress-drafts/" rel="bookmark" title="Semiomantics XO Transparent WordPress Drafts">Semiomantics XO Transparent WordPress Drafts</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/" rel="bookmark" title="How to make WordPress Themes Responsive">How to make WordPress Themes Responsive</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-themes-and-development/" rel="bookmark" title="WordPress Themes and Development">WordPress Themes and Development</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-3-4-beta/" rel="bookmark" title="WordPress 3.4 Beta">WordPress 3.4 Beta</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Build_a_Custom_WP_with_Semiomantics_XO"><h2>Build a Custom WP with Semiomantics XO</h2></span>
<p>This post focuses on setting up our Main Theme and a Child Theme. For the purpose of this exercise we will use Semiomantics XO as the parent theme because it’s flexible, user-friendly and highly optimized. In fact you can use most any decent WP theme to follow this tutorial, namely the TwentyEleven which comes with the WP installation.</p>
<div id="attachment_22999" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/custom-wp-magazine-theme-yorgoopublishing.jpg"><img class="size-large wp-image-22999" title="Semiomantics XO for WordPress - Custom Magazine" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/custom-wp-magazine-theme-yorgoopublishing-460x596.jpg" alt="Semiomantics XO for WordPress - Custom Magazine" width="460" height="596" /></a><p class="wp-caption-text">Semiomantics XO for WordPress — Custom Magazine</p></div>
<span id="Adding_a_Theme"><h3>Adding a Theme</h3></span>
<p>Like on any live site, our test site on BitNami allows us to add themes either from the Dashboard (upload the theme’s zip file) or by pasting the theme into the themes folder in wp-contents.</p>
<p>Access your BitNami environment using Windows Explorer and surf to the themes folder. You will see the same folders and files structure under htdocs as you are used to when accessing your WordPress folder on a server using an FTP client.</p>
<div id="attachment_23000" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/bitnami.jpg"><img class="size-large wp-image-23000" title="Folders on BitNamy WP Stack" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/bitnami-460x526.jpg" alt="Folders on BitNamy WP Stack" width="460" height="526" /></a><p class="wp-caption-text">Folders on BitNamy WP Stack</p></div>
<p>In order to add Themes, we just drop theme folders into the ‘themes’ folder as per above. As you can see, I have amongst others) added my Semiomantics XO (the ‘xo’ folder under themes). XO will serve as the parent theme of the new website. Instead however of customizing XO directly, I will create a child theme which will contain all modifications. The advantage is clear: when an update or upgrade of the theme becomes available, the parent theme can be updated without destroying the child and restarting the customization job from scratch.</p>
<span id="Create_a_WP_Child_Theme_for_Semiomantics_XO"><h3>Create a WP Child Theme for Semiomantics XO</h3></span>
<p>A WordPress child theme consists first of all of a Folder to which we add a style-sheet.</p>
<p>This style-sheet contains a commented header which defines the parent theme folder as well as other optional data and it usually imports the parent theme’s style-sheet with a simple line of code (no need to copy paste the whole style-sheet). Also we will add a screenshot which will serve as a thumbnail in the Themes tab of our WP Dashboard.</p>
<div id="attachment_23001" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/yorgo-12-1.jpg"><img class="size-large wp-image-23001" title="Style-sheet for Child Theme" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/yorgo-12-1-460x381.jpg" alt="Style-sheet for Child Theme" width="460" height="381" /></a><p class="wp-caption-text">Style-sheet for Child Theme</p></div>
<p>As you can see above, I am editing my files using the free <a title="PSPAD" href="http://pspad.com" >PSPad</a> which is handy to edit the various files we need to develop.</p>
<span id="How_to_Create_a_Child_Theme_step_by_Step"><h3>How to Create a Child Theme step by Step</h3></span>
<p>1. Add a new folder to the WP Themes folder under wp-contents/themes; name it as you like your theme to be named, in my case: yorgo12</p>
<p>2. Create a new file called style.css using your editor and save it into the new theme folder.</p>
<p>3. Edit the style.css file by adding a commented section defining:</p>
<ul>
<li>Theme Name  (yorgo12 in the above case)</li>
<li>Theme URI    (this is optional and can be your website where you may talk about your theme; in my case: semiomantics.com)</li>
<li>Description    (Optional; I have added a simple description, but you may well describe your Child theme, for example: 3 column minimalist child theme for Semiomantics XO.</li>
<li>Author:           (Optional; put your name.)</li>
<li>Template:  This is important: put the FOLDER NAME of the parent theme, in my case xo.</li>
<li>Version:          (Optional: I start with version 1.0)</li>
</ul>
<p>You could add other data as some authors do, such as Author’s URI and more, but that’s not necessary.</p>
<p><strong>NOTE</strong>: All the above information sits between comment tags (/*.….….*/)</p>
<p>Next, we import the style-sheet of the parent theme with the following line of code:</p>
<pre class="brush: php; title: ; notranslate">

@import url(&quot;../xo/style.css&quot;);
</pre>
<p>I have then added a comment to remind that you should not edit above unless you know what you do.</p>
<p>Your style.css file reads now similar to the following:</p>
<pre class="brush: php; title: ; notranslate">

/*
Theme Name:       yorgo12
Theme URI:        http://semiomantics.com
Description:      Child Theme for Semiomantics XO 12
Author:           Yorgo Nestoridis
Template:         xo
Version:          1.0
*/
@import url(&quot;../xo/style.css&quot;);
/* Edit here below*/
</pre>
<p>Save the file into the new Child Theme folder.</p>
<p>4. Add a Thumbnail</p>
<p>Usually the image represents a screenshot of the new site but it can also be a brand logo or any other image. Important: the image should be called ‘screenshot’ and be in png format to fit into WP. Use image size 300px x 225px for best display.</p>
<div id="attachment_23003" class="wp-caption alignnone" style="width: 310px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/screenshot1.png"><img class="size-full wp-image-23003" title="screenshot.png" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screenshot1.png" alt="screenshot.png" width="300" height="225" /></a><p class="wp-caption-text">screenshot.png</p></div>
<p>Drop the image into the Child Theme folder.</p>
<p>Let’s now activate our new Child Theme from the WP Dashboard under Appearance/Themes.</p>
<p>What you will see is an out of the box XO when looking at the front-end of the site.</p>
<p>Having set the base for our custom development, we will start now to adapt the site to the needs of the hypothetical customer. Continue reading the next post.</p>
<p>Related posts:<ol>
<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/semiomantics-xo-transparent-wordpress-drafts/' rel='bookmark' title='Semiomantics XO Transparent WordPress Drafts'>Semiomantics XO Transparent WordPress Drafts</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/how-to-make-wordpress-themes-responsive/' rel='bookmark' title='How to make WordPress Themes Responsive'>How to make WordPress Themes Responsive</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-themes-and-development/' rel='bookmark' title='WordPress Themes and Development'>WordPress Themes and Development</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-3-4-beta/' rel='bookmark' title='WordPress 3.4 Beta'>WordPress 3.4 Beta</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog for Money</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/blog-for-money/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/blog-for-money/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 21:57:13 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Booster]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[Making]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Paid]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[with]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=2786</guid>
		<description><![CDATA[Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/blog-for-money/.How to set up a Money Making Blog We are looking at 4 essential elements needed to make money with your blog. 1. Traffic Where there are no visitors, there is no money. Traffic will depend on how well you communicate the existence of your content or how well you promote your blog. Some of the most used ways to bring visitors to our blog are email, search engine optimization, aggregators, social networking, wod to mouth. In short: all means of communication are good to make people aware of our blog or a blog post. 2. Content While the first task of your content is to be noticed by search engines and spiders in order to be indexed and listed in the most appropriate way, the second task is to provide your reader content of interest and value. The indexing and listing makes it possible for people to find your posts when they search for information, solutions, benefits or for whatever they may type into a search box. Once they are on your site, the quality of you content will decide on your success; it can build trust, inspire authority [...]


Related posts:<ol><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/make-money-with-yorgoo-press/" rel="bookmark" title="Permanent Link: Make Money with YORGOO Press">Make Money with YORGOO Press</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-make-money-strategies/" rel="bookmark" title="Permanent Link: Google Top 10 Make Money Strategies">Google Top 10 Make Money Strategies</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/how-to-make-money-with-images-2/" rel="bookmark" title="Permanent Link: How to Make Money with Images">How to Make Money with Images</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-formula/" rel="bookmark" title="Permanent Link: Google Top 10 Formula">Google Top 10 Formula</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/ycademy-online-seminar-big-news/" rel="bookmark" title="Permanent Link: Ycademy Online Seminar BIG NEWS">Ycademy Online Seminar BIG NEWS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Copyright © 2011 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/blog-for-money/">http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/blog-for-money/</a>.<br /><span id="How_to_set_up_a_Money_Making_Blog"><h2>How to set up a Money Making Blog</h2></span>
<p>We are looking at 4 essential elements needed to make money with your blog.</p>
<span id="Traffic"><h3>1. Traffic</h3></span>
<p>Where there are no visitors, there is no money. Traffic will depend on how well you communicate the existence of your content or how well you promote your blog. Some of the most used ways to bring visitors to our blog are email, search engine optimization, aggregators, social networking, wod to mouth. In short: all means of communication are good to make people aware of our blog or a blog post.</p>
<span id="Content"><h3>2. Content</h3></span>
<p>While the first task of your content is to be noticed by search engines and spiders in order to be indexed and listed in the most appropriate way, the second task is to provide your reader content of interest and value.</p>
<p>The indexing and listing makes it possible for people to find your posts when they search for information, solutions, benefits or for whatever they may type into a search box.</p>
<p>Once they are on your site, the quality of you content will decide on your success; it can build trust, inspire authority and most importantly, it can trigger people to help you promote your blog by sharing the post or URL with friends.</p>
<span id="Ads"><h3>3. Ads</h3></span>
<p>As a publisher, you want to optimize the mix of content and advertising. Many studies exist about how much space to allocate to ads and where to place commercial content. In fact there are no general rules as the optimization will depend on your topic and targeted readership and what your visitors expect (and are used to).</p>
<p>One rule however seems to make its way: don’t exaggerate! Too high density of ads annoys your visitors, namely if they came to your site for its content. A few well placed ads are more efficient than a page displaying ads and pop-ups all over the screen.</p>
<span id="Your_Publishing_Framework"><h3>4. Your Publishing Framework</h3></span>
<p>This is the technical aspect of your venture. A website is a publication and you are a publisher. Your Publishing framework can help you to better promote you content and to display content to your audience in a more attractive and eye catching way. The framework is also responsible for the first impression based on your choices for a layout and styleÂ  (colors, images, graphics, fonts and so on).</p>
<div id="attachment_2789" class="wp-caption alignnone" style="width: 507px"><a href="http://www.google.com/search?hl=en&amp;q=blog+for+money&amp;aq=f&amp;oq=&amp;aqi="><img class="size-full wp-image-2789" title="blog-for-money" src="http://yorgonestoridis.com/wp-content/uploads/2009/06/blog-for-money.jpg" alt="Blog for Money" width="497" height="692" /></a><p class="wp-caption-text">Blog for Money</p></div>
<p>You framework is the technical back bone of your site as well. It can contain all sorts of features which automate processes and make your life easier. Your advertising features and mechanisms can be part of the framework and run on a set and forget base.</p>
<p>There are many ways to display ads or to add commercial content to your site. We will post about a whole array of means at your disposal in our next post.</p>
<span id="How_to_Build_a_Money_Making_Blog"><h3>How to Build a Money Making Blog?</h3></span>
<p>We will spend the coming week-end at the <a title="Ycademy Online Seminar June 2009" href="http://ycademy.com/ycademy-online-seminars/ycademy-online-seminar-june-2009/" >Ycademy Online Seminar</a> where we will build a Framework which is optimized for delivering ads to our target audience. We will report about the event next week.</p>
<div class="al2fb_like_button"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=122478474504539&amp;xfbml=1" type="text/javascript"></script><fb:like href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/blog-for-money/" send="true" layout="standard" show_faces="true" width="92" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div>

<p>Related posts:<ol><li><a href='http://yorgonestoridis.com/yorgo-nestoridis/make-money-with-yorgoo-press/' rel='bookmark' title='Permanent Link: Make Money with YORGOO Press'>Make Money with YORGOO Press</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-make-money-strategies/' rel='bookmark' title='Permanent Link: Google Top 10 Make Money Strategies'>Google Top 10 Make Money Strategies</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-media/how-to-make-money-with-images-2/' rel='bookmark' title='Permanent Link: How to Make Money with Images'>How to Make Money with Images</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-formula/' rel='bookmark' title='Permanent Link: Google Top 10 Formula'>Google Top 10 Formula</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/ycademy-online-seminar-big-news/' rel='bookmark' title='Permanent Link: Ycademy Online Seminar BIG NEWS'>Ycademy Online Seminar BIG NEWS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/blog-for-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Top 10 with your Shop</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/google-top-10-with-your-shop/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/google-top-10-with-your-shop/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 09:57:22 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Booster]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Paid]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Ranking]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=2766</guid>
		<description><![CDATA[Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/your-shop-on-google-top-10-with-your-sho/.Google Top 10 Ranking for your Shop New Ideas New Performance Is your shop ranking on Google Top 10? Under a relevant keyword? Can Search Engine Users find your shop on Google Top 10 when looking urgently for a product? Frameworks tuned to reach Google Top 10 Semiomantics has been tuning sites for top 10 performance for years and while things become more complex online, a new Content and Ads delivery system which can be used even by a complete newbie has been developed based on the huge experience gained over time and from daily practice. Unique Opportunity to enter the Google Top 10 Elite On June 30 the new Script, YORGOO Booster, will be officially released to the public. However we will train a handful online marketers, newbies and pros during the coming week-end to understand Search Engine Marketing and the use of the new script. The Ycademy Online Seminar, taking place this coming week-end will deal with YORGOO Booster and with all the elements it can transport and deliver right to the Top of Google. 2 Benefits You will be amongst the first owners of a new kind [...]


Related posts:<ol><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-ranking/" rel="bookmark" title="Permanent Link: Google Top 10 Ranking by YORGOO Booster">Google Top 10 Ranking by YORGOO Booster</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-formula/" rel="bookmark" title="Permanent Link: Google Top 10 Formula">Google Top 10 Formula</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-marketing/google-top-10/google-top-10-rankingfor-your-ads/" rel="bookmark" title="Permanent Link: Google Top 10 Ranking for your Ads">Google Top 10 Ranking for your Ads</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-make-money-strategies/" rel="bookmark" title="Permanent Link: Google Top 10 Make Money Strategies">Google Top 10 Make Money Strategies</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/yorgoo-blaster/wordpress-hosting/" rel="bookmark" title="Permanent Link: WordPress Hosting with ChiHosters">WordPress Hosting with ChiHosters</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Copyright © 2011 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/your-shop-on-google-top-10-with-your-sho/">http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/your-shop-on-google-top-10-with-your-sho/</a>.<br /><span id="Google_Top_10_Ranking_for_your_Shop"><h2>Google Top 10 Ranking for your Shop</h2></span>
<span id="New_Ideas_New_Performance"><h3>New Ideas New Performance</h3></span>
<p>Is your shop ranking on Google Top 10? Under a relevant keyword?</p>
<p>Can Search Engine Users find your shop on Google Top 10 when looking urgently for a product?</p>
<span id="Frameworks_tuned_to_reach_Google_Top_10"><h3>Frameworks tuned to reach Google Top 10</h3></span>
<p>Semiomantics has been tuning sites for top 10 performance for years and while things become more complex online, a new Content and Ads delivery system which can be used even by a complete newbie has been developed based on the huge experience gained over time and from daily practice.</p>
<span id="Unique_Opportunity_to_enter_the_Google_Top_10_Elite"><h3>Unique Opportunity to enter the Google Top 10 Elite</h3></span>
<p>On June 30 the new Script, YORGOO Booster, will be officially released to the public. However we will train a handful online marketers, newbies and pros during the coming week-end to understand Search Engine Marketing and the use of the new script.</p>
<p>The Ycademy Online Seminar, taking place this coming week-end will deal with YORGOO Booster and with all the elements it can transport and deliver right to the Top of Google.</p>
<span id="Benefits"><h3>2 Benefits</h3></span>
<p>You will be amongst the first owners of a new kind of a marketing web site.</p>
<p>You will be granted 100% resell rights to this unique product.</p>
<p>And of course you may gain some additional knowledge about Online Marketing and Publishing.</p>
<span id="Take_advantage:_Get_an_Online_Seminar_Ticket"><h3>Take advantage: Get an Online Seminar Ticket</h3></span>
<p>Tickets cost $50 (with the usual discounts for Ycademy pros)</p>
<p>There is only a small number still available (below 5 as far as I am aware of).</p>
<p>There will never be any additional resellers for this product, guaranteed.</p>
<p>Tickets available from <a title="Ycademy Online Seminar on HIOD" href="http://www.hiod.net/order.php?id=1" >HERE</a></p>
<p>(Contact Bianca Gubalke: bianca (at) ycademy.com</p>
<span id=""><h3></h3></span>
<span id="_1"><h3></h3></span>
<div class="al2fb_like_button"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1" type="text/javascript"></script><fb:like href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/your-shop-on-google-top-10-with-your-sho/" send="true" layout="standard" show_faces="true" width="92" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div>

<p>Related posts:<ol><li><a href='http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-ranking/' rel='bookmark' title='Permanent Link: Google Top 10 Ranking by YORGOO Booster'>Google Top 10 Ranking by YORGOO Booster</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-formula/' rel='bookmark' title='Permanent Link: Google Top 10 Formula'>Google Top 10 Formula</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-marketing/google-top-10/google-top-10-rankingfor-your-ads/' rel='bookmark' title='Permanent Link: Google Top 10 Ranking for your Ads'>Google Top 10 Ranking for your Ads</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/google-top-10-make-money-strategies/' rel='bookmark' title='Permanent Link: Google Top 10 Make Money Strategies'>Google Top 10 Make Money Strategies</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/yorgoo-blaster/wordpress-hosting/' rel='bookmark' title='Permanent Link: WordPress Hosting with ChiHosters'>WordPress Hosting with ChiHosters</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/google-top-10-with-your-shop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Shopping Cart for your Blog</title>
		<link>http://myvouliagmeni.net/shopping/simple-shopping-cart-for-your-blog/</link>
		<comments>http://myvouliagmeni.net/shopping/simple-shopping-cart-for-your-blog/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 21:57:19 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Shopping]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cart]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Paid]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=2643</guid>
		<description><![CDATA[Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis/simple-shopping-cart-for-your-blog/.Simple Shopping Cart for Semiomantics Sites If you don’t need a whole shop, here is a simple solution to create quickly a shopping cart on your site where interested visitors may order multiple products. This cart can be added to posts, pages, widgets or anywhere in the php script. This is a demo test only! Please read this post at YorgoNestoridis.com to see the demo. List of Products Service 1 [wp_cart:Service 1:price:100:end] Service 2 [wp_cart:Service 2:price:200:end] Service 3 [wp_cart:Service 3:price:300:end] Cart and Check out Click on one or more buttons and check your cart on top of the page. You can manage orders and check out with PayPal. The feature can come in handy even if it may need a tweak to automate fulfillment. Incoming search terms:simple shopping cart to email address Related posts:Ycademy Online Seminar BIG NEWS Ycademy Seminar: How to Build an Online Business Make Money with YORGOO Press Seminar Dealing with Images on your Blog How to Build an Online Business 5


Related posts:<ol><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/ycademy-online-seminar-big-news/" rel="bookmark" title="Permanent Link: Ycademy Online Seminar BIG NEWS">Ycademy Online Seminar BIG NEWS</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-seminar/" rel="bookmark" title="Permanent Link: Ycademy Seminar: How to Build an Online Business">Ycademy Seminar: How to Build an Online Business</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/make-money-with-yorgoo-press-101/" rel="bookmark" title="Permanent Link: Make Money with YORGOO Press Seminar">Make Money with YORGOO Press Seminar</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/images-pictures-on-your-blog/" rel="bookmark" title="Permanent Link: Dealing with Images on your Blog">Dealing with Images on your Blog</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-5/" rel="bookmark" title="Permanent Link: How to Build an Online Business 5">How to Build an Online Business 5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Copyright © 2011 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis/simple-shopping-cart-for-your-blog/">http://yorgonestoridis.com/yorgo-nestoridis/simple-shopping-cart-for-your-blog/</a>.<br /><span id="Simple_Shopping_Cart_for_Semiomantics_Sites"><h2>Simple Shopping Cart for Semiomantics Sites</h2></span>
<p>If you don’t need a whole shop, here is a simple solution to create quickly a shopping cart on your site where interested visitors may order multiple products. This cart can be added to posts, pages, widgets or anywhere in the php script.</p>
<p>This is a demo test only! Please read this post at <a title="Simple Shopping Cart on Yorgo Nestoridis" href="http://yorgonestoridis.com/yorgo-nestoridis/simple-shopping-cart-for-your-blog/" >YorgoNestoridis.com</a> to see the demo.</p>
<span id="List_of_Products"><h3>List of Products</h3></span>
<p><strong>Service 1</strong><br />
<strong>[wp_cart:Service 1:price:100:end]</strong></p>
<p><strong>Service 2<br />
[wp_cart:Service 2:price:200:end]</strong></p>
<p><strong>Service 3<br />
[wp_cart:Service 3:price:300:end]</strong></p>
<h3><strong>Cart and Check out<br />
</strong></h3>
<p>Click on one or more buttons and check your cart on top of the page. You can manage orders and check out with PayPal.<strong> </strong></p>
<p>The feature can come in handy<strong> </strong>even if it may need a tweak to automate fulfillment.</p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/simple-shopping-cart-for-your-blog/" title="simple shopping cart to email address">simple shopping cart to email address</a></li></ul><!-- SEO SearchTerms Tagging 2 Plugin --><div class="al2fb_like_button"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1" type="text/javascript"></script><fb:like href="http://yorgonestoridis.com/yorgo-nestoridis/simple-shopping-cart-for-your-blog/" send="true" layout="standard" show_faces="true" width="92" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div>

<p>Related posts:<ol><li><a href='http://yorgonestoridis.com/yorgo-nestoridis/ycademy-online-seminar-big-news/' rel='bookmark' title='Permanent Link: Ycademy Online Seminar BIG NEWS'>Ycademy Online Seminar BIG NEWS</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-seminar/' rel='bookmark' title='Permanent Link: Ycademy Seminar: How to Build an Online Business'>Ycademy Seminar: How to Build an Online Business</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/make-money-with-yorgoo-press-101/' rel='bookmark' title='Permanent Link: Make Money with YORGOO Press Seminar'>Make Money with YORGOO Press Seminar</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/images-pictures-on-your-blog/' rel='bookmark' title='Permanent Link: Dealing with Images on your Blog'>Dealing with Images on your Blog</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-5/' rel='bookmark' title='Permanent Link: How to Build an Online Business 5'>How to Build an Online Business 5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/shopping/simple-shopping-cart-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build an Online Business 4</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-an-online-business-4/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-an-online-business-4/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 21:57:26 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Buildan]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Garden]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Omline]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Route]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=2524</guid>
		<description><![CDATA[Copyright © 2011 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-104/.How to Build an Online Business: Business Portal We have reached the stage of implementation and we will start by building a Business Portal. Different considerations will guide our choices. Consideration In view of the Target Market (South Africa) we will register and set up a local domain for the main business web site. The site will have a portal function and link to the various business branches represented each by its own website. Structured portals or directories usually are not very Search Engine efficient. For this reason we use CMS Software with high publishing power. A second important issue concerns local partners. We want to provide prospects as from the beginning with local contacts. The Choices We have registered the domain yorgoo.co.za. As YORGOO is our Brand in the global market, used to make advanced technology available to a large public and to provide free services, we want to profit from eventual synergies resulting from the established reputation of YORGOO Enterprises. The Website will be built on a customized Semiomantics Business Site Script. We are using an adapted magazine type layout for user friendly navigation and we will add [...]


Related posts:<ol><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-102/" rel="bookmark" title="Permanent Link: How to Build an Online Business 2">How to Build an Online Business 2</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business/" rel="bookmark" title="Permanent Link: How to Build an Online Business">How to Build an Online Business</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/the-garden-route-goes-live/" rel="bookmark" title="Permanent Link: The Garden Route goes Live">The Garden Route goes Live</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/business-market-watch-london-google/" rel="bookmark" title="Permanent Link: Business Market Watch London Evolution">Business Market Watch London Evolution</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/garden-route-great-brak-river/" rel="bookmark" title="Permanent Link: Garden Route Great Brak River">Garden Route Great Brak River</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Copyright © 2011 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-104/">http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-104/</a>.<br /><span id="How_to_Build_an_Online_Business:_Business_Portal"><h2>How to Build an Online Business: Business Portal</h2></span>
<p>We have reached the stage of implementation and we will start by building a Business Portal. Different considerations will guide our choices.</p>
<span id="Consideration"><h3>Consideration</h3></span>
<p>In view of the Target Market (South Africa) we will register and set up a local domain for the main business web site. The site will have a portal function and link to the various business branches represented each by its own website.</p>
<p>Structured portals or directories usually are not very Search Engine efficient. For this reason we use CMS Software with high publishing power.</p>
<p>A second important issue concerns local partners. We want to provide prospects as from the beginning with local contacts.</p>
<span id="The_Choices"><h3>The Choices</h3></span>
<p>We have registered the domain <a title="YORGOO South Africa" href="http://yorgoo.co.za" >yorgoo.co.za</a>. As <a title="YORGOO on Google" href="http://www.google.com/search?hl=en&amp;q=yorgoo&amp;btnG=Search" >YORGOO</a> is our Brand in the global market, used to make advanced technology available to a large public and to provide free services, we want to profit from eventual synergies resulting from the established reputation of YORGOO Enterprises.<br />
The Website will be built on a customized <a title="Semiomantics" href="http://semiomantics.com" >Semiomantics</a> Business Site Script. We are using an adapted magazine type layout for user friendly navigation and we will add some niche sites lodged on sub-domains for targeted publication (Semiomantics YORGOO Blaster and the future YORGOO Booster type of sites).</p>
<span id="Partners_in_South_Africa"><h3>Partners in South Africa</h3></span>
<p>To start with, we will work with two extremely competent Partners in South Africa. <a title="Bianca Gubalke on YORGOO Publishing" href="http://yorgoopublishing.com/category/bianca-gubalke" >Bianca Gubalke</a>, living in Noordhoek, off Cape Town and <a title="HAnno Coetzee" href="http://yorgonestoridis.com/category/yorgo-nestoridis-development/hanno-coetzee/" >Hanno Coetzee</a> from the Garden Route Area. We will profile our partners in a later post.</p>
<span id="Further_Domains"><h3>Further Domains</h3></span>
<p>Besides YORGOO.co.za,we have registered and put under construction a few other domains and sites such as <a title="Garden Route Publishing" href="http://gardenroutepublishing.com" >Garden Route Publishing</a>, <a title="Hosting South Africa" href="http://hostingsouthafrica.com" >Hosting South Africa</a> and a few others which are not yet online and which we will list here as soon as available to enable you to follow the progress.</p>


<p>Related posts:<ol><li><a href='http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business-102/' rel='bookmark' title='Permanent Link: How to Build an Online Business 2'>How to Build an Online Business 2</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/how-to-build-an-online-business/' rel='bookmark' title='Permanent Link: How to Build an Online Business'>How to Build an Online Business</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/the-garden-route-goes-live/' rel='bookmark' title='Permanent Link: The Garden Route goes Live'>The Garden Route goes Live</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/business-market-watch-london-google/' rel='bookmark' title='Permanent Link: Business Market Watch London Evolution'>Business Market Watch London Evolution</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/garden-route-great-brak-river/' rel='bookmark' title='Permanent Link: Garden Route Great Brak River'>Garden Route Great Brak River</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-an-online-business-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working from Home</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/working-from-home/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/working-from-home/#comments</comments>
		<pubDate>Sun, 22 May 2011 12:09:51 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Authority]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[EBay]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Herbalife]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Nicholas]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Opportunity]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[reputation]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Working]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[Zo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=824</guid>
		<description><![CDATA[<h3>Working from Home News on Google</h3>
<strong><a title="Yorgo Nestoridis" href="http://yorgoopublishing.com/category/yorgo-nestoridis" target="_blank">NY</a> - Working from Home</strong> is an important keyword on all big search engines. On Google there are over 100 million search returns on Working from Home. If you add to it the word "news" and make it "Working from Home News", Google returns over 400 Million results.

Interestingly on the News related Working from Home term, there are next to no advertisers. <strong>Work from Home</strong> and <strong>Working from Home</strong> are the privileged keywords of the traditional <strong>Home Business</strong> Industry.

Zo Nicholas' Publication, <a title="Working from Home News" href="http://zonicholas.yorgoopress.com" target="_blank">Working from Home News</a> is full of interesting content for Work from Home Aficionados. One of the reasons is in the fact that Zo has a huge experience and knowledge which she is willing to share on her site.

Lack of knowledge, lack of experience means loss of time and money. Most home business developers commit the same errors, namely when it comes to online marketing. Take the shortcut and pass by Zo's site to improve your online performance, it's worth while.

[caption id="attachment_827" align="aligncenter" width="500" caption="Working from Home News on Google"]<a href="http://www.google.com/search?q=working+from+home+news&#38;hl=en&#38;start=10&#38;sa=N"><img class="size-large wp-image-827" src="http://yorgonestoridis.com/wp-content/uploads/2009/04/workingfromhome1-500x474.jpg" alt="Working from Home News on Google" width="500" height="474" /></a>[/caption]

(Note there are 441,000,000 search returns and we aim top 10)

One of the most important tips I found on Working from Home News is: start working on your own visibility instead of just booking Google Ads. Google Ads are a great tool, however they are extremely expensive when they are not accompanied by an attractive landing site. Note: it's not a landing page but a landing site!

Lead generation has changed over time and while a simple pop-up with an 'opt-in here' box was enough a few years ago, we need today more sophisticated tools and environments which inspire confidence and trust.

What the Feedback records do for EBay sellers, do Google rankings and listings for most other environments. A bought spot on Google's top 10 page of the targeted keyword can never be the equivalent to an authority site on the organic top 10 listing on the same page.

Replicated landing pages have become about useless and yet some people have only realized since we have an economic crises that you need a landing page at all instead of sending people directly to a product or business page. Sorry to say, but you have missed the train and you are just about to miss the next train.

<strong>Today the world is shaped by social networks. Users of Facebook and such like are used to a certain comfort and an attractive interactive environment, for most the only way to imagine socializing online. Sending Facebook users to a landing page with traditional "work from home fire your boss" slogans is inefficient and a waste of time. To the contrary, it's destructive when it comes to the relations you have built in your social network.</strong>

We have been running permanent tests on advertising online for over 5 years and from our own experience we know that advertising is not a one-way road and it is not a war you can fight with just one arm.

Nowadays we need to combine our strategies in a much more thought through way to use our advertising dollars in the best possible way. The single one strategy with an increasingly growing importance is <strong>your personal authority outside of the social network environment.</strong> Business is not done and deals are not closed on social networks but in your own external environment. Your website must therefore beat Facebook anytime!

Social Media Marketing is about meeting people in social networks and getting them out of the social network to close a deal. It only works if you provide an inspiring site, a site which confirms and builds additional trust and confidence.

Objective bench marks about how  trustworthy you are, are nonexistent except if you can show positive feedback (blog comments), independent editorials about you on Google (looking up the site owners name on Google, the suggested business opportunity's company name and related topics) and yet that is just an indication. You may try to look at performance records, visible presence, and more and yet nothing will ever equal the personal experience people have with you by dealing with you OVER TIME.

Having said the above, we can deduct that online you have many entries, many places you go to and you communicate through; but in the end you have only one reputation to lose. The same is true for your business opportunity. Mixed reputation records are the best killer of a business online; would you buy from a seller with a positive feed-back record of 70% only on EBay?

Or, would you join a business where 3 out of the top 10 Google entries talk about spam, lawsuits or fraud? You probably would not even join if 90% only are flawless. Think about EBay's standards where over 98% of the feed backs need to be positive to keep Power Seller status.

How about if Google creates even a <strong>recommended search category</strong> for Scam under your business name, or if you are claiming to sell 'natural' food supplements and Google comes up with a recommended search for side effects or another doubt inspiring category 'does it work'?

Would you sign up with a company corresponding to the above profile? Seriously?
<h4>Herbalife</h4>
<h4>Herbalife fullfills all the above criteria; would you sign up after consulting Google?</h4>
[caption id="attachment_709" align="alignnone" width="500" caption="Herbalife Image on Google"]<a href="http://www.google.com/search?hl=en&#38;q=herbalife&#38;btnG=Search"><img class="size-large wp-image-709" src="http://yorgoopress.com/wp-content/uploads/2009/04/herbalifeongoogle1-500x321.jpg" alt="Herbalife Image on Google" width="500" height="321" /></a>[/caption]

My point is not to judge Herbalife here or to take position about the quality of any products or business opportunities. My point is: the internet is one big town and you have only one reputation to preserve or to lose. If you are suffering from a mixed image, your reputation is harmed. Some companies and individuals do not attach enough importance to their image online and wonder why their popularity online is not what it appears to be in a closed vase environment offline.

<strong>Would you want to associate your name with a company or business opportunity which shows signs of hampered reputation on the most simple Google search returns?</strong> Can you afford to spend your time and money to fix the reputation of your Merchant and to convince your prospects and customers that what they see online 'is not true'; can you really afford it?

The real issue is that Your Reputation and the perceivable reputation of the Business you represent or are a distributor of will impact directly on your sales figures. Herbalife is probably not an online opportunity, otherwise they would take care of their online reputation. The strategy is: grab people online and drag them to  a low-tech one to one environment to close deals. The internet in any case would not help here as transparency becomes a stumbling block.

The way to sell is by selling yourself first. Don't count on anyone else. Your reputation sells and with your reputation you sell anything! A modern Working from Home enterprise has the absolute freedom to choose sell any product or service to sell: sales are linked to YOUR relationships and less on the reputation of the merchant or the product you sell. The power is on your side not on the merchant: I therefore cannot understand, how so called business opportunities where you have to pay for a license, can survive, if elsewhere the wind has turned long ago to a situation where you are paid to promote a company or their products instead of having to pay for doing so.

Working from Home is a brilliant idea. Be proud to belong to this industry; the sales power is with you and depends on the relationships you are able to build online or offline. The rest is secondary.

<strong>Working from Home News</strong> will provide you with information, ideas and inspiration, a great site with great content!

<a href="http://cashflowin.com/cashflowin/profile.html">Yorgo Nestoridis</a>

PS: Working from Home News is built on YORGOO Press with the aim to offer visitors an interesting, stimulating and interactive (landing) environment.

<a href="http://yorgoopress.com/wp-content/uploads/2009/04/animated_favicon11.gif"><img class="aligncenter size-full wp-image-710" src="http://yorgoopress.com/wp-content/uploads/2009/04/animated_favicon11.gif" alt="animated_favicon11" width="16" height="16" /></a>


Related posts:<ol><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/working-from-home-news-112/" rel="bookmark" title="Permanent Link: Working from Home News">Working from Home News</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/yorgoo-daily-mail/social-network-marketing-with-yorgoo/" rel="bookmark" title="Permanent Link: Social Network Marketing with YORGOO">Social Network Marketing with YORGOO</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/yorgoo-daily-mail/yorgoo-daily-mail-march-30-2009/" rel="bookmark" title="Permanent Link: YORGOO Daily Mail March 30, 2009">YORGOO Daily Mail March 30, 2009</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/yorgoo-press/yorgoo-press-concept-improvements/" rel="bookmark" title="Permanent Link: YORGOO Press Concept Improvements">YORGOO Press Concept Improvements</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/yorgoo-press-by-yorgoo-and-semiomantics/" rel="bookmark" title="Permanent Link: YORGOO and Semiomantics launch YORGOO Press">YORGOO and Semiomantics launch YORGOO Press</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[Copyright © 2011 <a href="http://yorgonestoridis.com">Yorgo Nestoridis</a>. Visit the original article at <a href="http://yorgonestoridis.com/yorgo-nestoridis-media/working-from-home/">http://yorgonestoridis.com/yorgo-nestoridis-media/working-from-home/</a>.<br /><span id="Working_from_Home_News_on_Google"><h3>Working from Home News on Google</h3></span>
<p><strong><a title="Yorgo Nestoridis" href="http://yorgoopublishing.com/category/yorgo-nestoridis" >YN</a> — Working from Home</strong> is an important keyword on all big search engines. On Google there are over 100 million search returns on Working from Home. If you add to it the word “news” and make it “Working from Home News”, Google returns over 400 Million results.</p>
<p>Interestingly on the News related Working from Home term, there are next to no advertisers. <strong>Work from Home</strong> and <strong>Working from Home</strong> are the privileged keywords of the traditional <strong>Home Business</strong> Industry.</p>
<p>Zo Nicholas’ Publication, <a title="Working from Home News" href="http://zonicholas.yorgoopress.com" >Working from Home News</a> is full of interesting content for Work from Home Aficionados. One of the reasons is in the fact that Zo has a huge experience and knowledge which she is willing to share on her site.</p>
<p>Lack of knowledge, lack of experience means loss of time and money. Most home business developers commit the same errors, namely when it comes to online marketing. Take the shortcut and pass by Zo’s site to improve your online performance, it’s worth while.</p>
<div id="attachment_827" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.google.com/search?q=working+from+home+news&amp;hl=en&amp;start=10&amp;sa=N"><img class="size-large wp-image-827" title="workingfromhome1" src="http://yorgonestoridis.com/wp-content/uploads/2009/04/workingfromhome1-500x474.jpg" alt="Working from Home News on Google" width="500" height="474" /></a><p class="wp-caption-text">Working from Home News on Google</p></div>
<p>(Note there are 441,000,000 search returns and we aim top 10)</p>
<p>One of the most important tips I found on Working from Home News is: start working on your own visibility instead of just booking Google Ads. Google Ads are a great tool, however they are extremely expensive when they are not accompanied by an attractive landing site. Note: it’s not a landing page but a landing site!</p>
<p>Lead generation has changed over time and while a simple pop-up with an ‘opt-in here’ box was enough a few years ago, we need today more sophisticated tools and environments which inspire confidence and trust.</p>
<p>What the Feedback records do for EBay sellers, do Google rankings and listings for most other environments. A bought spot on Google’s top 10 page of the targeted keyword can never be the equivalent to an authority site on the organic top 10 listing on the same page.</p>
<p>Replicated landing pages have become about useless and yet some people have only realized since we have an economic crises that you need a landing page at all instead of sending people directly to a product or business page. Sorry to say, but you have missed the train and you are just about to miss the next train.</p>
<p><strong>Today the world is shaped by social networks. Users of Facebook and such like are used to a certain comfort and an attractive interactive environment, for most the only way to imagine socializing online. Sending Facebook users to a landing page with traditional “work from home fire your boss” slogans is inefficient and a waste of time. To the contrary, it’s destructive when it comes to the relations you have built in your social network.</strong></p>
<p>We have been running permanent tests on advertising online for over 5 years and from our own experience we know that advertising is not a one-way road and it is not a war you can fight with just one arm.</p>
<p>Nowadays we need to combine our strategies in a much more thought through way to use our advertising dollars in the best possible way. The single one strategy with an increasingly growing importance is <strong>your personal authority outside of the social network environment.</strong> Business is not done and deals are not closed on social networks but in your own external environment. Your website must therefore beat Facebook anytime!</p>
<p>Social Media Marketing is about meeting people in social networks and getting them out of the social network to close a deal. It only works if you provide an inspiring site, a site which confirms and builds additional trust and confidence.</p>
<p>Objective bench marks about how  trustworthy you are, are nonexistent except if you can show positive feedback (blog comments), independent editorials about you on Google (looking up the site owners name on Google, the suggested business opportunity’s company name and related topics) and yet that is just an indication. You may try to look at performance records, visible presence, and more and yet nothing will ever equal the personal experience people have with you by dealing with you OVER TIME.</p>
<p>Having said the above, we can deduct that online you have many entries, many places you go to and you communicate through; but in the end you have only one reputation to lose. The same is true for your business opportunity. Mixed reputation records are the best killer of a business online; would you buy from a seller with a positive feed-back record of 70% only on EBay?</p>
<p>Or, would you join a business where 3 out of the top 10 Google entries talk about spam, lawsuits or fraud? You probably would not even join if 90% only are flawless. Think about EBay’s standards where over 98% of the feed backs need to be positive to keep Power Seller status.</p>
<p>How about if Google creates even a <strong>recommended search category</strong> for Scam under your business name, or if you are claiming to sell ‘natural’ food supplements and Google comes up with a recommended search for side effects or another doubt inspiring category ‘does it work’?</p>
<p>Would you sign up with a company corresponding to the above profile? Seriously?</p>
<span id="Herbalife"><h4>Herbalife</h4></span>
<span id="Herbalife_fullfills_all_the_above_criteria_would_you_sign_up_after_consulting_Google"><h4>Herbalife fullfills all the above criteria; would you sign up after consulting Google?</h4></span>
<div id="attachment_709" class="wp-caption alignnone" style="width: 510px"><a href="http://www.google.com/search?hl=en&amp;q=herbalife&amp;btnG=Search"><img class="size-large wp-image-709" title="herbalifeongoogle1" src="http://yorgoopress.com/wp-content/uploads/2009/04/herbalifeongoogle1-500x321.jpg" alt="Herbalife Image on Google" width="500" height="321" /></a><p class="wp-caption-text">Herbalife Image on Google</p></div>
<p>My point is not to judge Herbalife here or to take position about the quality of any products or business opportunities. My point is: the internet is one big town and you have only one reputation to preserve or to lose. If you are suffering from a mixed image, your reputation is harmed. Some companies and individuals do not attach enough importance to their image online and wonder why their popularity online is not what it appears to be in a closed vase environment offline.</p>
<p><strong>Would you want to associate your name with a company or business opportunity which shows signs of hampered reputation on the most simple Google search returns?</strong> Can you afford to spend your time and money to fix the reputation of your Merchant and to convince your prospects and customers that what they see online ‘is not true’; can you really afford it?</p>
<p>The real issue is that Your Reputation and the perceivable reputation of the Business you represent or are a distributor of will impact directly on your sales figures. Herbalife is probably not an online opportunity, otherwise they would take care of their online reputation. The strategy is: grab people online and drag them to  a low-tech one to one environment to close deals. The internet in any case would not help here as transparency becomes a stumbling block.</p>
<p>The way to sell is by selling yourself first. Don’t count on anyone else. Your reputation sells and with your reputation you sell anything! A modern Working from Home enterprise has the absolute freedom to choose sell any product or service to sell: sales are linked to YOUR relationships and less on the reputation of the merchant or the product you sell. The power is on your side not on the merchant: I therefore cannot understand, how so called business opportunities where you have to pay for a license, can survive, if elsewhere the wind has turned long ago to a situation where you are paid to promote a company or their products instead of having to pay for doing so.</p>
<p>Working from Home is a brilliant idea. Be proud to belong to this industry; the sales power is with you and depends on the relationships you are able to build online or offline. The rest is secondary.</p>
<p><strong>Working from Home News</strong> will provide you with information, ideas and inspiration, a great site with great content!</p>
<p><a href="http://cashflowin.com/cashflowin/profile.html">Yorgo Nestoridis</a></p>
<p>PS: Working from Home News is built on YORGOO Press with the aim to offer visitors an interesting, stimulating and interactive (landing) environment.</p>
<p><a href="http://yorgoopress.com/wp-content/uploads/2009/04/animated_favicon11.gif"><img class="aligncenter size-full wp-image-710" title="animated_favicon11" src="http://yorgoopress.com/wp-content/uploads/2009/04/animated_favicon11.gif" alt="animated_favicon11" width="16" height="16" /></a></p>


<p>Related posts:<ol><li><a href='http://yorgonestoridis.com/yorgo-nestoridis/working-from-home-news-112/' rel='bookmark' title='Permanent Link: Working from Home News'>Working from Home News</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/yorgoo-daily-mail/social-network-marketing-with-yorgoo/' rel='bookmark' title='Permanent Link: Social Network Marketing with YORGOO'>Social Network Marketing with YORGOO</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/yorgoo-daily-mail/yorgoo-daily-mail-march-30-2009/' rel='bookmark' title='Permanent Link: YORGOO Daily Mail March 30, 2009'>YORGOO Daily Mail March 30, 2009</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/yorgoo-press/yorgoo-press-concept-improvements/' rel='bookmark' title='Permanent Link: YORGOO Press Concept Improvements'>YORGOO Press Concept Improvements</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/yorgoo-press-by-yorgoo-and-semiomantics/' rel='bookmark' title='Permanent Link: YORGOO and Semiomantics launch YORGOO Press'>YORGOO and Semiomantics launch YORGOO Press</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/working-from-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banner Rotator for Semiomantics</title>
		<link>http://myvouliagmeni.net/vouliagmeni/banner-rotator-for-semiomantics/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/banner-rotator-for-semiomantics/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:23:54 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Banner]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Rotator]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

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

1 Banner Rotator for Semiomantics



Banner Rotator for Semiomantics
I know, you have seen them all and there is nothing exciting about banner rotators &#8230; until you see the new Component we use in Semiomantics scripts:

This rotator can be customized for sidebars, posts, ...]]></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/ycademy/banner-rotator-for-semiomantics/">http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/banner-rotator-for-semiomantics/</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='#Banner Rotator for Semiomantics'>1 Banner Rotator for Semiomantics</a></li>
</ol>
</div>
<p><a name='Banner Rotator for Semiomantics'></a><br />
<h2>Banner Rotator for Semiomantics</h2>
<p>I know, you have seen them all and there is nothing exciting about banner rotators &#8230; until you see the new Component we use in Semiomantics scripts:</p>
<p><em><object width="600" height="260"><param name="movie" value="http://yorgonestoridis.com/wp-content/plugins/banner-rotator-fx/component/banner.swf"></param><param name="scale" value="noscale"></param><param name="salign" value="tl"></param><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="sameDomain"></param><param name="allowFullScreen" value="true"></param><param name="sameDomain" value="true"></param><param name="flashvars" value="folderPath=http://yorgonestoridis.com/wp-content/plugins/banner-rotator-fx/component/"></param><embed type="application/x-shockwave-flash" width="600" height="260" src="http://yorgonestoridis.com/wp-content/plugins/banner-rotator-fx/component/banner.swf" scale="noscale" salign="tl" wmode="transparent" allowScriptAccess="sameDomain" allowFullScreen="true" flashvars="folderPath=http://yorgonestoridis.com/wp-content/plugins/banner-rotator-fx/component/"></embed></object></em></p>
<p>This rotator can be customized for sidebars, posts, pages, headers, footers &#8230; you name it.
<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>
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://myvouliagmeni.net/vouliagmeni/banner-rotator-for-semiomantics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Components by Semiomantics</title>
		<link>http://myvouliagmeni.net/vouliagmeni/flash-components-by-semiomantics/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/flash-components-by-semiomantics/#comments</comments>
		<pubDate>Wed, 19 May 2010 08:58:30 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Accordion]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Elegant]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

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

1 Semiomantics Flash Components for Ycademy May Seminar
1.1 Flash Components by Semiomantics



Semiomantics Flash Components for Ycademy May Seminar
The upcoming Ycademy Seminar is focusing on Flash, Flash Components and user experience enhanced by Flash. The Seminar is designed for Website Designers and ...]]></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/flash-components-by-semiomantics/">http://yorgonestoridis.com/yorgo-nestoridis/flash-components-by-semiomantics/</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='#Semiomantics Flash Components for Ycademy May Seminar'>1 Semiomantics Flash Components for Ycademy May Seminar</a></li>
<li class='lvl2'><a href='#Flash Components by Semiomantics'>1.1 Flash Components by Semiomantics</a></li>
</ol>
</div>
<p><a name='Semiomantics Flash Components for Ycademy May Seminar'></a><br />
<h2>Semiomantics Flash Components for Ycademy May Seminar</h2>
<p>The upcoming Ycademy Seminar is focusing on Flash, Flash Components and user experience enhanced by Flash. The Seminar is designed for Website Designers and Developers, who want to take their skills to the next level. Find out more from <a title="Ycademy Online Flash Seminar" href="http://yorgonestoridis.com/yorgo-nestoridis/ycademy-flash-seminar-may-2010/" >HERE</a>.<br />
<a name='Flash Components by Semiomantics'></a><br />
<h3>Flash Components by Semiomantics</h3>
<p>Flash is releasing a plethora of flash components this month. While they are originally designed to be used namely with Semiomantics XO and News Cast scripts, they can be used on any website. Check it out in the Semiomantics Shop later this month.</p>
<p>Ycademy Seminar Participants will be introduced to the use of one of the most exciting components. It&#8217;s the unique Semiomantics Accordion which in fact is more than just an accordion; it&#8217;s also a sideshow, a menu, a slider &#8230; most anything you want to make out of it.</p>
<p><object width="600" height="300"><param name="movie" value="http://yorgonestoridis.com/wp-content/plugins/accordion-fx/component/accordion.swf"></param><param name="scale" value="noscale"></param><param name="salign" value="tl"></param><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="sameDomain"></param><param name="allowFullScreen" value="true"></param><param name="sameDomain" value="true"></param><param name="flashvars" value="folderPath=http://yorgonestoridis.com/wp-content/plugins/accordion-fx/component/"></param><embed type="application/x-shockwave-flash" width="600" height="300" src="http://yorgonestoridis.com/wp-content/plugins/accordion-fx/component/accordion.swf" scale="noscale" salign="tl" wmode="transparent" allowScriptAccess="sameDomain" allowFullScreen="true" flashvars="folderPath=http://yorgonestoridis.com/wp-content/plugins/accordion-fx/component/"></embed></object></p>
<p><strong>Now this is something: you can even test the sideshow by clicking on the button at the bottom right.</strong></p>
<p></p>
<p><strong>The Semiomantics Accordion is probably the best out there since its development is based on the second best :-).</strong></p>
<p>As you see, you can load it vertically or horizontally,  you can modify the number of images, even the effects and much, much more. You see an autoplay version and you can play with the mouse on the images &#8230; just try and find out what this script jewel can do for you.</p>
<p>Join tonight&#8217;s Call at <a title="YorgoTalk" href="http://yorgotalk.com" >YorgoTalk</a> to find out more about the Ycademy May Seminar.</p>
<p>PS: The Semiomantics Accordion is included in the Seminar ticket price:-).
<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/tonileuenberger.jpg" title="Web Design by Toni Leuenberger" class="thickbox" rel="Related images for Flash Components by Semiomantics" ><img title="Web Design by Toni Leuenberger" alt="Web Design by Toni Leuenberger" src="http://yorgonestoridis.com/wp-content/gallery/web-design-workshop/thumbs/thumbs_tonileuenberger.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/global-gallery.jpg" title="Global Sports Gallery by Yorgo Nestoridis" class="thickbox" rel="Related images for Flash Components by Semiomantics" ><img title="global-gallery" alt="global-gallery" src="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/thumbs/thumbs_global-gallery.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 Flash Components by Semiomantics" ><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/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 Flash Components by Semiomantics" ><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/photo-filters/fotoflexer_animation.gif" title="Animation, Fotoflexer" class="thickbox" rel="Related images for Flash Components by Semiomantics" ><img title="Animation" alt="Animation" src="http://yorgonestoridis.com/wp-content/gallery/photo-filters/thumbs/thumbs_fotoflexer_animation.gif" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/global-focus.jpg" title="Global Sports Focus by Yorgo Nestoridis" class="thickbox" rel="Related images for Flash Components by Semiomantics" ><img title="global-focus" alt="global-focus" src="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/thumbs/thumbs_global-focus.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/yorgoopress.jpg" title="YORGOO Press Online Newspaper" class="thickbox" rel="Related images for Flash Components by Semiomantics" ><img title="yorgoopress.jpg" alt="yorgoopress.jpg" src="http://yorgonestoridis.com/wp-content/gallery/yorgoo-press/thumbs/thumbs_yorgoopress.jpg" /></a>
<a href="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/global-downtown.jpg" title="Global Sports Downtown by Yorgo Nestoridis" class="thickbox" rel="Related images for Flash Components by Semiomantics" ><img title="global-downtown" alt="global-downtown" src="http://yorgonestoridis.com/wp-content/gallery/global-sports-fun/thumbs/thumbs_global-downtown.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://myvouliagmeni.net/vouliagmeni/flash-components-by-semiomantics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ycademy Flash Seminar May 29-30, 2010</title>
		<link>http://myvouliagmeni.net/vouliagmeni/ycademy-flash-seminar-may-29-30-2010/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/ycademy-flash-seminar-may-29-30-2010/#comments</comments>
		<pubDate>Tue, 18 May 2010 08:38:28 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=15730</guid>
		<description><![CDATA[Copyright &#169; 2010 Yorgo Nestoridis. Visit the original article at http://yorgonestoridis.com/yorgo-nestoridis/ycademy-flash-seminar-may-2010/.
Contents
 &#91; hide &#93; 

1 Ycademy Seminar May 29-30, 2010
1.1 Goals
1.2 Topics and Workshops
1.3 1. Introduction to Flash and its use in modern web and media design
1.4 2. Flash Pro
1.5 3. Flash Components
1.6 4. Flash Template Editing
1.7 5. PowerPoint to Flash Conversion
1.8 6. Flash Site ...]]></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/ycademy-flash-seminar-may-2010/">http://yorgonestoridis.com/yorgo-nestoridis/ycademy-flash-seminar-may-2010/</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='#Ycademy Seminar May 29-30, 2010'>1 Ycademy Seminar May 29-30, 2010</a></li>
<li class='lvl2'><a href='#Goals'>1.1 Goals</a></li>
<li class='lvl2'><a href='#Topics and Workshops'>1.2 Topics and Workshops</a></li>
<li class='lvl2'><a href='#1. Introduction to Flash and its use in modern web and media design'>1.3 1. Introduction to Flash and its use in modern web and media design</a></li>
<li class='lvl2'><a href='#2. Flash Pro'>1.4 2. Flash Pro</a></li>
<li class='lvl2'><a href='#3. Flash Components'>1.5 3. Flash Components</a></li>
<li class='lvl2'><a href='#4. Flash Template Editing'>1.6 4. Flash Template Editing</a></li>
<li class='lvl2'><a href='#5. PowerPoint to Flash Conversion'>1.7 5. PowerPoint to Flash Conversion</a></li>
<li class='lvl2'><a href='#6. Flash Site Builder'>1.8 6. Flash Site Builder</a></li>
<li class='lvl2'><a href='#Prerequisites:'>1.9 Prerequisites:</a></li>
<li class='lvl2'><a href='#Materials'>1.10 Materials</a></li>
<li class='lvl2'><a href='#Price'>1.11 Price</a></li>
<li class='lvl2'><a href='#Information:'>1.12 Information:</a></li>
</ol>
</div>
<p><a name='Ycademy Seminar May 29-30, 2010'></a><br />
<h2>Ycademy Seminar May 29-30, 2010</h2>
<p>The use of Flash components in Web Design is popular and increasingly requested by customers. Flash is used to enhance the user experience by adding dynamic content, media and interactivity to a website.<br />
<a name='Goals'></a><br />
<h3>Goals</h3>
<p>The Ycademy Seminar will focus on understanding flash basics and Flash Editors and Converters for the purpose of manipulating flash components and to build them into web sites.<br />
<a name='Topics and Workshops'></a><br />
<h3>Topics and Workshops</h3>
<p><a name='1. Introduction to Flash and its use in modern web and media design'></a><br />
<h3>1. Introduction to Flash and its use in modern web and media design</h3>
<p><a name='2. Flash Pro'></a><br />
<h3>2. Flash Pro</h3>
<p>The basic features of Adobe Flash Pro CS4 or 5 and Workshop: Symbols, Graphics, Actions &#8211; Workshops</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ReorderByZDepthExample_193158532"
			class="flashmovie"
			width="550"
			height="500">
	<param name="movie" value="http://yorgonestoridis.com/flash/s/ReorderByZDepthExample.swf" />
	<param name="play" value="false" />
	<param name="loop" value="false" />
	<param name="menu" value="true" />
	<param name="quality" value="high" />
	<param name="scale" value="noborder" />
	<param name="swliveconnect" value="true" />
	<param name="devicefont" value="false" />
	<param name="allowscriptaccess" value="always" />
	<param name="seamlesstabbing" value="true" />
	<param name="allowfullscreen" value="true" />
	<param name="allownetworking" value="all" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://yorgonestoridis.com/flash/s/ReorderByZDepthExample.swf"
			name="fm_ReorderByZDepthExample_193158532"
			width="550"
			height="500">
		<param name="play" value="false" />
		<param name="loop" value="false" />
		<param name="menu" value="true" />
		<param name="quality" value="high" />
		<param name="scale" value="noborder" />
		<param name="swliveconnect" value="true" />
		<param name="devicefont" value="false" />
		<param name="allowscriptaccess" value="always" />
		<param name="seamlesstabbing" value="true" />
		<param name="allowfullscreen" value="true" />
		<param name="allownetworking" value="all" />
	<!--<![endif]-->
		
<div style="width:112px;" class="MagicToolboxContainer"><a   class="MagicMagnifyPlus" id="MagicMagnifyPlusImage31ea45a475d531cab2e0dfe9ea912e0d" href="http://adobe.com/go/getflashplayer" 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   alt="Get Adobe Flash player"   src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="" /></a></div>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
<a name='3. Flash Components'></a><br />
<h3>3. Flash Components</h3>
<p>Basics and Workshop: add a flash component to Semiomantics XO.<br />
<a name='4. Flash Template Editing'></a><br />
<h3>4. Flash Template Editing</h3>
<p>Basics and Workshop: Edit Semiomantics Evolution.<br />
<a name='5. PowerPoint to Flash Conversion'></a><br />
<h3>5. PowerPoint to Flash Conversion</h3>
<p>Workshop: automate the conversion using a PowerPoint plug-in and embed the result in a blog post.<br />
<a name='6. Flash Site Builder'></a><br />
<h3>6. Flash Site Builder</h3>
<p>Workshop: After the intro builder, let&#8217;s expand the exercise to build a flash website.<br />
<a name='Prerequisites:'></a><br />
<h3>Prerequisites:</h3>
<p>Flash Pro CS4 or CS5<br />
<a name='Materials'></a><br />
<h3>Materials</h3>
<p>All materials, scripts and literature are included.<br />
<a name='Price'></a><br />
<h3>Price</h3>
<p>Tickets: $80</p>
<p>Ycademy Pros: $25  (the Discount code will be sent to you)</p>
<p>Please Register from <a title="Ycademy Seminar" href="http://www.hiod.net/order.php?id=1" >HERE</a></p>
<p>After registration, contact Bianca (bianca -at- ycademy.com) to get download links for the course materials as they become available.<br />
<a name='Information:'></a><br />
<h3>Information:</h3>
<p>Join our call tonight to get more details.
<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>
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://myvouliagmeni.net/vouliagmeni/ycademy-flash-seminar-may-29-30-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

