<?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>Branding Studio Serghei Tiutiunic &#187; For all</title>
	<atom:link href="http://blog.branding-studio.com/category/for-all/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.branding-studio.com</link>
	<description>About Branding Studio and Sergehei Tiutiunic</description>
	<lastBuildDate>Fri, 11 Mar 2011 19:07:45 +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>CSS horizontal menu</title>
		<link>http://blog.branding-studio.com/2010/09/css-horizontal-menu/</link>
		<comments>http://blog.branding-studio.com/2010/09/css-horizontal-menu/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 15:19:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=182</guid>
		<description><![CDATA[This is simple css horisontal menu. You don&#8217;t need be an advanced webmaster for create the same nice menu. Lets start: 1. we should draw this menu in photoshop ( I created this one for example) 2.now lets create a rollover effect for our menu. Look what i did  I made a copy of this [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2010/09/css-horizontal-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove ICQ Firefox tutorial</title>
		<link>http://blog.branding-studio.com/2010/09/remove-icq-firefox-tutorial/</link>
		<comments>http://blog.branding-studio.com/2010/09/remove-icq-firefox-tutorial/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 09:01:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For all]]></category>

		<guid isPermaLink="false">http://blog.branding-studio.com/?p=173</guid>
		<description><![CDATA[I use Firefox cause I really like it but after I installed ICQ &#8230; I start to hate it !!! ICQ search engine &#8211; it&#8217;s awful thing !!! So i found the way how i can remove ICQ from Firefox permanently !!! 1. In Firefox status bar enter about:config (image of firefox status bar with [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2010/09/remove-icq-firefox-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend :) Life</title>
		<link>http://blog.branding-studio.com/2009/11/weekend/</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>
		</item>
		<item>
		<title>jQuery menu few simple steps ;)</title>
		<link>http://blog.branding-studio.com/2009/01/jquery-menu-few-simple-steps/</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 file for example &#8220;menu.html&#8221; 2 &#8211; open file &#8220;menu.html&#8221; 3 &#8211; [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2009/01/jquery-menu-few-simple-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The technology validation of the forms</title>
		<link>http://blog.branding-studio.com/2008/12/the-technology-validation-of-the-forms/</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; [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/12/the-technology-validation-of-the-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your own Scrollbar color</title>
		<link>http://blog.branding-studio.com/2008/11/your-own-scrollbar-color/</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 scrollbar properties need [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/11/your-own-scrollbar-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Progress bar ;)</title>
		<link>http://blog.branding-studio.com/2008/10/css-progress-bar/</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 [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/css-progress-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Preloader&#8230;</title>
		<link>http://blog.branding-studio.com/2008/10/preloader/</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 to the page containing the preloaded images. here is sample of code : P.S.  [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/preloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera and Safari</title>
		<link>http://blog.branding-studio.com/2008/10/opera-and-safari/</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 [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/opera-and-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 stages of web site design</title>
		<link>http://blog.branding-studio.com/2008/10/4-stages-of-web-site-design/</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 and other rich media has become increasingly popular over the years. However, in the rush to have the &#8220;coolest&#8221; site design, web [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/10/4-stages-of-web-site-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is specification? How it&#8217;s look like?</title>
		<link>http://blog.branding-studio.com/2008/10/what-is-specification-how-its-look-like/</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, [...]]]></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>
		</item>
		<item>
		<title>Car :)</title>
		<link>http://blog.branding-studio.com/2008/09/car/</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" />
		</item>
		<item>
		<title>;) first special effect for my blog</title>
		<link>http://blog.branding-studio.com/2008/09/first-special-effect-for-my-blog/</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>
		</item>
		<item>
		<title>here some sites</title>
		<link>http://blog.branding-studio.com/2008/09/here-some-sites/</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 [...]]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/here-some-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery for my Blog</title>
		<link>http://blog.branding-studio.com/2008/09/gallery-for-my-blog/</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>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.branding-studio.com/2008/09/hello-world/</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  so thx ty Again]]></description>
		<wfw:commentRss>http://blog.branding-studio.com/2008/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

