<?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>Wizart Studios</title>
	<atom:link href="http://www.wizartstudios.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wizartstudios.com/blog</link>
	<description>Design - Web development - Marketing</description>
	<lastBuildDate>Mon, 08 Mar 2010 12:22:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Wizart Studios Website</title>
		<link>http://www.wizartstudios.com/blog/2010/03/08/new-wizart-studios-website/</link>
		<comments>http://www.wizartstudios.com/blog/2010/03/08/new-wizart-studios-website/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 11:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wizart stuff]]></category>

		<guid isPermaLink="false">http://localhost/wblog/?p=6</guid>
		<description><![CDATA[We don&#8217;t like to boast but we have to say it: we have a new nice website. It&#8217;s simple and easy to navigate, you can see everything in one page and you can get informations with just 1 click and no waiting time after the loading. We like to apply new ideas and we hope [...]]]></description>
			<content:encoded><![CDATA[<p>We don&#8217;t like to boast but we have to say it: we have a new nice website. It&#8217;s simple and easy to navigate, you can see everything in one page and you can get informations with just 1 click and no waiting time after the loading. We like to apply new ideas and we hope you&#8217;ll enjoy this one.</p>
<p>Best regards,<br />
Wizart Studios team – design, web development &amp; marketing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wizartstudios.com/blog/2010/03/08/new-wizart-studios-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5</title>
		<link>http://www.wizartstudios.com/blog/2010/03/04/html-5/</link>
		<comments>http://www.wizartstudios.com/blog/2010/03/04/html-5/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:22:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web tips and news]]></category>

		<guid isPermaLink="false">http://localhost/wblog/?p=2</guid>
		<description><![CDATA[&#8220;HTML5 is being developed as the next major revision of HTML (Hypertext Markup Language), the core markup language of the World Wide Web. The Web Hypertext Application Technology Working Group (WHATWG) started work on the specification in June 2004 under the name Web Applications 1.0. As of February 2010[update], the specification is in the &#8220;Last [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;HTML5 is being developed as the next major revision of HTML (Hypertext Markup Language), the core markup language of the World Wide Web. The Web Hypertext Application Technology Working Group (WHATWG) started work on the specification in June 2004 under the name Web Applications 1.0. As of February 2010[update], the specification is in the &#8220;Last Call&#8221; state at the WHATWG.&#8221;</em> says <strong><a href="http://en.wikipedia.org/wiki/HTML5" target="_blank">Wikipedia.org</a></strong>.</p>
<p>We like to see that the web evolves and things are getting better. Let&#8217;s hope that this new version will bring more opportunities and will not cause problems. As we know, we can find browser incompatibilities at every step so, the web will need a slow integration of this new &#8220;standard&#8221; and a lot of time.</p>
<p>Best regards,<br />
Wizart Studios team &#8211; design, web development &amp; marketing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wizartstudios.com/blog/2010/03/04/html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web standards</title>
		<link>http://www.wizartstudios.com/blog/2010/02/22/web-standards/</link>
		<comments>http://www.wizartstudios.com/blog/2010/02/22/web-standards/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web tips and news]]></category>

		<guid isPermaLink="false">http://www.wizartstudios.com/blog/?p=21</guid>
		<description><![CDATA[I read in many places from the web, the question: &#8220;why is the w3c validation so important?&#8221;. In my opinion, it&#8217;s important to make a hight quality website, not just a website.
We use the doctype for xHTML 1.0 [strict or Transitional]
&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&#62;
OR
&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221;
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#62;
So, why is [...]]]></description>
			<content:encoded><![CDATA[<p>I read in many places from the web, the question: &#8220;why is the w3c validation so important?&#8221;. In my opinion, it&#8217;s important to make a hight quality website, not just a website.</p>
<p>We use the doctype for xHTML 1.0 [strict or Transitional]<br />
<strong>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;</strong><br />
OR<br />
<strong>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</strong></p>
<p>So, why is this so important:</p>
<p>1. A quality code is easily interpreted by any browser so you will avoid problems in different browsers.<br />
2. You can see the website even using a mobile phone with no problems.<br />
3. A better search engine optimisation. Crawlers will get the content with no problems.<br />
&#8230;And many others.</p>
<p>How to check the website validation?<br />
Simple, just go to <strong>validator.w3.org</strong> and enter your URL.</p>
<p>Best regards,<br />
Wizart Studios team &#8211; design, web development &amp; marketing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wizartstudios.com/blog/2010/02/22/web-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wizart SEO news</title>
		<link>http://www.wizartstudios.com/blog/2010/02/17/wizart-seo/</link>
		<comments>http://www.wizartstudios.com/blog/2010/02/17/wizart-seo/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:36:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Friendly]]></category>

		<guid isPermaLink="false">http://localhost/wblog/?p=8</guid>
		<description><![CDATA[We like to make web pages but we also like to make them friendly for Search Engines. This will make clients happier and websites more popular. In present you can get a lot of tutorials  and tips about SEO but the real optimisation is more complicated than that.
First, to make an optimisation, you have [...]]]></description>
			<content:encoded><![CDATA[<p>We like to make web pages but we also like to make them friendly for Search Engines. This will make clients happier and websites more popular. In present you can get a lot of tutorials  and tips about SEO but the real optimisation is more complicated than that.</p>
<p>First, to make an optimisation, you have to study the market, to analyse the requested keywords and to make some tests. Optimisation needs time and you have to check how keywords are evolving and what people are searching (or imagine what should they search) to get your website as a result. Again, this needs a lot of time.</p>
<p>Second, you have to search the best promotion way and to make it on the exact target. Don&#8217;t add a banner about shoes on a software site, because even the site will get millions of visitors they will not be interested in your business&#8230; they will need software and the probability to click the banner is very small.</p>
<p>The in-page optimisation is very important, because it&#8217;s about how hard can the crawler get your site content and what content is &#8220;important&#8221; and &#8220;relevant&#8221; for searches. You have to add headings and to mark simple text as &#8217;special&#8217; through different tags. The layout structure is also very important&#8230; less code and as qualitatively as you can. We like to validate web pages because this is the best standard.</p>
<p>Best regards,<br />
Wizart Studios team – design, web development &amp; marketing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wizartstudios.com/blog/2010/02/17/wizart-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP 5 &#8211; new suff</title>
		<link>http://www.wizartstudios.com/blog/2010/02/01/php-5-new-suff/</link>
		<comments>http://www.wizartstudios.com/blog/2010/02/01/php-5-new-suff/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 09:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web tips and news]]></category>

		<guid isPermaLink="false">http://www.wizartstudios.com/blog/?p=19</guid>
		<description><![CDATA[The PHP manual is a great book but you must read careful to understand the important stuff. After my first look on the PHP5 manual, I got my attention on the &#8220;what&#8217;s new&#8221; section. So, what&#8217;s really useful from those new things.
1. interface Display { function display(); }
class Circle implements Display {
function display() { print [...]]]></description>
			<content:encoded><![CDATA[<p>The PHP manual is a great book but you must read careful to understand the important stuff. After my first look on the PHP5 manual, I got my attention on the &#8220;what&#8217;s new&#8221; section. So, what&#8217;s really useful from those new things.</p>
<p>1. <strong>interface</strong> Display { function display(); }<br />
class Circle <strong>implements</strong> Display {<br />
function display() { print &#8220;Displaying circle\n&#8221;; }<br />
}</p>
<p>2. class MyClass { <strong>const</strong> SUCCESS = &#8220;Success&#8221;; }<br />
print MyClass::SUCCESS;</p>
<p>3. function expectsMyClass(<strong>MyClass $obj</strong>) { /* code */ }</p>
<p>4. $obj = new MyIteratorImplementation();<br />
<strong> foreach ( $obj</strong> as $value ) { print &#8220;$value&#8221;; }</p>
<p>5. foreach ($array as <strong>&amp;$value</strong>) {<br />
if ($value === &#8220;NULL&#8221;) { $value = NULL; }<br />
}</p>
<p>&#8230;And many others.<br />
Anyway, I concluded that reading is very useful.</p>
<p>Best regards,<br />
Wizart Studios team &#8211; design, web development &amp; marketing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wizartstudios.com/blog/2010/02/01/php-5-new-suff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

