<?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>css Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/css/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2016 14:41:07 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>wordpress forse css styles version</title>
		<link>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/</link>
					<comments>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/#comments</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Thu, 14 Jul 2016 14:41:07 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1062</guid>

					<description><![CDATA[<p>Sometime css files version need to be set so update to be forced on all users which are visiting the site This can be done very easy in wordpress just need to add those lines in function.php of the theme<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">wordpress forse css styles version</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometime css files version need to be set so update to be forced on all users which are visiting the site</p>
<p>This can be done very easy in wordpress just need to add those lines in function.php of the theme</p>
<blockquote>
<pre><code>function my_wp_default_styles($styles)
{
	//use release date for version
	$styles-&gt;default_version = "20160714";
}
add_action("wp_default_styles", "my_wp_default_styles");</code></pre>
</blockquote>
<p>Материалът <a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">wordpress forse css styles version</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>extra space after textarea differ in different browsers</title>
		<link>https://rosen4o.net/2013/11/26/extra-space-after-textarea-differ-in-different-browsers/</link>
					<comments>https://rosen4o.net/2013/11/26/extra-space-after-textarea-differ-in-different-browsers/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 11:27:53 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[textarea]]></category>
		<category><![CDATA[white space]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=971</guid>

					<description><![CDATA[<p>There is different space after textarea in Chrome, Firefox, Opera and IE To fix this problem you need to add following to the css style of the textarea element vertical-align: top</p>
<p>Материалът <a href="https://rosen4o.net/2013/11/26/extra-space-after-textarea-differ-in-different-browsers/">extra space after textarea differ in different browsers</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There is different space after textarea in Chrome, Firefox, Opera and IE</p>
<p>To fix this problem you need to add following to the css style of the textarea element</p>
<p style="padding-left: 30px;">vertical-align: top</p>
<p>Материалът <a href="https://rosen4o.net/2013/11/26/extra-space-after-textarea-differ-in-different-browsers/">extra space after textarea differ in different browsers</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2013/11/26/extra-space-after-textarea-differ-in-different-browsers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>joomla add javascript or css</title>
		<link>https://rosen4o.net/2011/05/14/joomla-add-javascript-or-css/</link>
					<comments>https://rosen4o.net/2011/05/14/joomla-add-javascript-or-css/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Sat, 14 May 2011 17:07:38 +0000</pubDate>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[template]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=780</guid>

					<description><![CDATA[<p>Добавянето на JavaScript или CSS файл в заглавната &#60;head&#62; част на Joomla от модул или компонент е стандартна функция за Joomla 1.6 $document =&#38; JFactory::getDocument(); # adding javascript file to joomla template $document-&#62;addScript(&#8222;/modules/mod_loopedslider/js/jquery-1.4.min.js&#8220;); $document-&#62;addScript(&#8222;/modules/mod_loopedslider/js/loopedslider.js&#8220;); # adding css file to joomla<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2011/05/14/joomla-add-javascript-or-css/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2011/05/14/joomla-add-javascript-or-css/">joomla add javascript or css</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Добавянето на JavaScript или CSS файл в заглавната &lt;head&gt; част на Joomla от модул или компонент е стандартна функция за Joomla 1.6</p>
<blockquote><p>$document =&amp; JFactory::getDocument();</p>
<p># adding javascript file to joomla template<br />
$document-&gt;addScript(&#8222;/modules/mod_loopedslider/js/jquery-1.4.min.js&#8220;);<br />
$document-&gt;addScript(&#8222;/modules/mod_loopedslider/js/loopedslider.js&#8220;);</p>
<p># adding css file to joomla template<br />
$document-&gt;addStyleSheet(&#8222;/modules/mod_loopedslider/css/loopedslider.css&#8220;);</p></blockquote>
<p>Материалът <a href="https://rosen4o.net/2011/05/14/joomla-add-javascript-or-css/">joomla add javascript or css</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2011/05/14/joomla-add-javascript-or-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
