<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>K-Meleon Forum - General</title>
        <description>General discussion about K-Meleon</description>
        <link>http://kmeleon.sourceforge.net/forum/list.php?1</link>
        <lastBuildDate>Mon, 21 Dec 2009 18:53:38 +0000</lastBuildDate>
        <generator>Phorum 5.2.13</generator>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99564,99564#msg-99564</guid>
            <title>No Graphics in K-Meleon 1.5.3 (2 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99564,99564#msg-99564</link>
            <description><![CDATA[ I change over to K-Meleon about 18 months ago, after having problems with Internet Explorer. I was very happy with it until a month ago when all graphics disappear. I couldn't fixed it so I had to change to Mozilla Firefox. I still think K-Meleon is better, if I can just have the graphics back.]]></description>
            <dc:creator>DB in SA</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Dec 2009 09:14:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99521,99521#msg-99521</guid>
            <title>Docs PDF/PowerPoint Viewer (11 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99521,99521#msg-99521</link>
            <description><![CDATA[ Is there any way to have K-Meleon preview pdfs, powerpoint presentations, and other documents in Google Docs Viewer?<br />
<br />
<a href="https://chrome.google.com/extensions/detail/nnbmlagghjjcbdhgmkedmbmedengocbn" rel="nofollow" >https://chrome.google.com/extensions/detail/nnbmlagghjjcbdhgmkedmbmedengocbn</a><br />
<br />
Pierre]]></description>
            <dc:creator>prenaud</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Dec 2009 00:24:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99502,99502#msg-99502</guid>
            <title>opera is going to release its new js engine (no replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99502,99502#msg-99502</link>
            <description><![CDATA[ opera is going to release its new js engine-Carakan，and it is said to be the fastest, will it be, then?]]></description>
            <dc:creator>chinarobin</dc:creator>
            <category>General</category>
            <pubDate>Sat, 19 Dec 2009 02:46:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99487,99487#msg-99487</guid>
            <title>Need help Bad (3 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99487,99487#msg-99487</link>
            <description><![CDATA[ I have two problems while on Facebook with KM. KM won't let me upload a Video, and the Chat in Facebook won't work. Does anyone know how I can solve these two problems.]]></description>
            <dc:creator>dana1971</dc:creator>
            <category>General</category>
            <pubDate>Fri, 18 Dec 2009 20:46:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99486,99486#msg-99486</guid>
            <title>How to read URL variable from makro (5 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99486,99486#msg-99486</link>
            <description><![CDATA[ Hello K-Meleon makro developers,<br />
<br />
I have got one question that you can probably answer in a minute, but I am unable to find the solution anywhere in the documentation or this forum.<br />
<br />
What I want to do is to call a new URL, based on text that the user has selected on the current page <i>plus</i> the content of one variable that is part of the current page's URL.<br />
<br />
(FYI: I need this to substitute a missing link that the vendor of some braindead proprietary application forgot to provide.)<br />
<br />
<pre class="bbcode">
#  K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
#
# ---------- extra_link.kmm -------------------------------------------------------
#
# Dependencies        : extra_link.kmm
# Resources           : -  
# Preferences         : -
# Version             : 0.1  2009-12-18   DannyD
# ---------------------------------------------------------------------------------

$sBaseUrl = &quot;<a href="http://" rel="nofollow" >http://host/otherpage?action=do</a>&quot;;
$sUrlVariable = #DONT_KNOT_HOW_TO_ACCESS#;

_ExtraLink{
	$sFullUrl = $sBaseUrl . &quot;&amp;THIS_ID=&amp;&quot; . $sUrlVariable . &quot;&amp;OTHER_ID=&quot; . $SelectedText;
	opentab( $URL );
}

_ExtraLink_BuildMenu{
	# add another option to context menu of selected text
	setmenu( SelectedText, macro, &quot;Go there...&quot;, _ExtraLink );
}
		
$OnInit = $OnInit . &quot;_ExtraLink_BuildMenu;&quot;;
$macroModules = $macroModules .&quot;extra_link;&quot;;</pre>
<br />
I think the idea is clear: If I open the page &quot;<a href="http://" rel="nofollow" >http://host/thispage?action=do&amp;THIS_ID=123&amp;what=ever</a>&quot; and mark the text &quot;456&quot; on that page, then I want the context menu entry to call &quot;<a href="http://" rel="nofollow" >http://host/otherpage?action=do&amp;THIS_ID=123&amp;OTHER_ID=456</a>&quot;<br />
<br />
But how can I access the contents of variable &quot;THIS_ID&quot; from a makro?<br />
<br />
As always, I am certain that the answer is all too simple, but I just cannot find it anywhere.<br />
<br />
Cheers<br />
DannyD]]></description>
            <dc:creator>DannyD</dc:creator>
            <category>General</category>
            <pubDate>Fri, 18 Dec 2009 21:43:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99484,99484#msg-99484</guid>
            <title>Running Java Script Bookmark (5 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99484,99484#msg-99484</link>
            <description><![CDATA[ Can any assist me in setting up K-Melon to run the following bookmark - this bookmark works in Mozilla, SeaMonkey, Google Chrome, Flock, Opera, Orca.  <br />
Thanks, Dave<br />
<br />
javascript:(function()%7Bvar%20a%3Ddocument.createElement(%22script%22)%3Ba.type%3D%22text%2Fjavascript%22%3Ba.src%3D%22http%3A%2F%2Fwww.spockholm.com/mafia/unframe-beta.js%3F%22%2BMath.random()%3Bdocument.getElementsByTagName(%22head%22)%5B0%5D.appendChild(a)%7D)()%3B]]></description>
            <dc:creator>The Dave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 20 Dec 2009 18:00:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99418,99418#msg-99418</guid>
            <title>Wayback Machine Search ? (5 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99418,99418#msg-99418</link>
            <description><![CDATA[ Sometimes I need to use the Wayback Machine, and the site returns an error &quot;Not Found-wbcgi&quot;, this is because the %2F, %3A etc. (you know spaces, special characters) the site doesn't recognize them. It works fine if I do it manually with copy &amp; paste.<br />
Any ideas on how to fix this?]]></description>
            <dc:creator>slayer</dc:creator>
            <category>General</category>
            <pubDate>Fri, 18 Dec 2009 15:53:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99393,99393#msg-99393</guid>
            <title>don't change your useragent... (2 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99393,99393#msg-99393</link>
            <description><![CDATA[ ..unless you really have to, best use auto agent switcher<br />
<br />
<i>&quot;The choice of browsers will be updated every six months on the basis of several independent sources of market share information.&quot;</i><br />
<a href="http://beta.thehindu.com/news/international/article66014.ece" rel="nofollow" >http://beta.thehindu.com/news/international/article66014.ece</a><br />
<br />
download autoagent switcher from this link:<br />
<a href="http://kmext.sourceforge.net/macros/agentswitcherplus.7z" rel="nofollow" >http://kmext.sourceforge.net/macros/agentswitcherplus.7z</a><br />
automatically changes the useragent to ff when it detects a site with bad sniffer..many popular sites with known bad sniffers are included and if you encounter a site that doesn't play nicely with kmeleon, simply add it to the blacklist by selected tools&gt;user agent&gt;add website and it will automatically use ff agent with that site.<br />
<br />
more details:<br />
[<a href="http://www.betanews.com/article/Resolved-EU-Choice-Screen-for-Windows-will-show-top-5-browsers-first/1260978057" rel="nofollow" >www.betanews.com</a>]]]></description>
            <dc:creator>disrupted</dc:creator>
            <category>General</category>
            <pubDate>Thu, 17 Dec 2009 05:05:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99375,99375#msg-99375</guid>
            <title>unofficial variation: K-Meleon-S201 (30 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99375,99375#msg-99375</link>
            <description><![CDATA[ I have uploaded an updated unofficial variation K-Meleon-S201 .<br />
<br />
Download at :<br />
<br />
[<a href="http://www.filedropper.com/k-meleon-s201" rel="nofollow" >www.filedropper.com</a>]<br />
<br />
This may be a temporary download link, as xthost has been disfunctional today.<br />
I will add an xthost download link later.<br />
<br />
This is an experimental version, based on Gecko 1.9.1.7pre/20091216, from Seamonkey 2.0.2 pre.<br />
I had to use Gecko from Seamonkey Tinderbox .<br />
<br />
My intention is to present an 1.9.1 variation that works in Windows, but also in Linux with wine, where the conditions to work are more difficult for K-Meleon than in Windows.<br />
<br />
--Note : This version works only, if you have the files msvcp71.dll, msvcr71.dll and mfc71u.dll in your system or in your K-Meleon main folder. If you need these dll's, look for them in the Internet. If necessary in Linux, put them into the K-Meleon main folder. The profile will be created inside the K-Meleon folder. If in Linux you want it inside the &quot;.wine&quot; folder, because of user rights problems, rename the file profile.ini to profile.ini-renamed before the first start.<br />
If you have starting problems, try to delete compreg.dat and xpti.dat in the folder components.<br />
I have added these files, because in Vista earlier variations refused to build these files at the first start.<br />
<br />
--Opera has been set as user agent, to avoid errors in complex webpages with insufficient browser recognition. In Linux the URL bar is only usable with more recent wine versions. If you are using an older wine version, use the URL button to open an URL prompt. A recent version of wine for Linux is preferable, to minimize possible crashes.<br />
<br />
--A javascript button has been included. After changing permissions for javascript, reload the page.<br />
<br />
--Many additional Search Engines in the menu bar, opening in a new window.<br />
<br />
--A general startpage is already in the bookmarks.<br />
<br />
--Keyboard shortcuts:<br />
<br />
* Page back : (right)ctrl + left arrow<br />
* Page forward : (right)ctrl + right arrow<br />
* Close Window : (right)ctrl + down arrow<br />
* Go to home : (right)ctrl + up arrow<br />
<br />
Regards<br />
<br />
Fred]]></description>
            <dc:creator>Fred</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Dec 2009 15:03:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99354,99354#msg-99354</guid>
            <title>Open new tabs but keep current tab focused (2 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99354,99354#msg-99354</link>
            <description><![CDATA[ Hi-<br />
<br />
I'm trying to do a google search, then from the google results CTRL-Click and open the link(s) in a new BUT... BUT keep focus on the google tab and NOT on the new tab(s) I've just opened.  I see you call it &quot;open in background tab&quot; if I right click and choose hte menu option.<br />
<br />
I want to do this from a single click or a CTRL-Click... is this possible?<br />
<br />
Thanks in advance and so far a great browser.  I like the quick tect searching - it's almost like Links for Linux.]]></description>
            <dc:creator>BillyBob</dc:creator>
            <category>General</category>
            <pubDate>Wed, 16 Dec 2009 16:22:26 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99344,99344#msg-99344</guid>
            <title>Google voice and video chat (8 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99344,99344#msg-99344</link>
            <description><![CDATA[ I can't get google voice and video chat to work with k-meleon<br />
<br />
I install it and after restarting firefox and k-meleon it works in firefox but with k-meleon it continues to ask me to install voice/video chat<br />
<br />
why's that?<br />
how can i install it to work for k-meleon?<br />
<br />
thanks for any help]]></description>
            <dc:creator>filip</dc:creator>
            <category>General</category>
            <pubDate>Fri, 18 Dec 2009 05:10:51 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99341,99341#msg-99341</guid>
            <title>chrome://navigator-region/locale/region.properties (1 reply)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99341,99341#msg-99341</link>
            <description><![CDATA[ hi . i opened my k-meleon browser today and its showing this weird page with the address &quot;chrome://navigator-region/locale/region.properties&quot; and the bookmarks option is missing . please help . how do i correct this .]]></description>
            <dc:creator>Mohi</dc:creator>
            <category>General</category>
            <pubDate>Wed, 16 Dec 2009 10:44:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99340,99340#msg-99340</guid>
            <title>Seamonkety 2.0.1 released (4 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99340,99340#msg-99340</link>
            <description><![CDATA[ Seamonkety 2.0.1 released:<br />
[<a href="http://www.mozilla.org/projects/seamonkey/releases/" rel="nofollow" >www.mozilla.org</a>]<br />
<br />
Will there be an update for KM-1.5 ?<br />
<br />
Robim]]></description>
            <dc:creator>Robin</dc:creator>
            <category>General</category>
            <pubDate>Wed, 16 Dec 2009 17:29:51 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99338,99338#msg-99338</guid>
            <title>bookmarks look strange on bookmark toolbar (1 reply)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99338,99338#msg-99338</link>
            <description><![CDATA[ Hello Everyone,<br />
<br />
My bookmarks on my bookmarks toolbar look strange.<br />
<a href="http://i100.photobucket.com/albums/m13/brockisit/bookmarks.jpg" rel="nofollow" >Bookmarks look strange</a><br />
<br />
Any help would be great<br />
<br />
bye<br />
Brock]]></description>
            <dc:creator>brockisit</dc:creator>
            <category>General</category>
            <pubDate>Thu, 17 Dec 2009 00:07:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99327,99327#msg-99327</guid>
            <title>how to install the extension (sms monster) (3 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99327,99327#msg-99327</link>
            <description><![CDATA[ Hi,<br />
<br />
I unzipped the &quot;SMS Monster&quot; extension in my plugins folder - I tried first in my profile's plugins folder, then in the main Kmeleon installation plugins folder. no luck however. nothing seems to have happened. - none of the menu items supposed to appear, are there. - Am using K-Meleon 1.5.3<br />
<br />
would appreciate any help<br />
<br />
thankyou<br />
-------------------]]></description>
            <dc:creator>Nightstorm</dc:creator>
            <category>General</category>
            <pubDate>Thu, 17 Dec 2009 12:25:03 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99195,99195#msg-99195</guid>
            <title>Bad Request? (4 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99195,99195#msg-99195</link>
            <description><![CDATA[ I just did a meta-search &amp; one of the pages was white with the words <b>Bad Request</b> (I think) at the top of the page. Is this anything to worry about?<br />
<br />
<br />
Oh, I get it it...it's a 400 page. It just looked unfamiliar &amp; I am paranoid about malware!  :O]]></description>
            <dc:creator>Daveski17</dc:creator>
            <category>General</category>
            <pubDate>Fri, 18 Dec 2009 09:47:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99191,99191#msg-99191</guid>
            <title>Km and Facebook (9 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99191,99191#msg-99191</link>
            <description><![CDATA[ Hi...Does anyone else who uses KM, and Facebook...when your on facebook for just a little bit KM starts slowing down, and sometime freezes?]]></description>
            <dc:creator>dana1971</dc:creator>
            <category>General</category>
            <pubDate>Sun, 13 Dec 2009 22:36:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99159,99159#msg-99159</guid>
            <title>lock tab? (8 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99159,99159#msg-99159</link>
            <description><![CDATA[ Is there any extension or such that allows locking of a tab?<br />
Thanks.]]></description>
            <dc:creator>bdmatrix</dc:creator>
            <category>General</category>
            <pubDate>Tue, 08 Dec 2009 14:39:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99152,99152#msg-99152</guid>
            <title>Audio (2 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99152,99152#msg-99152</link>
            <description><![CDATA[ I am in the process of installing software on a newly assembled computer.  I am not getting audio on the Playa Jukebox when using K-Meleon browser.  Sound was working in Opera.  But when I come to set up K-Meleon it is not there.  Perhaps I am having another senior moment but I cannot find anything dealing with audio in K-Meleon preferences.  <br />
<br />
Any help in pointing me to the audio settings of K-Meleon would be appreciated.]]></description>
            <dc:creator>boilerman</dc:creator>
            <category>General</category>
            <pubDate>Wed, 09 Dec 2009 04:58:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99118,99118#msg-99118</guid>
            <title>Whoops! How to fix it? (6 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99118,99118#msg-99118</link>
            <description><![CDATA[ I sometimes close a tab unintentionally. IS THERE A WAY whereby K-mel will recall/reopen a closed tab?]]></description>
            <dc:creator>bellgamin</dc:creator>
            <category>General</category>
            <pubDate>Mon, 07 Dec 2009 05:37:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99092,99092#msg-99092</guid>
            <title>Is it possible to make new Favorite folders WITHOUT having to restart K-Meleon? (15 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99092,99092#msg-99092</link>
            <description><![CDATA[ Hi all :-)<br />
I hope this is possible. <br />
Basically, when sorting/organising etc my Favorites I want to be able to create a new folder and ever a subfolder in that new folder and not have to restart K-Meleon. Is that possible? Please help.<br />
Thanks.]]></description>
            <dc:creator>Hans Scriber</dc:creator>
            <category>General</category>
            <pubDate>Wed, 09 Dec 2009 10:43:26 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99090,99090#msg-99090</guid>
            <title>Not all editors work for showing source code?? (16 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99090,99090#msg-99090</link>
            <description><![CDATA[ Perhaps I'm too confused, but when trying to set Notepad2 in the preferences for the source code editor, it works fine. But when trying to set Scite, it just doesn't open. That is, KM shows the &quot;busy&quot; icon for a couple seconds, then normal pointer again, but no editor window opens. Error console shows nothing. But in process explorer that editor appears working. <br />
Notepad++ works, but doesn't seem to highlight any syntax in .tmp files?<br />
BTW, &quot;Browse&quot;doesn't work either, but I can copy/paste the path into the field, so don't care.<br />
<br />
Just don't get it. Any tricks??? :s<br />
(win98se, KM 153)]]></description>
            <dc:creator>siria</dc:creator>
            <category>General</category>
            <pubDate>Mon, 07 Dec 2009 20:43:19 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99084,99084#msg-99084</guid>
            <title>Flash plugin (13 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99084,99084#msg-99084</link>
            <description><![CDATA[ I searched for this...can't believe it hasn't been discussed, but I cannot install the Flash player plugin, or the Shockwave plugin. It behaves as though it is installing but it never appears in Kmeleon. Does Kmeleon support these plugins?]]></description>
            <dc:creator>ivorybow</dc:creator>
            <category>General</category>
            <pubDate>Sat, 12 Dec 2009 09:04:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99073,99073#msg-99073</guid>
            <title>k melon ssl protocol problems (1 reply)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99073,99073#msg-99073</link>
            <description><![CDATA[ I cannot access my usual websites after restarting my computer.  It says my security protocols have been disabled and I didn't do anything but restart my computer!  I can't find a way to fix this.  I tried downloading the new version of k melon to see if it would help and it didn't change a thing.]]></description>
            <dc:creator>Noel</dc:creator>
            <category>General</category>
            <pubDate>Sun, 06 Dec 2009 07:54:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99066,99066#msg-99066</guid>
            <title>How do you set the home page to a website? (11 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99066,99066#msg-99066</link>
            <description><![CDATA[ Right now the home page is set to resource:///readme.html.  I'm trying to make it www.google.com but it's not keeping my setting.  Anyone know what's wrong?]]></description>
            <dc:creator>graystar</dc:creator>
            <category>General</category>
            <pubDate>Sun, 06 Dec 2009 12:37:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99062,99062#msg-99062</guid>
            <title>Links Bar (3 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99062,99062#msg-99062</link>
            <description><![CDATA[ I have my favorites, but I want to put certain sites in a Links Bar<br />
How do I do that?]]></description>
            <dc:creator>dana1971</dc:creator>
            <category>General</category>
            <pubDate>Sun, 06 Dec 2009 12:37:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99059,99059#msg-99059</guid>
            <title>KM Loader (1 reply)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99059,99059#msg-99059</link>
            <description><![CDATA[ How do I put my KM Loader back in my start up when my windows boots up?]]></description>
            <dc:creator>dana1971</dc:creator>
            <category>General</category>
            <pubDate>Sat, 05 Dec 2009 20:25:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99051,99051#msg-99051</guid>
            <title>Firewall says KM wants to act as a server (13 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99051,99051#msg-99051</link>
            <description><![CDATA[ Had to reinstall my firewall (Outpost) and application rules for K-Meleon 1.5.3.<br />
<br />
The firewall is giving me these messages. Am I compromised here?<br />
<br />
Application attemtps to listen to a port<br />
<br />
localhost:loopback, TCP:1496<br />
computer's name, TCP:1496<br />
<br />
Again, the next time I ran KM.<br />
<br />
computer's name, TCP:1593<br />
localhost:loopback, TCP:1593<br />
<br />
Each time I told the firewall to block (one time only) this/these requests.<br />
<br />
Any help, much appreciated.]]></description>
            <dc:creator>ndebord</dc:creator>
            <category>General</category>
            <pubDate>Mon, 07 Dec 2009 14:00:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99047,99047#msg-99047</guid>
            <title>Open PDF with Google doc viewer? (1 reply)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99047,99047#msg-99047</link>
            <description><![CDATA[ I am using Greasemeleon and used quite a few of the relevant userscripts for this purpose (see here: [<a href="http://userscripts.org/scripts/search?q=google+doc+viewer&amp;x=0&amp;y=0" rel="nofollow" >userscripts.org</a>] ). <br />
<br />
None of them seemed to work. <br />
I am using version 1.5.3, and Greasemeleon seems to work fine for few of other scripts I have; so I suppose it's an issue with the scripts' compatibility with Greasemeleon. <br />
<br />
Anyone has a solution? <br />
Thanks a lot.]]></description>
            <dc:creator>bdmatrix</dc:creator>
            <category>General</category>
            <pubDate>Sat, 05 Dec 2009 13:48:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://kmeleon.sourceforge.net/forum/read.php?1,99030,99030#msg-99030</guid>
            <title>Assistance re: unwanted page (2 replies)</title>
            <link>http://kmeleon.sourceforge.net/forum/read.php?1,99030,99030#msg-99030</link>
            <description><![CDATA[ Help, please. Quite frequently after logging out of my hotmail.com email, I end up getting an unwanted page. The current one is at www.msn.com/?ocid=hmlogout and is blank except for A<b>T&amp;T: Free phones + free shipping</b> in the left upper corner. <br />
These left upper corner messages vary, but this page is a real nuisance. I have my pop-up blocker, block flash, and block advertisement on. What else can I do to block this page.  <br />
<br />
Thanks,<br />
Dick]]></description>
            <dc:creator>tlcmd</dc:creator>
            <category>General</category>
            <pubDate>Fri, 04 Dec 2009 22:57:39 +0000</pubDate>
        </item>
    </channel>
</rss>
