<?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>Autarchy of the Private Cave &#187; FireFox</title> <atom:link href="https://bogdan.org.ua/tags/firefox/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Wed, 28 Dec 2022 16:09:04 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>Debugging PHP: Eclipse PDT + XDebug + XDebug helper</title><link>https://bogdan.org.ua/2009/06/08/debugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html</link> <comments>https://bogdan.org.ua/2009/06/08/debugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html#comments</comments> <pubDate>Sun, 07 Jun 2009 22:59:43 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[Links]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[bug]]></category> <category><![CDATA[debugging]]></category> <category><![CDATA[development]]></category> <category><![CDATA[Eclipse]]></category> <category><![CDATA[FireFox]]></category> <category><![CDATA[PDT]]></category> <category><![CDATA[xdebug]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=735</guid> <description><![CDATA[Stimulated by a bug in a complex and unfamiliar web PHP application with heaps of custom tweaks by other programmers, I decided to try a more professional approach to PHP programming and debugging than the standard var_dump() and family. As a result, I&#8217;m now using Eclipse PDT with Xdebug and Xdebug Helper (Firefox extension). Now [&#8230;]]]></description> <content:encoded><![CDATA[<p>Stimulated by a bug in a complex and unfamiliar web PHP application with heaps of custom tweaks by other programmers, I decided to try a more professional approach to PHP programming and debugging than the standard var_dump() and family.</p><p>As a result, I&#8217;m now using Eclipse <abbr
title="PHP Development Tools">PDT</abbr> with <a
href="http://xdebug.org/">Xdebug</a> and <a
href="https://addons.mozilla.org/uk/firefox/addon/3960" class="broken_link" rel="nofollow">Xdebug Helper</a> (Firefox extension). Now I don&#8217;t understand how I used to debug my PHP programs before!</p><p>After proper configuration (I&#8217;m using local Apache, but it is also possible to debug remotely), my work flow is rather simple:</p><ul><li>use my web-app as usual, e.g. tweaking and testing here and there</li><li>if something server-side goes wrong: click the <a
href="https://addons.mozilla.org/uk/firefox/addon/3960" class="broken_link" rel="nofollow">XDebug helper</a> icon in Firefox, and perform some server-request action (e.g. load a page)</li><li>debugging is started in Eclipse PDT, where I can step through the code, set breakpoints, and examine all variables</li><li>as soon as the problem is fixed &#8211; click the XDebug helper icon again to continue using the site normally (w/o invoking the debugger)</li></ul><p>It takes some time to get used to, but then it&#8217;s a breeze.</p><p>Some advice:</p><ul><li>don&#8217;t use apt-get/aptitude to install Eclipse; it will be much easier both in the short and long run to use some all-in-one package from the <a
href="http://www.eclipse.org/pdt/downloads/">Eclipse PDT site</a>; all you need to do &#8211; download, extract, run!</li><li>before actually starting to do anything, tweak the eclipse.ini file by increasing heap size from 40 MiB (default) to some larger value (I used 128MiB). If you don&#8217;t do this, then at some point your debugging will become painfully sloooow, and then you&#8217;ll start getting tons of &#8220;out of heap memory&#8221; errors, each one suggesting that you quit Eclipse immediately</li><li>install <a
href="http://xdebug.org/">XDebug</a> with apt-get/aptitude &#8211; worked perfectly, and there&#8217;s /etc/php5/conf.d/xdebug.ini not to mess with php.ini</li><li>do <strong>read</strong> <a
href="http://www.eclipse.org/pdt/documents/XDebugGuideForPDT2.0.pdf">XDebug guide for PDT 2.x</a> (I&#8217;m assuming you got the 2.x version); it should be the only document you will really need to configure everything</li></ul><p>I only wish Eclipse was faster &#8211; that is, written not in Java but e.g. C or C++.</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F06%2F08%2Fdebugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html&amp;linkname=Debugging%20PHP%3A%20Eclipse%20PDT%20%2B%20XDebug%20%2B%20XDebug%20helper" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F06%2F08%2Fdebugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html&amp;linkname=Debugging%20PHP%3A%20Eclipse%20PDT%20%2B%20XDebug%20%2B%20XDebug%20helper" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F06%2F08%2Fdebugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html&amp;linkname=Debugging%20PHP%3A%20Eclipse%20PDT%20%2B%20XDebug%20%2B%20XDebug%20helper" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F06%2F08%2Fdebugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html&amp;linkname=Debugging%20PHP%3A%20Eclipse%20PDT%20%2B%20XDebug%20%2B%20XDebug%20helper" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F06%2F08%2Fdebugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html&amp;linkname=Debugging%20PHP%3A%20Eclipse%20PDT%20%2B%20XDebug%20%2B%20XDebug%20helper" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2009%2F06%2F08%2Fdebugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html&#038;title=Debugging%20PHP%3A%20Eclipse%20PDT%20%2B%20XDebug%20%2B%20XDebug%20helper" data-a2a-url="https://bogdan.org.ua/2009/06/08/debugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html" data-a2a-title="Debugging PHP: Eclipse PDT + XDebug + XDebug helper"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2009/06/08/debugging-php-like-a-pro-eclipse-pdt-xdebug-helper.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Iceweasel/Firefox 3: how to work-around random/erratic right-click action</title><link>https://bogdan.org.ua/2008/07/19/iceweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html</link> <comments>https://bogdan.org.ua/2008/07/19/iceweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html#comments</comments> <pubDate>Sat, 19 Jul 2008 15:42:34 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[action]]></category> <category><![CDATA[behavior]]></category> <category><![CDATA[behaviour]]></category> <category><![CDATA[erratic]]></category> <category><![CDATA[FireFox]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[IceWeasel]]></category> <category><![CDATA[random]]></category> <category><![CDATA[right click]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=316</guid> <description><![CDATA[Update: as of FireFox/IceWeasel 3.0.14, this bug appears to be fixed. When right-clicking many links in FF3/IW3, it quite often happens so that a random action is performed instead of opening the context menu (bug report). One of the solutions work-arounds (suggested by Andre Pirard) is to slow-right-click, that is to hold the right mouse [&#8230;]]]></description> <content:encoded><![CDATA[<p><ins
datetime="2009-10-16T07:35:54+00:00">Update:</ins> as of FireFox/IceWeasel 3.0.14, this bug appears to be fixed.</p><p>When right-clicking many links in FF3/IW3, it quite often happens so that a <strong>random</strong> action is performed instead of opening the context menu (<a
href="https://bugs.launchpad.net/firefox/+bug/187313">bug report</a>).</p><p>One of the <del
datetime="2008-08-02T18:04:52+00:00">solutions</del> <ins
datetime="2008-08-02T18:04:52+00:00">work-arounds</ins> (suggested by <a
href="https://launchpad.net/~a.pirard">Andre Pirard</a>) is to <strong>slow-right-click</strong>, that is to <em>hold the right mouse button down</em> until the <em>menu actually appears</em>, then &#8211; and only then &#8211; <em>release it</em>. Or, you can even <em>slow-right-click</em>, <em>move the pointer over the desired menu item</em>, and <em>then release</em> &#8211; that will perform the desired action in a single long right click (instead of more common single right click with a following single left click.)</p><p>Alternative workaround (found at the bug report page): install the <a
href="https://addons.mozilla.org/en-US/firefox/addon/mouse-gestures-redox/" class="broken_link" rel="nofollow">mouse gestures</a> add-on, and restart firefox. Tested: works for me.</p><p>This bug/behaviour is otherwise unsolved.</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Ficeweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html&amp;linkname=Iceweasel%2FFirefox%203%3A%20how%20to%20work-around%20random%2Ferratic%20right-click%20action" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Ficeweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html&amp;linkname=Iceweasel%2FFirefox%203%3A%20how%20to%20work-around%20random%2Ferratic%20right-click%20action" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Ficeweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html&amp;linkname=Iceweasel%2FFirefox%203%3A%20how%20to%20work-around%20random%2Ferratic%20right-click%20action" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Ficeweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html&amp;linkname=Iceweasel%2FFirefox%203%3A%20how%20to%20work-around%20random%2Ferratic%20right-click%20action" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Ficeweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html&amp;linkname=Iceweasel%2FFirefox%203%3A%20how%20to%20work-around%20random%2Ferratic%20right-click%20action" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Ficeweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html&#038;title=Iceweasel%2FFirefox%203%3A%20how%20to%20work-around%20random%2Ferratic%20right-click%20action" data-a2a-url="https://bogdan.org.ua/2008/07/19/iceweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html" data-a2a-title="Iceweasel/Firefox 3: how to work-around random/erratic right-click action"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2008/07/19/iceweasel-firefox-3-how-to-fix-random-erratic-right-click-action-bahaviour.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Gnome, NetworkManager, and FireFox/IceWeasel 3 starting in Offline mode (also: Pidgin Waiting for network connection)</title><link>https://bogdan.org.ua/2008/07/19/gnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html</link> <comments>https://bogdan.org.ua/2008/07/19/gnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html#comments</comments> <pubDate>Sat, 19 Jul 2008 14:48:33 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[*nix]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[FireFox]]></category> <category><![CDATA[Gnome]]></category> <category><![CDATA[IceWeasel]]></category> <category><![CDATA[NetworkManager]]></category> <category><![CDATA[Offline mode]]></category> <category><![CDATA[startup]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=315</guid> <description><![CDATA[For some reason, my IW 3 is now starting in Offline mode each time, despite my attempts to remove that checkbox every time. Also, Pidgin says &#8220;Waiting for network connection&#8221; in the status drop-down. Update: as suggested by Donny Kurnia (based on the recent post by Hobgoblin), the simplest and the most correct way to [&#8230;]]]></description> <content:encoded><![CDATA[<p>For some reason, my <abbr
title="IceWeasel 3">IW 3</abbr> is now starting in Offline mode each time, despite my attempts to remove that checkbox every time. Also, Pidgin says &#8220;Waiting for network connection&#8221; in the status drop-down.</p><p><ins
datetime="2008-11-16T01:30:37+00:00">Update:</ins> as suggested by <a
href="http://bogdan.org.ua/2008/07/19/gnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html#comment-87677">Donny Kurnia</a> (based on the recent <a
href="http://ubuntuforums.org/showpost.php?p=6128756&#038;postcount=34">post by Hobgoblin</a>), the simplest and the most correct way to fix the problem for FireFox/IceWeasel is to go to about:config and set <a
href="http://kb.mozillazine.org/Toolkit.networkmanager.disable">toolkit.networkmanager.disable</a> to <strong>true</strong>.</p><p>The simplest workaround for Pidgin is to open Accounts -> Manage, then remove and then set again the checkbox near the account you wish to get connected. This has to be done every time you start pidgin <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /> .</p><p>Below you will find other (worse and obsolete &#8211; for FireFox/IceWeasel, but good for Pidgin) solutions.<br
/> <span
id="more-315"></span></p><p><del
datetime="2008-10-09T10:30:18+00:00">Little research had shown that the <strong>simplest solution</strong> is to disable FireFox&#8217;s/IceWeasel&#8217;s feature to auto-detect if Internet connection is available: go to <strong>about:config</strong>, find <strong>browser.offline-apps.notify</strong> and set it to <strong>false</strong>. After this, FireFox/IceWeasel 3 will no longer try to check if you have Internet connection.</del><ins
datetime="2008-10-09T10:30:18+00:00"> (this was wrong, and here is why: <a
href="http://kb.mozillazine.org/Browser.offline-apps.notify">kb.mozillazine.org/Browser.offline-apps.notify</a>)</ins></p><p>However, this is not a good solution, because auto-detection generally improves user experience (e.g. by automatically using cached page versions for tabs open at startup). The actual reason (in many cases) is the network detection by the NetworkManager &#8211; it reports &#8220;no connection&#8221; although connection is present (<a
href="https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/191889">bug report</a>).</p><p>The <strong>simple solution</strong> (and, possibly, the <strong>best solution for Pidgin</strong>) is to disable (or even remove) NetworkManager. On Debian, this can easily be done by following these steps:<ol><li>sudo aptitude install sysv-rc-conf</li><li>sudo sysv-rc-conf</li><li>find the service named <strong>network-manager</strong>, highlight it in the 2nd column (for runlevel 2); press &#8211; (minus) to stop the service, then press space to uncheck it (thus disabling automatic start), then press q to quit sysv-rc-conf</li></ol><p>This should have an immediate effect, but Pidgin restart might still be required.</p><p>Another <strong>simple solution</strong> (without disabling/removing NetworkManager) is to disallow NetworkManager to notify other desktop applications about the presence of the internet connection (slightly edited; <strong>note: might be no longer a good option for Debian Squeeze, but should still work for Lenny</strong>):</p><blockquote><p> Open the terminal/konsole (Applications&#8211;>Accessories&#8212;>Terminal), and type <strong>gksudo gedit /etc/dbus-1/system.d/NetworkManager.conf</strong> (note: path might differ for your Linux distribution &#8211; try <strong>locate NetworkManager.conf</strong>). Then replace all lines</p><p><strong>< allow send_interface="org.freedesktop.NetworkManager"/ ></strong><br
/> with<br
/> <strong>< deny send_interface="org.freedesktop.NetworkManager"/ ></strong></p><p>Save the changes and either reboot or just stop/kill/restart the running instance of NetworkManager. This change will stop NetworkManager from notifying FireFox/IceWeasel and other desktop applications about the presence/absence of internet connection &#8211; and FireFox will no longer start in Offline mode.</p></blockquote><p>(Thanks <a
href="http://ubuntuforums.org/member.php?u=185037">Nikitas350</a> from <a
href="http://ubuntuforums.org/showthread.php?t=800179">Ubuntu forums</a> for this fix.)</p><p>The even better solution would be to make NetworkManager detect the availability of connection properly. However, I did not dig deep enough to find how to do that &#8211; comments and better solutions are welcome.</p><p>One of the more complicated solutions (and still not a perfect one) was also found at <a
href="http://ubuntuforums.org/showthread.php?t=767045">Ubuntu forums</a> (slightly edited for contextual clarity):</p><blockquote><p> I am using USB modem to connect to internet and the Offline mode issue was also bothering me after upgrading to Firefox 3.</p><p>The solution I have found was: <strong>disable Network Applet</strong> from System -> Preferences -> Sessions, and <strong>add the following lines</strong> to the file &#8220;/etc/network/interfaces&#8221;:</p><p><strong><br
/> auto eth0<br
/> iface eth0 inet dhcp<br
/> </strong></p><p>Thus, I guess, Firefox believes that eth0 (i.e. ethernet card) is active, although Internet connection is established via ppp0 (i.e. USB modem).</p></blockquote><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Fgnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html&amp;linkname=Gnome%2C%20NetworkManager%2C%20and%20FireFox%2FIceWeasel%203%20starting%20in%20Offline%20mode%20%28also%3A%20Pidgin%20Waiting%20for%20network%20connection%29" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Fgnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html&amp;linkname=Gnome%2C%20NetworkManager%2C%20and%20FireFox%2FIceWeasel%203%20starting%20in%20Offline%20mode%20%28also%3A%20Pidgin%20Waiting%20for%20network%20connection%29" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Fgnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html&amp;linkname=Gnome%2C%20NetworkManager%2C%20and%20FireFox%2FIceWeasel%203%20starting%20in%20Offline%20mode%20%28also%3A%20Pidgin%20Waiting%20for%20network%20connection%29" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Fgnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html&amp;linkname=Gnome%2C%20NetworkManager%2C%20and%20FireFox%2FIceWeasel%203%20starting%20in%20Offline%20mode%20%28also%3A%20Pidgin%20Waiting%20for%20network%20connection%29" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Fgnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html&amp;linkname=Gnome%2C%20NetworkManager%2C%20and%20FireFox%2FIceWeasel%203%20starting%20in%20Offline%20mode%20%28also%3A%20Pidgin%20Waiting%20for%20network%20connection%29" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2008%2F07%2F19%2Fgnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html&#038;title=Gnome%2C%20NetworkManager%2C%20and%20FireFox%2FIceWeasel%203%20starting%20in%20Offline%20mode%20%28also%3A%20Pidgin%20Waiting%20for%20network%20connection%29" data-a2a-url="https://bogdan.org.ua/2008/07/19/gnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html" data-a2a-title="Gnome, NetworkManager, and FireFox/IceWeasel 3 starting in Offline mode (also: Pidgin Waiting for network connection)"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2008/07/19/gnome-networkmanager-firefox-iceweasel-3-starting-in-offline-mode-pidgin-waiting-for-network-connection.html/feed</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>Vivid, cheerful, funny FireFox theme: ColorGnome</title><link>https://bogdan.org.ua/2007/10/19/vivid-cheerful-funny-firefox-theme-colorgnome.html</link> <comments>https://bogdan.org.ua/2007/10/19/vivid-cheerful-funny-firefox-theme-colorgnome.html#comments</comments> <pubDate>Fri, 19 Oct 2007 13:34:51 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[Links]]></category> <category><![CDATA[Misc]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[FireFox]]></category> <category><![CDATA[theme]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/2007/10/19/vivid-cheerful-funny-firefox-theme-colorgnome.html</guid> <description><![CDATA[Get it here. If you haven&#8217;t used any other theme except for default, and if you&#8217;re Firefox user for a long time &#8211; it&#8217;s time to try something new! I suggest you try ColorGnome &#8211; it&#8217;s bright, clear, vivid, cheerful and even funny! I&#8217;m using it for several days already, on all but one of [&#8230;]]]></description> <content:encoded><![CDATA[<p>Get it <a
href="https://addons.mozilla.org/en-US/firefox/addon/aeon-colors/" class="broken_link" rel="nofollow">here</a>. If you haven&#8217;t used any other theme except for default, and if you&#8217;re Firefox user for a long time &#8211; it&#8217;s time to try something new! I suggest you try <a
href="https://addons.mozilla.org/en-US/firefox/addon/aeon-colors/" class="broken_link" rel="nofollow">ColorGnome</a> &#8211; it&#8217;s bright, clear, vivid, cheerful and even funny! I&#8217;m using it for several days already, on all but one of my computer workplaces &#8211; and find it good enough to write about.</p><p>If you want something more strict/official-looking, try <a
href="https://addons.mozilla.org/en-US/firefox/addon/macfox-ii/" class="broken_link" rel="nofollow">maxfox II</a> or <a
href="https://addons.mozilla.org/en-US/firefox/addon/macfox-ii-graphite/" class="broken_link" rel="nofollow">maxfox II graphite</a> &#8211; I enjoyed these two a lot, currently maxcfox II is on the only computer which doesn&#8217;t have <a
href="https://addons.mozilla.org/en-US/firefox/addon/aeon-colors/" class="broken_link" rel="nofollow">ColorGnome</a> <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F19%2Fvivid-cheerful-funny-firefox-theme-colorgnome.html&amp;linkname=Vivid%2C%20cheerful%2C%20funny%20FireFox%20theme%3A%20ColorGnome" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F19%2Fvivid-cheerful-funny-firefox-theme-colorgnome.html&amp;linkname=Vivid%2C%20cheerful%2C%20funny%20FireFox%20theme%3A%20ColorGnome" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F19%2Fvivid-cheerful-funny-firefox-theme-colorgnome.html&amp;linkname=Vivid%2C%20cheerful%2C%20funny%20FireFox%20theme%3A%20ColorGnome" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F19%2Fvivid-cheerful-funny-firefox-theme-colorgnome.html&amp;linkname=Vivid%2C%20cheerful%2C%20funny%20FireFox%20theme%3A%20ColorGnome" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F19%2Fvivid-cheerful-funny-firefox-theme-colorgnome.html&amp;linkname=Vivid%2C%20cheerful%2C%20funny%20FireFox%20theme%3A%20ColorGnome" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F19%2Fvivid-cheerful-funny-firefox-theme-colorgnome.html&#038;title=Vivid%2C%20cheerful%2C%20funny%20FireFox%20theme%3A%20ColorGnome" data-a2a-url="https://bogdan.org.ua/2007/10/19/vivid-cheerful-funny-firefox-theme-colorgnome.html" data-a2a-title="Vivid, cheerful, funny FireFox theme: ColorGnome"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2007/10/19/vivid-cheerful-funny-firefox-theme-colorgnome.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>