<?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>Burad&#039;s Blog &#187; http</title>
	<atom:link href="http://www.aburad.com/blog/tag/http/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Latex on wordpress blog</title>
		<link>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html</link>
		<comments>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html#comments</comments>
		<pubDate>Sun, 25 May 2008 09:15:49 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[hostmonster]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=229</guid>
		<description><![CDATA[Some time back I came to know that wordpress blogs hosted at wordpress.com supports latex. But no such default functionality for self hosted wordpress blogs. But there are plugins (latexrender, wp-latex) which can facilitate similar things. But for these to work you will need to install latex on your hosting account. (I have intalled latex [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back I came to know that wordpress blogs hosted at <a href="http://faq.wordpress.com/2007/02/18/can-i-put-math-or-equations-in-my-posts/">wordpress.com supports latex</a>. But no such default functionality for self hosted wordpress blogs. But there are plugins (<a href="http://sixthform.info/steve/wordpress/index.php?p=13">latexrender</a>, <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex</a>) which can facilitate similar things.<br />
But for these to work you will need to install latex on your hosting account. (<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">I have intalled latex on my hostmonster account some time back.</a>). </p>
<p>For installing latexrender wordpress plugin you can <a href="http://sixthform.info/steve/wordpress/index.php?p=13">find guidelines here</a><br />
One more thing to remember while setting $latexrender_path_http in latex.php give full http path to latexrender folder like <em><code>$latexrender_path_http = "http://your blog addr/latexrender";</code> </em><br />
Now you are set to go. To include [tex]\LaTeX[/tex] in your posting, use the following:<br />
<center><strong><code>&#91;tex&#93; your latex code here &#91;/tex&#93; </code></strong></center><br />
For example:  </p>
<blockquote><p>&#91;tex&#93; (a+b)^3 = (a+b)^2(a+b) &#91;/tex&#93; </p></blockquote>
<p>produces :</p>
<blockquote><p>[tex](a+b)^3 = (a+b)^2(a+b)[/tex]</p></blockquote>
<p>But after setting up latexrender plugin, the png image was still not generated. Error that I got was:</p>
<blockquote><p>I can&#8217;t find the format file &#8216;latex.fmt&#8217;! </p></blockquote>
<p>But when I tried similar command (<em>latex sample.tex</em>) from shell prompt, It was working fine.<br />
So I thought that problem is in calling latex from php file using <a href="http://in.php.net/function.exec">exec</a>. So when I copied the latex.fmt file to directory containing .tex file  it started working fine. May be some problem in setting environment variable.<br />
You can look for latex.fmt file using :</p>
<blockquote><p><code>find -name latex.fmt</code></p></blockquote>
<p>For latexrender you can copy latex.fmt file to latexrender/tmp/  folder inside your wordpress installation.<br />
I&#8217;m still working on how to set environment variable in php so that I don&#8217;t have to copy latex.fmt again and again.<br />
But for now I gave got working latex on my blog <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Now I can write math equations in my blog posts.<br />
You can try latex formulas in comment too.</p>
<p>And if you want to publish LaTeX equation in WordPress blog without installing any software, try jsTeXrender: <a href="http://yourequations.com/">http://yourequations.com/</a>. Thanks <a href="http://www.mcuprogramming.com/blog">Doug</a> for the tip.</p>
<p>Related Posts:<br />
<a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a><br />
<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">Installing latex on hostmonster</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Chart API for webpages</title>
		<link>http://www.aburad.com/blog/2007/12/chart-api-for-webpages.html</link>
		<comments>http://www.aburad.com/blog/2007/12/chart-api-for-webpages.html#comments</comments>
		<pubDate>Fri, 07 Dec 2007 09:45:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=206</guid>
		<description><![CDATA[Cool&#8230;.Great yet Simple.. Embed charts in webpages with one of our simplest APIs yet We actually built this originally to use internally &#8211; we use it on Google Video and Google Finance for example. It seemed like it would be a good thing to open up to other users too. You can find out all [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;">Cool&#8230;.Great</span> yet <span style="font-weight: bold;">Simple..</p>
<p></span><a href="http://google-code-updates.blogspot.com/2007/12/embed-charts-in-webpages-with-one-of.html">Embed charts in webpages with one of our simplest APIs yet</a><br />
<blockquote>We actually built this originally to use internally &#8211; we use it on <a href="http://video.google.com/">Google Video</a> and <a href="http://finance.google.com/">Google Finance</a> for example. It seemed like it would be a good thing to open up to other users too.  You can find out all about it at on the <a href="http://code.google.com/apis/chart/">Google Chart API homepage</a> and there&#8217;s a <a href="http://groups.google.com/group/google-chart-api">Google Chart API group</a> for questions and support.</p></blockquote>
<p><a href="http://www.geeksaresexy.net/2007/12/06/google-publishes-chart-api-for-web-pages/" title="Permanent Link to Google publishes chart API for web pages">Google publishes chart API for web pages</a><br />
<blockquote>A single HTTP GET request with parameters is all you need. You can even use the URL as the src attribute on an img tag.</p></blockquote>
<p>Also Read:<a href="http://blog.programmableweb.com/2007/12/06/googles-new-chart-api/"  title="Permanent Link to Google’s New Chart API">Programmable Web: Google’s New Chart API</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/12/chart-api-for-webpages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up firefox</title>
		<link>http://www.aburad.com/blog/2005/11/speed-up-firefox.html</link>
		<comments>http://www.aburad.com/blog/2005/11/speed-up-firefox.html#comments</comments>
		<pubDate>Fri, 18 Nov 2005 03:22:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=34</guid>
		<description><![CDATA[HOW TO SPEED UP FIREFOX Here&#8217;s something for broadband people that will really speed up Firefox : 1.Type &#8216;about:config&#8217; into the address bar and hit enter. Scroll down and look for the following entries: - network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests Normally the browser will make one request to a web page at a time. When you enable [...]]]></description>
			<content:encoded><![CDATA[<p>HOW TO SPEED UP FIREFOX</p>
<p>Here&#8217;s something for broadband people that will really speed up Firefox :</p>
<p>1.Type &#8216;about:config&#8217; into the address bar and hit enter. Scroll down and look for the following entries: -<br />
network.http.pipelining<br />
network.http.proxy.pipelining<br />
network.http.pipelining.maxrequests</p>
<p>Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.</p>
<p>2. Alter the entries as follows:</p>
<p>Set &#8216;network.http.pipelining&#8217; to &#8216;true&#8217; (double click to change)<br />
Set &#8216;network.http.proxy.pipelining&#8217; to &#8216;true&#8217; (double click to change)<br />
Set &#8216;network.http.pipelining.maxrequests&#8217; to some number like 30. This means it will make 30 requests at once. (double click to enter number)</p>
<p>3. Lastly right-click anywhere and select New-&gt; Integer. Name it &#8216;nglayout.initialpaint.delay&#8217; and set its value to &#8217;0&#8242;. This value is the amount of time the browser waits before it acts on information it recieves.</p>
<p>If you&#8217;re using a broadband connection you&#8217;ll load pages MUCH faster now!&#8221;<br />
<a href="http://www.tweakguides.com/Firefox_8.html">Find more firefox tweaks here</a></p>
<p>Related Posts:</p>
<ul>
<li><a href="http://aburad.com/blog/2005/10/firefox-tips.html">Firefox Tips</a></li>
<li><a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a></li>
</ul>
<p><a href="http://www.tweakguides.com/Firefox_8.html"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/11/speed-up-firefox.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

