<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Branding Studio Serghei Tiutiunic</title>
	
	<link>http://blog.branding-studio.com</link>
	<description>About Branding Studio and Sergehei Tiutiunic</description>
	<lastBuildDate>Mon, 02 Nov 2009 13:41:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<itunes:explicit>no</itunes:explicit><itunes:subtitle>About Branding Studio and Sergehei Tiutiunic</itunes:subtitle><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Branding-Studio" type="application/rss+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FBranding-Studio" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FBranding-Studio" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FBranding-Studio" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/Branding-Studio" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FBranding-Studio" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FBranding-Studio" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FBranding-Studio" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Weekend :) Life</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/MX84CfCvQew/</link>
		<comments>http://blog.branding-studio.com/2009/11/weekend/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 13:40:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=169</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2009/11/weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2009/11/weekend/</feedburner:origLink></item>
		<item>
		<title>jQuery and CSS menu this is really simply one :)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/IIkG0zonqIs/</link>
		<comments>http://blog.branding-studio.com/2009/03/jquery-and-css-menu-this-is-really-simply-one/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 13:19:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Design]]></category>
		<category><![CDATA[css menu]]></category>
		<category><![CDATA[jQuery and CSS]]></category>
		<category><![CDATA[jquery and css menu]]></category>
		<category><![CDATA[jquery menu]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=160</guid>
		<description><![CDATA[Let&#8217;s begin 
what we gonna do :
a simple vertical menu  for the small site  
what we need  :
jQuery library  and little CSS file  
css :
&#60;style type=&#8221;text/css&#8221;&#62;
&#60;!&#8211;
body{
font-size:12px;
background-color: #FFF;
font-family: Verdana, Geneva, sans-serif;
}
ul, li{
margin:0;
padding:0;
list-style:none;
}
.menu_1 {
display:none;
width:199px;
border-right:1px solid #cdcdcd;
border-bottom:1px solid #cdcdcd;
border-left:1px solid #cdcdcd;
}
.menu_1 li{
background-color: #CCC;
}
.menu_1 li.alt{
background-color: #FFF;
}
.menu_1 li a{
color:#333;
text-decoration:none;
padding:5px;
display:block;
}
.menu_1 li a:hover{
padding:10px 5px;
font-weight:bold;
}
&#8211;&#62;
&#60;/style&#62;
now we gonna add [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2009/03/jquery-and-css-menu-this-is-really-simply-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2009/03/jquery-and-css-menu-this-is-really-simply-one/</feedburner:origLink></item>
		<item>
		<title>jQuery menu few simple steps ;)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/NsKOCzLUK7I/</link>
		<comments>http://blog.branding-studio.com/2009/01/jquery-menu-few-simple-steps/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 13:37:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=153</guid>
		<description><![CDATA[here is an example of code  if you can&#8217;t understand something pls ask me    but i think this is very simple for you     we you  will use just really small javascript and css   that&#8217;s all 
what you gonna do  :
1 &#8211; made html [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2009/01/jquery-menu-few-simple-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2009/01/jquery-menu-few-simple-steps/</feedburner:origLink></item>
		<item>
		<title>Simple CSS menu :)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/nBQliKzjmgQ/</link>
		<comments>http://blog.branding-studio.com/2008/12/simple-css-menu/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 21:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=140</guid>
		<description><![CDATA[Really simple CSS menu but looking nice
HERE IS THE SAMPLE 
&#60;style type=&#8221;text/css&#8221;&#62;
&#60;!&#8211;
ul.sea{margin:0;padding:0;list-style-type:none;display:block;font: 12px Verdana, Geneva, sans-serif  sans-serif;line-height:165%;width:135px;}
ul.sea li{margin:0;padding:0;}
ul.sea li a{display:block;text-decoration:none;color:#ab3b42;padding:0 0 0 20px;width:115px;}
ul.sea li a:active{background:#fff  no-repeat 0 9px;}
ul.sea li a:hover{
background:#ab3b48 url(&#8221;http://more-bulgaria.com/images/link.png&#8221;) no-repeat 0 9px;
color:#fff;
background-position: 0% 50%;
}
&#8211;&#62;
&#60;/style&#62;
&#60;ul class=&#8221;sea&#8221;&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;About Us&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Aplication Form&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Price-List&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Contract&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Pers. tour calculation&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Guided tours&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Contacts&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;To agencies&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
i think you have no [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/12/simple-css-menu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/12/simple-css-menu/</feedburner:origLink></item>
		<item>
		<title>The technology validation of the forms</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/tsuN7JLtoYo/</link>
		<comments>http://blog.branding-studio.com/2008/12/the-technology-validation-of-the-forms/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:05:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=138</guid>
		<description><![CDATA[First part  :
&#60;script type=&#8220;text/javascript&#8221;&#62;
//&#60;![CDATA[
function checkform()
{
document.getElementById('urltosend').action="addmess2.php";
document.forms['addform'].target=&#8221;process&#8221;;
top.document.forms['addform'].submit();
}
//]]&#62;
&#60;/script&#62;
&#8230;
&#60;form id=&#8220;urltosend&#8221; name=&#8220;addform&#8221; method=&#8220;post&#8221; action=&#8220;addmess.php&#8221;&#62;
&#8230;
&#60;input type=&#8220;button&#8221; onclick=&#8220;checkform()&#8221; value=&#8220;Отправить данные&#8221;&#62;
&#8230;
&#60;iframe name=&#8220;process&#8221; id=&#8220;process&#8221; width=&#8220;0&#8243; height=&#8220;0&#8243; style=&#8220;visibility: hidden&#8221;&#62;&#60;/iframe&#62;
&#8230;
&#60;div id=&#8220;alerts&#8221;&#62;&#60;/div&#62;
Second part:
&#60;?php
/*
Checking the received data and found errors add to the variable $alerts &#8211; for example:
$alerts.=&#8221;Error1&#60;br /&#62;&#8221;;
$alerts.=&#8221;Error2&#60;br /&#62;&#8221;;
и так далее.

Depending on the outcome of displaying a message &#60;div id=&#8221;alerts&#8221;&#62;&#60;/div&#62; if all is ok  we resend our [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/12/the-technology-validation-of-the-forms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/12/the-technology-validation-of-the-forms/</feedburner:origLink></item>
		<item>
		<title>Ajax Email validator  :)  AJAX PHP</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/zFuKCrMIq4E/</link>
		<comments>http://blog.branding-studio.com/2008/11/ajax-email-validator-ajax-php/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 09:24:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AJAX+PHP]]></category>
		<category><![CDATA[email validator]]></category>
		<category><![CDATA[FORM]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=136</guid>
		<description><![CDATA[I think the most important aspects of building and processing a form is how you validate data here is a script build via AJAX  and PHP  with example how to check if your email address is real one  :
this is HTML part  :
&#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;
&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&#62;
&#60;head&#62;
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; &#8221; /&#62;
&#60;title&#62;Email Validator [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/11/ajax-email-validator-ajax-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/11/ajax-email-validator-ajax-php/</feedburner:origLink></item>
		<item>
		<title>Your own Scrollbar color</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/ofS6I-QOtnI/</link>
		<comments>http://blog.branding-studio.com/2008/11/your-own-scrollbar-color/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 19:25:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Design]]></category>
		<category><![CDATA[Scrollbar]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=131</guid>
		<description><![CDATA[In IE5.5+ and above, you can use CSS to customize the color of the scrollbars  on the page, which includes various components of the scrollbar. The below CSS  shows the relevant CSS properties for scrollbar coloring. Note that if your page  uses a doctype that triggers a &#8220;Strict&#8221; mode in IE, the [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/11/your-own-scrollbar-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/11/your-own-scrollbar-color/</feedburner:origLink></item>
		<item>
		<title>CSS image effect ;)  you can use it in your gallery;)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/Kek1NiNbqY8/</link>
		<comments>http://blog.branding-studio.com/2008/11/css-image-effect-you-can-use-it-in-your-gallery/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 18:20:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=129</guid>
		<description><![CDATA[This is a purely CSS based image gallery that displays larger versions of thumbnail images dynamically when the mouse hovers over them. A rich HTML caption can be added to the enlarged image, and every aspect of the Image Gallery exists as plain HTML on the page. The idea is to use CSS&#8217;s &#8220;:hover&#8221; pseudo [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/11/css-image-effect-you-can-use-it-in-your-gallery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/11/css-image-effect-you-can-use-it-in-your-gallery/</feedburner:origLink></item>
		<item>
		<title>CSS Background Position Shortcuts</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/iSP3EmNqWJM/</link>
		<comments>http://blog.branding-studio.com/2008/10/css-background-position-shortcuts/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 16:59:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=114</guid>
		<description><![CDATA[I often use divs and background images on a constant basis to get a modern look and feel to a website. When doing so it is important to know the CSS shortcuts for the element background-position.There are two basic ways of writing this in your stylesheet, 1.with Keywords and 2. with Percentages or Lengths.
Keywords
Horizontal keywords: [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/css-background-position-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/css-background-position-shortcuts/</feedburner:origLink></item>
		<item>
		<title>CSS Progress bar ;)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/mbD5lyQsyOA/</link>
		<comments>http://blog.branding-studio.com/2008/10/css-progress-bar/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 20:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=109</guid>
		<description><![CDATA[Thoughts
We&#8217;ll put a cool background image in the container and define fixed width and height. First child (SPAN) will act as a progress bar. We&#8217;ll absolutely position second child (EM) above the progress bar and shift it to the left to a desired value. EM has the same background as the container so it gives [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/css-progress-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/css-progress-bar/</feedburner:origLink></item>
		<item>
		<title>“You Are Here” button</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/UTYoHuL66g0/</link>
		<comments>http://blog.branding-studio.com/2008/10/you-are-here-button/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 21:12:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=107</guid>
		<description><![CDATA[I once ran across an article that prompted me to reconsider the approach I had been using to styling a &#8220;You Are Here&#8221; button. The result is that I now have two viable techniques to choose from, and I can use whichever one is easier to implement in a given situation. Let&#8217;s look at how [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/you-are-here-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/you-are-here-button/</feedburner:origLink></item>
		<item>
		<title>Preloader…</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/LztPStlzSe4/</link>
		<comments>http://blog.branding-studio.com/2008/10/preloader/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=103</guid>
		<description><![CDATA[Here is image preloader   you can use this this script     to not only preload images before displaying them, but also, get a live     update on it&#8217;s progress through an update bar. Once the preloadiing is complete, the     surfer is then directed [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/preloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/preloader/</feedburner:origLink></item>
		<item>
		<title>Opera and Safari</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/uI2ITZP1bLk/</link>
		<comments>http://blog.branding-studio.com/2008/10/opera-and-safari/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:10:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=101</guid>
		<description><![CDATA[Back in the day, there used to be a hack for Safari using the pound (#) sign. Safari didn’t like that symbol, so you could declare something like this:
p { color: red; }
p { color: black;# }
Every other browser will read the second line replacing the first line and the text will be black. Safari [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/opera-and-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/opera-and-safari/</feedburner:origLink></item>
		<item>
		<title>Php counter with cookies</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/f9lKbWPo5gM/</link>
		<comments>http://blog.branding-studio.com/2008/10/php-counter-with-cookies/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:13:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=99</guid>
		<description><![CDATA[
Big thing when you are creating counter for your web sites is to disable counting same visitors every time he/she visit your page. To avoid this you would use cookies in this case because you want do disable counting for day not session.
What we need to do now is to create new table in our [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/php-counter-with-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/php-counter-with-cookies/</feedburner:origLink></item>
		<item>
		<title>jQuery AJAX Contact Form</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/0Kd3dfY6dkI/</link>
		<comments>http://blog.branding-studio.com/2008/10/jquery-ajax-contact-form/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 19:17:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=92</guid>
		<description><![CDATA[Getting started with the browser side.
First, download the jQuery library and form plugin and then let’s start creating our HTML form. Keep them all in the same folder for now. We’ll want to first call both javascript files, let’s do that with:



&#60;head&#62;


&#60;title&#62;Ajax Form v1 &#8211; Demo&#60;/title&#62;


&#60;script type=&#8220;text/javascript&#8221; src=&#8220;jquery-latest.pack.js&#8221;&#62;&#60;/script&#62;


&#60;script type=&#8220;text/javascript&#8221; src=&#8220;jquery.form.js&#8221;&#62;&#60;/script&#62;


&#60;/head&#62;



That’s a great start, but we [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/jquery-ajax-contact-form/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/jquery-ajax-contact-form/</feedburner:origLink></item>
		<item>
		<title>Design = Details</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/67YUm-ZYAfg/</link>
		<comments>http://blog.branding-studio.com/2008/10/design-details/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 19:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=90</guid>
		<description><![CDATA[You’re at the table with fellow designers, an art director, and a creative director. The large screen displays designs you’re about to collectively critique. This is the first time you’ll all consider the initial round of concepts. The designs go up, one by one, and the words begin to flow.
It’s a phrase you hear often: [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/design-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/design-details/</feedburner:origLink></item>
		<item>
		<title>Special fire effect on your 3D text</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/rUarwZPkd-I/</link>
		<comments>http://blog.branding-studio.com/2008/10/special-fire-effect-on-your-3d-text/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 17:30:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=86</guid>
		<description><![CDATA[Step 1
The first thing you will have to do is create the 3D text. To do that you can use Illustrator. It has a very nice 3D filter and it will work just fine.
Type the text you want and go to Effect&#62;3D&#62;Extrude &#38; Bevel. Change the Position to Off-Axix Bottom. Then you just rotate the [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/special-fire-effect-on-your-3d-text/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/special-fire-effect-on-your-3d-text/</feedburner:origLink></item>
		<item>
		<title>Some words about your site and Search Engines.</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/KTqRMzntRg4/</link>
		<comments>http://blog.branding-studio.com/2008/10/some-words-about-your-site-and-search-engines/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:38:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=84</guid>
		<description><![CDATA[1. Accessibility
Accessibility means that your site is available to the visitor and to search engine spiders. First, make sure you have reliable hosting. If your site is down or very slow when and a search engine spider visits it, your chances of being indexed thoroughly lessen. Also, in terms of accessibility, make sure you have [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/some-words-about-your-site-and-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/some-words-about-your-site-and-search-engines/</feedburner:origLink></item>
		<item>
		<title>A little php script :) Tell a friend about your site :</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/leAtY-pKi5w/</link>
		<comments>http://blog.branding-studio.com/2008/10/a-little-php-script-tell-a-friand-about-your-site/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=74</guid>
		<description><![CDATA[Besides search engines, word of          mouth is surely the best marketing tool you can have to promote your          site.
But how can you easily make people          recommend your site [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/a-little-php-script-tell-a-friand-about-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/a-little-php-script-tell-a-friand-about-your-site/</feedburner:origLink></item>
		<item>
		<title>Some rules for Web Designers ;)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/zLE3Kz9gLG4/</link>
		<comments>http://blog.branding-studio.com/2008/10/some-rules-for-web-designers/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 18:59:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=70</guid>
		<description><![CDATA[1. Do not display your pricing on your website
Creativity is not a tangible product, rather an extraordinary gift. The design process isn&#8217;t a pre-defined series of events and timelines, rather a collaborative series of calculated and creative steps based on the client&#8217;s specific needs and objectives.
By displaying your price on your website, you are not [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/some-rules-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/some-rules-for-web-designers/</feedburner:origLink></item>
		<item>
		<title>4 stages of web site design</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/yKL181IVQKE/</link>
		<comments>http://blog.branding-studio.com/2008/10/4-stages-of-web-site-design/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 18:45:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=68</guid>
		<description><![CDATA[Typically, web site designs evolve. In the beginning, many web site owners          become enamored with &#8220;bells and whistles&#8221; that, on the surface,          might appeal to their target audience. Flash movies, Java applets, animation     [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/4-stages-of-web-site-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/4-stages-of-web-site-design/</feedburner:origLink></item>
		<item>
		<title>7 Simple Ways to Get Repeat WebsiteTraffic</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/o40mFh107OM/</link>
		<comments>http://blog.branding-studio.com/2008/10/7-simple-ways-to-get-repeat-websitetraffic/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 18:21:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=66</guid>
		<description><![CDATA[
Repeat website traffic is very important for any online business whether it’s monetized blog, e-commerce website or anything else that generates income for you. Sometimes generating an initial traffic becomes much easier than maintaining that tempo of the traffic and keep them bringing back to the website next time.
These are 7 ways I could figure [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/7-simple-ways-to-get-repeat-websitetraffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/7-simple-ways-to-get-repeat-websitetraffic/</feedburner:origLink></item>
		<item>
		<title>What is specification? How it’s look like?</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/66_-8cRZ5rk/</link>
		<comments>http://blog.branding-studio.com/2008/10/what-is-specification-how-its-look-like/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 21:24:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=61</guid>
		<description><![CDATA[Developing a site specification
The site specification is the planning team&#8217;s concise statement of core goals, values, and intent, to provide the ultimate policy direction for everything that comes next. Designing a substantial Web site is a costly and time-consuming process. When you&#8217;re up to your neck in the daily challenges of building the site, it [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/what-is-specification-how-its-look-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/what-is-specification-how-its-look-like/</feedburner:origLink></item>
		<item>
		<title>Do you want build your website? What do i need to do for star my online project ? First steps …</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/kYKaef1xTVc/</link>
		<comments>http://blog.branding-studio.com/2008/10/do-you-want-build-your-website-what-do-i-need-to-do-for-star-my-online-project-first-steps/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 17:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=58</guid>
		<description><![CDATA[Planning
Web sites are developed by groups of people to meet the needs of other groups of people. Unfortunately, Web projects are often approached as a &#8220;technology problem,&#8221; and projects are colored from the beginning by enthusiasms for particular Web techniques or browser plug-ins (Flash, digital media, XML, databases, etc.), not by real human or business [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/do-you-want-build-your-website-what-do-i-need-to-do-for-star-my-online-project-first-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/do-you-want-build-your-website-what-do-i-need-to-do-for-star-my-online-project-first-steps/</feedburner:origLink></item>
		<item>
		<title>What is .htaccess and how is it being used?</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/FiYpksdIVyM/</link>
		<comments>http://blog.branding-studio.com/2008/10/what-is-htaccess-and-how-is-it-being-used/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 20:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=56</guid>
		<description><![CDATA[ What is .htaccess and how is it being used?
An .htaccess file is a simple ASCII file similar to that created through text editor such as Notepad or Simple Text. Most people are confused with the naming convention for the file. The term .htaccess is not a file .htaccess or somepage.htaccess because it is the [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/what-is-htaccess-and-how-is-it-being-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/what-is-htaccess-and-how-is-it-being-used/</feedburner:origLink></item>
		<item>
		<title>SEO ? Ya Guide SEO for Designers ;)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/WAmxUcvMA1g/</link>
		<comments>http://blog.branding-studio.com/2008/10/seo-ya-guide-seo-for-web-designers/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=49</guid>
		<description><![CDATA[According to a poll I conducted, just over 1 out of 10 people don’t think SEO (Search Engine Optimization) is mandatory as a designer; and what really surprised me is about 24% don’t even know what SEO is! If you’re among the quarter of people who don’t know what SEO is or understand how it [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/seo-ya-guide-seo-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/seo-ya-guide-seo-for-web-designers/</feedburner:origLink></item>
		<item>
		<title>Portfolio Sites – how it’s look like :?</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/9l7-wj8KoFw/</link>
		<comments>http://blog.branding-studio.com/2008/10/portfolio-sites-how-its-look-like/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 21:23:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=45</guid>
		<description><![CDATA[Are you looking for ideas to design a portfolio site? Maybe all you need is a single-page site? Single-page design works if you don’t have much content, but just want to showcase your work. It can save time and cost because you don’t need to build the CMS and templates. In other words, it’s perfect [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/portfolio-sites-how-its-look-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/portfolio-sites-how-its-look-like/</feedburner:origLink></item>
		<item>
		<title>Web site Redesign – what is this and why you need it …</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/M2R4HykAF_E/</link>
		<comments>http://blog.branding-studio.com/2008/10/web-site-redesign-what-is-this-and-why-you-need-it/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=39</guid>
		<description><![CDATA[Not getting the results you want? Have you noticed that your competitor&#8217;s      website looks a lot better than yours? Maybe you need a change of                scenery.. new colors, more content, better navigation. You really  [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/web-site-redesign-what-is-this-and-why-you-need-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/web-site-redesign-what-is-this-and-why-you-need-it/</feedburner:origLink></item>
		<item>
		<title>What People Want From Your Website</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/9BJTfnDgn9I/</link>
		<comments>http://blog.branding-studio.com/2008/10/what-people-want-from-your-website/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:41:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=36</guid>
		<description><![CDATA[What People Want From Your Website

People don&#8217;t want to be sold to on the web. We can&#8217;t turn off ads on TV and radio but when it comes to the web, we are all part of it, and we can decide on our own whether to accept advertisements or not. And most of the time, [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/what-people-want-from-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/what-people-want-from-your-website/</feedburner:origLink></item>
		<item>
		<title>How To Build A Great Web Site</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/04-Y8ePFwLg/</link>
		<comments>http://blog.branding-studio.com/2008/10/how-to-build-a-great-web-site/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=33</guid>
		<description><![CDATA[You&#8217;re here because you want to make a website, right? I&#8217;m a web designer of Branding-Studio.com and, if you were to hire me, I would charge anywhere between $1,000 and $3,000 to build a small web site. But this article is about how to make a website for far less.
There is one universal truth in [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/how-to-build-a-great-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/10/how-to-build-a-great-web-site/</feedburner:origLink></item>
		<item>
		<title>Web Design – ??? Web development – ??? S.E.O. – ???</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/gclKyfbdcos/</link>
		<comments>http://blog.branding-studio.com/2008/09/web-design-web-development-seo/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 18:47:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=30</guid>
		<description><![CDATA[Web design &#8211; Web design is about much more than creating a design that is fresh and appealing. Any web site that is to become successful as a sales and marketing tool needs to be intuitive and easy to use for first-time and repeat visitors.
Web development &#8211; Web development is a broad term used to [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/web-design-web-development-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/09/web-design-web-development-seo/</feedburner:origLink></item>
		<item>
		<title>Car :)</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/ihK9nzypon8/</link>
		<comments>http://blog.branding-studio.com/2008/09/car/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 16:18:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=26</guid>
		<description><![CDATA[This car without shock absorbers.Car  
]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blog.branding-studio.com/wp-content/uploads/2008/09/090720080322.mp4" length="1281647" type="video/mp4" />
		<media:content url="http://blog.branding-studio.com/wp-content/uploads/2008/09/090720080322.mp4" fileSize="1281647" type="video/mp4" /><itunes:subtitle>This car without shock absorbers.Car </itunes:subtitle><itunes:summary>This car without shock absorbers.Car </itunes:summary><itunes:keywords>For all</itunes:keywords><feedburner:origLink>http://blog.branding-studio.com/2008/09/car/</feedburner:origLink></item>
		<item>
		<title>;) first special effect for my blog</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/wf12K6HIXzw/</link>
		<comments>http://blog.branding-studio.com/2008/09/first-special-effect-for-my-blog/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:01:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=14</guid>
		<description><![CDATA[i just added one nice special effect for my blog  you can check it   just click at this pic    thats all what you need to do  
]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/first-special-effect-for-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/09/first-special-effect-for-my-blog/</feedburner:origLink></item>
		<item>
		<title>It’s me and my son</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/j4mb7r4ihrw/</link>
		<comments>http://blog.branding-studio.com/2008/09/its-me-and-my-son/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 21:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[about me]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=11</guid>
		<description />
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/its-me-and-my-son/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/09/its-me-and-my-son/</feedburner:origLink></item>
		<item>
		<title>here some sites</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/-7aswZ6Bzx8/</link>
		<comments>http://blog.branding-studio.com/2008/09/here-some-sites/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 19:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>
		<category><![CDATA[abrait.com]]></category>
		<category><![CDATA[aregard.com]]></category>
		<category><![CDATA[branding-studio.com]]></category>
		<category><![CDATA[brandybuy.com]]></category>
		<category><![CDATA[cella.md]]></category>
		<category><![CDATA[Few sites]]></category>
		<category><![CDATA[flowersstoreonline.com]]></category>
		<category><![CDATA[lime.md]]></category>
		<category><![CDATA[monument-granit.com]]></category>
		<category><![CDATA[more-bulgaria.com]]></category>
		<category><![CDATA[romarin-tur.com]]></category>
		<category><![CDATA[stroyka-team.com]]></category>
		<category><![CDATA[studio-one.ro]]></category>
		<category><![CDATA[web sites]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=9</guid>
		<description><![CDATA[abrait.com-  this is site about RADIO FREQUENCY IDENTIFICATION
aregard.com &#8211; this is site about Security and  Communications
branding-studio.com &#8211; site about web design and web development Branding Studio
cella.md &#8211; online shop HI &#8211; tech decisions for mobile life
more-bulgaria.com &#8211; Bulgarian tour operator site
romarin-tur.com -  Moldavian tour agency
stroyka-team.com -  Interior Design company
studio-one.ro &#8211; Musical Group number one in [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/here-some-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/09/here-some-sites/</feedburner:origLink></item>
		<item>
		<title>Gallery for my Blog</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/dLjumkTNf6w/</link>
		<comments>http://blog.branding-studio.com/2008/09/gallery-for-my-blog/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 19:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=6</guid>
		<description><![CDATA[today i found nice gallery for my Blog. and i will instal it with some plugins as soon as it possible    lets see what we will have soon  
]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/gallery-for-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/09/gallery-for-my-blog/</feedburner:origLink></item>
		<item>
		<title>Hello world!</title>
		<link>http://feedproxy.google.com/~r/Branding-Studio/~3/MPbMQ1TY54Q/</link>
		<comments>http://blog.branding-studio.com/2008/09/hello-world/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 15:23:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=1</guid>
		<description><![CDATA[Welcome to my Blog. This is my first post here. And i&#8217;m happy to see you    i wanna say thx for every persone who read this message because if you do this you found my Blog    and you gave me fev mins tlling you who i&#8217;m and what i&#8217;m doing here  [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.branding-studio.com/2008/09/hello-world/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss>
