<?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>Burak Son - A Web Developer&#039;s Blocknote</title>
	<atom:link href="http://www.burakson.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burakson.com/blog</link>
	<description>php, jquery, css, xhtml, ajax and more..</description>
	<lastBuildDate>Mon, 05 Sep 2011 21:09:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Why IDs Instead of Classes in CSS ?</title>
		<link>http://www.burakson.com/blog/css-xhtml/why-ids-instead-of-classes-in-css/</link>
		<comments>http://www.burakson.com/blog/css-xhtml/why-ids-instead-of-classes-in-css/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 20:29:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css & xhtml]]></category>

		<guid isPermaLink="false">http://www.burakson.com/blog/?p=56</guid>
		<description><![CDATA[In somehow, any web developer or webmaster should ever faced with the CSS (Cascading Style Sheets).It styles ...]]></description>
			<content:encoded><![CDATA[<p>In somehow, any web developer or webmaster should ever faced with the CSS (Cascading Style Sheets).It styles the elements of HTML.A newbie interface developer is always get confused about the difference between &#8216;css id&#8217; and &#8216;css class&#8217;.IDs are defined as <strong>#</strong> mark, and classes are defined <strong>.</strong> (dot) in all versions of CSS.<span id="more-56"></span></p>
<p><strong>#ID:</strong> They are unique definitions and has to be used once in HTML file.If it is used twice or more, page will give markup error.IDs are usually used in main parts of the layouts such as header,container and footer.</p>
<p><strong>.CLASS:</strong> Classes are able to be used more than one in a web page without any markup errors.They are usually used in sub elements of IDs.</p>
<p>An example usage:</p>
<pre class="brush: css; title: ; notranslate">
#header {
width: 100%;
height:50px;
margin:0;
}
.bannerone {
width:468px;
height:60px;
display:block;
}</pre>
<p>As you can see, we can repeat <span style="text-decoration: underline;">.bannerone</span> class as much as we want.<br />
If you are new on web developing then you will understand the difference asap.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burakson.com/blog/css-xhtml/why-ids-instead-of-classes-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Speed Up Your Website&#8217;s Google Indexing Process</title>
		<link>http://www.burakson.com/blog/other-stuff/how-to-speed-up-your-websites-google-indexing-process/</link>
		<comments>http://www.burakson.com/blog/other-stuff/how-to-speed-up-your-websites-google-indexing-process/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 10:44:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[other stuff]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.burakson.com/blog/?p=42</guid>
		<description><![CDATA[One of the most useful service of Google is Webmaster Tools (for webmasters surely).The service lets webmasters ...]]></description>
			<content:encoded><![CDATA[<p>One of the most useful service of Google is <a title="Google Webmasters" href="http://www.google.com/webmasters" target="_blank">Webmaster Tools</a> (for webmasters surely).The service lets webmasters to get notified, to analyze their website&#8217;s search data and to send updates to Google&#8217;s search engine database.Normally, Google&#8217;s visitation for collecting data takes less than a week.Having been introduced with the Google&#8217;s WM tools you may now notify your updates through XML Sitemap.<span id="more-42"></span></p>
<p><em>(According to the example below I assumpt you already have a website added to your WM tools account)</em></p>
<p>1- Go to <strong>Sitemaps</strong> page under Site configuration dropdown.</p>
<p><a href="http://www.burakson.com/blog/wp-content/uploads/2011/09/g1.jpg"><img class="size-full wp-image-46 aligncenter" title="g1" src="http://www.burakson.com/blog/wp-content/uploads/2011/09/g1.jpg" alt="" width="182" height="360" /></a></p>
<p>2-  Now click on &#8216;Submit a Sitemap&#8217; button to notify Google.</p>
<p>3- Write down your sitemap.xml (http://domain.com/sitemap.xml) and wait for Google to get notified.</p>
<p>- For WordPress users;</p>
<p>You will be able to create your sitemap.xml with a plugin called &#8216;<a title="Simple Google Sitemap XML Plugin for WordPress" href="http://wordpress.org/extend/plugins/simple-google-sitemap-xml/" target="_blank">Simple Google Sitemap XML</a>&#8216; autmatically.It is great <img src='http://www.burakson.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burakson.com/blog/other-stuff/how-to-speed-up-your-websites-google-indexing-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why WordPress?</title>
		<link>http://www.burakson.com/blog/tech/why-wordpress/</link>
		<comments>http://www.burakson.com/blog/tech/why-wordpress/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 11:07:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[why wordpress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burakson.com/blog/?p=15</guid>
		<description><![CDATA[10 years ago there were no such a thing as &#8216;blog&#8217; or &#8216;blogging&#8217;.The Internet was more dependent ...]]></description>
			<content:encoded><![CDATA[<p>10 years ago there were no such a thing as <em>&#8216;blog&#8217;</em> or <em>&#8216;blogging&#8217;</em>.The Internet was more dependent on knowledge &#8211; not exposition.Since <a title="Blogger" href="http://www.blogger.com" target="_blank">Blogger</a> had started this stream<em> (according to the Wikipedia, in 1999)</em>, it is getting bigger and bigger day by day.<span id="more-15"></span></p>
<p>Today&#8217;s one of the most powerful and most useful blog engine is <a title="Wordpress Official" href="http://www.wordpress.org">WordPress</a>.Instead of power, it is 100% open-source and now more than a blog engine by deep-hearted supporters.The flexibility of the system gives power to the back-end user to do same thing just like popular CMSs do.</p>
<p>Let&#8217;s see Why and How;</p>
<h2>1- Smart &amp; Simple</h2>
<p>The engine itself gives entire control to the user.It has very simple administration page with no complication.With one day of working on, you can get how things go around on the system.</p>
<h2>2- Flexible</h2>
<p>Easy to adapt it to websites from micro sites to e-commerce solutions, portfolios and even company websites.By the help of its Codex, with average knowledge of html,css and php, it is so easy to integrate the design and the engine to any web or mobile page.</p>
<h2>3- Secure</h2>
<p>A lot of huge companies choose it to use as their blogs or it is used in a small part of their portal (<a href="http://wordpress.org/showcase/tag/business/" target="_blank">as listed here</a>).Even suprisingly <a href="http://blog.microsoft.com.tr/">Microsoft Turkey</a> (competitor of linux systems) choose it on their blogs.</p>
<h2>4- Unique SEO</h2>
<p>As search engines give much care to the keyword based SEO scores, it has effective help for your website to rank up.Variety of tons of 3rd party plugins simplifies Search Engine Optimization.</p>
<h2>5- Plugin &amp; Theme Support</h2>
<p>It has huge plugin and theme repository.Officialy, there are +16,000 plugins and +1,400 themes listed on their <a title="Wordpress Extend" href="http://wordpress.org/extend/" target="_blank">Extend</a> page.</p>
<h2>6- Up-to-date</h2>
<p>The up-to-date upgrade system allows back-end users to upgrade any major or minor upgrade released by WordPress with one-click.Also plugins can be upgraded on administrator panel when available as well.</p>
<h2>7- Mobile Usability</h2>
<p>WordPress is also working on mobile devices with mobile supported themes.It is a must for newbies to care about mobile devies as approximately %10 web traffic is coming from mobile at the moment.If your theme does not fit mobile devices, it can be created with a plugin support.</p>
<p>Moreover, it is Open Source. If you are motivated then you are good to <a title="Wordpress Download" href="http://wordpress.org/download/" target="_blank">GO!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burakson.com/blog/tech/why-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.burakson.com/blog/other-stuff/hello-world/</link>
		<comments>http://www.burakson.com/blog/other-stuff/hello-world/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 12:19:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[other stuff]]></category>

		<guid isPermaLink="false">http://www.burakson.com/blog/?p=1</guid>
		<description><![CDATA[Hello there, This is the 2nd or 3rd blog of mine which ends up failure each time.Hope ...]]></description>
			<content:encoded><![CDATA[<p>Hello there,<br />
This is the 2nd or 3rd blog of mine which ends up failure each time.Hope to share useful stuff and my works beside my portfolio.<br />
I might also quit writing at any time, no promises <img src='http://www.burakson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burakson.com/blog/other-stuff/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

