<?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; Yorgo</title>
	<atom:link href="http://myvouliagmeni.net/tag/yorgo/feed/" rel="self" type="application/rss+xml" />
	<link>http://myvouliagmeni.net</link>
	<description>Everything about Vouliagmeni</description>
	<lastBuildDate>Tue, 22 May 2012 19:09:41 +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>How to build a custom WordPress Site</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site/#comments</comments>
		<pubDate>Mon, 14 May 2012 08:25:15 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Customize]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XO]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22994</guid>
		<description><![CDATA[Custom WordPress Design and Developments This post will start a series of articles about building custom Websites based on WordPress and the Semiomantics XO Theme. We will therefore use most of our remaining daily Ycademy calls this month to go into advanced customization issues. But first we will start at the beginning by planning and formulating a project which will allow us to test code, functions and design. The WordPress Custom Project For the purpose of this exercise, we will build plan and execute a hypothetical customer’s project. The new website will be about WordPress, namely about WordPress Tips, Themes and Plugins. It’s a site for a WordPress developer and web designer. The Architecture of the site The structure of the Website will be based on WordPress and include some static pages such as the About, Contact, Imprint and Privacy pages as well as structured dynamic content.  As the site will focus on 3 main topics, Tips, Themes and Plugins, we will build for each of these topics custom Posts and Taxonomies. The Developer’s environment To build the new website in a test environment, we install BitNami and namely the WordPress stack (free download). BitNami creates an independent (Apache) server [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/xo-photo-press-wordpress-theme/" rel="bookmark" title="XO Photo Press WordPress Theme">XO Photo Press WordPress Theme</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/elegant-wordpress-by-semiomantics-101/" rel="bookmark" title="Elegant WordPress by Semiomantics 101">Elegant WordPress by Semiomantics 101</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/how-to-customize-your-wordpress-typography/" rel="bookmark" title="How to Customize your WordPress Typography">How to Customize your WordPress Typography</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/wordpress-personal-cms-and-blog/" rel="bookmark" title="WordPress Personal CMS and Blog">WordPress Personal CMS and Blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Custom_WordPress_Design_and_Developments"><h2>Custom WordPress Design and Developments</h2></span>
<p>This post will start a series of articles about building custom Websites based on WordPress and the Semiomantics XO Theme.</p>
<p>We will therefore use most of our remaining daily Ycademy calls this month to go into advanced customization issues. But first we will start at the beginning by planning and formulating a project which will allow us to test code, functions and design.</p>
<div id="attachment_22995" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/custom-wp-newspaper-magazine-theme.jpg"><img class="size-large wp-image-22995" title="Semiomantics XO Custom Theme for WordPress" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/custom-wp-newspaper-magazine-theme-460x345.jpg" alt="Semiomantics XO Custom Theme for WordPress" width="460" height="345" /></a><p class="wp-caption-text">Semiomantics XO Custom Theme for WordPress</p></div>
<span id="The_WordPress_Custom_Project"><h3>The WordPress Custom Project</h3></span>
<p>For the purpose of this exercise, we will build plan and execute a hypothetical customer’s project.</p>
<p>The new website will be about WordPress, namely about WordPress Tips, Themes and Plugins. It’s a site for a WordPress developer and web designer.</p>
<span id="The_Architecture_of_the_site"><h3>The Architecture of the site</h3></span>
<p>The structure of the Website will be based on WordPress and include some static pages such as the About, Contact, Imprint and Privacy pages as well as structured dynamic content.  As the site will focus on 3 main topics, Tips, Themes and Plugins, we will build for each of these topics custom Posts and Taxonomies.</p>
<span id="The_Developers_environment"><h3>The Developer’s environment</h3></span>
<p>To build the new website in a test environment, we install <a title="BitNami WordPress Stack" href="http://bitnami.org/stack/wordpress" >BitNami </a>and namely the WordPress stack (free download). BitNami creates an independent (Apache) server environment with MySQL server and installed WordPress, ready to use via our browser. If you are used to Firefox and Firebug, you will find it easy to customize your styles and designs.</p>
<p>Now we can access the WordPress Dashboard via the browser and the files using windows explorer.</p>
<p>We are ready to start working on our project. Please look forward to the next related post where we will start adding Semiomantics XO and start building our custom child theme.</p>
<p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/xo-photo-press-wordpress-theme/' rel='bookmark' title='XO Photo Press WordPress Theme'>XO Photo Press WordPress Theme</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/elegant-wordpress-by-semiomantics-101/' rel='bookmark' title='Elegant WordPress by Semiomantics 101'>Elegant WordPress by Semiomantics 101</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/how-to-customize-your-wordpress-typography/' rel='bookmark' title='How to Customize your WordPress Typography'>How to Customize your WordPress Typography</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/wordpress-personal-cms-and-blog/' rel='bookmark' title='WordPress Personal CMS and Blog'>WordPress Personal CMS and Blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-build-a-custom-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SuperMoon 2012 Image</title>
		<link>http://myvouliagmeni.net/vouliagmeni/supermoon-2012-image/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/supermoon-2012-image/#comments</comments>
		<pubDate>Tue, 08 May 2012 17:35:27 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[Greece]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[SuperMoon]]></category>
		<category><![CDATA[Vouliagmeni Accommodation]]></category>
		<category><![CDATA[Vouliagmeni Dining out]]></category>
		<category><![CDATA[Vouliagmeni Events]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni Hotels]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Vouliagmeni People]]></category>
		<category><![CDATA[Vouliagmeni real Estate]]></category>
		<category><![CDATA[Vouliagmeni Restaurants]]></category>
		<category><![CDATA[Vouliagmeni Shopping]]></category>
		<category><![CDATA[Vouliagmeni Tavernas]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22990</guid>
		<description><![CDATA[SuperMoon 2012 Image The edited version of the SuperMoon 2012 from Vouliagmeni. Incoming search terms:supermoon 2012super moon 2012supermoon in greecesuper moon greeceRelated posts: How to shoot the Moon with a Point and Shoot Camera Flowers from Vouliagmeni Beach Image Editing and Post Editing Ycademy Online Seminar January 2012 Ycademy Online Seminar Photo Publishing with Evo for WordPress
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" rel="bookmark" title="How to shoot the Moon with a Point and Shoot Camera">How to shoot the Moon with a Point and Shoot Camera</a></li>
<li><a href="http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/" rel="bookmark" title="Flowers from Vouliagmeni Beach">Flowers from Vouliagmeni Beach</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography/image-editing-and-post-editing/" rel="bookmark" title="Image Editing and Post Editing">Image Editing and Post Editing</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-january-2012/" rel="bookmark" title="Ycademy Online Seminar January 2012">Ycademy Online Seminar January 2012</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/ycademy-online-seminar-photo-publishing-with-evo-for-wordpress/" rel="bookmark" title="Ycademy Online Seminar Photo Publishing with Evo for WordPress">Ycademy Online Seminar Photo Publishing with Evo for WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="SuperMoon_2012_Image"><h2>SuperMoon 2012 Image</h2></span>
<p>The edited version of the SuperMoon 2012 from Vouliagmeni.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/supermoon-2012-2.jpg"><img class="alignnone size-large wp-image-22992" title="SuperMoon 2012 Vouliagmeni Greece" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/supermoon-2012-2-460x345.jpg" alt="SuperMoon 2012 Vouliagmeni Greece" width="460" height="345" /></a></p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/vouliagmeni/supermoon-2012-image/" title="supermoon 2012">supermoon 2012</a></li><li><a href="http://yorgonestoridis.com/vouliagmeni/supermoon-2012-image/" title="super moon 2012">super moon 2012</a></li><li><a href="http://yorgonestoridis.com/vouliagmeni/supermoon-2012-image/" title="supermoon in greece">supermoon in greece</a></li><li><a href="http://yorgonestoridis.com/vouliagmeni/supermoon-2012-image/" title="super moon greece">super moon greece</a></li></ul><p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/' rel='bookmark' title='How to shoot the Moon with a Point and Shoot Camera'>How to shoot the Moon with a Point and Shoot Camera</a></li>
<li><a href='http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/' rel='bookmark' title='Flowers from Vouliagmeni Beach'>Flowers from Vouliagmeni Beach</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography/image-editing-and-post-editing/' rel='bookmark' title='Image Editing and Post Editing'>Image Editing and Post Editing</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-january-2012/' rel='bookmark' title='Ycademy Online Seminar January 2012'>Ycademy Online Seminar January 2012</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/ycademy-online-seminar-photo-publishing-with-evo-for-wordpress/' rel='bookmark' title='Ycademy Online Seminar Photo Publishing with Evo for WordPress'>Ycademy Online Seminar Photo Publishing with Evo for WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/supermoon-2012-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to shoot the Moon with a Point and Shoot Camera</title>
		<link>http://myvouliagmeni.net/vouliagmeni/how-to-shoot-the-moon-with-a-point-and-shoot-camera/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/how-to-shoot-the-moon-with-a-point-and-shoot-camera/#comments</comments>
		<pubDate>Sat, 05 May 2012 22:48:27 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[Full-moon]]></category>
		<category><![CDATA[Greece]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Vouliagmeni Accommodation]]></category>
		<category><![CDATA[Vouliagmeni Dining out]]></category>
		<category><![CDATA[Vouliagmeni Events]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni Hotels]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Vouliagmeni People]]></category>
		<category><![CDATA[Vouliagmeni real Estate]]></category>
		<category><![CDATA[Vouliagmeni Restaurants]]></category>
		<category><![CDATA[Vouliagmeni Shopping]]></category>
		<category><![CDATA[Vouliagmeni Tavernas]]></category>
		<category><![CDATA[Yorgo]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22979</guid>
		<description><![CDATA[Vouliagmeni Moon Photo with Point and Shoot Camera Believe it or not, it is possible to shoot the Moon with an average point and shoot camera. In fact, for as long as you dispose of a reasonable optical zoom (300–400 mm equivalent) and the possibility to switch to manual settings, you should be able to catch some details of the surface of the moon. Of course there will be a lack of detail and sharpness, but at least you won’t end up with just a white spot on a black background. As today the Moon is at it’s closest to the earth for this year, I did a test run last night and brought back the following shot: Vouliagmeni Moon May 4, 2012 This is about as good as it could get The above was shot with the following F-stop:                   f/6.3 Exposure time:    1/250 ISO-speed             ISO-400 Focal-length:        49 mm 35-mm focal length:  389 Exposure Program: Aperture Priority The idea was to figure out different settings to catch at least some of the texture of the surface of the moon. Vouliagmeni Full-moon May 5, 2012 Tonight I found a nice [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography/shooting-at-the-moon/" rel="bookmark" title="Shooting at the Moon">Shooting at the Moon</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/hd-video-with-your-digital-photo-camera/" rel="bookmark" title="HD Video with your Digital Photo Camera">HD Video with your Digital Photo Camera</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography/iphone-4-photo-camera-review-1/" rel="bookmark" title="iPhone 4 Photo Camera Review 1">iPhone 4 Photo Camera Review 1</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/vouliagmeni-kavouri-beach/" rel="bookmark" title="Vouliagmeni Kavouri Beach">Vouliagmeni Kavouri Beach</a></li>
<li><a href="http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/" rel="bookmark" title="Flowers from Vouliagmeni Beach">Flowers from Vouliagmeni Beach</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Vouliagmeni_Moon_Photo_with_Point_and_Shoot_Camera"><h2>Vouliagmeni Moon Photo with Point and Shoot Camera</h2></span>
<p>Believe it or not, it is possible to shoot the Moon with an average point and shoot camera. In fact, for as long as you dispose of a reasonable optical zoom (300–400 mm equivalent) and the possibility to switch to manual settings, you should be able to catch some details of the surface of the moon. Of course there will be a lack of detail and sharpness, but at least you won’t end up with just a white spot on a black background.</p>
<p>As today the Moon is at it’s closest to the earth for this year, I did a test run last night and brought back the following shot:</p>
<span id="Vouliagmeni_Moon_May_4_2012"><h3>Vouliagmeni Moon May 4, 2012</h3></span>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160786-460.png"><img class="alignnone size-full wp-image-22980" title="Vouliagmeni Moon MAy 4, 2012" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160786-460.png" alt="Vouliagmeni Moon MAy 4, 2012" width="460" height="287" /></a></p>
<p>This is about as good as it could get</p>
<p>The above was shot with the following</p>
<p>F-stop:                   f/6.3</p>
<p>Exposure time:    1/250</p>
<p>ISO-speed             ISO-400</p>
<p>Focal-length:        49 mm</p>
<p>35-mm focal length:  389</p>
<p>Exposure Program: Aperture Priority</p>
<p>The idea was to figure out different settings to catch at least some of the texture of the surface of the moon.</p>
<span id="Vouliagmeni_Full-moon_May_5_2012"><h3>Vouliagmeni Full-moon May 5, 2012</h3></span>
<p>Tonight I found a nice spot, just above Vouliagmeni’s Limanaki to catch the moon rising above the Varkiza Bay.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160874-final.jpg"><img class="alignnone size-large wp-image-22981" title="Vouliagmeni Full-moon May 5, 2012" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160874-final-460x345.jpg" alt="Vouliagmeni Full-moon May 5, 2012" width="460" height="345" /></a></p>
<p>Click to view the bigger version for more detail.</p>
<p>This time I went for Shutter Priority and ISO 200 which resulted in an Exposure Time of 0,77 sec. Also I used an Exposure Bias of +0.7 step.</p>
<p>Of course this is not the kind of quality you could expect from a professional picture, but it shows what you can do with most any point and shoot.</p>
<span id="Vouliagmeni_Moon_Variations"><h3>Vouliagmeni Moon Variations</h3></span>
<p>The temptation to pull such pictures through Photoshop is evident and I have not resisted just for the fun.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160827-big-reflection-460.jpg"><img class="alignnone size-full wp-image-22983" title="Vouliagmeni Full-moon" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160827-big-reflection-460.jpg" alt="Vouliagmeni Full-moon" width="460" height="613" /></a></p>
<p>And a cooler version, filtering out some red which we usually see when the moon rises at the sea:</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160874-final-colder-460.jpg"><img class="alignnone size-full wp-image-22985" title="Vouliagmeni Full-moon" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/L1160874-final-colder-460.jpg" alt="Vouliagmeni Full-moon" width="460" height="345" /></a></p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="moon may 5 2012">moon may 5 2012</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="full moon may 5 2012">full moon may 5 2012</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="full moon may 2012">full moon may 2012</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="moon">moon</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="THE MOON TONIGHT MAY 5 2012">THE MOON TONIGHT MAY 5 2012</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="may 5 moon">may 5 moon</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="may 5 2012 moon">may 5 2012 moon</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="pictures of the May 5 2012 moon">pictures of the May 5 2012 moon</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="greece moon may 5">greece moon may 5</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-shoot-the-moon-with-a-point-and-shoot-camera/" title="big moon tonight 2012">big moon tonight 2012</a></li></ul><p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography/shooting-at-the-moon/' rel='bookmark' title='Shooting at the Moon'>Shooting at the Moon</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-media/hd-video-with-your-digital-photo-camera/' rel='bookmark' title='HD Video with your Digital Photo Camera'>HD Video with your Digital Photo Camera</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography/iphone-4-photo-camera-review-1/' rel='bookmark' title='iPhone 4 Photo Camera Review 1'>iPhone 4 Photo Camera Review 1</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-media/vouliagmeni-kavouri-beach/' rel='bookmark' title='Vouliagmeni Kavouri Beach'>Vouliagmeni Kavouri Beach</a></li>
<li><a href='http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/' rel='bookmark' title='Flowers from Vouliagmeni Beach'>Flowers from Vouliagmeni Beach</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/how-to-shoot-the-moon-with-a-point-and-shoot-camera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Developments for Small and Home Business</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/mobile-developments-for-small-and-home-business/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/mobile-developments-for-small-and-home-business/#comments</comments>
		<pubDate>Wed, 02 May 2012 17:20:10 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Small]]></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[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22838</guid>
		<description><![CDATA[Mobile Developments for Small and Home Business The rapid expansion of the Mobile Web and the success of smartphones and tablets open new opportunities and imperatives for Website Developments. In as much as Semiomantics is concerned, the focus is set on two main issues: Conversion and integration of web content into an App Publishing on Multiple Platforms Optimization Conversion and integration of web content into an App Whether it is a simple blog or a shop, a photo site or a video library, a directory or any other content, your website can be converted and integrated into a mobile App. Production cost will vary in function of the complexity of the development. I mention cost at this point because for the time being, App developments are still relatively expensive, but that’s the price to pay for a seat in the front row. The mobile web and mobile devices and platforms offer today many features designed to enhance conversation, feedback and interaction which are much more dynamic, flexible and user-friendly than those offered on traditional websites. Also, an App is much easier to use on a smartphone than surfing a website. Bookmarking a website and then accessing (loading) it at a [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-mobile-developments-for-wordpress/" rel="bookmark" title="Semiomantics Mobile Developments">Semiomantics Mobile Developments</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/xo-mobile-theme-with-wptouch-pro/" rel="bookmark" title="XO Mobile Theme with WPTouch Pro">XO Mobile Theme with WPTouch Pro</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-business-theme-home-page/" rel="bookmark" title="WP Best Business Theme Home Page">WP Best Business Theme Home Page</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/larrie-perkins-yorgo-nestoridis-development/home-business-tax-benefits/" rel="bookmark" title="Home Business Tax Benefits">Home Business Tax Benefits</a></li>
<li><a href="http://yorgonestoridis.com/social-media/twitter/facebook-and-home-business/" rel="bookmark" title="Facebook and Home Business">Facebook and Home Business</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Mobile_Developments_for_Small_and_Home_Business"><h2>Mobile Developments for Small and Home Business</h2></span>
<p>The rapid expansion of the Mobile Web and the success of smartphones and tablets open new opportunities and imperatives for Website Developments. In as much as Semiomantics is concerned, the focus is set on two main issues:</p>
<ul>
<li>Conversion and integration of web content into an App</li>
<li>Publishing on Multiple Platforms</li>
<li>Optimization</li>
</ul>
<span id="Conversion_and_integration_of_web_content_into_an_App"><h3>Conversion and integration of web content into an App</h3></span>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-12.jpg"><img class="alignnone size-full wp-image-22840" title="YORGOO App" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-12.jpg" alt="YORGOO App" width="460" height="776" /></a></p>
<p>Whether it is a simple blog or a shop, a photo site or a video library, a directory or any other content, your website can be converted and integrated into a mobile App. Production cost will vary in function of the complexity of the development. I mention cost at this point because for the time being, App developments are still relatively expensive, but that’s the price to pay for a seat in the front row.</p>
<p>The mobile web and mobile devices and platforms offer today many features designed to enhance conversation, feedback and interaction which are much more dynamic, flexible and user-friendly than those offered on traditional websites. Also, an App is much easier to use on a smartphone than surfing a website.</p>
<p>Bookmarking a website and then accessing (loading) it at a later time is one thing; accessing an app with the content already downloaded to the device is a completely different story. Surfing the web on a smart device is in many countries relatively slow and linked to excessive cost for bandwidth. The App is a onetime download and thereafter only updates will need to be downloaded, which saves time and bandwidth.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-13.jpg"><img class="alignnone size-full wp-image-22841" title="Yorgo Nestoridis App update" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-13.jpg" alt="Yorgo Nestoridis App update" width="460" height="690" /></a></p>
<p>Communication between the user and the App owner or amongst the users can take place using all mobile features, from email, over SMS to Push Notifications which will display an alert immediately. Skype integration (or other communication plugins) is a plus.</p>
<span id="Publishing_on_Multiple_Platforms"><h3>Publishing on Multiple Platforms</h3></span>
<p>The mobile web has been dominated by Blackberry first, today by Apple (iOS, iPhone, iPad), Android Operating System by Google and Microsoft with Windows Mobile. Producing for multiple platforms is costly but seems to become a necessity for as long as no uniform standards prevail.</p>
<p>Like publishing a website, App publishing has to do with visibility, traffic and sales. Mobile web users are active on Google, Facebook and in App Stores to find what they are looking for. This is a key issue: Apple’s App Store with over 500 000 Apps has become a real search heaven. If your name, brand or product is not available there, you are losing out on the potential of the mobile market.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-6.jpg"><img class="alignnone size-full wp-image-22844" title="Semantics App Developments for Small and Home Business" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-6.jpg" alt="Semantics App Developments for Small and Home Business" width="460" height="776" /></a></p>
<span id="App_Store_Optimization_and_Marketing"><h3>App Store Optimization and Marketing</h3></span>
<p>You can write the best App in this world, if it cannot be discovered by interested people, it’s worthless. As mobile web users surf the stores to find Apps corresponding to their needs, it is important to</p>
<ol>
<li>Optimize the App you submit to a store and to monitor downloads and reviews</li>
<li>Market the App inside and outside the store.</li>
<li>Make sure search algorithms can detect and become aware of the existence of your app and as the case may be optimize for top ranking.</li>
</ol>
<p>For the time being it is not clear how Search Engines will deal with Apps nor how App stores will make more App related info available to bots, however it can be expected that sooner or later Google will include App results as they have included Video and Images or Local Content into their search returns.</p>
<p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-mobile-developments-for-wordpress/' rel='bookmark' title='Semiomantics Mobile Developments'>Semiomantics Mobile Developments</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/xo-mobile-theme-with-wptouch-pro/' rel='bookmark' title='XO Mobile Theme with WPTouch Pro'>XO Mobile Theme with WPTouch Pro</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-business-theme-home-page/' rel='bookmark' title='WP Best Business Theme Home Page'>WP Best Business Theme Home Page</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/larrie-perkins-yorgo-nestoridis-development/home-business-tax-benefits/' rel='bookmark' title='Home Business Tax Benefits'>Home Business Tax Benefits</a></li>
<li><a href='http://yorgonestoridis.com/social-media/twitter/facebook-and-home-business/' rel='bookmark' title='Facebook and Home Business'>Facebook and Home Business</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/mobile-developments-for-small-and-home-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Developments for Small and Home Business</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/mobile-developments-for-small-and-home-business-2/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/mobile-developments-for-small-and-home-business-2/#comments</comments>
		<pubDate>Wed, 02 May 2012 17:20:10 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Small]]></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[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22838</guid>
		<description><![CDATA[Mobile Developments for Small and Home Business The rapid expansion of the Mobile Web and the success of smartphones and tablets open new opportunities and imperatives for Website Developments. In as much as Semiomantics is concerned, the focus is set on two main issues: Conversion and integration of web content into an App Publishing on Multiple Platforms Optimization Conversion and integration of web content into an App Whether it is a simple blog or a shop, a photo site or a video library, a directory or any other content, your website can be converted and integrated into a mobile App. Production cost will vary in function of the complexity of the development. I mention cost at this point because for the time being, App developments are still relatively expensive, but that’s the price to pay for a seat in the front row. The mobile web and mobile devices and platforms offer today many features designed to enhance conversation, feedback and interaction which are much more dynamic, flexible and user-friendly than those offered on traditional websites. Also, an App is much easier to use on a smartphone than surfing a website. Bookmarking a website and then accessing (loading) it at a [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-mobile-developments-for-wordpress/" rel="bookmark" title="Semiomantics Mobile Developments">Semiomantics Mobile Developments</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/xo-mobile-theme-with-wptouch-pro/" rel="bookmark" title="XO Mobile Theme with WPTouch Pro">XO Mobile Theme with WPTouch Pro</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-business-theme-home-page/" rel="bookmark" title="WP Best Business Theme Home Page">WP Best Business Theme Home Page</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/larrie-perkins-yorgo-nestoridis-development/home-business-tax-benefits/" rel="bookmark" title="Home Business Tax Benefits">Home Business Tax Benefits</a></li>
<li><a href="http://yorgonestoridis.com/social-media/twitter/facebook-and-home-business/" rel="bookmark" title="Facebook and Home Business">Facebook and Home Business</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Mobile_Developments_for_Small_and_Home_Business"><h2>Mobile Developments for Small and Home Business</h2></span>
<p>The rapid expansion of the Mobile Web and the success of smartphones and tablets open new opportunities and imperatives for Website Developments. In as much as Semiomantics is concerned, the focus is set on two main issues:</p>
<ul>
<li>Conversion and integration of web content into an App</li>
<li>Publishing on Multiple Platforms</li>
<li>Optimization</li>
</ul>
<span id="Conversion_and_integration_of_web_content_into_an_App"><h3>Conversion and integration of web content into an App</h3></span>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-12.jpg"><img class="alignnone size-full wp-image-22840" title="YORGOO App" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-12.jpg" alt="YORGOO App" width="460" height="776" /></a></p>
<p>Whether it is a simple blog or a shop, a photo site or a video library, a directory or any other content, your website can be converted and integrated into a mobile App. Production cost will vary in function of the complexity of the development. I mention cost at this point because for the time being, App developments are still relatively expensive, but that’s the price to pay for a seat in the front row.</p>
<p>The mobile web and mobile devices and platforms offer today many features designed to enhance conversation, feedback and interaction which are much more dynamic, flexible and user-friendly than those offered on traditional websites. Also, an App is much easier to use on a smartphone than surfing a website.</p>
<p>Bookmarking a website and then accessing (loading) it at a later time is one thing; accessing an app with the content already downloaded to the device is a completely different story. Surfing the web on a smart device is in many countries relatively slow and linked to excessive cost for bandwidth. The App is a onetime download and thereafter only updates will need to be downloaded, which saves time and bandwidth.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-13.jpg"><img class="alignnone size-full wp-image-22841" title="Yorgo Nestoridis App update" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-13.jpg" alt="Yorgo Nestoridis App update" width="460" height="690" /></a></p>
<p>Communication between the user and the App owner or amongst the users can take place using all mobile features, from email, over SMS to Push Notifications which will display an alert immediately. Skype integration (or other communication plugins) is a plus.</p>
<span id="Publishing_on_Multiple_Platforms"><h3>Publishing on Multiple Platforms</h3></span>
<p>The mobile web has been dominated by Blackberry first, today by Apple (iOS, iPhone, iPad), Android Operating System by Google and Microsoft with Windows Mobile. Producing for multiple platforms is costly but seems to become a necessity for as long as no uniform standards prevail.</p>
<p>Like publishing a website, App publishing has to do with visibility, traffic and sales. Mobile web users are active on Google, Facebook and in App Stores to find what they are looking for. This is a key issue: Apple’s App Store with over 500 000 Apps has become a real search heaven. If your name, brand or product is not available there, you are losing out on the potential of the mobile market.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-6.jpg"><img class="alignnone size-full wp-image-22844" title="Semantics App Developments for Small and Home Business" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-6.jpg" alt="Semantics App Developments for Small and Home Business" width="460" height="776" /></a></p>
<span id="App_Store_Optimization_and_Marketing"><h3>App Store Optimization and Marketing</h3></span>
<p>You can write the best App in this world, if it cannot be discovered by interested people, it’s worthless. As mobile web users surf the stores to find Apps corresponding to their needs, it is important to</p>
<ol>
<li>Optimize the App you submit to a store and to monitor downloads and reviews</li>
<li>Market the App inside and outside the store.</li>
<li>Make sure search algorithms can detect and become aware of the existence of your app and as the case may be optimize for top ranking.</li>
</ol>
<p>For the time being it is not clear how Search Engines will deal with Apps nor how App stores will make more App related info available to bots, however it can be expected that sooner or later Google will include App results as they have included Video and Images or Local Content into their search returns.</p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/mobile-developments-for-small-and-home-business/" title="alert update app">alert update app</a></li></ul><p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-mobile-developments-for-wordpress/' rel='bookmark' title='Semiomantics Mobile Developments'>Semiomantics Mobile Developments</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/xo-mobile-theme-with-wptouch-pro/' rel='bookmark' title='XO Mobile Theme with WPTouch Pro'>XO Mobile Theme with WPTouch Pro</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-business-theme-home-page/' rel='bookmark' title='WP Best Business Theme Home Page'>WP Best Business Theme Home Page</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/larrie-perkins-yorgo-nestoridis-development/home-business-tax-benefits/' rel='bookmark' title='Home Business Tax Benefits'>Home Business Tax Benefits</a></li>
<li><a href='http://yorgonestoridis.com/social-media/twitter/facebook-and-home-business/' rel='bookmark' title='Facebook and Home Business'>Facebook and Home Business</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/mobile-developments-for-small-and-home-business-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Photoshop CS6 Beta</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/new-photoshop-cs6-beta/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/new-photoshop-cs6-beta/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 17:34:40 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[CS6]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[is]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[What]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22745</guid>
		<description><![CDATA[Photoshop CS6 Today let’s have a look at Photoshop CS6 Beta which is available for free download from Adobe. The version is called ‘Superstition’ and it is the first significant update to Photoshop since CS5 ( in the Suite CS5.5 Adobe delivered the same Photoshop as in CS5). Who is Photoshop CS6 for? Having thoroughly tested the new Photoshop CS6 Beta, it seems to me that this version is addressing namely people who are working with digital photos and videos; also the 3D features have been significantly improved. In other words, if you are not using Photoshop to edit your images, needing content aware patching and selective blurring, there is no real need to upgrade your CS5. If however you are a photo freak and if you are shooting short videos, then Photoshop CS6 is a smashing program, allowing you to go beyond what photography can do (such as multiple shallow depth of field areas on a single image). What is new on Photoshop CS6? This is what’s new on Photoshop CS6:     UI redesign (all new icons and optional dark UI) OK, they copied (sorry, got inspired by (big companies don’t copy, huh)) Apple’s Aperture; you can switch back [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/photoshop-3d-design/" rel="bookmark" title="3D Photoshop Exercise">3D Photoshop Exercise</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/photoshop-ycademy/" rel="bookmark" title="Photoshop Ycademy">Photoshop Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/resize-a-picture-in-photoshop/" rel="bookmark" title="Resizing Pictures in Photoshop">Resizing Pictures in Photoshop</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/book-covers-and-jewel-cases-with-photoshop/" rel="bookmark" title="Book covers and Jewel Cases with Photoshop">Book covers and Jewel Cases with Photoshop</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/photoshop-borders-ycademy/" rel="bookmark" title="Photoshop Borders Ycademy">Photoshop Borders Ycademy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Photoshop_CS6"><h2>Photoshop CS6</h2></span>
<div class='toc wptoc'>
<h2>Contents</h2>
<ol class='toc-odd level-1'>
	<li>
		<a href="#Photoshop_CS6">Photoshop CS6</a>
	</li>
	<li>
		<a href="#Who_is_Photoshop_CS6_for">Who is Photoshop CS6 for?</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#What_is_new_on_Photoshop_CS6">What is new on Photoshop CS6?</a>
			</li>
			<li>
				<a href="#Photoshop_CS6_must_see_videos">Photoshop CS6 must see videos</a>
			</li>
			<li>
				<a href="#Photoshop_CS6_and_Windows_8">Photoshop CS6 and Windows 8</a>
			</li>
			<li>
				<a href="#Photoshop_CS6_verdict">Photoshop CS6 verdict</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div class='wptoc-end'> </div>
<p>Today let’s have a look at Photoshop CS6 Beta which is available for free download from Adobe. The version is called ‘Superstition’ and it is the first significant update to Photoshop since CS5 ( in the Suite CS5.5 Adobe delivered the same Photoshop as in CS5).</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/photoshop6.jpg"><img class="alignnone size-large wp-image-22746" title="Photoshop CS6 Superstition" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/photoshop6-460x339.jpg" alt="Photoshop CS6 Superstition" width="460" height="339" /></a></p>
<span id="Who_is_Photoshop_CS6_for"><h2>Who is Photoshop CS6 for?</h2></span>
<p>Having thoroughly tested the new Photoshop CS6 Beta, it seems to me that this version is addressing namely people who are working with digital photos and videos; also the 3D features have been significantly improved.</p>
<p>In other words, if you are not using Photoshop to edit your images, needing content aware patching and selective blurring, there is no real need to upgrade your CS5.</p>
<p>If however you are a photo freak and if you are shooting short videos, then Photoshop CS6 is a smashing program, allowing you to go beyond what photography can do (such as multiple shallow depth of field areas on a single image).</p>
<div id="attachment_22747" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/photoshop-cs6-1.jpg"><img class="size-large wp-image-22747" title="Photoshop CS6" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/photoshop-cs6-1-460x322.jpg" alt="Photoshop CS6" width="460" height="322" /></a><p class="wp-caption-text">Click to view</p></div>
<span id="What_is_new_on_Photoshop_CS6"><h3>What is new on Photoshop CS6?</h3></span>
<p>This is what’s new on Photoshop CS6:</p>
<ul>
<li>    UI redesign (all new icons and optional dark UI) OK, they copied (sorry, got inspired by (big companies don’t copy, huh)) Apple’s Aperture; you can switch back to the old colors in the Beta version.</li>
</ul>
<ul>
<li>    Auto and background saves. (… no comment).</li>
</ul>
<ul>
<li>    Content-aware Patch and Move tools  (Smashing stuff for Photo freaks!).</li>
</ul>
<ul>
<li>    Blur Gallery (smashing as well as you go beyond photography!).</li>
</ul>
<ul>
<li>    Color Range: skin tone and face detection (OK but not smashing).</li>
</ul>
<ul>
<li>    Adobe Camera RAW 7 (this really brings out the detail of RAW formats).</li>
</ul>
<ul>
<li>    Enhanced crop tool (at last they understood what we want)!</li>
</ul>
<ul>
<li>    New properties panel (so what?).</li>
</ul>
<ul>
<li>    Enhanced video support (good stuff, namely if you don’t have a real video editor).</li>
</ul>
<ul>
<li>    Oil Paint filter (I don’t like this McDonald’s stuff).</li>
</ul>
<ul>
<li>    Adaptive Wide Angle filter (Brilliant stuff)!</li>
</ul>
<ul>
<li>    Paragraph and Character Styles (Great stuff — but only if you need to edit text with Photoshop).</li>
</ul>
<ul>
<li>    Updated Printing UI (no substantial change — just for the look …).</li>
</ul>
<span id="Photoshop_CS6_must_see_videos"><h3>Photoshop CS6 must see videos</h3></span>
<p>There are two videos I recommend to get an impression of the good stuff contained in Photoshop CS6:</p>
<p><a title="Photoshop CS6 Favorites" href="http://www.youtube.com/watch?v=PTYcRWPsZUg&amp;feature=autoplay&amp;list=PL8776E00BAFB19D73&amp;lf=plpp_video&amp;playnext=4" >Russel Brown’s 6 favorites</a></p>
<p><a title="Photoshop 6 Favorites" href="http://www.youtube.com/watch?v=uBLXzDvSH7k&amp;feature=BFa&amp;list=PL8776E00BAFB19D73&amp;lf=plpp_video" >Julieanne Kost’s Favorites</a></p>
<span id="Photoshop_CS6_and_Windows_8"><h3>Photoshop CS6 and Windows 8</h3></span>
<p>I have installed Photoshop CS6 on my Windows 8 installation and it works great! I am just still frustrated by the 64 bit version which is still slower than the 32 bit edition. Also my OnOne tools don’t fit into and work on the 64bit version.</p>
<p>Having said that, the new CS6 Photoshop (32 bit) is much faster than the previous version.</p>
<div id="attachment_22750" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/photoshop-cs6-2.jpg"><img class="size-large wp-image-22750" title="Photoshop CS6 Blur" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/photoshop-cs6-2-460x322.jpg" alt="Photoshop CS6 Blur" width="460" height="322" /></a><p class="wp-caption-text">Click to view</p></div>
<p>Here above an exaggerated tilt-shift blur on a picture taken this week at a basketball game (Panathinaikos vs Macabi which we won :-)); the feature helps to blur faces from excited fans allowing the publication of the image.</p>
<div id="attachment_22752" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/panathinaikos-makabi.jpg"><img class="size-large wp-image-22752" title="Panathinaikos vs Macabi" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/panathinaikos-makabi-460x345.jpg" alt="Panathinaikos vs Macabi" width="460" height="345" /></a><p class="wp-caption-text">Click to view</p></div>
<div id="attachment_22751" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/panathinaikos-makabi.-finaljpg.jpg"><img class="size-large wp-image-22751" title="Panathinaikos vs Macabi 2012" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/panathinaikos-makabi.-finaljpg-460x345.jpg" alt="Panathinaikos vs Macabi 2012" width="460" height="345" /></a><p class="wp-caption-text">Click to view</p></div>
<span id="Photoshop_CS6_verdict"><h3>Photoshop CS6 verdict</h3></span>
<p>Yes, I like Photoshop CS6 simply because I love photography. Any tool helping to make the best use of a RAW or a JPEG file is welcome for as long as it helps to improve my photographic shortcomings. But CS6 goes further: it allows to apply filters to create effects which cannot be achieved just with photography without destroying pure photography. I am namely thinking of the blur filters.</p>
<p>Photoshop CS6 is better than most cameras out there and that’s another big advantage namely for people who don’t invest in high quality cams or who use just mobile phones to shoot pics and videos. The big question remains: is it worth while to invest into the upgrade? Put it that way: if you go for quality photo editing, Photoshop is THE tool and CS6 is a great step ahead of CS5. Together with Lightroom 4 and the latest OnOne Plugins you are well equipped to get the best out of your pics with an efficient workflow.</p>
<p>In as much as I am concerned, I guess I will not open my CS5.5 anymore.</p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="photoshop cs6">photoshop cs6</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="photoshop cs6 superstition">photoshop cs6 superstition</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="windows 8 photoshop">windows 8 photoshop</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="photoshop plugins free download">photoshop plugins free download</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="cs6 free download">cs6 free download</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="photoshop cs 6">photoshop cs 6</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="photoshop cs6 ui">photoshop cs6 ui</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="PhotoShop CS6 Beta">PhotoShop CS6 Beta</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="icon photoshop cs6">icon photoshop cs6</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-photoshop-cs6-beta/" title="free photoshop plugins cs 6">free photoshop plugins cs 6</a></li></ul><p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/photoshop-3d-design/' rel='bookmark' title='3D Photoshop Exercise'>3D Photoshop Exercise</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/photoshop-ycademy/' rel='bookmark' title='Photoshop Ycademy'>Photoshop Ycademy</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/resize-a-picture-in-photoshop/' rel='bookmark' title='Resizing Pictures in Photoshop'>Resizing Pictures in Photoshop</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/book-covers-and-jewel-cases-with-photoshop/' rel='bookmark' title='Book covers and Jewel Cases with Photoshop'>Book covers and Jewel Cases with Photoshop</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/photoshop-borders-ycademy/' rel='bookmark' title='Photoshop Borders Ycademy'>Photoshop Borders Ycademy</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/new-photoshop-cs6-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Facebook Pages Publishing Concept</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/new-facebook-pages-publishing-concept/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/new-facebook-pages-publishing-concept/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 12:15:15 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Concept]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Timeline]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22734</guid>
		<description><![CDATA[Facebook Page Publishing with New Timeline As from March 30, Facebook pages will change their look and features. I have presented the new options at last week-end’s Ycademy Seminar. In order to take advantage of the new features, companies, brands or people in general must adapt to the new format and can optionally expand visibility and interactivity using a well thought publishing concept. The concept I am talking about is the Semiomantics Facebook Publishing Concept. Semiomantics Facebook Publishing Concept Semiomantics has been focused on developing high performance scripts for online publishing since 2008. Originally the main target was SEO to reach Google Top 10 listings and to gain high visibility and traffic on and from search engines. Semiomantics main concern has always been to control and secure content and to make it available online in the customer’s own rights, rather than to entrust third party sites such as social networks with the content and letting them handle the publication. The second most important concern is productivity and an efficient workflow, allowing to edit and publish on one place only all content for the web (including the mobile web) and to channel it then to the different target locations, networks and [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/best-facebook-pages-2/" rel="bookmark" title="Best Facebook Pages">Best Facebook Pages</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/facebook-marketing-2-2/" rel="bookmark" title="Facebook Marketing 2">Facebook Marketing 2</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-optimization-for-facebook/" rel="bookmark" title="Semiomantics Optimization for Facebook">Semiomantics Optimization for Facebook</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-for-facebook-fan-pages-with-fblaster/" rel="bookmark" title="WordPress for Facebook Fan Pages with FBlaster">WordPress for Facebook Fan Pages with FBlaster</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Facebook_Page_Publishing_with_New_Timeline"><h2>Facebook Page Publishing with New Timeline</h2></span>
<div class='toc wptoc'>
<h2>Contents</h2>
<ol class='toc-odd level-1'>
	<li>
		<a href="#Facebook_Page_Publishing_with_New_Timeline">Facebook Page Publishing with New Timeline</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#Semiomantics_Facebook_Publishing_Concept">Semiomantics Facebook Publishing Concept</a>
			</li>
			<li>
				<a href="#The_Semiomantics_Publisher">The Semiomantics Publisher</a>
			</li>
			<li>
				<a href="#The_Facebook_Publishing_Concept">The Facebook Publishing Concept</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div class='wptoc-end'> </div>
<p>As from March 30, Facebook pages will change their look and features. I have presented the new options at last week-end’s Ycademy Seminar. In order to take advantage of the new features, companies, brands or people in general must adapt to the new format and can optionally expand visibility and interactivity using a well thought publishing concept. The concept I am talking about is the Semiomantics Facebook Publishing Concept.</p>
<div id="attachment_22738" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com"><img class="size-large wp-image-22738" title="Semiomantics Facebook Publishing Concept" src="http://yorgonestoridis.com/wp-content/uploads/2012/03/semio1-460x170.png" alt="Semiomantics Facebook Publishing Concept" width="460" height="170" /></a><p class="wp-caption-text">Semiomantics Facebook Publishing Concept</p></div>
<span id="Semiomantics_Facebook_Publishing_Concept"><h3>Semiomantics Facebook Publishing Concept</h3></span>
<p>Semiomantics has been focused on developing high performance scripts for online publishing since 2008. Originally the main target was SEO to reach Google Top 10 listings and to gain high visibility and traffic on and from search engines.</p>
<p>Semiomantics main concern has always been to control and secure content and to make it available online in the customer’s own rights, rather than to entrust third party sites such as social networks with the content and letting them handle the publication. The second most important concern is productivity and an efficient workflow, allowing to edit and publish on one place only all content for the web (including the mobile web) and to channel it then to the different target locations, networks and sites.</p>
<p>The Semiomantics Facebook Publishing Concept is in line with Semiomantics proven SEO.</p>
<span id="The_Semiomantics_Publisher"><h3>The Semiomantics Publisher</h3></span>
<p>In the center of the concept we position the Semiomantics Publisher, a WordPress based website expanded with all necessary bells and whistles to communicate with Search Engines and Social Networks as well as with the Mobile Web.</p>
<p>The most popular base is <a title="Semiomantics XO" href="http://semiomantics.com" >Semiomantics XO</a>, the semantic framework and theme developed since 2008. It is not what you add to Semiomantics XO but how you add it that makes the difference when it comes to plugins and add-on software. That’s why Semiomantics XO is mostly used for Customized Websites by professional Developers and Designers.</p>
<p>For the purpose of efficiently publishing to Facebook (and other social networks) Semiomantics has integrated, optimized  and further developed the best Facebook integration scripts out there, allowing to provide customers with an easy to use, homogeneous solution.</p>
<span id="The_Facebook_Publishing_Concept"><h3>The Facebook Publishing Concept</h3></span>
<p>Once expanded with Social Media Publishing scripts, the Semiomantics publishing framework provides custom taxonomies specially designed for FB Content creating, publishing and managing. The idea behind this concept is, that all content is published on our own website and when the Facebook page is called, the traffic hits our own site.</p>
<p>From the Dashboard we can set-up an unlimited number of such pages easily and quickly using the same editor as we use for WP dynamic posts or pages.</p>
<p>To get the pages hooked and deeply integrated into Facebook, we need to use the Facebook App and OpenGraph features. Don’t worry, it’s easy to handle once set up:-).</p>
<p>So, once we have created our FB Page content on our website, we create a Facebook App and then a Facebook Page. We link the App with our Website (from the Dashboard) and with the Facebook Page. Adding our App to Favorites on Facebook, we end up with a Favorites Tab on timeline (to the right below the cover image).</p>
<div id="attachment_22739" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com"><img class="size-large wp-image-22739" title="Facebook Timeline Page" src="http://yorgonestoridis.com/wp-content/uploads/2012/03/semio2-460x256.png" alt="Facebook Timeline Page" width="460" height="256" /></a><p class="wp-caption-text">Facebook Timeline Page</p></div>
<p>Facebook Timeline Pages let us display 3 Featured Tabs on the first line, the Photo tab being fixed and cannot be replaced. Using the small icon on the right of the tabs, the page reveals another 8 tabs for additional use and display of apps. There we will lodge our additional pages created on our Website.</p>
<p>We end up with a Facebook page with highly visible tabs leading to content on our website, be it a shop, images, videos, sliders or any other content. By interlinking the so created pages and apps we offer easy navigation for our Facebook readers and can provide all the content you would never want to entrust Facebook with or share a license with Facebook, like for example on your graphics, logos and other content. (See Facebook’s terms.)</p>
<p>The following post will detail the set-up and procedure.</p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="facebook publisher integration">facebook publisher integration</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="adding tabs to favorites on facebook timeline">adding tabs to favorites on facebook timeline</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="facebook how publish to new fan page">facebook how publish to new fan page</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="facebook page concept 2012">facebook page concept 2012</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="how to edit favorites on facebook pages">how to edit favorites on facebook pages</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="how to not publish timeline on facebook">how to not publish timeline on facebook</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="publish from wordpress to new facebook page timeline">publish from wordpress to new facebook page timeline</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="publishing wordpress on timeline">publishing wordpress on timeline</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" title="static pages facebook timeline">static pages facebook timeline</a></li></ul><p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/' rel='bookmark' title='Facebook Strategy with WordPress'>Facebook Strategy with WordPress</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/best-facebook-pages-2/' rel='bookmark' title='Best Facebook Pages'>Best Facebook Pages</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/facebook-marketing-2-2/' rel='bookmark' title='Facebook Marketing 2'>Facebook Marketing 2</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-optimization-for-facebook/' rel='bookmark' title='Semiomantics Optimization for Facebook'>Semiomantics Optimization for Facebook</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-for-facebook-fan-pages-with-fblaster/' rel='bookmark' title='WordPress for Facebook Fan Pages with FBlaster'>WordPress for Facebook Fan Pages with FBlaster</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/new-facebook-pages-publishing-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Optimize your Impact on Social and Mobile Networks</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 18:15:24 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Impact]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Nestoridis]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Optimizing]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Social]]></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[WordPress]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22684</guid>
		<description><![CDATA[Ycademy: Facebook, WP and the Mobile Web Ycademy Online Seminar This month’s Ycademy Online Seminar will take place on March 24 and 25, starting at 1 pm London (GMT) time and ending at 21 pm London time on both days. Some of our developers have asked for a program covering Social Networks, namely Facebook and the Mobile Web and how to take advantage of them to distribute, promote and gain high visibility with own content.   The Seminar will cover the following areas: 1. Facebook and other Social Networks Strategies for Individuals Strategies for Businesses Strategy for Brands As you may know, Facebook will change  the rules of the game on March 31, when the new FB pages will be released (again!). In fact the new FB page format will be similar to the timeline format and a few important changes will be of utmost importance to businesses and promoters. New Facebook Cover Photo and Profile Image Larger, Highlighted and Pinned Posts Company Milestones New Applications Facebook Offers FB Insights, Admin Panel and Messaging Facebook Advertizing If some of the above topics do not have a meaning for you, never mind: we will deal with them and make sure you [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/facebook-and-mobile-web-seminar-by-ycademy/" rel="bookmark" title="Facebook and Mobile Web Seminar by Ycademy">Facebook and Mobile Web Seminar by Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/social-network-publishing-model/" rel="bookmark" title="Social Network Publishing Model">Social Network Publishing Model</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/social-media-marketing-news-102/" rel="bookmark" title="Social Media Marketing Seminar">Social Media Marketing Seminar</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-may-2011/" rel="bookmark" title="Ycademy Online Seminar May 2011">Ycademy Online Seminar May 2011</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Ycademy:_Facebook_WP_and_the_Mobile_Web"><h2>Ycademy: Facebook, WP and the Mobile Web</h2></span>
<div class='toc wptoc'>
<h2>Contents</h2>
<ol class='toc-odd level-1'>
	<li>
		<a href="#Ycademy:_Facebook_WP_and_the_Mobile_Web">Ycademy: Facebook, WP and the Mobile Web</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#Ycademy_Online_Seminar">Ycademy Online Seminar</a>
			</li>
		</ol>
	<li>
		<a href="#Facebook_and_other_Social_Networks">1. Facebook and other Social Networks</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#Strategies_for_Individuals">Strategies for Individuals</a>
			</li>
			<li>
				<a href="#Strategies_for_Businesses">Strategies for Businesses</a>
			</li>
			<li>
				<a href="#Strategy_for_Brands">Strategy for Brands</a>
			</li>
			<li>
				<a href="#New_Facebook_Cover_Photo_and_Profile_Image">New Facebook Cover Photo and Profile Image</a>
			</li>
			<li>
				<a href="#Larger_Highlighted_and_Pinned_Posts">Larger, Highlighted and Pinned Posts</a>
			</li>
			<li>
				<a href="#Company_Milestones">Company Milestones</a>
			</li>
			<li>
				<a href="#New_Applications">New Applications</a>
			</li>
			<li>
				<a href="#Facebook_Offers">Facebook Offers</a>
			</li>
			<li>
				<a href="#FB_Insights_Admin_Panel_and_Messaging">FB Insights, Admin Panel and Messaging</a>
			</li>
			<li>
				<a href="#Facebook_Advertizing">Facebook Advertizing</a>
			</li>
			<li>
				<a href="#Publishing_your_Managed_Content_on_Facebook">Publishing your Managed Content on Facebook</a>
			</li>
			<li>
				<a href="#Form_WordPress_to_Mobile_to_Facebook_to_Local_...">Form WordPress, to Mobile, to Facebook, to Local …</a>
			</li>
			<li>
				<a href="#Seminar_Tickets">Seminar Tickets</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div class='wptoc-end'> </div>
<span id="Ycademy_Online_Seminar"><h3>Ycademy Online Seminar</h3></span>
<p>This month’s Ycademy Online Seminar will take place on March 24 and 25, starting at 1 pm London (GMT) time and ending at 21 pm London time on both days.</p>
<p>Some of our developers have asked for a program covering Social Networks, namely Facebook and the Mobile Web and how to take advantage of them to distribute, promote and gain high visibility with own content.</p>
<p> </p>
<p>The Seminar will cover the following areas:</p>
<span id="Facebook_and_other_Social_Networks"><h2>1. Facebook and other Social Networks</h2></span>
<ul>
<li>
<span id="Strategies_for_Individuals"><h3>Strategies for Individuals</h3></span>
</li>
<li>
<span id="Strategies_for_Businesses"><h3>Strategies for Businesses</h3></span>
</li>
<li>
<span id="Strategy_for_Brands"><h3>Strategy for Brands</h3></span>
</li>
</ul>
<p>As you may know, Facebook will change  the rules of the game on March 31, when the new FB pages will be released (again!). In fact the new FB page format will be similar to the timeline format and a few important changes will be of utmost importance to businesses and promoters.</p>
<ul>
<li>
<span id="New_Facebook_Cover_Photo_and_Profile_Image"><h3>New Facebook Cover Photo and Profile Image</h3></span>
</li>
<li>
<span id="Larger_Highlighted_and_Pinned_Posts"><h3>Larger, Highlighted and Pinned Posts</h3></span>
</li>
<li>
<span id="Company_Milestones"><h3>Company Milestones</h3></span>
</li>
<li>
<span id="New_Applications"><h3>New Applications</h3></span>
</li>
<li>
<span id="Facebook_Offers"><h3>Facebook Offers</h3></span>
</li>
<li>
<span id="FB_Insights_Admin_Panel_and_Messaging"><h3>FB Insights, Admin Panel and Messaging</h3></span>
</li>
<li>
<span id="Facebook_Advertizing"><h3>Facebook Advertizing</h3></span>
</li>
</ul>
<p>If some of the above topics do not have a meaning for you, never mind: we will deal with them and make sure you are ready and up to date before March 31.</p>
<p>To the above Facebook on-board means we will add our own means.</p>
<p>The permanent changes of rules and features on Facebook have lead professionals a long time ago to structure and manage their assets outside of Facebook on a CMS or other appropriate website.</p>
<p>In as much as we are concerned, at the Seminar we will focus on consolidating our own assets on a WP CMS, typically XO or EVO by Semiomantics.</p>
<span id="Publishing_your_Managed_Content_on_Facebook"><h3>Publishing your Managed Content on Facebook</h3></span>
<p>If you don’t talk about your business, someone else will do it — probably not the way you prefer. I guess there is no doubt in the business world about the necessity to take social networks seriously. Not for what they are, but for what users can do to your reputation. Internet promo often is based almost exclusively on testimonials and testimonials can take most any form and shape.</p>
<p>Word of mouth or viva voce has been a proven marketing strategy for ages.There are two principals to it:</p>
<ol>
<li><strong>A recommendation by a trusted person will trigger about the highest conversion rate. </strong></li>
<li><strong>A lot of people blowing into the same horn cannot be wrong.</strong></li>
</ol>
<p>Ad 1: The most important term is “TRUSTED”; it’s not a matter of numbers but of authority and trust.</p>
<p>Ad 2: 800 Million people are trusting Facebook … 800 Million people cannot be wrong! How does that sound to you? Yeah, we have heard such like about most any product. The fact that the masses use a product will attract new masses by building on the humans’ herd instinct’. And it works! Like Hype works and Spam works. If it didn’t work, fewer people would spam or hype up the junk they are trying to get rid of.</p>
<p>So, how can we profit ethically from the herd instinct and from word of mouth marketing in connection with Facebook?</p>
<p>Join the Seminar to find out :-).</p>
<span id="Form_WordPress_to_Mobile_to_Facebook_to_Local_..."><h3>Form WordPress, to Mobile, to Facebook, to Local …</h3></span>
<p>Focusing on one single platform or publishing environment is not enough. To reach out for a maximum of customers, readers or just interested visitors it is of paramount importance to build a strong presence on Search Engines and Social Networks. Equally important is to take into account the increasing importance of the mobile web.</p>
<p>Therefore we need to publish and interlink our content in an efficient way to display on mobile and static devices and at the same time we must optimize it for all sorts of Search Engines as well as Social Networks.</p>
<p>The Seminar will show you how to build an effective publishing network across platforms while preserving productivity.</p>
<span id="Seminar_Tickets"><h3>Seminar Tickets</h3></span>
<p>As usual, just click on the image to get your ticket. Discounts as usual for Ycademy Pros; for the discount code please contact Bianca: bianca(at)ycademy.com</p>
<div id="attachment_22713" class="wp-caption alignnone" style="width: 470px"><a href="http://hiod.com/shop/ycademy-online-seminar-tickets/ycademy-online-seminar/"><img class="size-large wp-image-22713" title="Ycademy Online Seminar March 2012" src="http://yorgonestoridis.com/wp-content/uploads/2012/03/512x512-ycademy-shop-1-460x460.png" alt="Ycademy Online Seminar March 2012" width="460" height="460" /></a><p class="wp-caption-text">Ycademy Online Seminar March 2012</p></div>
<p> </p>
<p> </p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="mobile tickets discount">mobile tickets discount</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="change facebook cover photo on mobile">change facebook cover photo on mobile</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="technical seminar on social networking through mobile">technical seminar on social networking through mobile</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="post from wordpress to facebook from admin panel">post from wordpress to facebook from admin panel</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="larger fb mobile">larger fb mobile</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="how to google optimize your fb page">how to google optimize your fb page</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="fb cover photo optimi">fb cover photo optimi</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="fb cover form mobile">fb cover form mobile</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="fb brand milestones">fb brand milestones</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" title="facebook profile picture larger/online">facebook profile picture larger/online</a></li></ul><p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/facebook-and-mobile-web-seminar-by-ycademy/' rel='bookmark' title='Facebook and Mobile Web Seminar by Ycademy'>Facebook and Mobile Web Seminar by Ycademy</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/' rel='bookmark' title='Facebook Strategy with WordPress'>Facebook Strategy with WordPress</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/social-network-publishing-model/' rel='bookmark' title='Social Network Publishing Model'>Social Network Publishing Model</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/social-media-marketing-news-102/' rel='bookmark' title='Social Media Marketing Seminar'>Social Media Marketing Seminar</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-may-2011/' rel='bookmark' title='Ycademy Online Seminar May 2011'>Ycademy Online Seminar May 2011</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

