<?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>minanov.com</title>
	<atom:link href="http://minanov.com/feed" rel="self" type="application/rss+xml" />
	<link>http://minanov.com</link>
	<description>Everything about everything from the programmers world</description>
	<pubDate>Fri, 01 Aug 2008 19:05:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>How to strip HTML and PHP tags from text with PHP?</title>
		<link>http://minanov.com/how-to-strip-html-and-php-tags-from-text-with-php-77</link>
		<comments>http://minanov.com/how-to-strip-html-and-php-tags-from-text-with-php-77#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:05:47 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=77</guid>
		<description><![CDATA[If you ever need to clean a text from HTML or PHP tags you can do that very easy using the PHP function strip_tags. This is how you can use the function:
$text_without_html_and_php_tags = strip_tags(&#8221;text with html and php tags&#8221;);
You can find more about this function on the official php page http://www.php.net/strip_tags

  addthis_url   [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever need to clean a text from HTML or PHP tags you can do that very easy using the PHP function <strong>strip_tags</strong>. This is how you can use the function:</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;">$text_without_html_and_php_tags = strip_tags(&#8221;text with html and php tags&#8221;);</span></p>
<p>You can find more about this function on the official php page <a href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5waHAubmV0L3N0cmlwX3RhZ3M=">http://www.php.net/strip_tags</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fhow-to-strip-html-and-php-tags-from-text-with-php-77';
  addthis_title  = 'How+to+strip+HTML+and+PHP+tags+from+text+with+PHP%3F';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=77" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/how-to-strip-html-and-php-tags-from-text-with-php-77/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to list all installed plugins in Firefox?</title>
		<link>http://minanov.com/how-to-list-all-installed-plugins-in-firefox-74</link>
		<comments>http://minanov.com/how-to-list-all-installed-plugins-in-firefox-74#comments</comments>
		<pubDate>Fri, 01 Aug 2008 18:44:09 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Mozilla Firefox]]></category>

		<category><![CDATA[about:plugins]]></category>

		<category><![CDATA[firefox 3 view plugins]]></category>

		<category><![CDATA[firefox plugins]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=74</guid>
		<description><![CDATA[Today I wanted to check which version the flash plugin I have installed in my Firefox 3 browser.
I found a very interesting hidden page that Firefox has and lists all the installed plugins.
to view this page you have to write about:plugins in the location bar and you are done.
You will get a list with all [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to check which version the flash plugin I have installed in my Firefox 3 browser.</p>
<p>I found a very interesting hidden page that Firefox has and lists all the installed plugins.</p>
<p>to view this page you have to write <strong>about:plugins</strong> in the location bar and you are done.</p>
<p>You will get a list with all the installed plugins like this:</p>
<p><a href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL21pbmFub3YuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA4LzA4L2Fib3V0cGx1Z2lucy5wbmc="><img class="alignnone size-full wp-image-75" title="aboutplugins" src="http://minanov.com/wp-content/uploads/2008/08/aboutplugins.png" alt="" width="500" height="351" /></a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fhow-to-list-all-installed-plugins-in-firefox-74';
  addthis_title  = 'How+to+list+all+installed+plugins+in+Firefox%3F';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=74" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/how-to-list-all-installed-plugins-in-firefox-74/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pictures partially displayed, tinyMCE problem, lightbox2 problem because of sendfile</title>
		<link>http://minanov.com/pictures-partially-displayed-tinymce-problem-lightbox2-problem-because-of-sendfile-73</link>
		<comments>http://minanov.com/pictures-partially-displayed-tinymce-problem-lightbox2-problem-because-of-sendfile-73#comments</comments>
		<pubDate>Fri, 25 Jul 2008 18:36:41 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Apache]]></category>

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

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

		<category><![CDATA[WEB Servers]]></category>

		<category><![CDATA[WYSIWYG editors]]></category>

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

		<category><![CDATA[lightbox2 if (parent == do]]></category>

		<category><![CDATA[partially displyed pictures]]></category>

		<category><![CDATA[tinyMCE is not defined]]></category>

		<category><![CDATA[tinymce missing ) in parenthetical]]></category>

		<category><![CDATA[tinymce missing : after case label]]></category>

		<category><![CDATA[uncaught exception: script.aculo.us requires the Protot]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=73</guid>
		<description><![CDATA[I had this problem a long time, I found a post I wrote from 2007-10-27.
The symptoms are

Pictures displayed from the web server are not complete, only the top part of the picture is displayed, and the rest of the picture is black. This usually happens if the picture is very big (high resolution)
Weird javascript problems. [...]]]></description>
			<content:encoded><![CDATA[<p style="font-size: 13.0222px; line-height: 19.0222px;">I had this problem a long time, I found a post I wrote from 2007-10-27.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">The symptoms are</p>
<ol style="font-size: 13.0222px; line-height: 19.0222px;">
<li style="font-size: 13.0222px; line-height: 19.0222px;"><strong style="font-size: 13.0222px; line-height: 19.0222px;">Pictures displayed from the web server are not complete, only the top part of the picture is displayed, and the rest of the picture is black. This usually happens if the picture is very big (high resolution)</strong></li>
<li style="font-size: 13.0222px; line-height: 19.0222px;"><strong style="font-size: 13.0222px; line-height: 19.0222px;">Weird javascript problems. Problems occur only if the Javascript is served by the apache web server. The problem can gennerally occur with every static file.</strong></li>
</ol>
<p style="font-size: 13.0222px; line-height: 19.0222px;">This is the configuration I have:</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">Apache 2.0.54 on Windows XP Professional SP2<br style="font-size: 13.0222px; line-height: 19.0222px;" />PHP  4.4.4<br style="font-size: 13.0222px; line-height: 19.0222px;" />MySQL  4.1.12</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">I noticed the problem once when I was making a picture upload. I noticed that when I try to view the uploaded picture I could see only a part of the image, only the top part and never the full image.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">This was pretty weird for me at the time, so I tried to see if the same is going to happen on the production server, because that was on my local server. Everything was ok on the production server so I did not bothered to fix the problem because it did not make any difference for me.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">After a while I tried to install <a style=\"font-size: 13.0222px; line-height: 19.0222px;\" href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RpbnltY2UubW94aWVjb2RlLmNvbS8=">TinyMCE</a>, a <span class="ingress" style="font-size: 13.0222px; line-height: 19.0222px;">free HTML WYSIWYG editor, version </span>2.1.2.<span class="ingress" style="font-size: 13.0222px; line-height: 19.0222px;"> I run the examples from the desktop folder before uploading them to the local web server, and they were working great. After I saw that the examples were working I wanted to put them in my project and I copied all the files to the htdocs folder on the apache web server.</span></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">After I uploaded the files I tried to run the same example scripts but I noticed that they are not working, and that there was an error in firebug.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">This is what the error was:</p>
<div class="logRow logRow-errorMessage" style="padding-left: 30px;"><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch" style="font-size: 13.0222px; line-height: 19.0222px;"></p>
<div class="errorTitle" style="font-size: 13.0222px; line-height: 19.0222px;">tinyMCE is not defined</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><img class="errorBreak" style="font-size: 13.0222px; line-height: 19.0222px;" title="Break on this error" src="chrome://firebug/content/blank.gif" alt="" width="0" height="0" /><span class="errorSource" style="font-size: 13.0222px; line-height: 19.0222px;"> tinyMCE.init({</span></div>
<p><a class="objectLink objectLink-sourceLink" style="font-size: 13.0222px; line-height: 19.0222px;">example_advanced&#8230;. (line 8 )<br style="font-size: 13.0222px; line-height: 19.0222px;" /> </a></p>
<p></span></span></div>
<p style="font-size: 13.0222px; line-height: 19.0222px;">
<div class="errorTitle" style="padding-left: 30px;"><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;">missing : after case label</span></div>
<div class="errorSourceBox errorSource-exec" style="padding-left: 30px;"><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><img class="errorBreak" style="font-size: 13.0222px; line-height: 19.0222px;" title="Break on this error" src="chrome://firebug/content/blank.gif" alt="" width="0" height="0" /><span class="errorSource" style="font-size: 13.0222px; line-height: 19.0222px;">function TinyMCE_Engine(){var ua;this.majorVersion=&#8221;2&#8243;;this.minorVersion=&#8221;1.2&#8243;;t&#8230;</span></span></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">At that time I made a post to the tinyMCE support forum. This is the <a style=\"font-size: 13.0222px; line-height: 19.0222px;\" href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RpbnltY2UubW94aWVjb2RlLmNvbS9wdW5iYi92aWV3dG9waWMucGhwP2lkPTg5MDU=">post</a>. Nobody new why this error was appearing because nobody responded to my post.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">So I tried to find a solution of the problem on the net, but none was available, at least I could not find it.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">I also tried to upload the scritpts to my production server and supprisingly everything worked great there, so the scripts were ok, and I tried to be suspicious of my PHP, Apache confuguration. I thought that this might be some security issue or something similar.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">I could not fix the problem so I decided not to use tinyMCE and I worked without a <span class="ingress" style="font-size: 13.0222px; line-height: 19.0222px;">HTML WYSIWYG editor.</span></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">2 Days ago I a friend asked me to make him a web page with picture gallery I and I decided to use the <a style=\"font-size: 13.0222px; line-height: 19.0222px;\" href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5odWRkbGV0b2dldGhlci5jb20vcHJvamVjdHMvbGlnaHRib3gyLw==">lightbox2</a> javascript picture gallery (version <span style="font-size: 13.0222px; line-height: 19.0222px; color: #666666;">v2.04 Released 3/09/08</span>). It is very nice. It looks great. I downloaded the javascript files on my <span class="ingress" style="font-size: 13.0222px; line-height: 19.0222px;">desktop</span>.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">I run the example files from my <span class="ingress" style="font-size: 13.0222px; line-height: 19.0222px;">desktop </span>and they were working great.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">Again I copied the same files in the htdocs folder and after I run the examples I got an error in the firebug console.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">This is what the error was:</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="padding-left: 30px;"><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><span class="objectBox objectBox-errorMessage hasBreakSwitch opened" style="font-size: 13.0222px; line-height: 19.0222px;"></p>
<div class="errorTitle" style="font-size: 13.0222px; line-height: 19.0222px;">syntax error</div>
<div class="errorSourceBox errorSource-syntax" style="font-size: 13.0222px; line-height: 19.0222px;"><img class="errorBreak" style="font-size: 13.0222px; line-height: 19.0222px;" title="Break on this error" src="chrome://firebug/content/blank.gif" alt="" width="0" height="0" /><span class="errorSource" style="font-size: 13.0222px; line-height: 19.0222px;"> if (parent == do</span></div>
<p></span><a class="objectLink objectLink-sourceLink" style="font-size: 13.0222px; line-height: 19.0222px;">prototype.js (line 4417)</a><span class="objectBox objectBox-errorMessage hasBreakSwitch opened" style="font-size: 13.0222px; line-height: 19.0222px;"><a class="objectLink objectLink-sourceLink" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></a></span></span></p>
<div class="logRow logRow-errorMessage" style="font-size: 13.0222px; line-height: 19.0222px;"><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><span class="objectBox objectBox-errorMessage" style="font-size: 13.0222px; line-height: 19.0222px;"></p>
<div class="errorSourceBox errorSource-none" style="font-size: 13.0222px; line-height: 19.0222px;">uncaught exception: script.aculo.us requires the Prototype JavaScript framework &gt;= 1.6.0<span class="errorSource" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></span></div>
<p></span></span></div>
<div class="logRow logRow-errorMessage" style="font-size: 13.0222px; line-height: 19.0222px;"><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch" style="font-size: 13.0222px; line-height: 19.0222px;"></p>
<div class="errorTitle" style="font-size: 13.0222px; line-height: 19.0222px;">Object.extend is not a function</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><img class="errorBreak" style="font-size: 13.0222px; line-height: 19.0222px;" title="Break on this error" src="chrome://firebug/content/blank.gif" alt="" width="0" height="0" /><span class="errorSource" style="font-size: 13.0222px; line-height: 19.0222px;">}, window.LightboxOptions || {});</span></div>
<p><a class="objectLink objectLink-sourceLink" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></a></p>
<p></span></span></div>
<p><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><a class="objectLink objectLink-sourceLink" style="font-size: 13.0222px; line-height: 19.0222px;">lightbox.js (line 63)</a></span></p>
</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">I remembered that I had problems with tinyMCE, with the pictures display and now with lightbox2 and I somehow new that all those problems must be related.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">I aslo noticed that the problem happens only i the files are static, like .js files of .jpg files, and if the files are big. Both the tinyMCE and lightbox have a lot of lines of javascript code.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">At that moment I went to the tinyMCE Web site and downloaded the latest version (v 3_1_0_1_2). I wanted to see if the same problem will appear with the new version again.  It did. I After I run the example files from the htdocs folder I got a javascript error in the firebug console.</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;">This was the error:<br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<div class="errorSourceBox errorSource-exec" style="padding-left: 30px;">
<div class="logRow logRow-errorMessage" style="font-size: 13.0222px; line-height: 19.0222px;"><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch" style="font-size: 13.0222px; line-height: 19.0222px;"></p>
<div class="errorTitle" style="font-size: 13.0222px; line-height: 19.0222px;">missing ) in parenthetical</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><img class="errorBreak" style="font-size: 13.0222px; line-height: 19.0222px;" title="Break on this error" src="chrome://firebug/content/blank.gif" alt="" width="0" height="0" /><span class="errorSource" style="font-size: 13.0222px; line-height: 19.0222px;">var tinymce={majorVersion:&#8217;3&#8242;,minorVersion:&#8217;1.0.1&#8242;,releaseDate:&#8217;2008-06-18&#8242;,_ini&#8230;</span></div>
<p><a class="objectLink objectLink-sourceLink" style="font-size: 13.0222px; line-height: 19.0222px;">tiny_mce.js (line 1)<br style="font-size: 13.0222px; line-height: 19.0222px;" /> <br style="font-size: 13.0222px; line-height: 19.0222px;" /> </a></p>
<p></span></span></div>
<div class="errorTitle" style="font-size: 13.0222px; line-height: 19.0222px;">tinyMCE is not defined</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><img class="errorBreak" style="font-size: 13.0222px; line-height: 19.0222px;" title="Break on this error" src="chrome://firebug/content/blank.gif" alt="" width="0" height="0" /><span class="errorSource" style="font-size: 13.0222px; line-height: 19.0222px;"> tinyMCE.init({</span><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<p><span style="font-size: 13.0222px; line-height: 19.0222px; color: #0000ff;"><a class="objectLink objectLink-sourceLink" style="font-size: 13.0222px; line-height: 19.0222px;">skins.html (line 10)</a><br style="font-size: 13.0222px; line-height: 19.0222px;" /><br style="font-size: 13.0222px; line-height: 19.0222px;" /> Displaying pictures from http<br style="font-size: 13.0222px; line-height: 19.0222px;" /> Dispaying half images</span></p>
</div>
<div class="errorSourceBox errorSource-exec" style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></div>
<p style="font-size: 13.0222px; line-height: 19.0222px;">I had a filling that the poblem must be in the php, apache configuration. Maybe something with the encodings, or the file size limitation or something similar. But it had to be with some confuration. So I decided that I have to solve this problem. I started to search the net for any similar cases and I found a post that is not very related to this problem but I decided to try.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">I found this post: <a style=\"font-size: 13.0222px; line-height: 19.0222px;\" href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy50aGViaXNob3AubmV0L2dlb2RvZy9hcmNoaXZlcy8yMDA4LzAzLzEyL2Nzc19hbmRfamF2YXNjcmlwdF9maWxlc19ub3Rfc2hvd2luZ191cF93aGVuX3J1bm5pbmdfYXBhY2hlX3VuZGVyX3VidW50dV9vbl9hX2ZsYXNoX2RyaXZlX3JlYWRfb24uaHRtbA==">CSS and Javascript files not showing up when running Apache under Ubuntu on a flash drive? Read on. </a>(Many thanks to the writer for writing the solution)</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">This guy had some similar problem, not displaying images, javascript files problem, so I thought I would give it a try.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">As I found out later from the post apache by default uses a system command from the operating system called <strong style="font-size: 13.0222px; line-height: 19.0222px;">sendfile. </strong></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">This command tries to deliver the static files to  the browser, but because I am using Windows XP and it is &#8220;Windows operating system&#8221;, there must be some problem with it.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">So I found out that Apache by default checks if the operating system supports sendfile syscall, and if it does then it uses it from the operating system, and if not it uses his own implementation of the functionality. Aslo I found out that there is a configuration property called <strong style="font-size: 13.0222px; line-height: 19.0222px;">EnableSendfile </strong>in the <strong style="font-size: 13.0222px; line-height: 19.0222px;">http.conf </strong>file, the Apache configuration file, which by default is on, which means use operating system function.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">I set this configuration property to off, restarted Apache and <strong style="font-size: 13.0222px; line-height: 19.0222px;">BINGOOOOOOOOOOOOOO</strong>.</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><strong style="font-size: 13.0222px; line-height: 19.0222px;">Everythig worked.</strong></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">The pictures were showing up, both versions of the tinyMCE editor were working and the lightbox2 script was working. Finally after more that 9 months the problem is resolved <img src='http://minanov.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">So if you have similar problems open <strong style="font-size: 13.0222px; line-height: 19.0222px;">httpd.conf</strong>, find &#8220;<strong style="font-size: 13.0222px; line-height: 19.0222px;">EnableSendfile</strong>&#8221; and set it to off like this:<br style="font-size: 13.0222px; line-height: 19.0222px;" /><strong style="font-size: 13.0222px; line-height: 19.0222px;">EnableSendfile off</strong></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><strong style="font-size: 13.0222px; line-height: 19.0222px;">Dont forget to restart Apache after changing the configuration file</strong><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">The symptoms as I mentioned before are</p>
<ol style="font-size: 13.0222px; line-height: 19.0222px;">
<li style="font-size: 13.0222px; line-height: 19.0222px;">Pictures displayed from the web server are not complete, only the top part of the picture is displayed, and the rest of the picture is black. This usually happens if the picture is very big (high resolution)</li>
<li style="font-size: 13.0222px; line-height: 19.0222px;">Weird javascript problems. Problems occur only if the JavaScript is served by the apache web server. <br style="font-size: 13.0222px; line-height: 19.0222px;" /></li>
</ol>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">More about <strong style="font-size: 13.0222px; line-height: 19.0222px;">EnableSendfile </strong>can be found here:</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><a style=\"font-size: 13.0222px; line-height: 19.0222px;\" href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dpa2kuYXBhY2hlLm9yZy9odHRwZC9TZW5kZmlsZU5vdEltcGxlbWVudGVk">http://wiki.apache.org/httpd/SendfileNotImplemented</a></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><a style=\"font-size: 13.0222px; line-height: 19.0222px;\" href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2h0dHBkLmFwYWNoZS5vcmcvZG9jcy8yLjAvbW9kL2NvcmUuaHRtbCNlbmFibGVzZW5kZmlsZQ==">http://httpd.apache.org/docs/2.0/mod/core.html#enablesendfile</a></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">I hope this post will be useful to somebody with similar problems</p>
<p style="font-size: 13.0222px; line-height: 19.0222px;">Thank you<br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<p style="font-size: 13.0222px; line-height: 19.0222px;"><br style="font-size: 13.0222px; line-height: 19.0222px;" /></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fpictures-partially-displayed-tinymce-problem-lightbox2-problem-because-of-sendfile-73';
  addthis_title  = 'Pictures+partially+displayed%2C+tinyMCE+problem%2C+lightbox2+problem+because+of+sendfile';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=73" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/pictures-partially-displayed-tinymce-problem-lightbox2-problem-because-of-sendfile-73/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to create rounded corners using css?</title>
		<link>http://minanov.com/how-to-create-rounded-corners-using-css-72</link>
		<comments>http://minanov.com/how-to-create-rounded-corners-using-css-72#comments</comments>
		<pubDate>Mon, 14 Jul 2008 21:38:56 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[CSS]]></category>

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

		<category><![CDATA[rounded corners using css]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=72</guid>
		<description><![CDATA[CSS3 Offers a lot new possibilities for the designers and programmers. One of the new option is the ability to make rounded corners.
Unfortunately as always we have problems with Internet Explorer, it doesn&#8217;t support this feature, only Mozilla/Firefox and Safari 3 supports it.
Top left rounded corner:
Firefox: -moz-border-radius-topleft: 10px;
Safari:  -webkit-border-top-left-radius: 10px;

Top right rounded corner
Firefox: -moz-border-radius-topright: [...]]]></description>
			<content:encoded><![CDATA[<div style="background-color: #EAF3FA; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 1px solid #000; padding: 10px;">CSS3 Offers a lot new possibilities for the designers and programmers. One of the new option is the ability to make rounded corners.</div>
<p>Unfortunately as always we have problems with Internet Explorer, it doesn&#8217;t support this feature, only Mozilla/Firefox and Safari 3 supports it.</p>
<div style="margin-top:30px; background-color: #EAF3FA; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border: 1px solid #000; padding: 10px;">Top left rounded corner:</p>
<p>Firefox: -moz-border-radius-topleft: 10px;</p>
<p>Safari:  -webkit-border-top-left-radius: 10px;</p>
</div>
<div style="margin-top:30px; background-color: #EAF3FA; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border: 1px solid #000; padding: 10px;">Top right rounded corner</p>
<p>Firefox: -moz-border-radius-topright: 10px;</p>
<p>Safari:  -webkit-border-top-right-radius: 10px;</p>
</div>
<div style="margin-top:30px; background-color: #EAF3FA; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border: 1px solid #000; padding: 10px;">Bottom left rounded corner</p>
<p>Firefox: -moz-border-radius-bottomleft: 10px;</p>
<p>Safari:  -webkit-border-bottom-left-radius: 10px;</p>
</div>
<div style="margin-top:30px; background-color: #EAF3FA; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border: 1px solid #000; padding: 10px;">Bottom right rounded corner</p>
<p>Firefox: -moz-border-radius-bottomright: 10px;</p>
<p>Safari:  -webkit-border-bottom-right-radius: 10px;</p>
</div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fhow-to-create-rounded-corners-using-css-72';
  addthis_title  = 'How+to+create+rounded+corners+using+css%3F';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=72" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/how-to-create-rounded-corners-using-css-72/feed</wfw:commentRss>
		</item>
		<item>
		<title>HAVING in SQL queries explained</title>
		<link>http://minanov.com/having-in-sql-queries-explaied-71</link>
		<comments>http://minanov.com/having-in-sql-queries-explaied-71#comments</comments>
		<pubDate>Sat, 12 Jul 2008 14:45:33 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=71</guid>
		<description><![CDATA[What is the &#8220;HAVING&#8221; keyword and what it is used for.
Because the WHERE keyword could not be used against aggregate functions (like SUM, COUNT&#8230;), HAVING was added to SQL so the results can be filtered by using aggregate functions as filter criteria
HAVING is always used with GROUP BY
Example:
SELECT product_name,SUM(product_quantity)
FROM products
GROUP BY product_name
HAVING SUM(product_quantity)&#62;10000

  addthis_url [...]]]></description>
			<content:encoded><![CDATA[<p>What is the &#8220;HAVING&#8221; keyword and what it is used for.</p>
<p>Because the WHERE keyword could not be used against aggregate functions (like SUM, COUNT&#8230;), HAVING was added to SQL so the results can be filtered by using aggregate functions as filter criteria</p>
<p>HAVING is always used with GROUP BY</p>
<p>Example:</p>
<p><span style="color: #0000ff;">SELECT product_name,SUM(product_quantity)<br />
FROM products<br />
GROUP BY product_name<br />
HAVING SUM(product_quantity)&gt;10000</span></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fhaving-in-sql-queries-explaied-71';
  addthis_title  = 'HAVING+in+SQL+queries+explained';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=71" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/having-in-sql-queries-explaied-71/feed</wfw:commentRss>
		</item>
		<item>
		<title>Funny error message</title>
		<link>http://minanov.com/funny-error-message-70</link>
		<comments>http://minanov.com/funny-error-message-70#comments</comments>
		<pubDate>Sat, 12 Jul 2008 14:24:04 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=70</guid>
		<description><![CDATA[This one is good, while surfing the net I found some pages where some people were getting error messages like that one:
&#8220;Error: keyboard wasnt detected, press F1 to continue&#8230;.&#8221;
Press F1 if you can 

  addthis_url    = 'http%3A%2F%2Fminanov.com%2Ffunny-error-message-70';
  addthis_title  = 'Funny+error+message';
  addthis_pub    = 'minanov';

 ]]></description>
			<content:encoded><![CDATA[<p>This one is good, while surfing the net I found some pages where some people were getting error messages like that one:</p>
<p><span style="color: #0000ff;">&#8220;Error: keyboard wasnt detected, press F1 to continue&#8230;.&#8221;</span></p>
<p>Press F1 if you can <img src='http://minanov.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Ffunny-error-message-70';
  addthis_title  = 'Funny+error+message';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=70" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/funny-error-message-70/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dynamically position DIV with JavaScript?</title>
		<link>http://minanov.com/dynamically-position-div-with-javascript-69</link>
		<comments>http://minanov.com/dynamically-position-div-with-javascript-69#comments</comments>
		<pubDate>Sat, 12 Jul 2008 14:15:55 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

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

		<category><![CDATA[dynamically position div with javascript]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=69</guid>
		<description><![CDATA[If you want to position a DIV element using javascript this is how you can do it:
Catch me if you can

&#60;div id=&#8221;movable_div&#8221; style=&#8221;position:absolute; top:0px; left: 0px; width:100px; height:100px;  background:#EAF3FA;&#8221; &#62;Catch me if you can&#60;/div&#62;

You can position the above DIV on any coordinates you want using the bellow JavaScrpt function:
Note that the style attribute must [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to position a DIV element using javascript this is how you can do it:</p>
<div id="movable_div" style="position:relative; top:0px; left: 0px; width:100px; height:100px; padding: 10px; background:#EAF3FA;" onmouseover="javascript:postion_div();">Catch me if you can</div>
<p><script type="text/javascript"><!--
function postion_div(){
var div = document.getElementById('movable_div');
if(div){
var previous_x = div.style.left;
if(previous_x=='0px'){
move_div('movable_div', 250, 0)
}else{
move_div('movable_div', 0, 0)
}
}
}
function move_div(div_id, x, y){
var div = document.getElementById(div_id);
if(div){
div.style.left = x+"px";
div.style.top = y+"px";
}
}
// --></script></p>
<p><span style="color: #0000ff;">&lt;div id=&#8221;movable_div&#8221; style=&#8221;position:absolute; top:0px; left: 0px; width:100px; height:100px;  background:#EAF3FA;&#8221; &gt;Catch me if you can&lt;/div&gt;<br />
</span></p>
<p>You can position the above DIV on any coordinates you want using the bellow JavaScrpt function:</p>
<p>Note that the style attribute must be there in order this to work.</p>
<p><span style="color: #0000ff;">function move_div(div_id, x, y){<br />
var div = document.getElementById(div_id);<br />
if(div){<br />
div.style.left = x+&#8221;px&#8221;;<br />
div.style.top = y+&#8221;px&#8221;;<br />
}<br />
}</span></p>
<p>The bellow code will move the above DIV to coordinates x:100. y:100 pixels</p>
<p><span style="color: #0000ff;">&lt;script type=&#8221;text/javascript&gt;</span></p>
<p><span style="color: #0000ff;">move_div(&#8217;movable_div&#8217;, 100, 100);<br />
</span></p>
<p><span style="color: #0000ff;">&lt;/script&gt;</span></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fdynamically-position-div-with-javascript-69';
  addthis_title  = 'Dynamically+position+DIV+with+JavaScript%3F';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=69" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/dynamically-position-div-with-javascript-69/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to get mouse pointer coordinates with JavaScript?</title>
		<link>http://minanov.com/how-to-get-mouse-pointer-coordinates-with-javascript-68</link>
		<comments>http://minanov.com/how-to-get-mouse-pointer-coordinates-with-javascript-68#comments</comments>
		<pubDate>Sat, 12 Jul 2008 13:09:35 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

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

		<category><![CDATA[javacript mouse coordinates]]></category>

		<category><![CDATA[javascript mouse pointer coordinates]]></category>

		<category><![CDATA[javascript mouse position]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=68</guid>
		<description><![CDATA[Sometimes we need to get the position of the mouse cursor if we want to make some advanced JavaScripts.
The following JavaScript does exactly that, it takes the coordinates of the mouse pointer.
Check out the JavaScript in action




X:
0


Y:
0







function get_mouse_pointer_coordinates(e)
{
var posx = 0;
var posy = 0;
if (!e) var e = window.event;
if (e.pageX &#124;&#124; e.pageY)  {
posx = [...]]]></description>
			<content:encoded><![CDATA[<div>Sometimes we need to get the position of the mouse cursor if we want to make some advanced JavaScripts.</div>
<div>The following JavaScript does exactly that, it takes the coordinates of the mouse pointer.</div>
<div>Check out the JavaScript in action</div>
<div><span class="Apple-style-span" style="border-collapse: separate; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-family: arial; color: #000000;"></p>
<table border="0">
<tbody>
<tr>
<td><span style="color: #0000ff;">X:</span></td>
<td><span id="mouse_x">0</span></td>
</tr>
<tr>
<td><span style="color: #0000ff;">Y:</span></td>
<td><span id="mouse_y">0</span></td>
</tr>
</tbody>
</table>
<p><span style="color: #0000ff;"><script type="text/javascript"><!--
function get_mouse_pointer_coordinates(e) {
var posx = 0;
var posy = 0;
if (!e) var e = window.event;
if (e.pageX || e.pageY)  {
posx = e.pageX;
posy = e.pageY;
}
else if (e.clientX || e.clientY)  {
posx = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;
posy = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;
}
document.getElementById('mouse_x').innerHTML=posx;
document.getElementById('mouse_y').innerHTML=posy;
}
document.body.onmousemove = get_mouse_pointer_coordinates;
// --></script></span></p>
<p></span></div>
<div><span class="Apple-style-span" style="border-collapse: separate; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-family: arial; color: #000000;"><br />
</span></div>
<div>function get_mouse_pointer_coordinates(e)</div>
<div>{</div>
<div style="padding-left: 30px;">var posx = 0;<br />
var posy = 0;<br />
if (!e) var e = window.event;<br />
if (e.pageX || e.pageY)  {<br />
posx = e.pageX;<br />
posy = e.pageY;<br />
}<br />
else if (e.clientX || e.clientY)  {<br />
posx = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;<br />
posy = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;</div>
<div style="padding-left: 30px;">}</div>
<div style="padding-left: 30px;">//You have the coordinates in the posx and posY variables</div>
<div style="padding-left: 30px;">//You can do whatever you want with them after this point</div>
<div>}</div>
<div></div>
<p style="padding-left: 30px;">
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fhow-to-get-mouse-pointer-coordinates-with-javascript-68';
  addthis_title  = 'How+to+get+mouse+pointer+coordinates+with+JavaScript%3F';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=68" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/how-to-get-mouse-pointer-coordinates-with-javascript-68/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to make a confirmation box in JavaScript?</title>
		<link>http://minanov.com/how-to-make-a-confirmation-box-in-javascript-67</link>
		<comments>http://minanov.com/how-to-make-a-confirmation-box-in-javascript-67#comments</comments>
		<pubDate>Sat, 12 Jul 2008 12:39:54 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

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

		<category><![CDATA[javascript confirmation box]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=67</guid>
		<description><![CDATA[Have you ever wanted to make a confirmation box in JavasScript?
It&#8217;s very simple. For example if we want to add a confirmation box before deleting something this is how we can do it:

var yes_no = confirm(&#8217;Are you sure you want to delete this &#8230;.&#8217;);
if(yes_no){
//The user confirmed the deletion

//This is where the code for deleting will [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to make a confirmation box in JavasScript?</p>
<p>It&#8217;s very simple. For example if we want to add a confirmation box before deleting something this is how we can do it:</p>
<p style="padding-left: 30px;">
<div style="padding-left: 30px;"><span style="color: #0000ff;">var yes_no = confirm(&#8217;Are you sure you want to delete this &#8230;.&#8217;);<br />
if(</span><span class="Apple-style-span" style="border-collapse: separate; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-family: arial; color: #0000ff;">yes_no</span><span style="color: #0000ff;">){</span></div>
<div style="padding-left: 60px;"><span style="color: #0000ff;">//The user confirmed the deletion<br />
</span></div>
<div style="padding-left: 60px;"><span style="color: #0000ff;">//This is where the code for deleting will go<br />
</span></div>
<div style="padding-left: 30px;"><span style="color: #0000ff;">}else{</span></div>
<div style="padding-left: 60px;"><span style="color: #0000ff;">//The user declined the deletion<br />
</span></div>
<div style="padding-left: 30px;"><span style="color: #0000ff;">}</span></div>
<p><br class="Apple-interchange-newline" /></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fhow-to-make-a-confirmation-box-in-javascript-67';
  addthis_title  = 'How+to+make+a+confirmation+box+in+JavaScript%3F';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=67" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/how-to-make-a-confirmation-box-in-javascript-67/feed</wfw:commentRss>
		</item>
		<item>
		<title>Make the Firefox 3 typed URLs list to look as Firefox 2 list</title>
		<link>http://minanov.com/make-the-firefox-3-typed-urls-list-to-look-as-firefox-2-list-64</link>
		<comments>http://minanov.com/make-the-firefox-3-typed-urls-list-to-look-as-firefox-2-list-64#comments</comments>
		<pubDate>Sat, 05 Jul 2008 18:20:59 +0000</pubDate>
		<dc:creator>the programmer</dc:creator>
		
		<category><![CDATA[Mozilla Firefox]]></category>

		<category><![CDATA[firefox 3]]></category>

		<category><![CDATA[make firefox 3 searchbar the same as firefox 2]]></category>

		<guid isPermaLink="false">http://minanov.com/?p=64</guid>
		<description><![CDATA[Firefox 3 got out and it&#8217;s great, but I noticed that a lot of people does not like the new location (URL) bar.
What they don&#8217;t like is when they type the URL in the URL field a list of previously typed urls appears under which contains a lot of information and makes it very unreadable [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3 got out and it&#8217;s great, but I noticed that a lot of people does not like the new location (URL) bar.</p>
<p>What they don&#8217;t like is when they type the URL in the URL field a list of previously typed urls appears under which contains a lot of information and makes it very unreadable and too complicated.</p>
<p>For everybody who doesn&#8217;t like the new design there is a solution. There is a plugin that makes the Firefox 3 location bar to look the same as the Firefox 2 location bar, that shows only the URL, without the extra information.</p>
<p>You can find the plugin here.</p>
<p><a href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvZW4tVVMvZmlyZWZveC9hZGRvbi82MjI3">https://addons.mozilla.org/en-US/firefox/addon/6227</a></p>
<p><a href="http://minanov.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL21pbmFub3YuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA4LzA3LzEucG5n"><img class="alignnone size-full wp-image-65" title="firefox2_location_bar" src="http://minanov.com/wp-content/uploads/2008/07/1.png" alt="Firefox 2 style URL bar results" width="500" height="273" /></a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fminanov.com%2Fmake-the-firefox-3-typed-urls-list-to-look-as-firefox-2-list-64';
  addthis_title  = 'Make+the+Firefox+3+typed+URLs+list+to+look+as+Firefox+2+list';
  addthis_pub    = 'minanov';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
 <img src="http://minanov.com/wp-content/plugins/feed-statistics.php?view=1&post_id=64" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://minanov.com/make-the-firefox-3-typed-urls-list-to-look-as-firefox-2-list-64/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
