<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title><![CDATA[Webdesigner Blog]]></title>
    <link>http://www.newconcept.eu/blog</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>info@newconcept.hu</dc:creator>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-04-25T20:12:30+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title><![CDATA[Google Drive]]></title>
      <link>http://www.newconcept.eu/blog/google_drive</link>
      <guid>http://www.newconcept.eu/blog/google_drive#When:20:12:30Z</guid>
      <description><![CDATA[<img alt="Google Drive" src="http://www.newconcept.eu/images/uploads/blog_headers/google-drive.jpg"><p>Everything is one place! Google feels what users want! There was a rumor that the new Google Drive will be coming shortly but nothing happened. And all of the sudden, what do I see? I jumped at it right away and tested it quickly and I can state that it's much better than DropBox. What's more, I have instantly deleted my DropBox account from my computer. Why? The reasons are easy to understand. </p>

<p>Google Drive is much cleaner, easier and nicer than Dropbox. Everything is in one place, especially my Google items, documents and all is synchronized to my Google Account. Basicly Google Drive gives you 5 gigabyte  size storage and a small software that you can easily install to your mac. With it, you can easily manage your storage from your computer's desktop. Awesome!</p>]]></description>
      <dc:subject><![CDATA[Personal,]]></dc:subject>
      <dc:date>2012-04-25T20:12:30+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[Responsive web design: New Retina-like Apple and PC displays will come by 2013]]></title>
      <link>http://www.newconcept.eu/blog/responsive_web_design_new_retina_like_apple_and_pc_displays_will_come</link>
      <guid>http://www.newconcept.eu/blog/responsive_web_design_new_retina_like_apple_and_pc_displays_will_come#When:18:22:57Z</guid>
      <description><![CDATA[<img alt="Responsive web design: New Retina-like Apple and PC displays will come by 2013" src="http://www.newconcept.eu/images/uploads/blog_headers/retina_resolution1.jpg"><p>If you are working in the web design industry I think you need to improve your responsive web design skills more intensively! Why? Because Intel is envisions the high-resolution Apple and PC Retina displays by 2013.</p>
<p>If these rummors are true the future will be very interesting because the widespread width of nowadays websites is 960px and the responsive webdesign will more significant than we think today. </p>

<h2>Let's see those envisions:</h2>
<div class="blogcontentborder">
<ul>
<li><span>Phones and media players with 5 inch will get 1280 x 800 pixel displays (this has already happened)</span></li>
<li><span>Tablets with 10 inch will get 2560 x 1440 pixel displays (this has already happened too: new Ipad )</span></li>
<li><span>Ultrabooks with 11 inch will get with 2560 x 1440 pixel displays</span></li>
<li><span>Ultrabooks with 13 inch will get with 2800 x 1800 pixel displays</span></li>
<li><span>The resolution of the laptops with 15 inch will be 3840 x 2160 pixel displays</span></li>
<li><span>All-in-one desktops (imac and PC) will get  with 3840 x 2160 pixel displays</span></li>
</ul>
</div>
]]></description>
      <dc:subject><![CDATA[Web Design,]]></dc:subject>
      <dc:date>2012-04-16T18:22:57+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[Few words about Responsive web design]]></title>
      <link>http://www.newconcept.eu/blog/few_words_about_responsive_web_design</link>
      <guid>http://www.newconcept.eu/blog/few_words_about_responsive_web_design#When:19:27:28Z</guid>
      <description><![CDATA[<p>Responsive webdesign. Nowadays this is the most popular topic in the web design industry. But what does it really mean? How does it work? I show you.</p>
<p>These days websites have fixed sizes that are optimized for monitor displays. Naturally the size has risen in the past few years as the resolution of the displays has also increased, together with other technological advances.</p>

<img src="http://www.newconcept.eu/images/uploads/blog_content/rwb.jpg" alt="Responsive web design" width="620" height="438"  />

<p>There is a problem, though! In the meantime, new players have appeared on the horizon: smartphones (iPhone, Android based phones), tablets (iPad, etc) and other gadgets (MP3 players with screens, Internet TV's). Obviously the display resolutions of these gadgets are different.</p>

<p>What can we do with our nice website, if we want it to look nice on mobile too? We need to pay extra cash for developing a mobile version. If we have lots of money we can pay more for the tablet version, too. It is easy to calculate, that these methods are not money savers.</p>
<p>So here is this new solution, called Responsive web design. Websites made with this method are fully compatible with nearly all multimedia devices. Practically, the webdesigner using this method can create three or more visual views of the website by increasing or decreasing the sizes of the site's elements.</p>

<h2>Technically the Reponsive web design is based on 4 key points:</h2>

<div class="blogcontentborder">
<ol>

<li>Flexible layout:: 
<p><span>The Responsive webdesign -based websites key elements and layout values are always created and measured in a percentages.</span></p></li>
<li>Flexible images: 
<p><span>Images are also sized by using percentage values.</span></p></li>
<li>CCS media query: 
<p><span>With CSS media query the visitor's display resolutions are easily gathered, along with other useful information. With these data at hand, our website's visual parameters are easily modified without using javascript. This is the key of Responsive webdesign.</span></p></li>
<li>Javascript: 
<p><span>If we would like to, our website can have backward compatibility with older web browsers - but to achieve this, we will have to use javascript ... so, at the end of the day, we can't avoid javascript.</span></p></li>
</ol>
</div>

<p>That's all folks, in a few sentences! I have now started to learn this new method and here is the book which already helped me a lot. It's title is <strong>Responsive Web Design by Ethan Marcotte</strong>. If you are interested in this method, order this book or click on my second link and study the websites which are made using the Responsive Webdesign method. </p>]]></description>
      <dc:subject><![CDATA[Web Design,]]></dc:subject>
      <dc:date>2011-10-18T19:27:28+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[Rest in peace Steve]]></title>
      <link>http://www.newconcept.eu/blog/rest_in_peace_steve</link>
      <guid>http://www.newconcept.eu/blog/rest_in_peace_steve#When:06:21:53Z</guid>
      <description><![CDATA[<img src="http://www.newconcept.eu/images/uploads/blog_content/steve_jobs.jpg" alt="Steve Jobs 1955-2011" width="620" height="438"  />
<blockquote><span>When you first start off trying to solve a problem, the first solutions you come up with are very complex, and most people stop there. But if you keep going, and live with the problem and peel more layers of the onion off, you can often times arrive at some very elegant and simple solutions.</span></blockquote>]]></description>
      <dc:subject><![CDATA[Apple,]]></dc:subject>
      <dc:date>2011-10-06T06:21:53+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[Apple logo and the golden ratio]]></title>
      <link>http://www.newconcept.eu/blog/apple_logo_and_the_golden_ratio</link>
      <guid>http://www.newconcept.eu/blog/apple_logo_and_the_golden_ratio#When:09:39:49Z</guid>
      <description><![CDATA[<img src="http://www.newconcept.eu/images/uploads/blog_content/appl_golden.png" alt="Apple logo" width="620" height="415"  />]]></description>
      <dc:subject><![CDATA[Apple,]]></dc:subject>
      <dc:date>2011-07-18T09:39:49+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[Prices of the web designer]]></title>
      <link>http://www.newconcept.eu/blog/prices_of_the_web_designer</link>
      <guid>http://www.newconcept.eu/blog/prices_of_the_web_designer#When:18:07:50Z</guid>
      <description><![CDATA[<img alt="Prices of the web designer" src="http://www.newconcept.eu/images/uploads/blog_headers/webdesigner_price.jpg"><p>Webdesign has become a serious profession. The quality of websites has been gradually improving and by now there are real experts behind the more sophisticated ones. If someone is good at photoshop that does not necessarily mean he is a good web designer, even if he thinks so.</p>

<p>Pros ask the price of their work while amateurs try to operate with lower prices. I keep getting loads of emails in which people would like to have a website for rock bottom prices. This is of course out of the question.</p>

<p>Many of them may wonder why on earth I charge more than the average price? I could shoot them the usual bullshit bla-bla about professionalism and quality but no!
In my case it’s the talent and 15 years of experience that has to be paid…</p>]]></description>
      <dc:subject><![CDATA[Personal, Web Design,]]></dc:subject>
      <dc:date>2011-06-04T18:07:50+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[New DBN Flavors.me page]]></title>
      <link>http://www.newconcept.eu/blog/new_dbn_flavors_me_page</link>
      <guid>http://www.newconcept.eu/blog/new_dbn_flavors_me_page#When:19:14:54Z</guid>
      <description><![CDATA[<img alt="New DBN Flavors.me page" src="http://www.newconcept.eu/images/uploads/blog_content/flavors_me.jpg">DBN Flavors.me page has been rebranded. Optimized for higher resolution of course.]]></description>
      <dc:subject><![CDATA[Personal, Web Design,]]></dc:subject>
      <dc:date>2011-05-19T19:14:54+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[The best HTML5 resources for web designers]]></title>
      <link>http://www.newconcept.eu/blog/the_best_Html_5_resources_for_web_designers</link>
      <guid>http://www.newconcept.eu/blog/the_best_Html_5_resources_for_web_designers#When:09:17:17Z</guid>
      <description><![CDATA[<img alt="The best HTML5 resources for web designers" src="http://www.newconcept.eu/images/uploads/blog_headers/html5.jpg"><h2>Updated!</h2>
<p>The dry facts: W3C published a working draft for HTML 5 on 2008 January 22.
Some of the new features in HTML 5 are functions for embedding video , audio, graphics, client-side data storage, and interactive documents.</p>
<p>HTML5 improves interoperability, and reduces development cost.
HTML5 group includes the biggest IT brands of the world: AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, Opera, and many hundred other vendors.</p>
<p>In this post I have collected as many helpful resources as I could on HTML5.</p>

<h2>Html 5 tutorials</h2>
<div class="blogcontentborder">
<ol>
<li><a href="http://www.html5rocks.com/mobile/mobifying.html" title="Creating a mobile-friendly HTML5">Creating a mobile-friendly HTML5</a><p><span>Developing for the mobile web is a hot topic these days.</span></p></li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-cross-browser-html5-forms/" title="How to Build Cross-Browser HTML5 Forms">How to Build Cross-Browser HTML5 Forms</a><p><span>In this tutorial, you are going to take a look at how to serve HTML5 forms to modern browsers.</span></p></li>
<li><a href="http://thinkvitamin.com/code/html5-audio-unplugged/" title="HTML5 Audio Unplugged">HTML5 Audio Unplugged</a><p><span>Before there was video, there was audio.</span></p></li>
<li><a href="http://html5demos.com/" title="HTML 5 Demos and Examples">HTML5 Demos and Examples</a><p><span>HTML5 experimentation and demos</span></p></li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/" title="HTML5 and CSS 3: The Techniques You’ll Soon Be Using">HTML5 and CSS 3: The Techniques You’ll Soon Be Using</a><p><span>In this tutorial, we are going to build a blog page using next-generation techniques from HTML5 and CSS 3.</span></p></li>
<li><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" title="Coding A HTML5 Layout From Scratch">Coding A HTML5 Layout From Scratch</a><p><span>Very good tutorial</span></p></li>
<li><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms" title="Have a Field Day with HTML5 Forms">Have a Field Day with HTML5 Forms</a><p><span>You will want to style your own forms after you’ve read this article.</span></p></li>
<li><a href="http://html5doctor.com/designing-a-blog-with-html5/" title="Designing a blog with HTML5">Designing a blog with HTML5</a><p><span>This article is an edited version of two articles published by Opera Web Evangelist, Bruce Lawson, reproduced with permission. All rights reserved.</span></p></li>
<li><a href="http://diveintohtml5.org/" title="CSS code structure for HTML 5: some useful guidelines">CSS code structure for HTML 5: some useful guidelines</a><p><span>Some useful guidelines about how to implement a well organized CSS code structure in view of introduction of HTML 5 markup language.</span></p></li>
<li><a href="http://jontangerine.com/log/2008/03/preparing-for-html5-with-semantic-class-names" title="Preparing for HTML5 with Semantic Class Names">Preparing for HTML5 with Semantic Class Names</a><p><span>This is a brief introduction to the new structural elements in the HTML 5 Working Draft, and how to use semantic class names in HTML 4.01 or XHTML 1.0 markup that correspond to the names of those structural elements.</span></p></li>
<li><a href="http://arstechnica.com/open-source/news/2009/05/google-dailymotion-endorse-html-5-and-standards-based-video.ars" title="HTML 5 and Web video: freeing rich media from plugin prison">HTML 5 and Web video: freeing rich media from plugin prison</a><p><span>Video is one of the most significant areas where this trend will have a major impact.</span></p></li>
<li><a href="http://articles.sitepoint.com/article/html-5-snapshot-2009" title="Yes, You Can Use HTML 5 Today!">Yes, You Can Use HTML 5 Today!</a><p><span>Let’s see what’s happening in the world of HTML 5.</span></p></li>
<li><a href="http://carsonified.com/blog/design/css3-design/steve-smith-on-html5-and-css3/" title="Steve Smith on HTML5 and CSS3">Steve Smith on HTML5 and CSS3</a><p><span>HTML5 and CSS3 is here.</span></p></li>
<li><a href="http://designshack.co.uk/articles/html/html5-the-basics-1-of-4" title="HTML5: The Basics (1 of 4)">HTML5: The Basics (1 of 4)</a><p><span>Love it or hate it, HTML 5 will soon define how you build websites.</span></p></li>
<li><a href="http://designshack.co.uk/articles/html/html5-new-elements-2-of-4" title="HTML5: New Elements (2 of 4)">HTML5: New Elements (2 of 4)</a><p><span>Be assured that HTML5 is in fact coming soon, therefore these concepts may prove useful in the near future.</span></p></li>
<li><a href="http://designshack.co.uk/articles/html/html5-semantic-changes-3-of-4" title="HTML5: Semantic Changes (3 of 4)">HTML5: Semantic Changes (3 of 4)</a><p><span>This article will cover how to use each of these new elements in a way that will bring much needed relief to the div-itus that plagues the structure of so many sites today.</span></p></li>
<li><a href="http://designshack.co.uk/articles/html/html5-get-it-working-today-4-of-4" title="HTML5: Get It Working Today (4 of 4)">HTML5: Get It Working Today (4 of 4)</a><p><span>Finally, we’ll discuss how you should start preparing to support HTML5 in all the sites you build from here forward.</span></p></li>
</ol>
</div>]]></description>
      <dc:subject><![CDATA[Html and Css , Web Design,]]></dc:subject>
      <dc:date>2011-05-17T09:17:17+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[Mercedes Benz: Left Brain - Right Brain, Passion]]></title>
      <link>http://www.newconcept.eu/blog/mercedes_benz_left_brain_right_brain_passion</link>
      <guid>http://www.newconcept.eu/blog/mercedes_benz_left_brain_right_brain_passion#When:16:40:02Z</guid>
      <description><![CDATA[<p>I love beautiful advertisements especially if they are very colorful beautiful illustrations.<br />
Check out these Mercedes Benz pictures. Amazing!</p>
<p><strong>Advertising Agency:</strong> Shalmor Avnon Amichay/Y&R Interactive <br />
Click on the images for bigger size</p>

<p><a href="http://adsoftheworld.com/media/print/mercedes_benz_left_brain_right_brain_paint?size=_original"><img src="http://www.newconcept.eu/images/uploads/blog_content/mercedes_ad_1-72dpi.jpg" alt="Mercedes Benz Ad 1" width="620" height="438"  /></a></p>

<p><a href="http://adsoftheworld.com/media/print/mercedes_benz_left_brain_right_brain_music?size=_original"><img src="http://www.newconcept.eu/images/uploads/blog_content/mercedes_ad_2-72dpi4.jpg" alt="Mercedes Benz Ad 2" width="620" height="438"  /></a></p>

<p><a href="http://adsoftheworld.com/media/print/mercedes_benz_left_brain_right_brain_passion"><img src="http://www.newconcept.eu/images/uploads/blog_content/mercedes_ad_3-72dpi.jpg" alt="Mercedes Benz Ad 3" width="620" height="438"  /></a></p>
]]></description>
      <dc:subject><![CDATA[Design, Inspiration,]]></dc:subject>
      <dc:date>2011-05-13T16:40:02+00:00</dc:date>
    </item>

    <item>
      <title><![CDATA[HBO doesn&#8217;t like Chrome]]></title>
      <link>http://www.newconcept.eu/blog/hbo_doesnt_like_chrome</link>
      <guid>http://www.newconcept.eu/blog/hbo_doesnt_like_chrome#When:07:02:17Z</guid>
      <description><![CDATA[<img alt="HBO doesn&#8217;t like Chrome" src="http://www.newconcept.eu/images/uploads/blog_headers/hbo_fail.jpg"><p>It's a 100% flash site and doesn't recommend the latest version of Google Chrome. Good job HBO! :)</p>]]></description>
      <dc:subject><![CDATA[Web Design,]]></dc:subject>
      <dc:date>2011-05-05T07:02:17+00:00</dc:date>
    </item>

    
    </channel>
</rss>
