<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: [HOW-TO] Insert JavaScript and CSS code in a Smarty template engine powered website</title>
	<atom:link href="http://blog.arvixe.com/how-to-insert-javascript-and-css-code-in-a-smarty-template-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arvixe.com/how-to-insert-javascript-and-css-code-in-a-smarty-template-engine/</link>
	<description>Detailed tutorials on how to use Arvixe services</description>
	<lastBuildDate>Mon, 20 May 2013 09:09:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: immigration to south africa south african citizenship</title>
		<link>http://blog.arvixe.com/how-to-insert-javascript-and-css-code-in-a-smarty-template-engine/comment-page-1/#comment-86581</link>
		<dc:creator>immigration to south africa south african citizenship</dc:creator>
		<pubDate>Sat, 06 Oct 2012 16:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=7202#comment-86581</guid>
		<description><![CDATA[Hey
Your opinions [HOW-TO] Insert JavaScript or CSS code in a Smarty template engine &#124; Arvixe Blog is helpful and also well 
considered, I should return to view new article content..!]]></description>
		<content:encoded><![CDATA[<p>Hey<br />
Your opinions [HOW-TO] Insert JavaScript or CSS code in a Smarty template engine | Arvixe Blog is helpful and also well<br />
considered, I should return to view new article content..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richi González</title>
		<link>http://blog.arvixe.com/how-to-insert-javascript-and-css-code-in-a-smarty-template-engine/comment-page-1/#comment-83825</link>
		<dc:creator>Richi González</dc:creator>
		<pubDate>Wed, 01 Aug 2012 06:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=7202#comment-83825</guid>
		<description><![CDATA[Hello,

What errors are you getting?

--Richi]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>What errors are you getting?</p>
<p>&#8211;Richi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://blog.arvixe.com/how-to-insert-javascript-and-css-code-in-a-smarty-template-engine/comment-page-1/#comment-83813</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Wed, 01 Aug 2012 02:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=7202#comment-83813</guid>
		<description><![CDATA[Hi Richi,
i am struggling toconvert following html code to tpl ...would you help me please.






function initialize()
{
var latlng = new google.maps.LatLng(9.931544168615512,76.27632894178791);
var opt =
{
center:latlng,
zoom:10,
mapTypeId: google.maps.MapTypeId.ROADMAP,
disableAutoPan:false,
navigationControl:true,
navigationControlOptions: {style:google.maps.NavigationControlStyle.SMALL },
mapTypeControl:true,
mapTypeControlOptions: {style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}
};
var map = new google.maps.Map(document.getElementById(&quot;map&quot;),opt);
var marker= new google.maps.Marker({
position: new google.maps.LatLng(9.931544168615512,76.27632894178791),
title: &quot;CodeGlobe&quot;,
clickable: true,
map: map
});


var infiwindow = new google.maps.InfoWindow(
{
content: &quot; I am here! &quot;

});


google.maps.event.addListener(marker,&#039;mouseover&#039;,function(){
infiwindow.open(map,marker);
});
google.maps.event.addListener(marker,&#039;mouseout&#039;,function(){
infiwindow.close(map,marker);
});


}
function test(event)
{

alert( event.latLng.lat());
alert(event.latLng.lng());

}


#map{
width:500px;
height:500px;
float:left;
position:absolute;
left:300px;
top:200px;

}








]]></description>
		<content:encoded><![CDATA[<p>Hi Richi,<br />
i am struggling toconvert following html code to tpl &#8230;would you help me please.</p>
<p>function initialize()<br />
{<br />
var latlng = new google.maps.LatLng(9.931544168615512,76.27632894178791);<br />
var opt =<br />
{<br />
center:latlng,<br />
zoom:10,<br />
mapTypeId: google.maps.MapTypeId.ROADMAP,<br />
disableAutoPan:false,<br />
navigationControl:true,<br />
navigationControlOptions: {style:google.maps.NavigationControlStyle.SMALL },<br />
mapTypeControl:true,<br />
mapTypeControlOptions: {style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}<br />
};<br />
var map = new google.maps.Map(document.getElementById(&#8220;map&#8221;),opt);<br />
var marker= new google.maps.Marker({<br />
position: new google.maps.LatLng(9.931544168615512,76.27632894178791),<br />
title: &#8220;CodeGlobe&#8221;,<br />
clickable: true,<br />
map: map<br />
});</p>
<p>var infiwindow = new google.maps.InfoWindow(<br />
{<br />
content: &#8221; I am here! &#8221;</p>
<p>});</p>
<p>google.maps.event.addListener(marker,&#8217;mouseover&#8217;,function(){<br />
infiwindow.open(map,marker);<br />
});<br />
google.maps.event.addListener(marker,&#8217;mouseout&#8217;,function(){<br />
infiwindow.close(map,marker);<br />
});</p>
<p>}<br />
function test(event)<br />
{</p>
<p>alert( event.latLng.lat());<br />
alert(event.latLng.lng());</p>
<p>}</p>
<p>#map{<br />
width:500px;<br />
height:500px;<br />
float:left;<br />
position:absolute;<br />
left:300px;<br />
top:200px;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: คลิปฟุตบอล</title>
		<link>http://blog.arvixe.com/how-to-insert-javascript-and-css-code-in-a-smarty-template-engine/comment-page-1/#comment-35708</link>
		<dc:creator>คลิปฟุตบอล</dc:creator>
		<pubDate>Fri, 26 Aug 2011 12:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=7202#comment-35708</guid>
		<description><![CDATA[It&#039;s great fun for me, I&#039;d appreciate a lot to me.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s great fun for me, I&#8217;d appreciate a lot to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richi Glez</title>
		<link>http://blog.arvixe.com/how-to-insert-javascript-and-css-code-in-a-smarty-template-engine/comment-page-1/#comment-28679</link>
		<dc:creator>Richi Glez</dc:creator>
		<pubDate>Sun, 17 Apr 2011 01:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=7202#comment-28679</guid>
		<description><![CDATA[Hi,

You can also follow Arvixe in Twitter: twitter.com/arvixe, or me: twitter.com/juapo2services

Regards,
Richi]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can also follow Arvixe in Twitter: twitter.com/arvixe, or me: twitter.com/juapo2services</p>
<p>Regards,<br />
Richi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/12 queries in 0.003 seconds using disk
Object Caching 341/344 objects using disk

 Served from: blog.arvixe.com @ 2013-05-21 23:17:10 by W3 Total Cache -->