<?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; Web</title>
	<atom:link href="http://myvouliagmeni.net/tag/web/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 Preview your Mobile WordPress for iPhone and iPad</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-preview-your-mobile-wordpress-for-iphone-and-ipad/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-preview-your-mobile-wordpress-for-iphone-and-ipad/#comments</comments>
		<pubDate>Thu, 03 May 2012 10:57:59 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Preview]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni greece]]></category>
		<category><![CDATA[Vouliagmeni News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[YORGOO]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22970</guid>
		<description><![CDATA[iPhone Simulator or Emulator for WordPress? Subsequent to last week’s Ycademy Seminar, I read on Bianca Gubalke’s blog a post about the difficulty to create a WordPress Mobile version without having recourse to a preview tool. As I agree with this statement, I will show you here below a simple method to preview your WordPress Mobile version for iPhone, iPod and iPad. iPhone Simulator The first question is: Do we need an iPhone Simulator at all? I have not seen a single free online iPhone Simulator which would render the mobile version of our WordPress sites. Online Simulators are therefore useless for our purpose. iPhone Emulator Free online Emulators I have come across do not generate a preview of the mobile WordPress version. There are some paid solutions which are however pretty cool and accurate, namely the MobiOne emulator included in the Studio version. There is a 14 day free trial, thereafter a $99 fee. Surprisingly the emulator included with TheAppBuilder does not render the mobile version — this would be a real plus since it’s a free tool until you want to publish your app to a store. There is a much easier to use solution out there which [...]
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/mobile-wordpress-and-shop/" rel="bookmark" title="Mobile WordPress and Shop">Mobile WordPress and Shop</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-xo-on-ipad/" rel="bookmark" title="Semiomantics XO on iPad">Semiomantics XO on iPad</a></li>
<li><a href="http://yorgonestoridis.com/iphone/iphone-4s-in-stead-of-iphone-5/" rel="bookmark" title="iPhone 4S in stead of iPhone 5">iPhone 4S in stead of iPhone 5</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-on-facebook/" rel="bookmark" title="WordPress on Facebook">WordPress on Facebook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="iPhone_Simulator_or_Emulator_for_WordPress"><h2>iPhone Simulator or Emulator for WordPress?</h2></span>
<p>Subsequent to last week’s Ycademy Seminar, I read on <a title="iPhone Simulator" href="http://biancagubalke.com/mobile/iphone-simulator/" >Bianca Gubalke’s blog</a> a post about the difficulty to create a WordPress Mobile version without having recourse to a preview tool. As I agree with this statement, I will show you here below a simple method to preview your WordPress Mobile version for iPhone, iPod and iPad.</p>
<span id="iPhone_Simulator"><h3>iPhone Simulator</h3></span>
<p>The first question is: Do we need an <a title="iPhone Simulator on Google" href="http://goo.gl/Gf4K7" >iPhone Simulator</a> at all? I have not seen a single free online iPhone Simulator which would render the mobile version of our WordPress sites. Online Simulators are therefore useless for our purpose.</p>
<div id="attachment_22975" class="wp-caption alignnone" style="width: 470px"><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/mobile.jpg"><img class="size-large wp-image-22975" title="Semiomantics Mobile Developments" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/mobile-460x213.jpg" alt="Semiomantics Mobile Developments" width="460" height="213" /></a><p class="wp-caption-text">Semiomantics Mobile Developments</p></div>
<span id="iPhone_Emulator"><h3>iPhone Emulator</h3></span>
<p>Free online Emulators I have come across do not generate a preview of the mobile WordPress version. There are some paid solutions which are however pretty cool and accurate, namely the MobiOne emulator included in the Studio version. There is a 14 day free trial, thereafter a $99 fee.</p>
<p>Surprisingly the emulator included with TheAppBuilder does not render the mobile version — this would be a real plus since it’s a free tool until you want to publish your app to a store.</p>
<p>There is a much easier to use solution out there which is accessible to anyone and available for Mac and Windows:</p>
<span id="Preview_your_iPhone_iPod_and_iPad_App_in_your_Browser_Mac_and_Windows"><h3>Preview your iPhone, iPod and iPad App in your Browser (Mac and Windows)</h3></span>
<p>The quick solution to Bianca’s and still many other people’s problem has been solved by Apple itself. The Safari Browser is equipped with Developer Tools which allow to preview websites under multiple user agents amongst iPhone, iPod and iPad.</p>
<p>Here is how to get there:</p>
<p>1. Download Safari</p>
<p>2. Once Downloaded, go Edit -&gt; Preferences-&gt; Advanced</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut1a.jpg"><img class="alignnone size-full wp-image-22971" title="Safari Tutorial 1" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut1a.jpg" alt="Safari Tutorial 1" width="302" height="426" /></a></p>
<p> </p>
<p>3. Tick “Show Develop menu in menu bar”</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut21.jpg"><img class="alignnone size-large wp-image-22972" title="Safari Tutorial 2" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut21-460x230.jpg" alt="Safari Tutorial 2" width="460" height="230" /></a></p>
<p>4. From the Develop Menu under User Agent select Safari iOS 4.3.3 — iPhone</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut3.jpg"><img class="alignnone size-large wp-image-22973" title="Safari Tutorial 3" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut3-460x273.jpg" alt="Safari Tutorial 3" width="460" height="273" /></a></p>
<p>5. Your Browser will switch to the Mobile view; reduce browser width to minimum to get the best idea of what it would look like on an iPhone.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut4.jpg"><img class="alignnone size-full wp-image-22974" title="Safari Tutorial 4" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut4.jpg" alt="Safari Tutorial 4" width="344" height="768" /></a></p>
<p>To get an iPad preview, just switch the user agent to iPad.</p>
<p> </p>
<span id="Other_Solutions"><h3>Other Solutions</h3></span>
<p>Other solutions are available, such as the iPhone Simulator from Apples Development Tools or the Firefox user agent extension; the latter is not as satisfactory as the Safari solution detailed above.</p>
<span id="Conclusion"><h3>Conclusion</h3></span>
<p>There is no more excuse for not customizing your Mobile WordPress version, namely if you work with WPTouch Pro :-).</p>
<p> </p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/mobile-web/how-to-preview-your-mobile-iphone-and-ipad/" title="safari developer bar">safari developer bar</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/mobile-wordpress-and-shop/' rel='bookmark' title='Mobile WordPress and Shop'>Mobile WordPress and Shop</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/semiomantics-xo-on-ipad/' rel='bookmark' title='Semiomantics XO on iPad'>Semiomantics XO on iPad</a></li>
<li><a href='http://yorgonestoridis.com/iphone/iphone-4s-in-stead-of-iphone-5/' rel='bookmark' title='iPhone 4S in stead of iPhone 5'>iPhone 4S in stead of iPhone 5</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/wordpress-on-facebook/' rel='bookmark' title='WordPress on Facebook'>WordPress on Facebook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/how-to-preview-your-mobile-wordpress-for-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give WordPress an App Look</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/give-wordpress-an-app-look/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/give-wordpress-an-app-look/#comments</comments>
		<pubDate>Wed, 02 May 2012 18:25:19 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Give]]></category>
		<category><![CDATA[Look]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></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[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22846</guid>
		<description><![CDATA[App Look for WordPress Screenshots — under development   Related posts: YORGOO Press Aggregators for WordPress Semiomantics XO Transparent WordPress Drafts Showcase Portfolio Photo Theme for WordPress Cap Sounio — Sea Urchins Transparent WordPress Semiomantics XO
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/yorgoo-press-aggregators-for-wordpress/" rel="bookmark" title="YORGOO Press Aggregators for WordPress">YORGOO Press Aggregators for WordPress</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/ycademy/showcase-portfolio-photo-theme-for-wordpress/" rel="bookmark" title="Showcase Portfolio Photo Theme for WordPress">Showcase Portfolio Photo Theme for WordPress</a></li>
<li><a href="http://yorgonestoridis.com/greece/cap-sounio-sea-urchins/" rel="bookmark" title="Cap Sounio — Sea Urchins">Cap Sounio — Sea Urchins</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/transparent-wordpress-semiomantics-xo/" rel="bookmark" title="Transparent WordPress Semiomantics XO">Transparent WordPress Semiomantics XO</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="App_Look_for_WordPress"><h2>App Look for WordPress</h2></span>
<span id="Screenshots_-_under_developmentgallery_linkfile_orderbypost_date"><h3>Screenshots — under development
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3680/' title='IMG_3680'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3680-200x150.png" class="attachment-thumbnail" alt="IMG_3680" title="IMG_3680" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3681/' title='IMG_3681'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3681-200x150.png" class="attachment-thumbnail" alt="IMG_3681" title="IMG_3681" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3682/' title='IMG_3682'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3682-200x150.png" class="attachment-thumbnail" alt="IMG_3682" title="IMG_3682" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3683/' title='IMG_3683'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3683-200x150.png" class="attachment-thumbnail" alt="IMG_3683" title="IMG_3683" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3685/' title='IMG_3685'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3685-200x150.png" class="attachment-thumbnail" alt="IMG_3685" title="IMG_3685" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3686/' title='IMG_3686'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3686-200x150.png" class="attachment-thumbnail" alt="IMG_3686" title="IMG_3686" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3687/' title='IMG_3687'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3687-200x150.png" class="attachment-thumbnail" alt="IMG_3687" title="IMG_3687" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3688/' title='IMG_3688'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3688-200x150.png" class="attachment-thumbnail" alt="IMG_3688" title="IMG_3688" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3689/' title='IMG_3689'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3689-200x150.png" class="attachment-thumbnail" alt="IMG_3689" title="IMG_3689" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3690/' title='IMG_3690'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3690-200x150.png" class="attachment-thumbnail" alt="IMG_3690" title="IMG_3690" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3691/' title='IMG_3691'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3691-200x150.png" class="attachment-thumbnail" alt="IMG_3691" title="IMG_3691" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3692/' title='IMG_3692'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3692-200x150.png" class="attachment-thumbnail" alt="IMG_3692" title="IMG_3692" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3693/' title='IMG_3693'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3693-200x150.png" class="attachment-thumbnail" alt="IMG_3693" title="IMG_3693" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3694/' title='IMG_3694'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3694-200x150.png" class="attachment-thumbnail" alt="IMG_3694" title="IMG_3694" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3695/' title='IMG_3695'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3695-200x150.png" class="attachment-thumbnail" alt="IMG_3695" title="IMG_3695" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3696-2/' title='IMG_3696'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_36961-200x150.png" class="attachment-thumbnail" alt="IMG_3696" title="IMG_3696" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3697/' title='IMG_3697'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3697-200x150.png" class="attachment-thumbnail" alt="IMG_3697" title="IMG_3697" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3698/' title='IMG_3698'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3698-200x150.png" class="attachment-thumbnail" alt="IMG_3698" title="IMG_3698" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3699/' title='IMG_3699'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3699-200x150.png" class="attachment-thumbnail" alt="IMG_3699" title="IMG_3699" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3700/' title='IMG_3700'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3700-200x150.png" class="attachment-thumbnail" alt="IMG_3700" title="IMG_3700" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3701/' title='IMG_3701'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3701-200x150.png" class="attachment-thumbnail" alt="IMG_3701" title="IMG_3701" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3702/' title='IMG_3702'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3702-200x150.png" class="attachment-thumbnail" alt="IMG_3702" title="IMG_3702" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3703/' title='IMG_3703'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3703-200x150.png" class="attachment-thumbnail" alt="IMG_3703" title="IMG_3703" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3703-2/' title='IMG_3703'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_37031-200x150.png" class="attachment-thumbnail" alt="IMG_3703" title="IMG_3703" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3704/' title='IMG_3704'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3704-200x150.png" class="attachment-thumbnail" alt="IMG_3704" title="IMG_3704" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3705/' title='IMG_3705'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3705-200x150.png" class="attachment-thumbnail" alt="IMG_3705" title="IMG_3705" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3706/' title='IMG_3706'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3706-200x150.png" class="attachment-thumbnail" alt="IMG_3706" title="IMG_3706" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3707/' title='IMG_3707'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3707-200x150.png" class="attachment-thumbnail" alt="IMG_3707" title="IMG_3707" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3708/' title='IMG_3708'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3708-200x150.png" class="attachment-thumbnail" alt="IMG_3708" title="IMG_3708" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3709/' title='IMG_3709'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3709-200x150.png" class="attachment-thumbnail" alt="IMG_3709" title="IMG_3709" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3710/' title='IMG_3710'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3710-200x150.png" class="attachment-thumbnail" alt="IMG_3710" title="IMG_3710" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3711/' title='IMG_3711'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3711-200x150.png" class="attachment-thumbnail" alt="IMG_3711" title="IMG_3711" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3712/' title='IMG_3712'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3712-200x150.png" class="attachment-thumbnail" alt="IMG_3712" title="IMG_3712" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3713/' title='IMG_3713'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3713-200x150.png" class="attachment-thumbnail" alt="IMG_3713" title="IMG_3713" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3714/' title='IMG_3714'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3714-200x150.png" class="attachment-thumbnail" alt="IMG_3714" title="IMG_3714" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3715/' title='IMG_3715'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3715-200x150.png" class="attachment-thumbnail" alt="IMG_3715" title="IMG_3715" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3716/' title='IMG_3716'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3716-200x150.png" class="attachment-thumbnail" alt="IMG_3716" title="IMG_3716" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3717/' title='IMG_3717'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3717-200x150.png" class="attachment-thumbnail" alt="IMG_3717" title="IMG_3717" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3718/' title='IMG_3718'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3718-200x150.png" class="attachment-thumbnail" alt="IMG_3718" title="IMG_3718" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3719/' title='IMG_3719'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3719-200x150.png" class="attachment-thumbnail" alt="IMG_3719" title="IMG_3719" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3720/' title='IMG_3720'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3720-200x150.png" class="attachment-thumbnail" alt="IMG_3720" title="IMG_3720" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3721/' title='IMG_3721'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3721-200x150.png" class="attachment-thumbnail" alt="IMG_3721" title="IMG_3721" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3722/' title='IMG_3722'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3722-200x150.png" class="attachment-thumbnail" alt="IMG_3722" title="IMG_3722" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3723/' title='IMG_3723'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3723-200x150.png" class="attachment-thumbnail" alt="IMG_3723" title="IMG_3723" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3724/' title='IMG_3724'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3724-200x150.png" class="attachment-thumbnail" alt="IMG_3724" title="IMG_3724" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3725/' title='IMG_3725'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3725-200x150.png" class="attachment-thumbnail" alt="IMG_3725" title="IMG_3725" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3726/' title='IMG_3726'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3726-200x150.png" class="attachment-thumbnail" alt="IMG_3726" title="IMG_3726" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3727/' title='IMG_3727'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3727-200x150.png" class="attachment-thumbnail" alt="IMG_3727" title="IMG_3727" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3728/' title='IMG_3728'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3728-200x150.png" class="attachment-thumbnail" alt="IMG_3728" title="IMG_3728" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3729/' title='IMG_3729'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3729-200x150.png" class="attachment-thumbnail" alt="IMG_3729" title="IMG_3729" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3730/' title='IMG_3730'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3730-200x150.png" class="attachment-thumbnail" alt="IMG_3730" title="IMG_3730" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3731/' title='IMG_3731'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3731-200x150.png" class="attachment-thumbnail" alt="IMG_3731" title="IMG_3731" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3732/' title='IMG_3732'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3732-200x150.png" class="attachment-thumbnail" alt="IMG_3732" title="IMG_3732" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3733/' title='IMG_3733'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3733-200x150.png" class="attachment-thumbnail" alt="IMG_3733" title="IMG_3733" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3734/' title='IMG_3734'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3734-200x150.png" class="attachment-thumbnail" alt="IMG_3734" title="IMG_3734" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3735/' title='IMG_3735'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3735-200x150.png" class="attachment-thumbnail" alt="IMG_3735" title="IMG_3735" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3736/' title='IMG_3736'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3736-200x150.png" class="attachment-thumbnail" alt="IMG_3736" title="IMG_3736" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3737/' title='IMG_3737'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3737-200x150.png" class="attachment-thumbnail" alt="IMG_3737" title="IMG_3737" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3738/' title='IMG_3738'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3738-200x150.png" class="attachment-thumbnail" alt="IMG_3738" title="IMG_3738" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3739/' title='IMG_3739'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3739-200x150.png" class="attachment-thumbnail" alt="IMG_3739" title="IMG_3739" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3740/' title='IMG_3740'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3740-200x150.png" class="attachment-thumbnail" alt="IMG_3740" title="IMG_3740" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3741/' title='IMG_3741'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3741-200x150.png" class="attachment-thumbnail" alt="IMG_3741" title="IMG_3741" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3742/' title='IMG_3742'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3742-200x150.png" class="attachment-thumbnail" alt="IMG_3742" title="IMG_3742" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3743/' title='IMG_3743'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3743-200x150.png" class="attachment-thumbnail" alt="IMG_3743" title="IMG_3743" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3744/' title='IMG_3744'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3744-200x150.png" class="attachment-thumbnail" alt="IMG_3744" title="IMG_3744" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3745/' title='IMG_3745'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3745-200x150.png" class="attachment-thumbnail" alt="IMG_3745" title="IMG_3745" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3746/' title='IMG_3746'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3746-200x150.png" class="attachment-thumbnail" alt="IMG_3746" title="IMG_3746" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3747/' title='IMG_3747'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3747-200x150.png" class="attachment-thumbnail" alt="IMG_3747" title="IMG_3747" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3748/' title='IMG_3748'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3748-200x150.png" class="attachment-thumbnail" alt="IMG_3748" title="IMG_3748" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3749/' title='IMG_3749'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3749-200x150.png" class="attachment-thumbnail" alt="IMG_3749" title="IMG_3749" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3750/' title='IMG_3750'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3750-200x150.png" class="attachment-thumbnail" alt="IMG_3750" title="IMG_3750" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3751/' title='IMG_3751'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3751-200x150.png" class="attachment-thumbnail" alt="IMG_3751" title="IMG_3751" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3752/' title='IMG_3752'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3752-200x150.png" class="attachment-thumbnail" alt="IMG_3752" title="IMG_3752" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3753/' title='IMG_3753'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3753-200x150.png" class="attachment-thumbnail" alt="IMG_3753" title="IMG_3753" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3754/' title='IMG_3754'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3754-200x150.png" class="attachment-thumbnail" alt="IMG_3754" title="IMG_3754" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3755/' title='IMG_3755'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3755-200x150.png" class="attachment-thumbnail" alt="IMG_3755" title="IMG_3755" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3756/' title='IMG_3756'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3756-200x150.png" class="attachment-thumbnail" alt="IMG_3756" title="IMG_3756" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3757/' title='IMG_3757'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3757-200x150.png" class="attachment-thumbnail" alt="IMG_3757" title="IMG_3757" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3758/' title='IMG_3758'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3758-200x150.png" class="attachment-thumbnail" alt="IMG_3758" title="IMG_3758" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3759/' title='IMG_3759'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3759-200x150.png" class="attachment-thumbnail" alt="IMG_3759" title="IMG_3759" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3760/' title='IMG_3760'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3760-200x150.png" class="attachment-thumbnail" alt="IMG_3760" title="IMG_3760" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3761/' title='IMG_3761'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3761-200x150.png" class="attachment-thumbnail" alt="IMG_3761" title="IMG_3761" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3762/' title='IMG_3762'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3762-200x150.png" class="attachment-thumbnail" alt="IMG_3762" title="IMG_3762" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3763/' title='IMG_3763'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3763-200x150.png" class="attachment-thumbnail" alt="IMG_3763" title="IMG_3763" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3764/' title='IMG_3764'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3764-200x150.png" class="attachment-thumbnail" alt="IMG_3764" title="IMG_3764" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3765/' title='IMG_3765'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3765-200x150.png" class="attachment-thumbnail" alt="IMG_3765" title="IMG_3765" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3766/' title='IMG_3766'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3766-200x150.png" class="attachment-thumbnail" alt="IMG_3766" title="IMG_3766" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3767/' title='IMG_3767'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3767-200x150.png" class="attachment-thumbnail" alt="IMG_3767" title="IMG_3767" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3768/' title='IMG_3768'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3768-200x150.png" class="attachment-thumbnail" alt="IMG_3768" title="IMG_3768" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3769/' title='IMG_3769'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3769-200x150.png" class="attachment-thumbnail" alt="IMG_3769" title="IMG_3769" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3770/' title='IMG_3770'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3770-200x150.png" class="attachment-thumbnail" alt="IMG_3770" title="IMG_3770" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3771/' title='IMG_3771'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3771-200x150.png" class="attachment-thumbnail" alt="IMG_3771" title="IMG_3771" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3772/' title='IMG_3772'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3772-200x150.png" class="attachment-thumbnail" alt="IMG_3772" title="IMG_3772" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3773/' title='IMG_3773'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3773-200x150.png" class="attachment-thumbnail" alt="IMG_3773" title="IMG_3773" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3774/' title='IMG_3774'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3774-200x150.png" class="attachment-thumbnail" alt="IMG_3774" title="IMG_3774" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3775/' title='IMG_3775'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3775-200x150.png" class="attachment-thumbnail" alt="IMG_3775" title="IMG_3775" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3776/' title='IMG_3776'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3776-200x150.png" class="attachment-thumbnail" alt="IMG_3776" title="IMG_3776" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3777/' title='IMG_3777'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3777-200x150.png" class="attachment-thumbnail" alt="IMG_3777" title="IMG_3777" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3778/' title='IMG_3778'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3778-200x150.png" class="attachment-thumbnail" alt="IMG_3778" title="IMG_3778" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3779/' title='IMG_3779'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3779-200x150.png" class="attachment-thumbnail" alt="IMG_3779" title="IMG_3779" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3780/' title='IMG_3780'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3780-200x150.png" class="attachment-thumbnail" alt="IMG_3780" title="IMG_3780" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3781/' title='IMG_3781'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3781-200x150.png" class="attachment-thumbnail" alt="IMG_3781" title="IMG_3781" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3782/' title='IMG_3782'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3782-200x150.png" class="attachment-thumbnail" alt="IMG_3782" title="IMG_3782" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3783/' title='IMG_3783'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3783-200x150.png" class="attachment-thumbnail" alt="IMG_3783" title="IMG_3783" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3784/' title='IMG_3784'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3784-200x150.png" class="attachment-thumbnail" alt="IMG_3784" title="IMG_3784" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3785/' title='IMG_3785'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3785-200x150.png" class="attachment-thumbnail" alt="IMG_3785" title="IMG_3785" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/img_3786/' title='IMG_3786'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3786-200x150.png" class="attachment-thumbnail" alt="IMG_3786" title="IMG_3786" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-1/' title='screen-1'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-1-200x150.jpg" class="attachment-thumbnail" alt="screen-1" title="screen-1" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-2-2/' title='screen-2'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-2-200x150.jpg" class="attachment-thumbnail" alt="screen-2" title="screen-2" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-3-2/' title='screen-3'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-3-200x150.jpg" class="attachment-thumbnail" alt="screen-3" title="screen-3" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-4-2/' title='screen-4'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-4-200x150.jpg" class="attachment-thumbnail" alt="screen-4" title="screen-4" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-5-2/' title='screen-5'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-5-200x150.jpg" class="attachment-thumbnail" alt="screen-5" title="screen-5" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-6-3/' title='screen-6'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-61-200x150.jpg" class="attachment-thumbnail" alt="screen-6" title="screen-6" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-7/' title='screen-7'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-7-200x150.jpg" class="attachment-thumbnail" alt="screen-7" title="screen-7" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-8/' title='screen-8'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-8-200x150.jpg" class="attachment-thumbnail" alt="screen-8" title="screen-8" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen9-3/' title='screen9'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen9-200x150.jpg" class="attachment-thumbnail" alt="screen9" title="screen9" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen10-6/' title='screen10'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen101-200x150.jpg" class="attachment-thumbnail" alt="screen10" title="screen10" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-12-2/' title='screen-12'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-121-200x150.jpg" class="attachment-thumbnail" alt="screen-12" title="screen-12" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/screen-13-2/' title='screen-13'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/screen-131-200x150.jpg" class="attachment-thumbnail" alt="screen-13" title="screen-13" /></a>
<a href='http://yorgonestoridis.com/mobile-web/give-wordpress-an-app-look-images/attachment/tut2-2/' title='Safari Turorial 2'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/tut2-200x150.jpg" class="attachment-thumbnail" alt="Safari Turorial 2" title="Safari Turorial 2" /></a>
</h3></span>
<p> </p>
<p>Related posts:<ol>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/yorgoo-press-aggregators-for-wordpress/' rel='bookmark' title='YORGOO Press Aggregators for WordPress'>YORGOO Press Aggregators for WordPress</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/ycademy/showcase-portfolio-photo-theme-for-wordpress/' rel='bookmark' title='Showcase Portfolio Photo Theme for WordPress'>Showcase Portfolio Photo Theme for WordPress</a></li>
<li><a href='http://yorgonestoridis.com/greece/cap-sounio-sea-urchins/' rel='bookmark' title='Cap Sounio — Sea Urchins'>Cap Sounio — Sea Urchins</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/transparent-wordpress-semiomantics-xo/' rel='bookmark' title='Transparent WordPress Semiomantics XO'>Transparent WordPress Semiomantics XO</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/give-wordpress-an-app-look/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>Customizing CSS in WP Mobile Theme</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/customizing-css-in-wp-mobile-theme/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/customizing-css-in-wp-mobile-theme/#comments</comments>
		<pubDate>Tue, 01 May 2012 16:36:47 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Customizing]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Theme]]></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[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22834</guid>
		<description><![CDATA[Common Changes This post lists some CSS snippets to customize WPTouch Pro. Remove the Page Title Area Note: When removing the page title area we recommend using a child theme’s stylesheet and applying the code below to its corresponding stylesheet, per the instructions on applying custom CSS. In the iPhone theme: In the iPad theme: Remove reflection on calendar icons and post-thumbnails Change the size of the Post Thumbnails     Change every instance of 46px to your desired size Remove rounded corners on Post Thumbnails Remove “Comments are closed” text when comments are disabled in WordPress p.nocomments, #respond { display:none !important; } Remove comments completely Remove comment # bubble Remove ‘breadcumb’ text in category and search pages Use custom color for the mobile header where #ffffff can be customized to suit. Remove “HelloBar” Related posts: XO Mobile Theme with WPTouch Pro Customizing WP Shop Theme Customizing Post Editing Best WP Business Theme Hosting South Africa Fun Theme
Related posts:<ol>
<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/semiomantics/customizing-wp-shop-theme/" rel="bookmark" title="Customizing WP Shop Theme">Customizing WP Shop Theme</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/customizing-post-editing/" rel="bookmark" title="Customizing Post Editing">Customizing Post Editing</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/best-wp-business-theme-branding/" rel="bookmark" title="Best WP Business Theme">Best WP Business Theme</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/hosting-south-africa-fun-theme/" rel="bookmark" title="Hosting South Africa Fun Theme">Hosting South Africa Fun Theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Common_Changes"><h2>Common Changes</h2></span>
<div class='toc wptoc'>
<h2>Contents</h2>
<ol class='toc-odd level-1'>
	<li>
		<a href="#Common_Changes">Common Changes</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#Remove_the_Page_Title_Area">Remove the Page Title Area</a>
			</li>
			<li>
				<a href="#Remove_reflection_on_calendar_icons_and_post-thumbnails">Remove reflection on calendar icons and post-thumbnails</a>
			</li>
			<li>
				<a href="#Change_the_size_of_the_Post_Thumbnails">Change the size of the Post Thumbnails</a>
			</li>
			<li>
				<a href="#Remove_rounded_corners_on_Post_Thumbnails">Remove rounded corners on Post Thumbnails</a>
			</li>
			<li>
				<a href="#Remove_Comments_are_closed_text_when_comments_are_disabled_in_WordPress">Remove “Comments are closed” text when comments are disabled in WordPress</a>
			</li>
			<li>
				<a href="#Remove_comments_completely">Remove comments completely</a>
			</li>
			<li>
				<a href="#Remove_comment__bubble">Remove comment # bubble</a>
			</li>
			<li>
				<a href="#Remove_breadcumb_text_in_category_and_search_pages">Remove ‘breadcumb’ text in category and search pages</a>
			</li>
			<li>
				<a href="#Use_custom_color_for_the_mobile_header">Use custom color for the mobile header</a>
			</li>
			<li>
				<a href="#Remove_HelloBar">Remove “HelloBar”</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div class='wptoc-end'> </div>
<p>This post lists some CSS snippets to customize WPTouch Pro.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3696.png"><img class="alignnone size-large wp-image-22835" title="Semiomantics XO Mobile for WordPress" src="http://yorgonestoridis.com/wp-content/uploads/2012/05/IMG_3696-460x690.png" alt="Semiomantics XO Mobile for WordPress" width="460" height="690" /></a></p>
<span id="Remove_the_Page_Title_Area"><h3>Remove the Page Title Area</h3></span>
<p>Note: When removing the page title area we recommend using a child theme’s stylesheet and applying the code below to its corresponding stylesheet, per the instructions on applying custom CSS.</p>
<p>In the iPhone theme:</p>
<pre class="brush: php; title: ; notranslate">.page-title-area { display:none !important; }</pre>
<p>In the iPad theme:</p>
<pre class="brush: php; title: ; notranslate">.page .title-area {display: none;}</pre>
<span id="Remove_reflection_on_calendar_icons_and_post-thumbnails"><h3>Remove reflection on calendar icons and post-thumbnails</h3></span>
<pre class="brush: php; title: ; notranslate">.idevice .post .thumbnail-wrap { -webkit-box-reflect: none; }
.idevice .calendar-box { -webkit-box-reflect: none; }</pre>
</pre>
<span id="Change_the_size_of_the_Post_Thumbnails"><h3>Change the size of the Post Thumbnails</h3></span>
<p> </p>
<p> </p>
<p>Change every instance of 46px to your desired size</p>
<pre class="brush: php; title: ; notranslate">.post .thumbnail-wrap { height: 46px; width: 46px; } .post img.attachment-post-thumbnail { width: 46px; height: 46px; }</pre>
<span id="Remove_rounded_corners_on_Post_Thumbnails"><h3>Remove rounded corners on Post Thumbnails</h3></span>
<pre class="brush: php; title: ; notranslate">.post img.attachment-post-thumbnail { -webkit-mask-box-image: none; }</pre>
<span id="Remove_Comments_are_closed_text_when_comments_are_disabled_in_WordPress"><h3>Remove “Comments are closed” text when comments are disabled in WordPress</h3></span>
<p>p.nocomments, #respond { display:none !important; }</p>
<span id="Remove_comments_completely"><h3>Remove comments completely</h3></span>
<pre class="brush: php; title: ; notranslate">#respond, ol.commentlist, a.com-toggle { display: none !important; }</pre>
<span id="Remove_comment__bubble"><h3>Remove comment # bubble</h3></span>
<pre class="brush: php; title: ; notranslate">.comment-bubble { display:none !important; }</pre>
<span id="Remove_breadcumb_text_in_category_and_search_pages"><h3>Remove ‘breadcumb’ text in category and search pages</h3></span>
<pre class="brush: php; title: ; notranslate">.archive-text { display: none !important; }</pre>
<span id="Use_custom_color_for_the_mobile_header"><h3>Use custom color for the mobile header</h3></span>
<pre class="brush: php; title: ; notranslate">#header { background-color: #ffffff !important; }</pre>
<p>where #ffffff can be customized to suit.</p>
<span id="Remove_HelloBar"><h3>Remove “HelloBar”</h3></span>
<pre class="brush: php; title: ; notranslate">#hellobar-container, #hellobar-wrapper, #hellobar-pusher {display: none;} </pre>
<p>Related posts:<ol>
<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/semiomantics/customizing-wp-shop-theme/' rel='bookmark' title='Customizing WP Shop Theme'>Customizing WP Shop Theme</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-media/customizing-post-editing/' rel='bookmark' title='Customizing Post Editing'>Customizing Post Editing</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/best-wp-business-theme-branding/' rel='bookmark' title='Best WP Business Theme'>Best WP Business Theme</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/hosting-south-africa-fun-theme/' rel='bookmark' title='Hosting South Africa Fun Theme'>Hosting South Africa Fun Theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/customizing-css-in-wp-mobile-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Website Design</title>
		<link>http://myvouliagmeni.net/vouliagmeni/local-website-design/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/local-website-design/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 10:07:48 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[+]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[Astir]]></category>
		<category><![CDATA[Beach]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Classifieds]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Destination]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Dominate]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Vouliagmeni 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[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22801</guid>
		<description><![CDATA[How to build a Local Website Go Local is the name of the game in 2011/12 and the success of bringing the global web developments back home is a trend of the time. First it was about tagging people, now we tag locations, be it on social networks such as Facebook or on Photo sites, such as Picasa or Flickr. Based on the fact that surfers search for and prefer local business to cross border transactions, social networks namely have built in the local tags and stimulate users to hook media and events to geographically tagged locations. How to dominate the local market? In order to dominate the local market, you need to assess the use of the internet your neighbors make; chances are that they mostly hang out on social media, search Google and use email. This is of course an extremely simplified view but it gives an indication about where we need to build high visibility. You also want to have an idea about how people access the net and websites; you will notice an increased use of mobile deices, which means that your content needs to be formatted and optimized  for desktops as well as for tablets [...]
Related posts:<ol><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/" rel="bookmark" title="How to Optimize your Impact on Social and Mobile Networks">How to Optimize your Impact on Social and Mobile Networks</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/google-top-10-5/" rel="bookmark" title="Google Top 10 Dominate your Keyword 3">Google Top 10 Dominate your Keyword 3</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/3-web-design-trends-in-2011/" rel="bookmark" title="3 Web Design Trends in 2011">3 Web Design Trends in 2011</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/" rel="bookmark" title="New Facebook Pages Publishing Concept">New Facebook Pages Publishing Concept</a></li></ol>]]></description>
			<content:encoded><![CDATA[<span
id="How_to_build_a_Local_Website"><h2>How to build a Local Website</h2></span><div
class='toc wptoc'><h2>Contents</h2><ol
class='toc-odd level-1'><li> <a
href="#How_to_build_a_Local_Website">How to build a Local Website</a><ol
class='toc-even level-2'><li> <a
href="#How_to_dominate_the_local_market">How to dominate the local market?</a></li><li> <a
href="#How_to_Dominate_Google_Top_10">How to Dominate Google Top 10</a></li><li> <a
href="#How_to_Dominate_Social_Networks">How to Dominate Social Networks</a></li><li> <a
href="#How_to_dominate_the_Mobile_Web">How to dominate the Mobile Web</a></li><li> <a
href="#How_to_manage_a_Local_Presence_online">How to manage a Local Presence online</a></li><li> <a
href="#How_to_monetize_a_Local_Website">How to monetize a Local Website</a></li><li> <a
href="#How_to_get_readers_to_the_Local_Website">How to get readers to the Local Website</a></li></ol></ol></ol></div><div
class='wptoc-end'> </div><p>Go Local is the name of the game in 2011/12 and the success of bringing the global web developments back home is a trend of the time. First it was about tagging people, now we tag locations, be it on social networks such as Facebook or on Photo sites, such as Picasa or Flickr.</p><p>Based on the fact that surfers search for and prefer local business to cross border transactions, social networks namely have built in the local tags and stimulate users to hook media and events to geographically tagged locations.</p><p><a
href="http://yorgonestoridis.com/wp-content/uploads/2012/04/astir-beach-4.jpg"><img
class="alignnone size-large wp-image-22802" title="Vouliagmeni Local Footprints at Astir Beach" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/astir-beach-4-460x345.jpg" alt="Vouliagmeni Local Footprints at Astir Beach" width="460" height="345" /></a></p> <span
id="How_to_dominate_the_local_market"><h3>How to dominate the local market?</h3></span><p>In order to dominate the local market, you need to assess the use of the internet your neighbors make; chances are that they mostly hang out on social media, search Google and use email. This is of course an extremely simplified view but it gives an indication about where we need to build high visibility.</p><p>You also want to have an idea about how people access the net and websites; you will notice an increased use of mobile deices, which means that your content needs to be formatted and optimized  for desktops as well as for tablets and mobile phones.</p><p>Finally you may notice that surfers prefer visual content to text, which impacts on editing and publishing for multiple platforms.</p> <span
id="How_to_Dominate_Google_Top_10"><h3>How to Dominate Google Top 10</h3></span><p>In order to build high visibility on search returns, you need</p><ul><li>a local website.</li><li>make use of all possible Google Listings pertaining to the geographic location.</li><li>great content and consistent publishing to provide useful information and trigger conversation.</li></ul><p><a
href="http://yorgonestoridis.com/wp-content/uploads/2012/04/astir-beach-3.jpg"><img
class="alignnone size-large wp-image-22803" title="Astir Beach Vouliagmeni, Greece" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/astir-beach-3-460x345.jpg" alt="Astir Beach Vouliagmeni, Greece" width="460" height="345" /></a></p> <span
id="How_to_Dominate_Social_Networks"><h3>How to Dominate Social Networks</h3></span><p>To dominate social networks (Facebook, Google+, Twitter, LinkedIn) we need</p><ul><li>optimized profiles.</li><li>Facebook Pages.</li><li>a consistent flow of information to trigger attention and conversation.</li><li>an optimized set-up to assure traffic back to our websites (let the social networks work for us instead of the opposite).</li></ul> <span
id="How_to_dominate_the_Mobile_Web"><h3>How to dominate the Mobile Web</h3></span><p>To dominate the mobile web we need</p><ul><li>mobile versions of our websites (tablets and smartphones).</li><li>mobile search optimization.</li><li>ideally an App.</li><li>easy to use interactive functions.</li></ul> <span
id="How_to_manage_a_Local_Presence_online"><h3>How to manage a Local Presence online</h3></span><p>The answer is similar to managing a business online. There are three main elements I like to focus on:</p><ul><li>an optimized workflow to assure maximum productivity.</li><li>high quality content and content providers.</li><li>an integrated publishing network to hit all the important targets with per platform optimized content.</li></ul><p><a
href="http://gardenroutepublishing.com/review/" ><img
class="alignnone size-large wp-image-22806" title="Local Website Theme for WordPress" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/local-website-2-460x345.jpg" alt="Local Website Theme for WordPress" width="460" height="345" /></a></p> <span
id="How_to_monetize_a_Local_Website"><h3>How to monetize a Local Website</h3></span><ul><li>Ads from Local Business.</li><li>Ads from external Business wanting to do business locally.</li><li>Eventually by integrating a local directory.</li><li>Eventually by integrating a real estate classifieds feature.</li><li>Eventually by integrating a service and products exchange.</li><li> … and more.</li></ul> <span
id="How_to_get_readers_to_the_Local_Website"><h3>How to get readers to the Local Website</h3></span><p>Just a few ideas:</p><ul><li>Talk about people.</li><li>Talk about events.</li><li>Talk about stories concerning the community.</li><li>Talk about Local Sports, Clubs, Associations.</li><li>Publish Pictures (people like to see their face and place).</li><li>Talk about local business.</li><li>Integrate a news wire from the major’s office.</li><li>Have a local Gossip column.</li><li>Let visitors contribute and discuss content.</li><li>Don’t forget rating.</li><li>Create competitions, contests, top 3 lists.</li><li>Exchange advertising space with local media to promote your site quickly an consistently.</li><li>Bring the conversation from social networks back to your site.</li><li>… and so much more!</li></ul><p>I hope this post helps your brainstorming when creating your local project. I will publish shortly a detailed project for my demo community, Vouliagmeni.</p><p>Related posts:<ol><li><a
href='http://yorgonestoridis.com/yorgo-nestoridis/how-to-optimize-your-impact-on-social-and-mobile-networks/' rel='bookmark' title='How to Optimize your Impact on Social and Mobile Networks'>How to Optimize your Impact on Social and Mobile Networks</a></li><li><a
href='http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/' rel='bookmark' title='Facebook Strategy with WordPress'>Facebook Strategy with WordPress</a></li><li><a
href='http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/google-top-10-5/' rel='bookmark' title='Google Top 10 Dominate your Keyword 3'>Google Top 10 Dominate your Keyword 3</a></li><li><a
href='http://yorgonestoridis.com/yorgo-nestoridis/3-web-design-trends-in-2011/' rel='bookmark' title='3 Web Design Trends in 2011'>3 Web Design Trends in 2011</a></li><li><a
href='http://yorgonestoridis.com/yorgo-nestoridis/new-facebook-pages-publishing-concept/' rel='bookmark' title='New Facebook Pages Publishing Concept'>New Facebook Pages Publishing Concept</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/local-website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ycademy Online Seminar Apri 2012</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/ycademy-online-seminar-apri-2012/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/ycademy-online-seminar-apri-2012/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 17:13:06 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Coaching]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[The]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[Trainings]]></category>
		<category><![CDATA[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[Ycademy]]></category>
		<category><![CDATA[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22772</guid>
		<description><![CDATA[Mobile WordPress and Social Media The fast evolution of the mobile web has created new needs for publishers, whereas the objective remains to integrate mobile web targets into an existing workflow and to optimize productivity with the help of automated conversion scripts and tools. What’s New on Mobile WordPress and Social Media At Semiomantics the starting point for our development is the most comprehensive conversion plugin, called WPTouch Pro. WPTouch has released its latest version end of March 2012 with some adjustments for iOS 5.1 and many other fixes and developments: * Added: Custom advertising options for iPad * Added: Simple caching of desktop functions.php * Added: Russian language file * Added: Automatic archiving of previous settings in wptouch-data directory * Added: Compatibility setting for BuddyPress Mobile AJAX support * Fixed: Changing user-agent matching that may have interfered with advertising in certain scenarios * Changed: Replaced include with locate_template in theme files, should allow child overrides of custom WPtouch Pro template files * Changed: Algorithm to reload settings; may have caused settings to be lost in a certain scenario * Updated: All translations based on 2.6 strings * Fixed: An issue with Register and Lost password links in Classic * [...]
Related posts:<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/facebook-and-mobile-web-seminar-by-ycademy/" rel="bookmark" title="Facebook and Mobile Web Seminar by Ycademy">Facebook and Mobile Web Seminar by Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-january-2012/" rel="bookmark" title="Ycademy Online Seminar January 2012">Ycademy Online Seminar January 2012</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-may-2011/" rel="bookmark" title="Ycademy Online Seminar May 2011">Ycademy Online Seminar May 2011</a></li>
<li><a href="http://yorgonestoridis.com/media-marketing-publishing/facebook-ycademy/" rel="bookmark" title="Facebook Online Seminar by Ycademy">Facebook Online Seminar by Ycademy</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/" rel="bookmark" title="Facebook Strategy with WordPress">Facebook Strategy with WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="Mobile_WordPress_and_Social_Media"><h2>Mobile WordPress and Social Media</h2></span>
<div class='toc wptoc'>
<h2>Contents</h2>
<ol class='toc-odd level-1'>
	<li>
		<a href="#Mobile_WordPress_and_Social_Media">Mobile WordPress and Social Media</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#Whats_New_on_Mobile_WordPress_and_Social_Media">What’s New on Mobile WordPress and Social Media</a>
			</li>
			<li>
				<a href="#Why_to_use_advanced_Mobile_Web_Developments">Why to use advanced Mobile Web Developments</a>
			</li>
			<li>
				<a href="#The_Goal_of_Semiomantics_Developments">The Goal of Semiomantics Developments</a>
			</li>
		</ol>
	<li>
		<a href="#The_Goal_and_Agenda_of_the_Ycademy_April_Seminar">The Goal and Agenda of the Ycademy April Seminar</a>
		<ol class='toc-even level-2'>
			<li>
				<a href="#Mobile_Web">1. Mobile Web</a>
				<ol class='toc-odd level-3'>
					<li>
						<a href="#Build_a_Mobile_Child_Theme_for_your_Website.">Build a Mobile Child Theme for your Website.</a>
					</li>
					<li>
						<a href="#Build_OS_specific_Icons.">Build OS specific Icons.</a>
					</li>
					<li>
						<a href="#Build_a_Start_up_screen_image.">Build a Start up screen (image).</a>
					</li>
					<li>
						<a href="#Build_Mobile_specific_WP_3.0_menus.">Build Mobile specific WP 3.0 menus.</a>
					</li>
					<li>
						<a href="#Custom_Links_and_Icons.">Custom Links and Icons.</a>
					</li>
					<li>
						<a href="#Integrate_Advertizing:_Adsense_Admob_Custom_Ads.">Integrate Advertizing: Adsense, Admob, Custom Ads.</a>
					</li>
					<li>
						<a href="#Custom_Post_formats_for_the_Mobile_theme.">Custom Post formats for the Mobile theme.</a>
					</li>
					<li>
						<a href="#Test_Plugin_compatibility_and_create_your_mobile_plugin_menu.">Test Plugin compatibility and create your mobile plugin menu.</a>
					</li>
					<li>
						<a href="#Embed_media_for_Mobile_content_YouTube_Vimeo_or_self-hosted_standard_h.264_encoded_media.">Embed media for Mobile content, YouTube, Vimeo or self-hosted standard h.264 encoded media.</a>
					</li>
					<li>
						<a href="#Specifics_for_tablet_computing_namely_for_the_iPad_and_other_touch_tablets.">Specifics for tablet computing, namely for the iPad and other touch tablets.</a>
					</li>
				</ol>
			<li>
				<a href="#Mobile_Social_Networks">2. Mobile Social Networks</a>
			</li>
			<li>
				<a href="#Schedule">Schedule</a>
			</li>
			<li>
				<a href="#Materials">Materials</a>
			</li>
			<li>
				<a href="#Tickets_and_Discounts">Tickets and Discounts</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div class='wptoc-end'> </div>
<p>The fast evolution of the mobile web has created new needs for publishers, whereas the objective remains to integrate mobile web targets into an existing workflow and to optimize productivity with the help of automated conversion scripts and tools.</p>
<span id="Whats_New_on_Mobile_WordPress_and_Social_Media"><h3>What’s New on Mobile WordPress and Social Media</h3></span>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/ycademy-april12.png"><img class="alignnone size-large wp-image-22773" title="Ycademy Online Seminar April 2012" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/ycademy-april12-460x213.png" alt="Ycademy Online Seminar April 2012" width="460" height="213" /></a></p>
<p>At Semiomantics the starting point for our development is the most comprehensive conversion plugin, called WPTouch Pro. WPTouch has released its latest version end of March 2012 with some adjustments for iOS 5.1 and many other fixes and developments:</p>
<ul>
<li>* Added: Custom advertising options for iPad</li>
</ul>
<ul>
<li>* Added: Simple caching of desktop functions.php</li>
</ul>
<ul>
<li>* Added: Russian language file</li>
</ul>
<ul>
<li>* Added: Automatic archiving of previous settings in wptouch-data directory</li>
</ul>
<ul>
<li>* Added: Compatibility setting for BuddyPress Mobile AJAX support</li>
</ul>
<ul>
<li>* Fixed: Changing user-agent matching that may have interfered with advertising in certain scenarios</li>
</ul>
<ul>
<li>* Changed: Replaced include with locate_template in theme files, should allow child overrides of custom WPtouch Pro template files</li>
</ul>
<ul>
<li>* Changed: Algorithm to reload settings; may have caused settings to be lost in a certain scenario</li>
</ul>
<ul>
<li>* Updated: All translations based on 2.6 strings</li>
</ul>
<ul>
<li>* Fixed: An issue with Register and Lost password links in Classic</li>
</ul>
<ul>
<li>* Fixed: Video issues with jwPlayer and other video sources and plugins</li>
</ul>
<ul>
<li>* Fixed: An issue which could cause the Share button not to show in Classic mobile theme</li>
</ul>
<ul>
<li>* Fixed: Improved appearance for Embedded Google maps</li>
</ul>
<ul>
<li>* Fixed: Issues with Tweet text encoding in sharing options for Classic</li>
</ul>
<ul>
<li>* Fixed: Search form issues with Skeleton theme</li>
</ul>
<ul>
<li>* Fixed: Admin issues for non-English languages</li>
</ul>
<ul>
<li>* Fixed: Issue where style.min.css was never loaded in child themes of Classic</li>
</ul>
<ul>
<li>* Fixed: Broken admin icons when SSL was enabled in the admin</li>
</ul>
<ul>
<li>* Added: Hungarian language</li>
</ul>
<ul>
<li>* Changed: Adjustments for memory management in Classic iPad theme</li>
</ul>
<ul>
<li>* Fixed: An issue with MapPress embeds</li>
</ul>
<ul>
<li>* Fixed: An issue with JetPack videos</li>
</ul>
<ul>
<li>* Fixed: An issue with Smart Youtube plugin videos</li>
</ul>
<ul>
<li>* Fixed: Issue with blank spaces in custom user agent string</li>
</ul>
<span id="Why_to_use_advanced_Mobile_Web_Developments"><h3>Why to use advanced Mobile Web Developments</h3></span>
<p>The above recent change-logs indicate the extent of considerations necessary for a serious development of an integrated mobile WP based solution. The reason for such complexity lies amongst others in the following:</p>
<ol>
<li>Increasing WordPress complexity and advanced plugin developments.</li>
<li>The multitude of mobile operating systems, browsers and devices of different sizes, display resolutions and aspect ratios.</li>
<li>The improved algorithms of Mobile Search.</li>
<li>The complexity of Semiomantics’ unbeaten optimization for conventional and mobile search.</li>
<li>The popularity of mobile and smart devices and the automated Mobile Search privileging mobile site versions.</li>
<li>The popularity of Social Networks and their ever changing integration parameters.</li>
</ol>

<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3634/' title='IMG_3634'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3634-200x150.png" class="attachment-thumbnail" alt="IMG_3634" title="IMG_3634" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3635/' title='IMG_3635'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3635-200x150.png" class="attachment-thumbnail" alt="IMG_3635" title="IMG_3635" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3636/' title='IMG_3636'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3636-200x150.png" class="attachment-thumbnail" alt="IMG_3636" title="IMG_3636" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3637/' title='IMG_3637'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3637-200x150.png" class="attachment-thumbnail" alt="IMG_3637" title="IMG_3637" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3638/' title='IMG_3638'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3638-200x150.png" class="attachment-thumbnail" alt="IMG_3638" title="IMG_3638" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3640/' title='IMG_3640'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3640-200x150.png" class="attachment-thumbnail" alt="IMG_3640" title="IMG_3640" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3641/' title='IMG_3641'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3641-200x150.png" class="attachment-thumbnail" alt="IMG_3641" title="IMG_3641" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3642/' title='IMG_3642'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3642-200x150.png" class="attachment-thumbnail" alt="IMG_3642" title="IMG_3642" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3643/' title='IMG_3643'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3643-200x150.png" class="attachment-thumbnail" alt="IMG_3643" title="IMG_3643" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3644/' title='IMG_3644'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3644-200x150.png" class="attachment-thumbnail" alt="IMG_3644" title="IMG_3644" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3646/' title='IMG_3646'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3646-200x150.png" class="attachment-thumbnail" alt="IMG_3646" title="IMG_3646" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3650/' title='IMG_3650'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3650-200x150.png" class="attachment-thumbnail" alt="IMG_3650" title="IMG_3650" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3651/' title='IMG_3651'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3651-200x150.png" class="attachment-thumbnail" alt="IMG_3651" title="IMG_3651" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3658/' title='IMG_3658'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3658-200x150.png" class="attachment-thumbnail" alt="IMG_3658" title="IMG_3658" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3659/' title='IMG_3659'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3659-200x150.png" class="attachment-thumbnail" alt="IMG_3659" title="IMG_3659" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3661/' title='IMG_3661'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3661-200x150.png" class="attachment-thumbnail" alt="IMG_3661" title="IMG_3661" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3662/' title='IMG_3662'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3662-200x150.png" class="attachment-thumbnail" alt="IMG_3662" title="IMG_3662" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3663/' title='IMG_3663'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3663-200x150.png" class="attachment-thumbnail" alt="IMG_3663" title="IMG_3663" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3664/' title='IMG_3664'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3664-200x150.png" class="attachment-thumbnail" alt="IMG_3664" title="IMG_3664" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/img_3665/' title='IMG_3665'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/IMG_3665-200x150.png" class="attachment-thumbnail" alt="IMG_3665" title="IMG_3665" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/512x512-ycademy-shop-1-5/' title='Ycademy April Seminar Ticket'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/512x512-ycademy-shop-1-200x150.png" class="attachment-thumbnail" alt="Ycademy April Seminar Ticket" title="Ycademy April Seminar Ticket" /></a>
<a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/attachment/ycademy-april12/' title='Ycademy Online Seminar April 2012'><img width="200" height="150" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/ycademy-april12-200x150.png" class="attachment-thumbnail" alt="Ycademy Online Seminar April 2012" title="Ycademy Online Seminar April 2012" /></a>

<span id="The_Goal_of_Semiomantics_Developments"><h3>The Goal of Semiomantics Developments</h3></span>
<p>At Semiomantics we aim to make complex matters simple for day to day use. As an author or business, you don’t want to spend your time with technical issues or sitting logged into social networks to keep up with the continuous stream of information and exchanges. You want to do your business and be assured that your message gets spread broadly and that visitors requests are piped to proper destination without your intervention.</p>
<p>Semiomantics Developers are trained to build high end customer specific solutions assuring optimized productivity and workflow.</p>
<span id="The_Goal_and_Agenda_of_the_Ycademy_April_Seminar"><h2>The Goal and Agenda of the Ycademy April Seminar</h2></span>
<p>Based on the above, the Seminar will provide all necessary updates and upgrades for existing and new installations of high end websites, namely those built on Semiomantics XO and EVO frameworks.</p>
<p>During numerous Workshops we will knock participants personal sites into shape to comply with the highest standards.</p>
<span id="Mobile_Web"><h3>1. Mobile Web</h3></span>
<p>We will go step by step through the set-up and development of the customized version of each participants author site. This includes the following workshops:</p>
<ol>
<li>
<span id="Build_a_Mobile_Child_Theme_for_your_Website."><h4>Build a Mobile Child Theme for your Website.</h4></span>
</li>
<li>
<span id="Build_OS_specific_Icons."><h4>Build OS specific Icons.</h4></span>
</li>
<li>
<span id="Build_a_Start_up_screen_image."><h4>Build a Start up screen (image).</h4></span>
</li>
<li>
<span id="Build_Mobile_specific_WP_3.0_menus."><h4>Build Mobile specific WP 3.0 menus.</h4></span>
</li>
<li>
<span id="Custom_Links_and_Icons."><h4>Custom Links and Icons.</h4></span>
</li>
<li>
<span id="Integrate_Advertizing:_Adsense_Admob_Custom_Ads."><h4>Integrate Advertizing: Adsense, Admob, Custom Ads.</h4></span>
</li>
<li>
<span id="Custom_Post_formats_for_the_Mobile_theme."><h4>Custom Post formats for the Mobile theme.</h4></span>
</li>
<li>
<span id="Test_Plugin_compatibility_and_create_your_mobile_plugin_menu."><h4>Test Plugin compatibility and create your mobile plugin menu.</h4></span>
</li>
<li>
<span id="Embed_media_for_Mobile_content_YouTube_Vimeo_or_self-hosted_standard_h.264_encoded_media."><h4>Embed media for Mobile content, YouTube, Vimeo or self-hosted standard h.264 encoded media.</h4></span>
</li>
<li>
<span id="Specifics_for_tablet_computing_namely_for_the_iPad_and_other_touch_tablets."><h4>Specifics for tablet computing, namely for the iPad and other touch tablets.</h4></span>
</li>
</ol>
<span id="Mobile_Social_Networks"><h3>2. Mobile Social Networks</h3></span>
<p>We will focus on Facebook in particular. Mobile Facebook is quite restrictive; it is therefore important to learn about what is visible on mobile FB and what cannot be accessed, respectively, how we may work around some of these restrictions.</p>
<p>In fact: Mobile Facebook is quite disappointing, be it whether you access it via the App or the browser. Custom content on app driven canvas pages and page favorites don’t display! Even promoting their link on the wall will not trigger any display. There are some workarounds by using different browsers where you can modify browser settings and simulate a desktop browser, but that’s not a solution for the masses.</p>
<p>Facebook is not here to promote YOUR site but just to grab your content for it’s own purpose.</p>
<ul>
<li>We will show you how to work around the problem and take advantage of the FB App and Mobile Site to get most out of it. The goal is to achieve that Facebook works for you and not you for Facebook.</li>
</ul>
<ul>
<li>We will also come back to the desktop version of Facebook, showing how to build the most neutral and minimalist Facebook page for full and perfect control of all your content.</li>
</ul>
<span id="Schedule"><h3>Schedule</h3></span>
<p>The Ycademy Online Seminar will take place on April 28/29, 2012 starting daily as usual at 1 p.m. London Time and closing at 9 p.m. London time.</p>
<span id="Materials"><h3>Materials</h3></span>
<p>All materials and scripts are provided and included.</p>
<span id="Tickets_and_Discounts"><h3>Tickets and Discounts</h3></span>
<p>The cost for this seminar is $85; discounts as usual for Ycademy Pros (please mail Bianca at bianca(at)ycademy.com for the coupon code.</p>
<p>Click on the below image to get your ticket.</p>
<p><a href="http://hiod.com/shop/ycademy-online-seminar-tickets/ycademy-online-seminar/" ><img class="alignnone size-large wp-image-22796" title="Ycademy April Seminar Ticket" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/512x512-ycademy-shop-1-460x460.png" alt="" width="460" height="460" /></a></p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/" title="mobile content caching strategies">mobile content caching strategies</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-apri-2012/" title="mobile developer seminars">mobile developer seminars</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-development/semiomantics/ycademy-online-seminar-january-2012/' rel='bookmark' title='Ycademy Online Seminar January 2012'>Ycademy Online Seminar January 2012</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/ycademy-online-seminar-may-2011/' rel='bookmark' title='Ycademy Online Seminar May 2011'>Ycademy Online Seminar May 2011</a></li>
<li><a href='http://yorgonestoridis.com/media-marketing-publishing/facebook-ycademy/' rel='bookmark' title='Facebook Online Seminar by Ycademy'>Facebook Online Seminar by Ycademy</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis/facebook-strategy-with-wordpress/' rel='bookmark' title='Facebook Strategy with WordPress'>Facebook Strategy with WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/ycademy-online-seminar-apri-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.4 Beta</title>
		<link>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/wordpress-3-4-beta/</link>
		<comments>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/wordpress-3-4-beta/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 08:36:35 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Yorgo Nestoridis]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[EVO]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[Free Online Services]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Semiomantics]]></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[YORGOO]]></category>

		<guid isPermaLink="false">http://yorgonestoridis.com/?p=22757</guid>
		<description><![CDATA[WordPress 3.4 Beta Custom Headers and Backgrounds The release of WordPress 3.4 Beta raises a number of problemsquestions for theme designers in as much as Custom Headers and Custom Backgrounds are concerned. The implementation methods via add_custom_background() and add_custom_image_header() will be depreciated and replaced by a more powerful method via add_theme_support(). The impact for Semiomantics XO and EVO Due to the depreciation of the old calls, we will need to update the themes and make the modifications needed to take advantage of the new features provided by WordPress 3.4. The new theme versions will work with WP 3.4 minimum and must not be used with previous WP versions. Custom developments and child themes may need a special treatment, depending on the degree of customization. I will arrange for some developers calls or set up some tutorials in due course. For the time being I am testing WP 3.4 Beta to check backwards compatibility using our themes. I will keep you posted on results and updates. &#160; Incoming search terms:wordpress 3 4custom backgrounds wordpress 3 4 backward compatiblewordpress 3 4 betawp beta 3 4Related posts: Semiomantics XO Transparent WordPress Drafts How to Customize your WordPress Typography WordPress Themes and Development Showcase [...]
Related posts:<ol>
<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/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/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/ycademy/showcase-portfolio-photo-theme-for-wordpress/" rel="bookmark" title="Showcase Portfolio Photo Theme for WordPress">Showcase Portfolio Photo Theme for WordPress</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/yorgoo-blaster/yorgoo-blaster-yb271-beta/" rel="bookmark" title="YORGOO Blaster YB271 Beta">YORGOO Blaster YB271 Beta</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<span id="WordPress_3.4_Beta_Custom_Headers_and_Backgrounds"><h2>WordPress 3.4 Beta Custom Headers and Backgrounds</h2></span>
<p>The release of WordPress 3.4 Beta raises a number of problemsquestions for theme designers in as much as Custom Headers and Custom Backgrounds are concerned.</p>
<p>The implementation methods via <a href="http://codex.wordpress.org/Function_Reference/add_custom_background"><code>add_custom_background()</code></a> and <a href="http://codex.wordpress.org/Function_Reference/add_custom_image_header"><code>add_custom_image_header()</code></a> will be depreciated and replaced by a more powerful method via <a href="http://codex.wordpress.org/Function_Reference/add_theme_support"><code>add_theme_support()</code></a>.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/wordpress-tutorials2.jpg"><img class="alignnone size-large wp-image-22758" title="WordPress 3.4 Beta" src="http://yorgonestoridis.com/wp-content/uploads/2012/04/wordpress-tutorials2-460x213.jpg" alt="WordPress 3.4 Beta" width="460" height="213" /></a></p>
<span id="The_impact_for_Semiomantics_XO_and_EVO"><h3>The impact for Semiomantics XO and EVO</h3></span>
<p>Due to the depreciation of the old calls, we will need to update the themes and make the modifications needed to take advantage of the new features provided by WordPress 3.4. The new theme versions will work with WP 3.4 minimum and must not be used with previous WP versions.</p>
<p>Custom developments and child themes may need a special treatment, depending on the degree of customization. I will arrange for some developers calls or set up some tutorials in due course. For the time being I am testing WP 3.4 Beta to check backwards compatibility using our themes.</p>
<p>I will keep you posted on results and updates.</p>
<p> </p>
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span><ul><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-3-4-beta/" title="wordpress 3 4">wordpress 3 4</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-3-4-beta/" title="custom backgrounds wordpress 3 4 backward compatible">custom backgrounds wordpress 3 4 backward compatible</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-3-4-beta/" title="wordpress 3 4 beta">wordpress 3 4 beta</a></li><li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-3-4-beta/" title="wp beta 3 4">wp beta 3 4</a></li></ul><p>Related posts:<ol>
<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/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/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/ycademy/showcase-portfolio-photo-theme-for-wordpress/' rel='bookmark' title='Showcase Portfolio Photo Theme for WordPress'>Showcase Portfolio Photo Theme for WordPress</a></li>
<li><a href='http://yorgonestoridis.com/yorgo-nestoridis-development/yorgoo-blaster/yorgoo-blaster-yb271-beta/' rel='bookmark' title='YORGOO Blaster YB271 Beta'>YORGOO Blaster YB271 Beta</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://myvouliagmeni.net/vouliagmeni/yorgo-nestoridis/wordpress-3-4-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

