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

<channel>
	<title>The XO Semantics</title>
	<atom:link href="http://semiomantics.com/xo/feed/" rel="self" type="application/rss+xml" />
	<link>http://semiomantics.com/xo</link>
	<description>Tips for Building and Running a Profitable Customized WordPress Website</description>
	<lastBuildDate>Mon, 14 May 2012 13:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to build a Custom WordPress Site 2</title>
		<link>http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site-2/</link>
		<comments>http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site-2/#comments</comments>
		<pubDate>Mon, 14 May 2012 13:25:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Custom WP Theme]]></category>
		<category><![CDATA[How to build a custom WordPress site]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Custom Developments]]></category>
		<category><![CDATA[WordPress Custom Theme]]></category>
		<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[WordPress Training]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[WP Child Theme]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site-2/</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. Semiomantics XO for WordPress — Custom Magazine 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. Folders on BitNamy WP Stack 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 [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Build_a_Custom_WP_with_Semiomantics_XO"><h2>Build a Custom WP with Semiomantics XO</h2></span>
<p></span></p>
<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><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://semiomantics.com/xo/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>Semiomantics XO for WordPress — Custom Magazine</p>
</div>
<p><span><br />
<span id="Adding_a_Theme"><h3>Adding a Theme</h3></span>
<p></span></p>
<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><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://semiomantics.com/xo/wp-content/uploads/2012/05/bitnami-460x526.jpg" alt="Folders on BitNamy WP Stack" width="460" height="526" /></a>
<p>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>
<p><span><br />
<span id="Create_a_WP_Child_Theme_for_Semiomantics_XO"><h3>Create a WP Child Theme for Semiomantics XO</h3></span>
<p></span></p>
<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><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://semiomantics.com/xo/wp-content/uploads/2012/05/yorgo-12-1-460x381.jpg" alt="Style-sheet for Child Theme" width="460" height="381" /></a>
<p>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" target="_blank">PSPad</a> which is handy to edit the various files we need to develop.</p>
<p><span><br />
<span id="How_to_Create_a_Child_Theme_step_by_Step"><h3>How to Create a Child Theme step by Step</h3></span>
<p></span></p>
<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>

@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>

/*
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><a href="http://semiomantics.com/xo/wp-content/uploads/2012/05/screenshot1.png"><img class="size-full wp-image-23003" title="screenshot.png" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/screenshot1.png" alt="screenshot.png" width="300" height="225" /></a>
<p>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>No related posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site-2/feed/</wfw:commentRss>
		<slash:comments>3236</slash:comments>
		</item>
		<item>
		<title>How to build a custom WordPress Site</title>
		<link>http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site/</link>
		<comments>http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site/#comments</comments>
		<pubDate>Mon, 14 May 2012 11:25:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Custom WordPress Development]]></category>
		<category><![CDATA[customize semiomantics xo]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Custom Development]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site/</guid>
		<description><![CDATA[Custom WordPress Design and Developments This post will start a series of articles about building custom Websites based on WordPress and the Semiomantics XO Theme. We will therefore use most of our remaining daily Ycademy calls this month to go into advanced customization issues. But first we will start at the beginning by planning and formulating a project which will allow us to test code, functions and design. Semiomantics XO Custom Theme for WordPress The WordPress Custom Project For the purpose of this exercise, we will build plan and execute a hypothetical customer’s project. The new website will be about WordPress, namely about WordPress Tips, Themes and Plugins. It’s a site for a WordPress developer and web designer. The Architecture of the site The structure of the Website will be based on WordPress and include some static pages such as the About, Contact, Imprint and Privacy pages as well as structured dynamic content.  As the site will focus on 3 main topics, Tips, Themes and Plugins, we will build for each of these topics custom Posts and Taxonomies. The Developer’s environment To build the new website in a test environment, we install BitNami and namely the WordPress stack (free download). [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Custom_WordPress_Design_and_Developments"><h2>Custom WordPress Design and Developments</h2></span>
<p></span></p>
<p>This post will start a series of articles about building custom Websites based on WordPress and the Semiomantics XO Theme.</p>
<p>We will therefore use most of our remaining daily Ycademy calls this month to go into advanced customization issues. But first we will start at the beginning by planning and formulating a project which will allow us to test code, functions and design.</p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/05/custom-wp-newspaper-magazine-theme.jpg"><img class="size-large wp-image-22995" title="Semiomantics XO Custom Theme for WordPress" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/custom-wp-newspaper-magazine-theme-460x345.jpg" alt="Semiomantics XO Custom Theme for WordPress" width="460" height="345" /></a>
<p>Semiomantics XO Custom Theme for WordPress</p>
</div>
<p><span><br />
<span id="The_WordPress_Custom_Project"><h3>The WordPress Custom Project</h3></span>
<p></span></p>
<p>For the purpose of this exercise, we will build plan and execute a hypothetical customer’s project.</p>
<p>The new website will be about WordPress, namely about WordPress Tips, Themes and Plugins. It’s a site for a WordPress developer and web designer.</p>
<p><span><br />
<span id="The_Architecture_of_the_site"><h3>The Architecture of the site</h3></span>
<p></span></p>
<p>The structure of the Website will be based on WordPress and include some static pages such as the About, Contact, Imprint and Privacy pages as well as structured dynamic content.  As the site will focus on 3 main topics, Tips, Themes and Plugins, we will build for each of these topics custom Posts and Taxonomies.</p>
<p><span><br />
<span id="The_Developers_environment"><h3>The Developer’s environment</h3></span>
<p></span></p>
<p>To build the new website in a test environment, we install <a title="BitNami WordPress Stack" href="http://bitnami.org/stack/wordpress" target="_blank">BitNami </a>and namely the WordPress stack (free download). BitNami creates an independent (Apache) server environment with MySQL server and installed WordPress, ready to use via our browser. If you are used to Firefox and Firebug, you will find it easy to customize your styles and designs.</p>
<p>Now we can access the WordPress Dashboard via the browser and the files using windows explorer.</p>
<p>We are ready to start working on our project. Please look forward to the next related post where we will start adding Semiomantics XO and start building our custom child theme.</p>
<p> </p>
<p>Related posts:
<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/build-your-flash-website-4/" rel="bookmark" title="Build your Flash Website">Build your Flash Website</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/xo-photo-press-wordpress-theme/" rel="bookmark" title="XO Photo Press WordPress Theme">XO Photo Press WordPress Theme</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/elegant-wordpress-by-semiomantics-101/" rel="bookmark" title="Elegant WordPress by Semiomantics 101">Elegant WordPress by Semiomantics 101</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/transparent-fonts-for-photo-site/" rel="bookmark" title="Transparent Fonts for Photo Site">Transparent Fonts for Photo Site</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wp-best-business-themes/" rel="bookmark" title="Best WordPress Business Themes">Best WordPress Business Themes</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/how-to-build-a-custom-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>4044</slash:comments>
		</item>
		<item>
		<title>SuperMoon 2012 Image</title>
		<link>http://semiomantics.com/xo/development/supermoon-2012-image/</link>
		<comments>http://semiomantics.com/xo/development/supermoon-2012-image/#comments</comments>
		<pubDate>Tue, 08 May 2012 20:35:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[SuperMoon 2012 Vouliagmeni Greece]]></category>
		<category><![CDATA[SuperMoon Image 2012]]></category>
		<category><![CDATA[SuperMoon Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

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

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

		<guid isPermaLink="false">http://semiomantics.com/xo/development/how-to-preview-your-mobile-wordpress-for-iphone-and-ipad/</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. Semiomantics Mobile Developments 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 [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="iPhone_Simulator_or_Emulator_for_WordPress"><h2>iPhone Simulator or Emulator for WordPress?</h2></span>
<p></span></p>
<p>Subsequent to last week’s Ycademy Seminar, I read on <a title="iPhone Simulator" href="http://biancagubalke.com/mobile/iphone-simulator/" target="_blank">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>
<p><span><br />
<span id="iPhone_Simulator"><h3>iPhone Simulator</h3></span>
<p></span></p>
<p>The first question is: Do we need an <a title="iPhone Simulator on Google" href="http://goo.gl/Gf4K7" target="_blank">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><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://semiomantics.com/xo/wp-content/uploads/2012/05/mobile-460x213.jpg" alt="Semiomantics Mobile Developments" width="460" height="213" /></a>
<p>Semiomantics Mobile Developments</p>
</div>
<p><span><br />
<span id="iPhone_Emulator"><h3>iPhone Emulator</h3></span>
<p></span></p>
<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>
<p><span><br />
<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></span></p>
<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://semiomantics.com/xo/wp-content/uploads/2012/05/tut1a.jpg"><img class="alignnone size-full wp-image-22971" title="Safari Tutorial 1" src="http://semiomantics.com/xo/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://semiomantics.com/xo/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://semiomantics.com/xo/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://semiomantics.com/xo/wp-content/uploads/2012/05/tut4.jpg"><img class="alignnone size-full wp-image-22974" title="Safari Tutorial 4" src="http://semiomantics.com/xo/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>
<p><span><br />
<span id="Other_Solutions"><h3>Other Solutions</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="Conclusion"><h3>Conclusion</h3></span>
<p></span></p>
<p>There is no more excuse for not customizing your Mobile WordPress version, namely if you work with WPTouch Pro <img src='http://semiomantics.com/xo/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p> </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/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>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/how-to-preview-your-mobile-wordpress-for-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>6373</slash:comments>
		</item>
		<item>
		<title>Give WordPress an App Look</title>
		<link>http://semiomantics.com/xo/development/give-wordpress-an-app-look/</link>
		<comments>http://semiomantics.com/xo/development/give-wordpress-an-app-look/#comments</comments>
		<pubDate>Wed, 02 May 2012 21:25:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Give WordPress an App Look]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/give-wordpress-an-app-look/</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]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="App_Look_for_WordPress"><h2>App Look for WordPress</h2></span>
<p></span><br />
<span><br />
<h3>Screenshots — under development<br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3680-200x150.png" class="attachment-thumbnail" alt="IMG_3680" title="IMG_3680" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3681-200x150.png" class="attachment-thumbnail" alt="IMG_3681" title="IMG_3681" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3682-200x150.png" class="attachment-thumbnail" alt="IMG_3682" title="IMG_3682" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3683-200x150.png" class="attachment-thumbnail" alt="IMG_3683" title="IMG_3683" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3685-200x150.png" class="attachment-thumbnail" alt="IMG_3685" title="IMG_3685" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3686-200x150.png" class="attachment-thumbnail" alt="IMG_3686" title="IMG_3686" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3687-200x150.png" class="attachment-thumbnail" alt="IMG_3687" title="IMG_3687" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3688-200x150.png" class="attachment-thumbnail" alt="IMG_3688" title="IMG_3688" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3689-200x150.png" class="attachment-thumbnail" alt="IMG_3689" title="IMG_3689" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3690-200x150.png" class="attachment-thumbnail" alt="IMG_3690" title="IMG_3690" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3691-200x150.png" class="attachment-thumbnail" alt="IMG_3691" title="IMG_3691" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3692-200x150.png" class="attachment-thumbnail" alt="IMG_3692" title="IMG_3692" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3693-200x150.png" class="attachment-thumbnail" alt="IMG_3693" title="IMG_3693" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3694-200x150.png" class="attachment-thumbnail" alt="IMG_3694" title="IMG_3694" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3695-200x150.png" class="attachment-thumbnail" alt="IMG_3695" title="IMG_3695" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_36961-200x150.png" class="attachment-thumbnail" alt="IMG_3696" title="IMG_3696" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3697-200x150.png" class="attachment-thumbnail" alt="IMG_3697" title="IMG_3697" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3698-200x150.png" class="attachment-thumbnail" alt="IMG_3698" title="IMG_3698" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3699-200x150.png" class="attachment-thumbnail" alt="IMG_3699" title="IMG_3699" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3700-200x150.png" class="attachment-thumbnail" alt="IMG_3700" title="IMG_3700" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3701-200x150.png" class="attachment-thumbnail" alt="IMG_3701" title="IMG_3701" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3702-200x150.png" class="attachment-thumbnail" alt="IMG_3702" title="IMG_3702" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3703-200x150.png" class="attachment-thumbnail" alt="IMG_3703" title="IMG_3703" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_37031-200x150.png" class="attachment-thumbnail" alt="IMG_3703" title="IMG_3703" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3704-200x150.png" class="attachment-thumbnail" alt="IMG_3704" title="IMG_3704" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3705-200x150.png" class="attachment-thumbnail" alt="IMG_3705" title="IMG_3705" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3706-200x150.png" class="attachment-thumbnail" alt="IMG_3706" title="IMG_3706" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3707-200x150.png" class="attachment-thumbnail" alt="IMG_3707" title="IMG_3707" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3708-200x150.png" class="attachment-thumbnail" alt="IMG_3708" title="IMG_3708" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3709-200x150.png" class="attachment-thumbnail" alt="IMG_3709" title="IMG_3709" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3710-200x150.png" class="attachment-thumbnail" alt="IMG_3710" title="IMG_3710" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3711-200x150.png" class="attachment-thumbnail" alt="IMG_3711" title="IMG_3711" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3712-200x150.png" class="attachment-thumbnail" alt="IMG_3712" title="IMG_3712" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3713-200x150.png" class="attachment-thumbnail" alt="IMG_3713" title="IMG_3713" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3714-200x150.png" class="attachment-thumbnail" alt="IMG_3714" title="IMG_3714" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3715-200x150.png" class="attachment-thumbnail" alt="IMG_3715" title="IMG_3715" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3716-200x150.png" class="attachment-thumbnail" alt="IMG_3716" title="IMG_3716" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3717-200x150.png" class="attachment-thumbnail" alt="IMG_3717" title="IMG_3717" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3718-200x150.png" class="attachment-thumbnail" alt="IMG_3718" title="IMG_3718" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3719-200x150.png" class="attachment-thumbnail" alt="IMG_3719" title="IMG_3719" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3720-200x150.png" class="attachment-thumbnail" alt="IMG_3720" title="IMG_3720" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3721-200x150.png" class="attachment-thumbnail" alt="IMG_3721" title="IMG_3721" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3722-200x150.png" class="attachment-thumbnail" alt="IMG_3722" title="IMG_3722" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3723-200x150.png" class="attachment-thumbnail" alt="IMG_3723" title="IMG_3723" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3724-200x150.png" class="attachment-thumbnail" alt="IMG_3724" title="IMG_3724" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3725-200x150.png" class="attachment-thumbnail" alt="IMG_3725" title="IMG_3725" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3726-200x150.png" class="attachment-thumbnail" alt="IMG_3726" title="IMG_3726" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3727-200x150.png" class="attachment-thumbnail" alt="IMG_3727" title="IMG_3727" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3728-200x150.png" class="attachment-thumbnail" alt="IMG_3728" title="IMG_3728" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3729-200x150.png" class="attachment-thumbnail" alt="IMG_3729" title="IMG_3729" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3730-200x150.png" class="attachment-thumbnail" alt="IMG_3730" title="IMG_3730" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3731-200x150.png" class="attachment-thumbnail" alt="IMG_3731" title="IMG_3731" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3732-200x150.png" class="attachment-thumbnail" alt="IMG_3732" title="IMG_3732" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3733-200x150.png" class="attachment-thumbnail" alt="IMG_3733" title="IMG_3733" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3734-200x150.png" class="attachment-thumbnail" alt="IMG_3734" title="IMG_3734" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3735-200x150.png" class="attachment-thumbnail" alt="IMG_3735" title="IMG_3735" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3736-200x150.png" class="attachment-thumbnail" alt="IMG_3736" title="IMG_3736" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3737-200x150.png" class="attachment-thumbnail" alt="IMG_3737" title="IMG_3737" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3738-200x150.png" class="attachment-thumbnail" alt="IMG_3738" title="IMG_3738" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3739-200x150.png" class="attachment-thumbnail" alt="IMG_3739" title="IMG_3739" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3740-200x150.png" class="attachment-thumbnail" alt="IMG_3740" title="IMG_3740" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3741-200x150.png" class="attachment-thumbnail" alt="IMG_3741" title="IMG_3741" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3742-200x150.png" class="attachment-thumbnail" alt="IMG_3742" title="IMG_3742" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3743-200x150.png" class="attachment-thumbnail" alt="IMG_3743" title="IMG_3743" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3744-200x150.png" class="attachment-thumbnail" alt="IMG_3744" title="IMG_3744" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3745-200x150.png" class="attachment-thumbnail" alt="IMG_3745" title="IMG_3745" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3746-200x150.png" class="attachment-thumbnail" alt="IMG_3746" title="IMG_3746" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3747-200x150.png" class="attachment-thumbnail" alt="IMG_3747" title="IMG_3747" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3748-200x150.png" class="attachment-thumbnail" alt="IMG_3748" title="IMG_3748" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3749-200x150.png" class="attachment-thumbnail" alt="IMG_3749" title="IMG_3749" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3750-200x150.png" class="attachment-thumbnail" alt="IMG_3750" title="IMG_3750" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3751-200x150.png" class="attachment-thumbnail" alt="IMG_3751" title="IMG_3751" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3752-200x150.png" class="attachment-thumbnail" alt="IMG_3752" title="IMG_3752" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3753-200x150.png" class="attachment-thumbnail" alt="IMG_3753" title="IMG_3753" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3754-200x150.png" class="attachment-thumbnail" alt="IMG_3754" title="IMG_3754" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3755-200x150.png" class="attachment-thumbnail" alt="IMG_3755" title="IMG_3755" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3756-200x150.png" class="attachment-thumbnail" alt="IMG_3756" title="IMG_3756" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3757-200x150.png" class="attachment-thumbnail" alt="IMG_3757" title="IMG_3757" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3758-200x150.png" class="attachment-thumbnail" alt="IMG_3758" title="IMG_3758" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3759-200x150.png" class="attachment-thumbnail" alt="IMG_3759" title="IMG_3759" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3760-200x150.png" class="attachment-thumbnail" alt="IMG_3760" title="IMG_3760" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3761-200x150.png" class="attachment-thumbnail" alt="IMG_3761" title="IMG_3761" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3762-200x150.png" class="attachment-thumbnail" alt="IMG_3762" title="IMG_3762" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3763-200x150.png" class="attachment-thumbnail" alt="IMG_3763" title="IMG_3763" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3764-200x150.png" class="attachment-thumbnail" alt="IMG_3764" title="IMG_3764" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3765-200x150.png" class="attachment-thumbnail" alt="IMG_3765" title="IMG_3765" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3766-200x150.png" class="attachment-thumbnail" alt="IMG_3766" title="IMG_3766" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3767-200x150.png" class="attachment-thumbnail" alt="IMG_3767" title="IMG_3767" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3768-200x150.png" class="attachment-thumbnail" alt="IMG_3768" title="IMG_3768" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3769-200x150.png" class="attachment-thumbnail" alt="IMG_3769" title="IMG_3769" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3770-200x150.png" class="attachment-thumbnail" alt="IMG_3770" title="IMG_3770" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3771-200x150.png" class="attachment-thumbnail" alt="IMG_3771" title="IMG_3771" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3772-200x150.png" class="attachment-thumbnail" alt="IMG_3772" title="IMG_3772" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3773-200x150.png" class="attachment-thumbnail" alt="IMG_3773" title="IMG_3773" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3774-200x150.png" class="attachment-thumbnail" alt="IMG_3774" title="IMG_3774" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3775-200x150.png" class="attachment-thumbnail" alt="IMG_3775" title="IMG_3775" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3776-200x150.png" class="attachment-thumbnail" alt="IMG_3776" title="IMG_3776" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3777-200x150.png" class="attachment-thumbnail" alt="IMG_3777" title="IMG_3777" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3778-200x150.png" class="attachment-thumbnail" alt="IMG_3778" title="IMG_3778" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3779-200x150.png" class="attachment-thumbnail" alt="IMG_3779" title="IMG_3779" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3780-200x150.png" class="attachment-thumbnail" alt="IMG_3780" title="IMG_3780" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3781-200x150.png" class="attachment-thumbnail" alt="IMG_3781" title="IMG_3781" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3782-200x150.png" class="attachment-thumbnail" alt="IMG_3782" title="IMG_3782" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3783-200x150.png" class="attachment-thumbnail" alt="IMG_3783" title="IMG_3783" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3784-200x150.png" class="attachment-thumbnail" alt="IMG_3784" title="IMG_3784" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3785-200x150.png" class="attachment-thumbnail" alt="IMG_3785" title="IMG_3785" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3786-200x150.png" class="attachment-thumbnail" alt="IMG_3786" title="IMG_3786" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-1-200x150.jpg" class="attachment-thumbnail" alt="screen-1" title="screen-1" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-2-200x150.jpg" class="attachment-thumbnail" alt="screen-2" title="screen-2" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-3-200x150.jpg" class="attachment-thumbnail" alt="screen-3" title="screen-3" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-4-200x150.jpg" class="attachment-thumbnail" alt="screen-4" title="screen-4" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-5-200x150.jpg" class="attachment-thumbnail" alt="screen-5" title="screen-5" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-61-200x150.jpg" class="attachment-thumbnail" alt="screen-6" title="screen-6" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-7-200x150.jpg" class="attachment-thumbnail" alt="screen-7" title="screen-7" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-8-200x150.jpg" class="attachment-thumbnail" alt="screen-8" title="screen-8" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen9-200x150.jpg" class="attachment-thumbnail" alt="screen9" title="screen9" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen101-200x150.jpg" class="attachment-thumbnail" alt="screen10" title="screen10" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-121-200x150.jpg" class="attachment-thumbnail" alt="screen-12" title="screen-12" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-131-200x150.jpg" class="attachment-thumbnail" alt="screen-13" title="screen-13" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/tut2-200x150.jpg" class="attachment-thumbnail" alt="Safari Turorial 2" title="Safari Turorial 2" /></a><br />
</h3>
<p></span></p>
<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>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/give-wordpress-an-app-look/feed/</wfw:commentRss>
		<slash:comments>1665</slash:comments>
		</item>
		<item>
		<title>Mobile Developments for Small and Home Business</title>
		<link>http://semiomantics.com/xo/development/mobile-developments-for-small-and-home-business/</link>
		<comments>http://semiomantics.com/xo/development/mobile-developments-for-small-and-home-business/#comments</comments>
		<pubDate>Wed, 02 May 2012 20:20:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[Mobile App Developments for Small and Home Business]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/mobile-developments-for-small-and-home-business/</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 [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Mobile_Developments_for_Small_and_Home_Business"><h2>Mobile Developments for Small and Home Business</h2></span>
<p></span></p>
<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>
<p><span><br />
<span id="Conversion_and_integration_of_web_content_into_an_App"><h3>Conversion and integration of web content into an App</h3></span>
<p></span></p>
<p><a href="http://semiomantics.com/xo/wp-content/uploads/2012/05/screen-12.jpg"><img class="alignnone size-full wp-image-22840" title="YORGOO App" src="http://semiomantics.com/xo/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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-13.jpg"><img class="alignnone size-full wp-image-22841" title="Yorgo Nestoridis App update" src="http://semiomantics.com/xo/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>
<p><span><br />
<span id="Publishing_on_Multiple_Platforms"><h3>Publishing on Multiple Platforms</h3></span>
<p></span></p>
<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://semiomantics.com/xo/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://semiomantics.com/xo/wp-content/uploads/2012/05/screen-6.jpg" alt="Semantics App Developments for Small and Home Business" width="460" height="776" /></a></p>
<p><span><br />
<span id="App_Store_Optimization_and_Marketing"><h3>App Store Optimization and Marketing</h3></span>
<p></span></p>
<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><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></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>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/mobile-developments-for-small-and-home-business/feed/</wfw:commentRss>
		<slash:comments>3509</slash:comments>
		</item>
		<item>
		<title>Customizing CSS in WP Mobile Theme</title>
		<link>http://semiomantics.com/xo/development/customizing-css-in-wp-mobile-theme/</link>
		<comments>http://semiomantics.com/xo/development/customizing-css-in-wp-mobile-theme/#comments</comments>
		<pubDate>Tue, 01 May 2012 19:36:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Customizing WP Mobile Theme]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Design for Mobile Devices]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/customizing-css-in-wp-mobile-theme/</guid>
		<description><![CDATA[Common Changes Contents Common Changes Remove the Page Title Area Remove reflection on calendar icons and post-thumbnails Change the size of the Post Thumbnails Remove rounded corners on Post Thumbnails Remove “Comments are closed” text when comments are disabled in WordPress Remove comments completely Remove comment # bubble Remove ‘breadcumb’ text in category and search pages Use custom color for the mobile header Remove “HelloBar”   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: .page-title-area { display:none !important; } In the iPad theme: .page .title-area {display: none;} Remove reflection on calendar icons and post-thumbnails .idevice .post .thumbnail-wrap { -webkit-box-reflect: none; } .idevice .calendar-box { -webkit-box-reflect: none; } Change the size of the Post Thumbnails     Change every instance of 46px to your desired size .post .thumbnail-wrap { height: 46px; width: 46px; } .post img.attachment-post-thumbnail { width: 46px; height: 46px; } Remove rounded corners on Post Thumbnails .post img.attachment-post-thumbnail { -webkit-mask-box-image: none; } Remove “Comments are closed” text when [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Common_Changes"><h2>Common Changes</h2></span>
<p></span></p>
<div>
<span id="Contents"><h2>Contents</h2></span>
<ol>
<li>
		<a href="http://yorgonestoridis.com#Common_Changes">Common Changes</a></p>
<ol>
<li>
				<a href="http://yorgonestoridis.com#Remove_the_Page_Title_Area">Remove the Page Title Area</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Remove_reflection_on_calendar_icons_and_post-thumbnails">Remove reflection on calendar icons and post-thumbnails</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Change_the_size_of_the_Post_Thumbnails">Change the size of the Post Thumbnails</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Remove_rounded_corners_on_Post_Thumbnails">Remove rounded corners on Post Thumbnails</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#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="http://yorgonestoridis.com#Remove_comments_completely">Remove comments completely</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Remove_comment__bubble">Remove comment # bubble</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Remove_breadcumb_text_in_category_and_search_pages">Remove ‘breadcumb’ text in category and search pages</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Use_custom_color_for_the_mobile_header">Use custom color for the mobile header</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Remove_HelloBar">Remove “HelloBar”</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div> </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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3696-460x690.png" alt="Semiomantics XO Mobile for WordPress" width="460" height="690" /></a></p>
<p><span><br />
<span id="Remove_the_Page_Title_Area"><h3>Remove the Page Title Area</h3></span>
<p></span></p>
<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>.page-title-area { display:none !important; }</pre>
<p>In the iPad theme:</p>
<pre>.page .title-area {display: none;}</pre>
<p><span><br />
<span id="Remove_reflection_on_calendar_icons_and_post-thumbnails"><h3>Remove reflection on calendar icons and post-thumbnails</h3></span>
<p></span></p>
<pre>.idevice .post .thumbnail-wrap { -webkit-box-reflect: none; }
.idevice .calendar-box { -webkit-box-reflect: none; }</pre>
</pre>
<p><span><br />
<span id="Change_the_size_of_the_Post_Thumbnails"><h3>Change the size of the Post Thumbnails</h3></span>
<p></span></p>
<p> </p>
<p> </p>
<p>Change every instance of 46px to your desired size</p>
<pre>.post .thumbnail-wrap { height: 46px; width: 46px; } .post img.attachment-post-thumbnail { width: 46px; height: 46px; }</pre>
<p><span><br />
<span id="Remove_rounded_corners_on_Post_Thumbnails"><h3>Remove rounded corners on Post Thumbnails</h3></span>
<p></span></p>
<pre>.post img.attachment-post-thumbnail { -webkit-mask-box-image: none; }</pre>
<p><span><br />
<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></span></p>
<p>p.nocomments, #respond { display:none !important; }</p>
<p><span><br />
<span id="Remove_comments_completely"><h3>Remove comments completely</h3></span>
<p></span></p>
<pre>#respond, ol.commentlist, a.com-toggle { display: none !important; }</pre>
<p><span><br />
<span id="Remove_comment__bubble"><h3>Remove comment # bubble</h3></span>
<p></span></p>
<pre>.comment-bubble { display:none !important; }</pre>
<p><span><br />
<span id="Remove_breadcumb_text_in_category_and_search_pages"><h3>Remove ‘breadcumb’ text in category and search pages</h3></span>
<p></span></p>
<pre>.archive-text { display: none !important; }</pre>
<p><span><br />
<span id="Use_custom_color_for_the_mobile_header"><h3>Use custom color for the mobile header</h3></span>
<p></span></p>
<pre>#header { background-color: #ffffff !important; }</pre>
<p>where #ffffff can be customized to suit.</p>
<p><span><br />
<span id="Remove_HelloBar"><h3>Remove “HelloBar”</h3></span>
<p></span></p>
<pre>#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>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/customizing-css-in-wp-mobile-theme/feed/</wfw:commentRss>
		<slash:comments>3890</slash:comments>
		</item>
		<item>
		<title>Eval base64 Hack Solutions</title>
		<link>http://semiomantics.com/xo/development/eval-base64-hack-solutions/</link>
		<comments>http://semiomantics.com/xo/development/eval-base64-hack-solutions/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 20:06:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eval base64]]></category>
		<category><![CDATA[Eval base64 Hack Solutions]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics Tutorial]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Hack]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/eval-base64-hack-solutions/</guid>
		<description><![CDATA[eval base64 on WordPress or other Sites WordPress and other CMS powered sites are often targets for hackers who mass-inject some code into php and or html files. What to look for The cases I came across so far showed a hack just before the closing body tag in form of a short script pointing to an external source. Also, in some cases I found some php file in the uploads folder (in WP the uploads folder should not contain any php files). Once the script executed, a long string starting something like this: &#60;?php /**/ //eval(base64_decode(&#34;aWYoZ... is placed on php and/or htm/html files. This eval base64 encoded and injected PHP code will hit all php archives. How to get rid of the hack without destroying your site To start with: change your passwords (FTP and Admin). Make sure your site script WP and Plugins are updated. Check your footer.php (theme folder) and delete eventually the script added by the hack (or just load your backed up footer.php and replace the file). Check your uploads folder for php files and delete them. Check your plugins folder for unusual php files and as the case may be delete them. If you [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="eval_base64_on_WordPress_or_other_Sites"><h2>eval base64 on WordPress or other Sites</h2></span>
<p></span></p>
<p>WordPress and other CMS powered sites are often targets for hackers who mass-inject some code into php and or html files.</p>
<p><span><br />
<span id="What_to_look_for"><h3>What to look for</h3></span>
<p></span></p>
<p>The cases I came across so far showed a hack just before the closing body tag in form of a short script pointing to an external source. Also, in some cases I found some php file in the uploads folder (in WP the uploads folder should not contain any php files).</p>
<p>Once the script executed, a long string starting something like this:</p>
<pre>

&lt;?php /**/ //eval(base64_decode(&quot;aWYoZ...
</pre>
<p>is placed on php and/or htm/html files. This eval base64 encoded and injected PHP code will hit all php archives.</p>
<p><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/wordpress-custom-theme-yorgo.jpg"><img class="alignnone size-large wp-image-22812" title="WordPress Theme Yorgo" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/wordpress-custom-theme-yorgo-460x345.jpg" alt="WordPress Theme Yorgo" width="460" height="345" /></a></p>
<p><span><br />
<span id="How_to_get_rid_of_the_hack_without_destroying_your_site"><h3>How to get rid of the hack without destroying your site</h3></span>
<p></span></p>
<p>To start with: change your passwords (FTP and Admin). Make sure your site script WP and Plugins are updated.</p>
<p>Check your footer.php (theme folder) and delete eventually the script added by the hack (or just load your backed up footer.php and replace the file).</p>
<p>Check your uploads folder for php files and delete them. Check your plugins folder for unusual php files and as the case may be delete them.</p>
<p>If you are not familiar with Ruby, PuTTY and Shell access, then there is a relatively simple solution available by running a php script from your root. The script will back-up the hacked files, replace the hack with another string and save the repaired file.</p>
<p>A second script can be used to delete the backed-up hacks once we are sure that all works fine.</p>
<p>These scripts have been developed by Sergi Rodrigues Rius and published on his spanish website. They work on the most common php CMS.</p>
<p>Download from <a title="Download" href="http://yorgonestoridis.com/download/search_and_replace.php.zip" target="_blank">HERE</a>.</p>
<p>Upload the search_and_replace.php into the root folder of your site and run it by opening the page in your browser.</p>
<p>Once you are sure all is working fine, run the second script (this can be done after a few days or weeks).</p>
<p>Related posts:
<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/editorial/blog-master-class/how-to-blog-blog-master-class-editorial-yorgo-nestoridis/how-to-get-rid-of-eval-base64_decode-hack/" rel="bookmark" title="How to get rid of eval base64_decode Hack">How to get rid of eval base64_decode Hack</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/wordpress-yorgo-nestoridis-development/wordpress-tutorials/wordpress-eval-base64_decode-hack/" rel="bookmark" title="WordPress eval base64_decode Hack">WordPress eval base64_decode Hack</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/upgrade-your-wordpress-in-5-seconds/" rel="bookmark" title="Upgrade your WordPress in 5 seconds">Upgrade your WordPress in 5 seconds</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/ycademy-easter-contest-2/" rel="bookmark" title="Ycademy Easter Contest 2">Ycademy Easter Contest 2</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/facebook-profile-picture-hack/" rel="bookmark" title="Facebook Profile Picture Hack">Facebook Profile Picture Hack</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/eval-base64-hack-solutions/feed/</wfw:commentRss>
		<slash:comments>7181</slash:comments>
		</item>
		<item>
		<title>Local Website Design</title>
		<link>http://semiomantics.com/xo/development/local-website-design/</link>
		<comments>http://semiomantics.com/xo/development/local-website-design/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 13:07:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Astir Beach]]></category>
		<category><![CDATA[Best Facebook Pages]]></category>
		<category><![CDATA[Blog Master Class]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Developments]]></category>
		<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Google +]]></category>
		<category><![CDATA[Google Top 10]]></category>
		<category><![CDATA[How to build a Local Website]]></category>
		<category><![CDATA[How to Build an Online Business]]></category>
		<category><![CDATA[How to Dominate Google Top 10]]></category>
		<category><![CDATA[Media Design]]></category>
		<category><![CDATA[Media Marketing Publishing]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Semiomantics Design]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics Project Management]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Design for Mobile Devices]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Best]]></category>
		<category><![CDATA[WP Best Classifieds]]></category>
		<category><![CDATA[WP Best Destination]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/local-website-design/</guid>
		<description><![CDATA[How to build a Local Website Contents How to build a Local Website How to dominate the local market? How to Dominate Google Top 10 How to Dominate Social Networks How to dominate the Mobile Web How to manage a Local Presence online How to monetize a Local Website How to get readers to the Local Website   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 [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="How_to_build_a_Local_Website"><h2>How to build a Local Website</h2></span>
<p></span></p>
<div>
<span id="Contents"><h2>Contents</h2></span>
<ol>
<li>
		<a href="http://yorgonestoridis.com#How_to_build_a_Local_Website">How to build a Local Website</a></p>
<ol>
<li>
				<a href="http://yorgonestoridis.com#How_to_dominate_the_local_market">How to dominate the local market?</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#How_to_Dominate_Google_Top_10">How to Dominate Google Top 10</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#How_to_Dominate_Social_Networks">How to Dominate Social Networks</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#How_to_dominate_the_Mobile_Web">How to dominate the Mobile Web</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#How_to_manage_a_Local_Presence_online">How to manage a Local Presence online</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#How_to_monetize_a_Local_Website">How to monetize a Local Website</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#How_to_get_readers_to_the_Local_Website">How to get readers to the Local Website</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div> </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://semiomantics.com/xo/wp-content/uploads/2012/05/astir-beach-4-460x345.jpg" alt="Vouliagmeni Local Footprints at Astir Beach" width="460" height="345" /></a></p>
<p><span><br />
<span id="How_to_dominate_the_local_market"><h3>How to dominate the local market?</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="How_to_Dominate_Google_Top_10"><h3>How to Dominate Google Top 10</h3></span>
<p></span></p>
<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://semiomantics.com/xo/wp-content/uploads/2012/05/astir-beach-3-460x345.jpg" alt="Astir Beach Vouliagmeni, Greece" width="460" height="345" /></a></p>
<p><span><br />
<span id="How_to_Dominate_Social_Networks"><h3>How to Dominate Social Networks</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="How_to_dominate_the_Mobile_Web"><h3>How to dominate the Mobile Web</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="How_to_manage_a_Local_Presence_online"><h3>How to manage a Local Presence online</h3></span>
<p></span></p>
<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/" target="_blank"><img class="alignnone size-large wp-image-22806" title="Local Website Theme for WordPress" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/local-website-2-460x345.jpg" alt="Local Website Theme for WordPress" width="460" height="345" /></a></p>
<p><span><br />
<span id="How_to_monetize_a_Local_Website"><h3>How to monetize a Local Website</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="How_to_get_readers_to_the_Local_Website"><h3>How to get readers to the Local Website</h3></span>
<p></span></p>
<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>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/local-website-design/feed/</wfw:commentRss>
		<slash:comments>1037</slash:comments>
		</item>
		<item>
		<title>Ycademy Online Seminar Apri 2012</title>
		<link>http://semiomantics.com/xo/development/ycademy-online-seminar-apri-2012/</link>
		<comments>http://semiomantics.com/xo/development/ycademy-online-seminar-apri-2012/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 20:13:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Apple Touch Icons]]></category>
		<category><![CDATA[Best Facebook Pages]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Advertising]]></category>
		<category><![CDATA[Facebook MArketing]]></category>
		<category><![CDATA[Facebook Marketing Ycademy]]></category>
		<category><![CDATA[Facebook Online Seminar]]></category>
		<category><![CDATA[Facebook Optimization]]></category>
		<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[Facebook Ycademy]]></category>
		<category><![CDATA[Mobile Facebook]]></category>
		<category><![CDATA[Mobile WordPress]]></category>
		<category><![CDATA[Mobile WordPress and Social Media]]></category>
		<category><![CDATA[Publishing for the Mobile Web]]></category>
		<category><![CDATA[Semiomantics]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics Facebook Developments]]></category>
		<category><![CDATA[Semiomantics Mobile]]></category>
		<category><![CDATA[Semiomantics Mobile Developments]]></category>
		<category><![CDATA[Semiomantics Mobile Publishing]]></category>
		<category><![CDATA[Semiomantics Web Development]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Semiomantics Ycademy]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Network Publishing]]></category>
		<category><![CDATA[Social Network Publishing Seminar]]></category>
		<category><![CDATA[Trainings Coaching and Seminars]]></category>
		<category><![CDATA[Web Design for Mobile Devices]]></category>
		<category><![CDATA[Web Design Workshop]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[Ycademy Online Seminar]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/ycademy-online-seminar-apri-2012/</guid>
		<description><![CDATA[Mobile WordPress and Social Media Contents Mobile WordPress and Social Media What’s New on Mobile WordPress and Social Media Why to use advanced Mobile Web Developments The Goal of Semiomantics Developments The Goal and Agenda of the Ycademy April Seminar 1. Mobile Web Build a Mobile Child Theme for your Website. Build OS specific Icons. Build a Start up screen (image). Build Mobile specific WP 3.0 menus. Custom Links and Icons. Integrate Advertizing: Adsense, Admob, Custom Ads. Custom Post formats for the Mobile theme. Test Plugin compatibility and create your mobile plugin menu. Embed media for Mobile content, YouTube, Vimeo or self-hosted standard h.264 encoded media. Specifics for tablet computing, namely for the iPad and other touch tablets. 2. Mobile Social Networks Schedule Materials Tickets and Discounts   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 [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Mobile_WordPress_and_Social_Media"><h2>Mobile WordPress and Social Media</h2></span>
<p></span></p>
<div>
<span id="Contents"><h2>Contents</h2></span>
<ol>
<li>
		<a href="http://yorgonestoridis.com#Mobile_WordPress_and_Social_Media">Mobile WordPress and Social Media</a></p>
<ol>
<li>
				<a href="http://yorgonestoridis.com#Whats_New_on_Mobile_WordPress_and_Social_Media">What’s New on Mobile WordPress and Social Media</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Why_to_use_advanced_Mobile_Web_Developments">Why to use advanced Mobile Web Developments</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#The_Goal_of_Semiomantics_Developments">The Goal of Semiomantics Developments</a>
			</li>
</ol>
<li>
		<a href="http://yorgonestoridis.com#The_Goal_and_Agenda_of_the_Ycademy_April_Seminar">The Goal and Agenda of the Ycademy April Seminar</a></p>
<ol>
<li>
				<a href="http://yorgonestoridis.com#Mobile_Web">1. Mobile Web</a></p>
<ol>
<li>
						<a href="http://yorgonestoridis.com#Build_a_Mobile_Child_Theme_for_your_Website.">Build a Mobile Child Theme for your Website.</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#Build_OS_specific_Icons.">Build OS specific Icons.</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#Build_a_Start_up_screen_image.">Build a Start up screen (image).</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#Build_Mobile_specific_WP_3.0_menus.">Build Mobile specific WP 3.0 menus.</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#Custom_Links_and_Icons.">Custom Links and Icons.</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#Integrate_Advertizing:_Adsense_Admob_Custom_Ads.">Integrate Advertizing: Adsense, Admob, Custom Ads.</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#Custom_Post_formats_for_the_Mobile_theme.">Custom Post formats for the Mobile theme.</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#Test_Plugin_compatibility_and_create_your_mobile_plugin_menu.">Test Plugin compatibility and create your mobile plugin menu.</a>
					</li>
<li>
						<a href="http://yorgonestoridis.com#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="http://yorgonestoridis.com#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="http://yorgonestoridis.com#Mobile_Social_Networks">2. Mobile Social Networks</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Schedule">Schedule</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Materials">Materials</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Tickets_and_Discounts">Tickets and Discounts</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div> </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>
<p><span><br />
<span id="Whats_New_on_Mobile_WordPress_and_Social_Media"><h3>What’s New on Mobile WordPress and Social Media</h3></span>
<p></span></p>
<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://semiomantics.com/xo/wp-content/uploads/2012/05/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>
<p><span><br />
<span id="Why_to_use_advanced_Mobile_Web_Developments"><h3>Why to use advanced Mobile Web Developments</h3></span>
<p></span></p>
<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>
<p><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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3634-200x150.png" class="attachment-thumbnail" alt="IMG_3634" title="IMG_3634" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3635-200x150.png" class="attachment-thumbnail" alt="IMG_3635" title="IMG_3635" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3636-200x150.png" class="attachment-thumbnail" alt="IMG_3636" title="IMG_3636" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3637-200x150.png" class="attachment-thumbnail" alt="IMG_3637" title="IMG_3637" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3638-200x150.png" class="attachment-thumbnail" alt="IMG_3638" title="IMG_3638" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3640-200x150.png" class="attachment-thumbnail" alt="IMG_3640" title="IMG_3640" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3641-200x150.png" class="attachment-thumbnail" alt="IMG_3641" title="IMG_3641" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3642-200x150.png" class="attachment-thumbnail" alt="IMG_3642" title="IMG_3642" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3643-200x150.png" class="attachment-thumbnail" alt="IMG_3643" title="IMG_3643" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3644-200x150.png" class="attachment-thumbnail" alt="IMG_3644" title="IMG_3644" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3646-200x150.png" class="attachment-thumbnail" alt="IMG_3646" title="IMG_3646" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3650-200x150.png" class="attachment-thumbnail" alt="IMG_3650" title="IMG_3650" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3651-200x150.png" class="attachment-thumbnail" alt="IMG_3651" title="IMG_3651" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3658-200x150.png" class="attachment-thumbnail" alt="IMG_3658" title="IMG_3658" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3659-200x150.png" class="attachment-thumbnail" alt="IMG_3659" title="IMG_3659" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3661-200x150.png" class="attachment-thumbnail" alt="IMG_3661" title="IMG_3661" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3662-200x150.png" class="attachment-thumbnail" alt="IMG_3662" title="IMG_3662" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3663-200x150.png" class="attachment-thumbnail" alt="IMG_3663" title="IMG_3663" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3664-200x150.png" class="attachment-thumbnail" alt="IMG_3664" title="IMG_3664" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/IMG_3665-200x150.png" class="attachment-thumbnail" alt="IMG_3665" title="IMG_3665" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/512x512-ycademy-shop-1-200x150.png" class="attachment-thumbnail" alt="Ycademy April Seminar Ticket" title="Ycademy April Seminar Ticket" /></a><br />
<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://semiomantics.com/xo/wp-content/uploads/2012/05/ycademy-april12-200x150.png" class="attachment-thumbnail" alt="Ycademy Online Seminar April 2012" title="Ycademy Online Seminar April 2012" /></a></p>
<p><span><br />
<span id="The_Goal_of_Semiomantics_Developments"><h3>The Goal of Semiomantics Developments</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="The_Goal_and_Agenda_of_the_Ycademy_April_Seminar"><h2>The Goal and Agenda of the Ycademy April Seminar</h2></span>
<p></span></p>
<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>
<p><span><br />
<span id="Mobile_Web"><h3>1. Mobile Web</h3></span>
<p></span></p>
<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><br />
<span id="Build_a_Mobile_Child_Theme_for_your_Website."><h4>Build a Mobile Child Theme for your Website.</h4></span>
<p></span>
</li>
<li>
<span><br />
<span id="Build_OS_specific_Icons."><h4>Build OS specific Icons.</h4></span>
<p></span>
</li>
<li>
<span><br />
<span id="Build_a_Start_up_screen_image."><h4>Build a Start up screen (image).</h4></span>
<p></span>
</li>
<li>
<span><br />
<span id="Build_Mobile_specific_WP_3.0_menus."><h4>Build Mobile specific WP 3.0 menus.</h4></span>
<p></span>
</li>
<li>
<span><br />
<span id="Custom_Links_and_Icons."><h4>Custom Links and Icons.</h4></span>
<p></span>
</li>
<li>
<span><br />
<span id="Integrate_Advertizing:_Adsense_Admob_Custom_Ads."><h4>Integrate Advertizing: Adsense, Admob, Custom Ads.</h4></span>
<p></span>
</li>
<li>
<span><br />
<span id="Custom_Post_formats_for_the_Mobile_theme."><h4>Custom Post formats for the Mobile theme.</h4></span>
<p></span>
</li>
<li>
<span><br />
<span id="Test_Plugin_compatibility_and_create_your_mobile_plugin_menu."><h4>Test Plugin compatibility and create your mobile plugin menu.</h4></span>
<p></span>
</li>
<li>
<span><br />
<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>
<p></span>
</li>
<li>
<span><br />
<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>
<p></span>
</li>
</ol>
<p><span><br />
<span id="Mobile_Social_Networks"><h3>2. Mobile Social Networks</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="Schedule"><h3>Schedule</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="Materials"><h3>Materials</h3></span>
<p></span></p>
<p>All materials and scripts are provided and included.</p>
<p><span><br />
<span id="Tickets_and_Discounts"><h3>Tickets and Discounts</h3></span>
<p></span></p>
<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/" target="_blank"><img class="alignnone size-large wp-image-22796" title="Ycademy April Seminar Ticket" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/512x512-ycademy-shop-1-460x460.png" alt="" width="460" height="460" /></a></p>
<p><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></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>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/ycademy-online-seminar-apri-2012/feed/</wfw:commentRss>
		<slash:comments>536</slash:comments>
		</item>
		<item>
		<title>Flowers from Vouliagmeni Beach</title>
		<link>http://semiomantics.com/xo/development/flowers-from-vouliagmeni-beach/</link>
		<comments>http://semiomantics.com/xo/development/flowers-from-vouliagmeni-beach/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 13:03:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[Greece]]></category>
		<category><![CDATA[Greece Photos]]></category>
		<category><![CDATA[My Vouliagmeni]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Vouliagmeni]]></category>
		<category><![CDATA[Vouliagmeni Beach]]></category>
		<category><![CDATA[Vouliagmeni Images]]></category>
		<category><![CDATA[Vouliagmeni Spring Flowers Images]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/flowers-from-vouliagmeni-beach/</guid>
		<description><![CDATA[Vouliagmeni Spring Flowers After a rather cold winter, it’s now getting warmer and sprouting all over the place in Vouliagmeni. Time for a stroll at the beach; the bright colors of the spring flowers attract men and bees. Here just a few images of what the beach is populated with these days: Click to view Click to view Click to view Click to view Click to view Click to view Click to view Click to view Hope you enjoy . Incoming search terms: flowers digital photography of flowers flowers images flowers images photos Related posts: Vouliagmeni Beach Vouliagmeni Kavouri Beach Kavouri Beach Vouliagmeni More Astir Beach Vouliagmeni Mist Astir Beach Vouliagmeni]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Vouliagmeni_Spring_Flowers"><h2>Vouliagmeni Spring Flowers</h2></span>
<p></span></p>
<p>After a rather cold winter, it’s now getting warmer and sprouting all over the place in Vouliagmeni. Time for a stroll at the beach; the bright colors of the spring flowers attract men and bees.</p>
<p>Here just a few images of what the beach is populated with these days:</p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/coquelicot.jpg"><img class="size-large wp-image-22762" title="Vouliagmeni Flowers 1" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/coquelicot-460x345.jpg" alt="Vouliagmeni Flowers 1" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/coquelicot-2.jpg"><img class="size-large wp-image-22763" title="Vouliagmeni Flowers 2" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/coquelicot-2-460x345.jpg" alt="Vouliagmeni Flowers 2" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/flower-3.jpg"><img class="size-large wp-image-22765" title="Vouliagmeni Flowers 3" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/flower-3-460x345.jpg" alt="Vouliagmeni Flowers 3" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/fleur-1.jpg"><img class="size-large wp-image-22770" title="Vouliagmeni Flowers 4" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/fleur-1-460x345.jpg" alt="Vouliagmeni Flowers 4" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/flower-4.jpg"><img class="size-large wp-image-22766" title="Vouliagmeni Flowers 5" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/flower-4-460x345.jpg" alt="Vouliagmeni Flowers 5" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/flower-5.jpg"><img class="size-large wp-image-22767" title="Vouliagmeni Flowers 6" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/flower-5-460x345.jpg" alt="Vouliagmeni Flowers 6" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/flower-6.jpg"><img class="size-large wp-image-22768" title="Vouliagmeni Flowers 7" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/flower-6-460x345.jpg" alt="Vouliagmeni Flowers 7" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/04/flower-7.jpg"><img class="size-large wp-image-22769" title="Vouliagmeni Flowers 8" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/flower-7-460x345.jpg" alt="Vouliagmeni Flowers 8" width="460" height="345" /></a>
<p>Click to view</p>
</div>
<p>Hope you enjoy <img src='http://semiomantics.com/xo/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></span>
<ul>
<li><a href="http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/" title="flowers">flowers</a></li>
<li><a href="http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/" title="digital photography of flowers">digital photography of flowers</a></li>
<li><a href="http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/" title="flowers images">flowers images</a></li>
<li><a href="http://yorgonestoridis.com/greece/flowers-from-vouliagmeni-beach/" title="flowers images photos">flowers images photos</a></li>
</ul>
<p>Related posts:
<ol>
<li><a href="http://yorgonestoridis.com/vouliagmeni/vouliagmeni-beach/" rel="bookmark" title="Vouliagmeni Beach">Vouliagmeni Beach</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/vouliagmeni-kavouri-beach/" rel="bookmark" title="Vouliagmeni Kavouri Beach">Vouliagmeni Kavouri Beach</a></li>
<li><a href="http://yorgonestoridis.com/vouliagmeni/kavouri-beach-vouliagmeni/" rel="bookmark" title="Kavouri Beach Vouliagmeni">Kavouri Beach Vouliagmeni</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/more-astir-beach-vouliagmeni-mist/" rel="bookmark" title="More Astir Beach Vouliagmeni Mist">More Astir Beach Vouliagmeni Mist</a></li>
<li><a href="http://yorgonestoridis.com/vouliagmeni/astir-beach-vouliagmeni/" rel="bookmark" title="Astir Beach Vouliagmeni">Astir Beach Vouliagmeni</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/flowers-from-vouliagmeni-beach/feed/</wfw:commentRss>
		<slash:comments>1128</slash:comments>
		</item>
		<item>
		<title>WordPress 3.4 Beta</title>
		<link>http://semiomantics.com/xo/development/wordpress-3-4-beta/</link>
		<comments>http://semiomantics.com/xo/development/wordpress-3-4-beta/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 11:36:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics EVO]]></category>
		<category><![CDATA[Semiomantics EVO for WP 3.4]]></category>
		<category><![CDATA[Semiomantics Web Development]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Semiomantics XO for WordPress 3.4]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.4 Beta]]></category>
		<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/wordpress-3-4-beta/</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.   Incoming search terms: wordpress 3 4 custom backgrounds wordpress 3 4 backward compatible wordpress 3 4 beta wp beta 3 4 Related posts: Semiomantics XO Transparent WordPress Drafts How to Customize your WordPress Typography [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="WordPress_3.4_Beta_Custom_Headers_and_Backgrounds"><h2>WordPress 3.4 Beta Custom Headers and Backgrounds</h2></span>
<p></span></p>
<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://semiomantics.com/xo/wp-content/uploads/2012/05/wordpress-tutorials2-460x213.jpg" alt="WordPress 3.4 Beta" width="460" height="213" /></a></p>
<p><span><br />
<span id="The_impact_for_Semiomantics_XO_and_EVO"><h3>The impact for Semiomantics XO and EVO</h3></span>
<p></span></p>
<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>
<p><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></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>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/wordpress-3-4-beta/feed/</wfw:commentRss>
		<slash:comments>3003</slash:comments>
		</item>
		<item>
		<title>New Photoshop CS6 Beta</title>
		<link>http://semiomantics.com/xo/development/new-photoshop-cs6-beta/</link>
		<comments>http://semiomantics.com/xo/development/new-photoshop-cs6-beta/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 20:34:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital Media Design]]></category>
		<category><![CDATA[New Photoshop CS6]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Photoshop CS6 Beta]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[What is new on Photoshop CS6]]></category>
		<category><![CDATA[Ycademy]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

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

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

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

		<guid isPermaLink="false">http://semiomantics.com/xo/development/windows-8-hotkeys/</guid>
		<description><![CDATA[Windows 8 Hotkeys Hotkeys unchanged from Windows 7 Key combination Windows 7 functionality Windows Display or hide the Start menu. Windows-Left Arrow Dock the active window to the left half of the screen (does nothing to Metro-style applications). Windows-Right Arrow Dock the active window to the right half of screen (does nothing to Metro-style applications). Windows-Up Arrow Maximize the active window (does nothing to Metro-style applications). Windows-Down Arrow Restore/minimize the active window (does nothing to Metro-style applications). Windows-Shift-Up Arrow Maximize the active window vertically, maintaining width (does nothing to Metro-style applications). Windows-Shift-Down Arrow Restore/minimize the active window vertically, maintaining width (does nothing to Metro-style applications). Windows-Shift-Left Arrow Move the active window to the monitor on the left (does nothing to Metro-style applications). Windows-Shift-Right Arrow Move the active window to the monitor on the right (does nothing to Metro-style applications). Windows-P Display projection options. Windows-Home Minimize all nonactive windows; restore on the second keystroke (does not restore Metro-style applications). Windows–number Launch or switch to the program located at the given position on the taskbar. (Example: Use Windows-1 to launch the first program.) Windows-Shift–number Launch a new instance of the program located at the given position on the taskbar. Windows-B Set focus [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Windows_8_Hotkeys"><h2>Windows 8 Hotkeys</h2></span>
<p></span></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th colspan="2">
<span id="Hotkeys_unchanged_from_Windows_7"><h3>Hotkeys unchanged from Windows 7</h3></span>
</th>
</tr>
<tr>
<th>Key combination</th>
<th>Windows 7 functionality</th>
</tr>
<tr>
<td>Windows</td>
<td>Display or hide the Start menu.</td>
</tr>
<tr>
<td>Windows-Left Arrow</td>
<td>Dock the active window to the left half of the screen (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-Right Arrow</td>
<td>Dock the active window to the right half of screen (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-Up Arrow</td>
<td>Maximize the active window (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-Down Arrow</td>
<td>Restore/minimize the active window (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-Shift-Up Arrow</td>
<td>Maximize the active window vertically, maintaining width (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-Shift-Down Arrow</td>
<td>Restore/minimize the active window vertically, maintaining width (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-Shift-Left Arrow</td>
<td>Move the active window to the monitor on the left (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-Shift-Right Arrow</td>
<td>Move the active window to the monitor on the right (does nothing to Metro-style applications).</td>
</tr>
<tr>
<td>Windows-P</td>
<td>Display projection options.</td>
</tr>
<tr>
<td>Windows-Home</td>
<td>Minimize all nonactive windows; restore on the second keystroke (does not restore Metro-style applications).</td>
</tr>
<tr>
<td>Windows–<em>number</em></td>
<td>Launch or switch to the program located at the given position on the taskbar. (Example: Use Windows-1 to launch the first program.)</td>
</tr>
<tr>
<td>Windows-Shift–<em>number</em></td>
<td>Launch a new instance of the program located at the given position on the taskbar.</td>
</tr>
<tr>
<td>Windows-B</td>
<td>Set focus in the notification area.</td>
</tr>
<tr>
<td>Windows-Break</td>
<td>Display the System Properties dialog box.</td>
</tr>
<tr>
<td>Windows-D</td>
<td>Show the desktop; restore on the second keystroke (does not restore Metro-style applications).</td>
</tr>
<tr>
<td>Windows-E</td>
<td>Open Windows Explorer, navigated to Computer.</td>
</tr>
<tr>
<td>Windows-Ctrl-F</td>
<td>Search for computers (if you are on a network).</td>
</tr>
<tr>
<td>Windows-G</td>
<td>Cycle through Windows Desktop Gadgets.</td>
</tr>
<tr>
<td>Windows-L</td>
<td>Lock your computer (if you’re connected to a network domain), or switch users (if you’re not connected to a network domain).</td>
</tr>
<tr>
<td>Windows-M</td>
<td>Minimize all windows.</td>
</tr>
<tr>
<td>Windows-Shift-M</td>
<td>Restore minimized windows to the desktop (does not restore Metro-style applications).</td>
</tr>
<tr>
<td>Windows-R</td>
<td>Open the Run dialog box.</td>
</tr>
<tr>
<td>Windows-T</td>
<td>Set focus on the taskbar and cycle through programs.</td>
</tr>
<tr>
<td>Windows-Alt-Enter</td>
<td>Open Windows Media Center. Note that Windows Media Center must be installed for this key combo to function; in many Windows 8 builds, it is not present.</td>
</tr>
<tr>
<td>Windows-U</td>
<td>Open Ease of Access Center.</td>
</tr>
<tr>
<td>Windows-X</td>
<td>Open Windows Mobility Center.</td>
</tr>
<tr>
<td>Windows-F1</td>
<td>Launch Windows Help and Support.</td>
</tr>
<tr>
<td>Windows-N</td>
<td>Create a new note (OneNote).</td>
</tr>
<tr>
<td>Windows-S</td>
<td>Open screen clipper (OneNote).</td>
</tr>
<tr>
<td>Windows-Q</td>
<td>Open Lync. Note that in Windows 8 the Search function overrides this key combo.</td>
</tr>
<tr>
<td>Windows-A</td>
<td>Accept an incoming call (Lync).</td>
</tr>
<tr>
<td>Windows-X</td>
<td>Reject an incoming call (Lync). Note that this key combo does not function if Windows Mobility Center is present on the machine.</td>
</tr>
<tr>
<td>Windows-Minus</td>
<td>Zoom out (Magnifier).</td>
</tr>
<tr>
<td>Windows-Plus</td>
<td>Zoom in (Magnifer).</td>
</tr>
<tr>
<td>Windows-Esc</td>
<td>Close Magnifier.</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<th colspan="2">
<span id="New_hotkeys_for_the_Windows_8_Consumer_Preview"><h3>New hotkeys for the Windows 8 Consumer Preview</h3></span>
</th>
</tr>
<tr>
<th>Key combination</th>
<th>Windows 8 functionality</th>
</tr>
<tr>
<td>Windows-Space</td>
<td>Switch input language and keyboard layout.</td>
</tr>
<tr>
<td>Windows-O</td>
<td>Lock device orientation.</td>
</tr>
<tr>
<td>Windows-,</td>
<td>Temporarily peek at the desktop.</td>
</tr>
<tr>
<td>Windows-V</td>
<td>Cycle through toasts.</td>
</tr>
<tr>
<td>Windows-Shift-V</td>
<td>Cycle through toasts in reverse order.</td>
</tr>
<tr>
<td>Windows-Enter</td>
<td>Launch Narrator.</td>
</tr>
<tr>
<td>Windows-PgUp</td>
<td>Move the Start Screen or a Metro-style application to the monitor on the left.</td>
</tr>
<tr>
<td>Windows-PgDown</td>
<td>Move the Start Screen or a Metro-style application to the monitor on the right.</td>
</tr>
<tr>
<td>Windows-Shift-.</td>
<td>Move the gutter to the left (snap an application).</td>
</tr>
<tr>
<td>Windows-.</td>
<td>Move the gutter to the right (snap an application).</td>
</tr>
<tr>
<td>Windows-C</td>
<td>Open the Charms bar.</td>
</tr>
<tr>
<td>Windows-I</td>
<td>Open the Settings charm.</td>
</tr>
<tr>
<td>Windows-K</td>
<td>Open the Connect charm.</td>
</tr>
<tr>
<td>Windows-H</td>
<td>Open the Share charm.</td>
</tr>
<tr>
<td>Windows-Q</td>
<td>Open the Search pane.</td>
</tr>
<tr>
<td>Windows-W</td>
<td>Open the Settings Search app.</td>
</tr>
<tr>
<td>Windows-F</td>
<td>Open the File Search app.</td>
</tr>
<tr>
<td>Windows-Tab</td>
<td>Cycle through apps.</td>
</tr>
<tr>
<td>Windows-Shift-Tab</td>
<td>Cycle through apps in reverse order.</td>
</tr>
<tr>
<td>Windows-Ctrl-Tab</td>
<td>Cycle through apps and snap them as they cycle.</td>
</tr>
<tr>
<td>Windows-Z</td>
<td>Open the App Bar.</td>
</tr>
<tr>
<td>Windows-/</td>
<td>Initiate input method editor (IME) reconversion.</td>
</tr>
<tr>
<td>Windows-J</td>
<td> </p>
<p>Swap foreground between the snapped and filled apps.</p>
<p> </td>
</tr>
</tbody>
</table>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/03/windows-8-screenshots-81.jpg"><img class="size-large wp-image-22707" title="Windows 8 Screenshot" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/windows-8-screenshots-81-460x287.jpg" alt="Windows 8 Screenshot" width="460" height="287" /></a>
<p>Windows 8 Screenshot</p>
</div>
<p><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></span>
<ul>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 hotkeys">windows 8 hotkeys</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 hotkey">windows 8 hotkey</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="how to set function keys in windows 8">how to set function keys in windows 8</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 hotkyes">windows 8 hotkyes</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 photos hot">windows 8 photos hot</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 screenshots March 2012">windows 8 screenshots March 2012</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="how to use windows 8">how to use windows 8</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 mail search function">windows 8 mail search function</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 mail hotkeys">windows 8 mail hotkeys</a></li>
<li><a href="http://yorgonestoridis.com/windows-8/windows-8-hotkeys/" title="windows 8 mobility center hot key">windows 8 mobility center hot key</a></li>
</ul>
<p>Related posts:
<ol>
<li><a href="http://yorgonestoridis.com/web-services/windows-7-web-services/windows-7-and-xp-mode/" rel="bookmark" title="Windows 7 and XP Mode">Windows 7 and XP Mode</a></li>
<li><a href="http://yorgonestoridis.com/web-services/windows-7-web-services/windows-xp-mode-tutorial/" rel="bookmark" title="Windows XP Mode Tutorial">Windows XP Mode Tutorial</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/windows-8-personalization-screenshots/" rel="bookmark" title="Windows 8 Personalization Screenshots">Windows 8 Personalization Screenshots</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/can-your-computer-run-windows-7/" rel="bookmark" title="Can your Computer run Windows 7">Can your Computer run Windows 7</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/windows-live-mail-source-editing/" rel="bookmark" title="Windows Live Mail Source Editing">Windows Live Mail Source Editing</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/windows-8-hotkeys/feed/</wfw:commentRss>
		<slash:comments>2812</slash:comments>
		</item>
		<item>
		<title>Spectacular Lightroom 4 Lens Correction Tool</title>
		<link>http://semiomantics.com/xo/development/spectacular-lightroom-4-lens-correction-tool/</link>
		<comments>http://semiomantics.com/xo/development/spectacular-lightroom-4-lens-correction-tool/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 14:13:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Adobe Photoshop Lightroom]]></category>
		<category><![CDATA[How to use Lightroom]]></category>
		<category><![CDATA[Lens Correction with Lightroom 4]]></category>
		<category><![CDATA[Lightroom 4]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/spectacular-lightroom-4-lens-correction-tool/</guid>
		<description><![CDATA[Lightroom 4 Lens Corrections Sample At last night’s call we were looking at some of the new features in Lightroom 4, namely the development module. An extreme but interesting sample development lead to spectacular results. Transform, Warp, Sharpen Photo before development The above picture could not be taken from another angle and considering time constraints, I thought that this shot was better than no shot at all. Not a good picture but a nice sample to test some of Lightroom’s power, namely when it comes to Lens Correction. Detail selection of the picture Note that the picture contains some interesting detail, such as the thin net in front of the scaffolding which results in an apparent lack of punch. Using the transform tools, distortion, vertical and horizontal, as well as a slight rotation we get the following view: After first Transformation We notice that the image is “stretched” too wide compared to the original proportions. We therefore apply a shot of Warping: The Picture after Transformation Now we just need to sharpen the image which will also get rid of the thin net hanging in front of the scaffolding: Final result While the above sample is is a pure exaggeration, [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Lightroom_4_Lens_Corrections_Sample"><h2>Lightroom 4 Lens Corrections Sample</h2></span>
<p></span></p>
<p>At last night’s call we were looking at some of the new features in Lightroom 4, namely the development module.</p>
<p>An extreme but interesting sample development lead to spectacular results.</p>
<p><span><br />
<span id="Transform_Warp_Sharpen"><h3>Transform, Warp, Sharpen</h3></span>
<p></span></p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/03/L1140928-800.jpg"><img class="size-large wp-image-22697" title="Photo before development" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/L1140928-800-460x345.jpg" alt="Photo before development" width="460" height="345" /></a>
<p>Photo before development</p>
</div>
<p>The above picture could not be taken from another angle and considering time constraints, I thought that this shot was better than no shot at all. Not a good picture but a nice sample to test some of Lightroom’s power, namely when it comes to Lens Correction.</p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/03/L1140928-800-o.jpg"><img class="size-large wp-image-22698" title="Detail selection of the picture" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/L1140928-800-o-460x459.jpg" alt="Detail selection of the picture" width="460" height="459" /></a>
<p>Detail selection of the picture</p>
</div>
<p>Note that the picture contains some interesting detail, such as the thin net in front of the scaffolding which results in an apparent lack of punch.</p>
<p>Using the transform tools, distortion, vertical and horizontal, as well as a slight rotation we get the following view:</p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/03/L1140928-1-800x.jpg"><img class="size-large wp-image-22700" title="After first Transformation" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/L1140928-1-800x-460x345.jpg" alt="After first Transformation" width="460" height="345" /></a>
<p>After first Transformation</p>
</div>
<p>We notice that the image is “stretched” too wide compared to the original proportions. We therefore apply a shot of Warping:</p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/03/L1140928-1-800.jpg"><img class="size-large wp-image-22701" title="The Picture after Transformation" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/L1140928-1-800-460x428.jpg" alt="The Picture after Transformation" width="460" height="428" /></a>
<p>The Picture after Transformation</p>
</div>
<p>Now we just need to sharpen the image which will also get rid of the thin net hanging in front of the scaffolding:</p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/03/L1140928-1s.jpg"><img class="size-large wp-image-22702" title="Final result" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/L1140928-1s-460x428.jpg" alt="Final result" width="460" height="428" /></a>
<p>Final result</p>
</div>
<p>While the above sample is is a pure exaggeration, it shows nevertheless some of the power of Lightroom 4.</p>
<p><span><br />
<span id="Learn_all_about_Lightroom_4"><h3>Learn all about Lightroom 4</h3></span>
<p></span></p>
<p>The YORGOO-Ycademy calls of this week will deal with Lightroom and show, how to use Lightroom 4 for efficient Photo (and Video) management, editing and publishing.</p>
<p> </p>
<p><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></span>
<ul>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="lightroom 4 lens correction">lightroom 4 lens correction</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="adobe lightroom 4 lens correction">adobe lightroom 4 lens correction</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="lens correction in lightroom 4">lens correction in lightroom 4</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="lightroom 4 lens">lightroom 4 lens</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="lightroom 4 perspective correction">lightroom 4 perspective correction</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="lightroom 4 lenscorrection">lightroom 4 lenscorrection</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="lightroom plugin spectacular">lightroom plugin spectacular</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="lightroom4 perspective">lightroom4 perspective</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="should i use lightroom 4 lens correction">should i use lightroom 4 lens correction</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/spectacular-lightroom-4-lens-correction-tool/" title="transform in lightroom 4">transform in lightroom 4</a></li>
</ul>
<p>No related posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/spectacular-lightroom-4-lens-correction-tool/feed/</wfw:commentRss>
		<slash:comments>3497</slash:comments>
		</item>
		<item>
		<title>Lightroom 4 Screenshots and 4 New Features</title>
		<link>http://semiomantics.com/xo/development/lightroom-4-screenshots-and-4-new-features/</link>
		<comments>http://semiomantics.com/xo/development/lightroom-4-screenshots-and-4-new-features/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 20:22:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Adobe Photoshop Lightroom]]></category>
		<category><![CDATA[Lightroom 4]]></category>
		<category><![CDATA[Lightroom 4 Screenshots]]></category>
		<category><![CDATA[Lightroom Features]]></category>
		<category><![CDATA[Photoshop Lightroom 4 - New Features and Screenshots]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/lightroom-4-screenshots-and-4-new-features/</guid>
		<description><![CDATA[Photoshop Lightroom 4 Contents Photoshop Lightroom 4 Lightroom 4 Map feature Lightroom 4 Book  Lightroom 4 Development New Presets 2012 Lightroom 4 Movie Editing Lightroom 4 on YouTube   The recently released Lightroom 4 by Adobe comes with a few new interesting features. Have a look at the following screenshots and see how version 4 can make your life easier. There are 4 main areas where improvements are spectacular: Lightroom 4 Map feature The new Map feature allows to position images on the (Google) map and to add thus GPS data to the image files. This is namely useful if your camera does not add GPS data automatically, or if you don’t run the GPS feature on your cam to save power. Lightroom 4 Map On the above screenshot you see that I have pined 17 pictures to the National Archaeological Museum in Athens. You also can save locations for re-use. Lightroom 4 Book The Book feature, also accessible easily from the top right menu includes a book layout editor with hundreds of possibilities to style a digital or printed book. The feature connects directly to Blurb.com to upload your work and order a printed version. Alternatively a PDF version can be saved to the [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Photoshop_Lightroom_4"><h2>Photoshop Lightroom 4</h2></span>
<p></span></p>
<div>
<span id="Contents"><h2>Contents</h2></span>
<ol>
<li>
		<a href="http://yorgonestoridis.com#Photoshop_Lightroom_4">Photoshop Lightroom 4</a></p>
<ol>
<li>
				<a href="http://yorgonestoridis.com#Lightroom_4_Map_feature">Lightroom 4 Map feature</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Lightroom_4_Book">Lightroom 4 Book</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Lightroom_4Development_New_Presets2012"> Lightroom 4 Development New Presets 2012</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Lightroom_4_Movie_Editing">Lightroom 4 Movie Editing</a>
			</li>
<li>
				<a href="http://yorgonestoridis.com#Lightroom_4_on_YouTube">Lightroom 4 on YouTube</a>
			</li>
</ol>
</ol>
</ol>
</div>
<div> </div>
<p> The recently released Lightroom 4 by Adobe comes with a few new interesting features. Have a look at the following screenshots and see how version 4 can make your life easier. There are 4 main areas where improvements are spectacular:</p>
<p><span><br />
<span id="Lightroom_4_Map_feature"><h3>Lightroom 4 Map feature</h3></span>
<p></span></p>
<p>The new Map feature allows to position images on the (Google) map and to add thus GPS data to the image files. This is namely useful if your camera does not add GPS data automatically, or if you don’t run the GPS feature on your cam to save power.</p>
<div><img class="size-large wp-image-22687" title="Lightroom 4 Map" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/lightroom-4-map-460x266.jpg" alt="Lightroom 4 Map" width="460" height="266" />
<p>Lightroom 4 Map</p>
</div>
<p>On the above screenshot you see that I have pined 17 pictures to the National Archaeological Museum in Athens. You also can save locations for re-use.</p>
<p><span><br />
<span id="Lightroom_4_Book"><h3>Lightroom 4 Book</h3></span>
<p></span></p>
<p>The Book feature, also accessible easily from the top right menu includes a book layout editor with hundreds of possibilities to style a digital or printed book. The feature connects directly to Blurb.com to upload your work and order a printed version. Alternatively a PDF version can be saved to the computer.</p>
<div><img class="size-large wp-image-22688" title="Lightroom 4 Book" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/lightroom-4-book-460x266.jpg" alt="Lightroom 4 Book" width="460" height="266" />
<p>Lightroom 4 Book</p>
</div>
<p><span><br />
<span id="Lightroom_4Development_New_Presets2012"><h3> Lightroom 4 Development New Presets 2012</h3></span>
<p></span></p>
<p>The Development module features new improved local and global presets for better image editing.</p>
<div><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/attachment/lightroom-4-2012/" rel="attachment wp-att-22689"><img class="size-large wp-image-22689" title="Lightroom Presets 2012" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/lightroom-4-2012-460x266.jpg" alt="Lightroom Presets 2012" width="460" height="266" /></a>
<p>Lightroom Presets 2012</p>
</div>
<p><span><br />
<span id="Lightroom_4_Movie_Editing"><h3>Lightroom 4 Movie Editing</h3></span>
<p></span></p>
<p>Hopefully this is just the beginning! The clip editor allows for correcting toning, exposure and the use of many other presets. Also you can cut frames or take screenshots of individual frames (to pull a photo from the clip).</p>
<div><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/attachment/lightroom-4-movie-editing/" rel="attachment wp-att-22690"><img class="size-large wp-image-22690" title="Lightroom 4 Movie Editor" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/lightroom-4-movie-editing-460x266.jpg" alt="Lightroom 4 Movie Editor" width="460" height="266" /></a>
<p>Lightroom 4 Movie Editor</p>
</div>
<p><span><br />
<span id="Lightroom_4_on_YouTube"><h3>Lightroom 4 on YouTube</h3></span>
<p></span></p>
<p>There already a load of related videos available on YouTube. I prefer namely the ones Julieanne Kost, such as:
</p>
<p><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></span>
<ul>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="lightroom 4 screenshot">lightroom 4 screenshot</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="lightroom 4 presets">lightroom 4 presets</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="youtube lightroom 4">youtube lightroom 4</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="lightroom 4 screen shots">lightroom 4 screen shots</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="book preset lightroom 4">book preset lightroom 4</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="lightroom 4 new features">lightroom 4 new features</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="lightroom 4screenshots">lightroom 4screenshots</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="lightroom4 screenshots">lightroom4 screenshots</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="new lightroom presets 2012">new lightroom presets 2012</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/ycademy/adobe-photoshop-lightroom/lightroom-4-screenshots-and-4-new-features/" title="movie photoshop lightroom 4">movie photoshop lightroom 4</a></li>
</ul>
<p>Related posts:
<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-publishing-1/lightroom-3-quick-slideshow/" rel="bookmark" title="Lightroom 3 Quick Slideshow">Lightroom 3 Quick Slideshow</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography-ycademy-7/" rel="bookmark" title="Digital Photography Ycademy 7">Digital Photography Ycademy 7</a></li>
<li><a href="http://yorgonestoridis.com/media-marketing-publishing/hdr-imaging-with-lightroom-3/" rel="bookmark" title="HDR Imaging with Lightroom 3">HDR Imaging with Lightroom 3</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/lightroom-3-presets/" rel="bookmark" title="Lightroom 3 Presets">Lightroom 3 Presets</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-media/digital-photography-ycademy-5/" rel="bookmark" title="Digital Photography Ycademy 5">Digital Photography Ycademy 5</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/lightroom-4-screenshots-and-4-new-features/feed/</wfw:commentRss>
		<slash:comments>893</slash:comments>
		</item>
		<item>
		<title>National Archaeological Museum Athens Images</title>
		<link>http://semiomantics.com/xo/development/national-archaeological-museum-athens-images/</link>
		<comments>http://semiomantics.com/xo/development/national-archaeological-museum-athens-images/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 18:03:00 +0000</pubDate>
		<dc:creator>Yorgo Nestoridis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Free Images Athens Greece]]></category>
		<category><![CDATA[Free Photos NAtional Archaeological Museum]]></category>
		<category><![CDATA[National Archaeological Museum Athens]]></category>
		<category><![CDATA[Semiomantics Developments]]></category>
		<category><![CDATA[Semiomantics XO]]></category>
		<category><![CDATA[Yorgo Nestoridis]]></category>

		<guid isPermaLink="false">http://semiomantics.com/xo/development/national-archaeological-museum-athens-images/</guid>
		<description><![CDATA[Free Images from the National Archaeological Museum in Athens, Greece As I needed some pictures for my demo portfolio and photography site, I paid a visit to the National Archaeological Museum in Athens last Saturday. The idea was to come back with some photos of outstanding works from the permanent exhibition. Mask 1500 BC found by Schliemann who thought it was Agamemnon’s Mask Photos from the National Archaeological Museum A first Gallery of Images from my visit you will find on the Portfolio site by clicking on the below screenshot: National Archaeological Museum Photo Gallery For better viewing, I have put the objects on a black background. All images from that gallery will be available for free download and use on non-commercial websites shortly. Black and White Images from The National Archaeological Museum For those who prefer black and whites, there is also a B&#38;W gallery and again, the images will become available for download shortly for free use on non-commercial websites. B&#38;W Image Gallery — Archaeological Museum Athens, Greece Free Photos and Images from the National Archaeological Museum While I like to take pictures, I like even more to share them. Not everybody has the privilege to live as [...]]]></description>
			<content:encoded><![CDATA[<p><span><br />
<span id="Free_Images_from_the_National_Archaeological_Museum_in_Athens_Greece"><h2>Free Images from the National Archaeological Museum in Athens, Greece</h2></span>
<p></span></p>
<p>As I needed some pictures for my <a title="Yorgo Nestoridis Photography" href="http://portfolio.yorgonestoridis.com" target="_blank">demo portfolio and photography</a> site, I paid a visit to the National Archaeological Museum in Athens last Saturday. The idea was to come back with some photos of outstanding works from the permanent exhibition.</p>
<div><a href="http://yorgonestoridis.com/wp-content/uploads/2012/03/L1140901-aga.jpg"><img class="size-large wp-image-22675" title="Mask 1500 BC (Agamenon)" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/L1140901-aga-460x345.jpg" alt="Mask 1500 BC (Agamenon)" width="460" height="345" /></a>
<p>Mask 1500 BC found by Schliemann who thought it was Agamemnon’s Mask</p>
</div>
<p><span><br />
<span id="Photos_from_the_National_Archaeological_Museum"><h3>Photos from the National Archaeological Museum</h3></span>
<p></span></p>
<p>A first Gallery of Images from my visit you will find on the Portfolio site by clicking on the below screenshot:</p>
<div><a href="http://portfolio.yorgonestoridis.com/portfolio-item/national-archeological-museum-athens/" target="_blank"><img class="size-full wp-image-22676 " title="National Archaeological Museum" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/archaeological-museum.jpg" alt="National Archaeological Museum Images by Yorgo Nestoridis" width="460" height="345" /></a>
<p>National Archaeological Museum Photo Gallery</p>
</div>
<p>For better viewing, I have put the objects on a black background. All images from that gallery will be available for free download and use on non-commercial websites shortly.</p>
<p><span><br />
<span id="Black_and_White_Images_from_The_National_Archaeological_Museum"><h3>Black and White Images from The National Archaeological Museum</h3></span>
<p></span></p>
<p>For those who prefer black and whites, there is also a B&amp;W gallery and again, the images will become available for download shortly for free use on non-commercial websites.</p>
<div><a href="http://portfolio.yorgonestoridis.com/portfolio-item/national-archaeological-museum-athens-bw/" target="_blank"><img class="size-full wp-image-22677 " title="archaeological-museum-bw" src="http://semiomantics.com/xo/wp-content/uploads/2012/05/archaeological-museum-bw.jpg" alt="Black and White Images - Archaeological Museum Athens" width="460" height="345" /></a>
<p>B&amp;W Image Gallery — Archaeological Museum Athens, Greece</p>
</div>
<p><span><br />
<span id="Free_Photos_and_Images_from_the_National_Archaeological_Museum"><h3>Free Photos and Images from the National Archaeological Museum</h3></span>
<p></span></p>
<p>While I like to take pictures, I like even more to share them. Not everybody has the privilege to live as close to so many artifacts as I do, nor do many have the possibility to travel to Greece. For this reason I make all images from my portfolio available for free usage and download for the use on non-commercial websites. If you are publishing or re-publishing my work, I would appreciate a mention and/or a link back.</p>
<p>If you would like to make commercial use or to print any image for commercial use, please contact me.</p>
<p><span><br />
<span id="Incoming_search_terms:"><h4>Incoming search terms:</h4></span>
<p></span>
<ul>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="greek museum in athens">greek museum in athens</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="national greece">national greece</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="agamenon mask">agamenon mask</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="planimetry National Archaeological Museum">planimetry National Archaeological Museum</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="archaeological museums">archaeological museums</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="mask of agamemnon">mask of agamemnon</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="greek artifacts masks">greek artifacts masks</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="National Archaeological Museum">National Archaeological Museum</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="greece pictures black white free">greece pictures black white free</a></li>
<li><a href="http://yorgonestoridis.com/greece/national-archaeological-museum-athens/national-archaeological-museum-athens-images/" title="agamemnon mask">agamemnon mask</a></li>
</ul>
<p>Related posts:
<ol>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/new-acropolis-museum-on-google/" rel="bookmark" title="New Acropolis Museum on Google">New Acropolis Museum on Google</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/akropolis-museum/" rel="bookmark" title="Acropolis Museum">Acropolis Museum</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis-development/semiomantics/syros-images-on-google-and-youtube/" rel="bookmark" title="Syros Images on Google and YouTube">Syros Images on Google and YouTube</a></li>
<li><a href="http://yorgonestoridis.com/yorgo-nestoridis/images-pictures-on-your-blog/" rel="bookmark" title="Dealing with Images on your Blog">Dealing with Images on your Blog</a></li>
<li><a href="http://yorgonestoridis.com/web-services/miss-garden-route-images/" rel="bookmark" title="Miss Garden Route Images">Miss Garden Route Images</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://semiomantics.com/xo/development/national-archaeological-museum-athens-images/feed/</wfw:commentRss>
		<slash:comments>2404</slash:comments>
		</item>
	</channel>
</rss>
