<?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"
	>

<channel>
	<title>Drupal, Zimbra, Linux, Web</title>
	<atom:link href="http://www.fireblazt.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fireblazt.com</link>
	<description>Drupal is great !</description>
	<pubDate>Fri, 19 Jun 2009 09:50:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Installing Ubuntu Hardy 8.04 Server on Xen</title>
		<link>http://www.fireblazt.com/2009/06/19/installing-ubuntu-hardy-804-server-on-xen/</link>
		<comments>http://www.fireblazt.com/2009/06/19/installing-ubuntu-hardy-804-server-on-xen/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:50:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=110</guid>
		<description><![CDATA[I found out a good tutorial here about installing Ubuntu Hardy 8.04 Server on Xen
Just follow the step-by-step and you are good to go !
http://community.citrix.com/blogs/citrite/anilma/2008/07/02/Installing+Ubuntu+on+XenServer
]]></description>
			<content:encoded><![CDATA[<p>I found out a good tutorial here about installing Ubuntu Hardy 8.04 Server on Xen</p>
<p>Just follow the step-by-step and you are good to go !</p>
<p>http://community.citrix.com/blogs/citrite/anilma/2008/07/02/Installing+Ubuntu+on+XenServer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2009/06/19/installing-ubuntu-hardy-804-server-on-xen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debian - jni.h</title>
		<link>http://www.fireblazt.com/2009/06/04/debian-jnih/</link>
		<comments>http://www.fireblazt.com/2009/06/04/debian-jnih/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 03:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=107</guid>
		<description><![CDATA[If you are installing rjb on debian, you probably will need jni.h
sudo apt-get install sun-java5-source
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-xxxxxxxxxx

sudo gem install rjb

]]></description>
			<content:encoded><![CDATA[<p>If you are installing rjb on debian, you probably will need jni.h</p>
<pre>sudo apt-get install sun-java5-source
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-xxxxxxxxxx

sudo gem install rjb
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2009/06/04/debian-jnih/feed/</wfw:commentRss>
		</item>
		<item>
		<title>There is no public key available for the following key ID</title>
		<link>http://www.fireblazt.com/2009/05/25/there-is-no-public-key-available-for-the-following-key-id/</link>
		<comments>http://www.fireblazt.com/2009/05/25/there-is-no-public-key-available-for-the-following-key-id/#comments</comments>
		<pubDate>Mon, 25 May 2009 02:27:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/2009/05/25/there-is-no-public-key-available-for-the-following-key-id/</guid>
		<description><![CDATA[$ gpg &#8211;keyserver wwwkeys.eu.pgp.net &#8211;recv-keys 4D270D06F42584E6
# You should see the following output while executing the above command.
gpg: Total number processed: 1
gpg:               imported: 1
$ gpg &#8211;armor &#8211;export 4D270D06F42584E6 &#124; apt-key add -
OK
$ apt-get update
[Note: Now update will work without the key error [...]]]></description>
			<content:encoded><![CDATA[<p>$ gpg &#8211;keyserver wwwkeys.eu.pgp.net &#8211;recv-keys 4D270D06F42584E6</p>
<p># You should see the following output while executing the above command.<br />
gpg: Total number processed: 1<br />
gpg:               imported: 1</p>
<p>$ gpg &#8211;armor &#8211;export 4D270D06F42584E6 | apt-key add -<br />
OK</p>
<p>$ apt-get update<br />
[Note: Now update will work without the key error message]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2009/05/25/there-is-no-public-key-available-for-the-following-key-id/feed/</wfw:commentRss>
		</item>
		<item>
		<title>16 Useful .htaccess Tricks and Hacks For Web Developers</title>
		<link>http://www.fireblazt.com/2008/12/11/16-useful-htaccess-tricks-and-hacks-for-web-developers/</link>
		<comments>http://www.fireblazt.com/2008/12/11/16-useful-htaccess-tricks-and-hacks-for-web-developers/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:18:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Some Tricks]]></category>

		<category><![CDATA[.htaccess]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=104</guid>
		<description><![CDATA[
SOURCE : http://www.thomsonchemmanoor.com/16-useful-htaccess-tricks-and-hacks-for-web-developers.html
1. Creating a custom error page with .htaccess on a linux apache is a very simple task. Using you a text editor like notepad you create an .htaccess files. Custom error pages give your website an professional look and catch those visitors who reach your website following a back link.
 ErrorDocument 401 /error/401.phpErrorDocument [...]]]></description>
			<content:encoded><![CDATA[<p><br class="spacer_" /></p>
<p>SOURCE : <a href="http://www.thomsonchemmanoor.com/16-useful-htaccess-tricks-and-hacks-for-web-developers.html">http://www.thomsonchemmanoor.com/16-useful-htaccess-tricks-and-hacks-for-web-developers.html</a></p>
<p><strong>1. Creating a custom error page</strong> with .htaccess on a linux apache is a very simple task. Using you a text editor like notepad you create an .htaccess files. Custom error pages give your website an professional look and catch those visitors who reach your website following a back link.<br />
 <br style="background-color: #ffe599;" /><span style="background-color: #ffffff; color: #0000ff;">ErrorDocument 401 /error/401.php</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">ErrorDocument 403 /error/403.php</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">ErrorDocument 404 /error/404.php</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">ErrorDocument 500 /error/500.php</span><br style="background-color: #ffffff;" /><br />
 <strong>2. How to set the timezone on your server</strong><br />
 <br style="background-color: #ffe599;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnv TZ America/Houston</span></p>
<p><strong>3. Block IPs Using htaccess</strong><br />
 Sometime you need to block certain IPs from accessing your entire site or directory. Its pretty simple task. All you have to do is inside the .htaccess file is put the following code.</p>
<p><span style="background-color: #ffffff; color: #0000ff;">allow from all</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">deny from 145.186.14.122</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">deny from 124.15</span></p>
<p>If you use the whole IP or a part of the IP to block and add the new ones in a new line.<br />
 When someone trying to access your site from the banned ip they will get a 403 error access forbidden message.</p>
<p><strong>4. SEO Friendly 301 permanent redirects </strong>for bad/old links and moved links<strong><br />
 </strong><br />
 <span style="background-color: #ffffff; color: #0000ff;">Redirect 301 /d/file.html http://www.htaccesselite.com/r/file.html</span></p>
<p><strong>5. Set the Email Address for the Server Administrator </strong>- Using this code you can specifying the default email address for the server administrator.<br />
 <br style="background-color: #ffffff;" /><span style="background-color: #ffffff; color: #0000ff;">ServerSignature EMail</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnv SERVER_ADMIN default@domain.com</span><br style="background-color: #ffffff;" /><br />
 <strong>6. Hotlinking protection with .htaccess</strong> is very important because anyone can hot link to your images and eat up all your bandwith of your server. The following code will help you to prevent that.</p>
<p><span style="color: #0000ff;">Options +FollowSymlinks</span><br style="color: #0000ff;" /><span style="color: #0000ff;"># Protect Hotlinking</span><br style="color: #0000ff;" /><span style="color: #0000ff;">RewriteEngine On</span><br style="color: #0000ff;" /><span style="color: #0000ff;">RewriteCond %{HTTP_REFERER} !^$</span><br style="color: #0000ff;" /><span style="color: #0000ff;">RewriteCond %{HTTP_REFERER} !^http://(www\.)?domainname\.com/ [nc]</span><br style="color: #0000ff;" /><span style="color: #0000ff;">RewriteRule .*\.(gif|jpg|png)$ http://domainname.com/img/hotlink_f_o.png [nc]</span></p>
<p><strong>7. Block all requests from user agent</strong> - by creating a perfect .htaccess ban list, you can block all of unwanted user agents that will keep your server load down. Also Check out this interesting thread on webmaster world about the  228 user agents ban list.</p>
<p><span style="background-color: #ffffff; color: #0000ff;">## .htaccess Code :: BEGIN</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">## Block Bad Bots by user-Agent </span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnvIfNoCase user-Agent ^FrontPage [NC,OR]</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnvIfNoCase user-Agent ^Java.* [NC,OR]</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnvIfNoCase user-Agent ^Microsoft.URL [NC,OR]</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnvIfNoCase user-Agent ^MSFrontPage [NC,OR]</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnvIfNoCase user-Agent ^Offline.Explorer [NC,OR]</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnvIfNoCase user-Agent ^[Ww]eb[Bb]andit [NC,OR]</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">SetEnvIfNoCase user-Agent ^Zeus [NC]</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">&lt;Limit GET POST HEAD&gt;</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">Order Allow,Deny</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">Allow from all</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">Deny from env=bad_bot</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">&lt;/Limit&gt;</span><br style="background-color: #ffffff; color: #0000ff;" /><span style="background-color: #ffffff; color: #0000ff;">## .htaccess Code :: END </span><br />
 <strong><br />
 8. Redirect everyone to different site except few IP</strong> -If you want to redirect all the visitors to a different IP. Also give access to certain  few IPs. You can use the code below</p>
<p><span style="color: #0000ff;">ErrorDocument 403 http://www.youdomain.com</span><br style="color: #0000ff;" /><span style="color: #0000ff;">Order deny,allow</span><br style="color: #0000ff;" /><span style="color: #0000ff;">Deny from all</span><br style="color: #0000ff;" /><span style="color: #0000ff;">Allow from 124.34.48.165</span><br style="color: #0000ff;" /><span style="color: #0000ff;">Allow from 102.54.68.123</span></p>
<p><strong>9. Don’t want to display download request</strong> - Usually when you try to download something from a web server you get a request asking whether you want to save the file or open it.<br />
 To avoid that you can use the below code on your .htaccess file.</p>
<p><span style="color: #0000ff;">AddType application/octet-stream .pdf</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AddType application/octet-stream .zip</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AddType application/octet-stream .mov</span></p>
<p><strong>10. Change the file type</strong> - Make any file be a certain kind of file type Makes image.jpg, index.html, default.cgi all act as php</p>
<p><span style="color: #0000ff;">&lt;Files test&gt;</span><br style="color: #0000ff;" /><span style="color: #0000ff;">ForceType application/x-httpd-php</span><br style="color: #0000ff;" /><span style="color: #0000ff;">SetHandler application/x-httpd-php</span><br style="color: #0000ff;" /><span style="color: #0000ff;">&lt;/Files&gt; </span></p>
<p><strong>11. Block access to your .htaccess file</strong> - By adding he following code to your htaccess file will prevent attempts to access your htaccess file. This extra layer of security protects your htaccess file by displaying a 403 error message on the browser.</p>
<p><span style="color: #0000ff;"># secure htaccess file</span><br style="color: #0000ff;" /><span style="color: #0000ff;">&lt;Files .htaccess&gt;</span><br style="color: #0000ff;" /><span style="color: #0000ff;"> order allow,deny</span><br style="color: #0000ff;" /><span style="color: #0000ff;"> deny from all</span><br style="color: #0000ff;" /><span style="color: #0000ff;">&lt;/Files&gt;</span><br style="color: #0000ff;" /><br />
 <strong>12. Protect access to certain specific file on your server </strong>- this can be done by adding the below mentioned code. For example you want to block with the file name default.jpg This will prevent the viewing of this file.</p>
<p><span style="color: #0000ff;"># prevent access of a certain file</span><br style="color: #0000ff;" /><span style="color: #0000ff;">&lt;files default.jpg&gt;</span><br style="color: #0000ff;" /><span style="color: #0000ff;"> order allow,deny</span><br style="color: #0000ff;" /><span style="color: #0000ff;"> deny from all</span><br style="color: #0000ff;" /><span style="color: #0000ff;">&lt;/files&gt;</span><br style="color: #0000ff;" /><br />
 <strong>13. Prevent access to unauthorized browsing</strong> - Protecting specific directory browsing can be done by intructing the server to serve a Forbidden and Authorization required message while anyone requests to view that particular directory. Usually if you site doesn’t have a default index page any files within that directory is accessible to the visitors. To avoid that use the following code in the .htaccess file.</p>
<p><span style="color: #0000ff;"># disable directory browsing</span><br style="color: #0000ff;" /><span style="color: #0000ff;">Options All -Indexes</span><br style="color: #0000ff;" /><strong><br />
 14. Setting the default page</strong> - You can set the default page of a directory to any page you like. For example in this code the default page is set as about.html instead of index.html</p>
<p><span style="color: #0000ff;"># serve alternate default index page</span><br style="color: #0000ff;" /><span style="color: #0000ff;">DirectoryIndex about.html</span><br />
 <strong><br />
 15. Password protect your directories and files </strong>- You can create authentication for certain files and directories from being access. The code has examples of both password protection for a single file and password protection for a entire directory.</p>
<p><span style="color: #0000ff;"># to protect a file</span><br style="color: #0000ff;" /><span style="color: #0000ff;">&lt;Files secure.php&gt;</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AuthType Basic</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AuthName “Prompt”</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AuthUserFile /home/path/.htpasswd</span><br style="color: #0000ff;" /><span style="color: #0000ff;">Require valid-user</span><br style="color: #0000ff;" /><span style="color: #0000ff;">&lt;/Files&gt;</span></p>
<p><span style="color: #0000ff;"># password-protect a directory</span><br style="color: #0000ff;" /><span style="color: #0000ff;">resides</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AuthType basic</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AuthName “This directory is protected”</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AuthUserFile /home/path/.htpasswd</span><br style="color: #0000ff;" /><span style="color: #0000ff;">AuthGroupFile /dev/null</span><br style="color: #0000ff;" /><span style="color: #0000ff;">Require valid-user</span><br />
 <strong><br />
 16. Redirect an old domain to a new domain</strong> - Using htaccess file you can redirect a old domain name to a new domain by adding the following code into the htaccess file. Basically what it does is it will remap the old domain to the new one.</p>
<p><span style="color: #0000ff;"># redirect from old domain to new domain</span><br style="color: #0000ff;" /><span style="color: #0000ff;">RewriteEngine On</span><br style="color: #0000ff;" /><span style="color: #0000ff;">RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]</span></p>
<p>As htaccess files are very powerful, even a slightest syntax error can cause sever malfunction of your server. So it is crucial to take the backup copies of everything before you try the hacks and tricks on your hypertext access files. Post your thoughts with a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2008/12/11/16-useful-htaccess-tricks-and-hacks-for-web-developers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Horizontal Marquee with jQuery</title>
		<link>http://www.fireblazt.com/2008/11/19/horizontal-marquee-with-jquery/</link>
		<comments>http://www.fireblazt.com/2008/11/19/horizontal-marquee-with-jquery/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[horizontal]]></category>

		<category><![CDATA[marquee]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=101</guid>
		<description><![CDATA[See this page for more explanation
http://remysharp.com/2008/09/10/the-silky-smooth-marquee/
]]></description>
			<content:encoded><![CDATA[<p>See this page for more explanation</p>
<p><a href="http://remysharp.com/2008/09/10/the-silky-smooth-marquee/">http://remysharp.com/2008/09/10/the-silky-smooth-marquee/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2008/11/19/horizontal-marquee-with-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Float problem in IE</title>
		<link>http://www.fireblazt.com/2008/11/19/float-problem-in-ie/</link>
		<comments>http://www.fireblazt.com/2008/11/19/float-problem-in-ie/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 19:16:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS Tips]]></category>

		<category><![CDATA[Some Tricks]]></category>

		<category><![CDATA[css tricks]]></category>

		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=98</guid>
		<description><![CDATA[One tips.. Put width attribute in CSS
read more here: http://articles.techrepublic.com.com/5100-10878_11-5164730.html
]]></description>
			<content:encoded><![CDATA[<p>One tips.. Put width attribute in CSS</p>
<p>read more here: <a href="http://articles.techrepublic.com.com/5100-10878_11-5164730.html">http://articles.techrepublic.com.com/5100-10878_11-5164730.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2008/11/19/float-problem-in-ie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Want to remove language from node links?</title>
		<link>http://www.fireblazt.com/2008/11/19/want-to-remove-language-from-node-links/</link>
		<comments>http://www.fireblazt.com/2008/11/19/want-to-remove-language-from-node-links/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 18:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internationalization]]></category>

		<category><![CDATA[Some Tricks]]></category>

		<category><![CDATA[drupal 6]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=96</guid>
		<description><![CDATA[Try this module on the attachment..
http://drupal.org/node/242408#comment-945345
]]></description>
			<content:encoded><![CDATA[<p>Try this module on the attachment..</p>
<p><a href="http://drupal.org/node/242408#comment-945345">http://drupal.org/node/242408#comment-945345</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2008/11/19/want-to-remove-language-from-node-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Access non-Drupal folder from Drupal Sites</title>
		<link>http://www.fireblazt.com/2008/11/12/access-non-drupal-folder-from-drupal-sites/</link>
		<comments>http://www.fireblazt.com/2008/11/12/access-non-drupal-folder-from-drupal-sites/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 03:19:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Some Tricks]]></category>

		<category><![CDATA[access folder]]></category>

		<category><![CDATA[non drupal]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=82</guid>
		<description><![CDATA[If you encounter this error:

Forbidden

You don't have permission to access /login/ on this server.


That means you haven&#8217;t add .htaccess to the folder. Just make .htaccess file and add this.

DirectoryIndex index.php index.shtml index.html


]]></description>
			<content:encoded><![CDATA[<p>If you encounter this error:</p>
<pre>
<code>Forbidden

You don't have permission to access /login/ on this server.
</code>
</pre>
<p>That means you haven&#8217;t add .htaccess to the folder. Just make .htaccess file and add this.</p>
<pre><code>
DirectoryIndex index.php index.shtml index.html
</code></pre>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2008/11/12/access-non-drupal-folder-from-drupal-sites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Theming Menu in Drupal 6</title>
		<link>http://www.fireblazt.com/2008/11/07/theming-menu-in-drupal-6/</link>
		<comments>http://www.fireblazt.com/2008/11/07/theming-menu-in-drupal-6/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 13:52:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Theming]]></category>

		<category><![CDATA[path]]></category>

		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=80</guid>
		<description><![CDATA[now become easier !!
check this link
]]></description>
			<content:encoded><![CDATA[<p>now become easier !!</p>
<p>check this <a href="http://www.lullabot.com/blog/fixing-menu-css-themers-6">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2008/11/07/theming-menu-in-drupal-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Path to Drupal Theme and Module</title>
		<link>http://www.fireblazt.com/2008/11/07/path-to-drupal-theme-and-module/</link>
		<comments>http://www.fireblazt.com/2008/11/07/path-to-drupal-theme-and-module/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 12:31:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Some Tricks]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[drupal path]]></category>

		<category><![CDATA[path to module]]></category>

		<category><![CDATA[path to theme]]></category>

		<guid isPermaLink="false">http://www.fireblazt.com/?p=72</guid>
		<description><![CDATA[Drupal Path to current theme
&#60;?php
print '&#60;img src="'. path_to_theme() .'/images/picture.jpg" /&#62;';
?&#62;
Drupal Path to a theme
&#60;?php
 drupal_get_path('module', $module_name);
?&#62;
Drupal Path to a module
&#60;?php
 drupal_get_path('theme', $theme_name);
?&#62;
]]></description>
			<content:encoded><![CDATA[<p><strong>Drupal Path to current theme</strong></p>
<pre><code><span style="color: #000000;"><span style="color: #0000bb;">&lt;?php
</span><span style="color: #007700;">print </span><span style="color: #dd0000;">'&lt;img src="'</span><span style="color: #007700;">. </span><span style="color: #0000bb;">path_to_theme</span><span style="color: #007700;">() .</span><span style="color: #dd0000;">'/images/picture.jpg" /&gt;'</span><span style="color: #007700;">;
</span><span style="color: #0000bb;">?&gt;</span></span></code></pre>
<p><strong>Drupal Path to a theme</strong></p>
<pre><code><span style="color: #000000;"><span style="color: #0000bb;">&lt;?php
 drupal_get_path</span><span style="color: #007700;">(</span><span style="color: #dd0000;">'module'</span><span style="color: #007700;">, </span><span style="color: #0000bb;">$module_name</span><span style="color: #007700;">);
</span><span style="color: #0000bb;">?&gt;</span></span></code></pre>
<p><strong>Drupal Path to a module</strong></p>
<pre><code><span style="color: #000000;"><span style="color: #0000bb;">&lt;?php
 drupal_get_path</span><span style="color: #007700;">(</span><span style="color: #dd0000;">'theme'</span><span style="color: #007700;">, </span><span style="color: #0000bb;">$theme_name</span><span style="color: #007700;">);
</span><span style="color: #0000bb;">?&gt;</span></span></code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblazt.com/2008/11/07/path-to-drupal-theme-and-module/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
