Showing posts with label Firefox. Show all posts
Showing posts with label Firefox. Show all posts

Wednesday, December 04, 2013

Five Reading Tools - part III: BeeLine Reader

Beeline Reader is a Firefox and Chrome extension very similar to Evernote Clearly, but with a little twist...

They use a color gradient that "flows" along the line and creates a high onctrast between two lines.
See how the color changes from black to blue to red and also varies saturation:



Supposedly this should make reading easier. Quite frankly, I cannot judge this, but it seems to work.

The drawback is, that it only allows for reading, no saving, printing, ...

If you are a Firefox or Chrome user, install it from here and try it. Worthwhile.
Again, here's our Wikipedia entry for comparison with the other tools. Click to enlarge.






Wednesday, October 10, 2012

Firefox 16 is out

... and fighting with he F1 addon (an addon to share pages via Facebook, Twitter, gmail)

Problem was that the tab-key stopped working... both in web-pages as well as in the awesome bar (to jump to the search inbox).
Google revealed bug 788050  with the following exchange:

Luckily, F1 has been replaced by the Firefox Share addon, which solves the tab-key problem, but does not have a share button/icon on the address bar... 

The worrisome part of it, is that the addon is from Mozilla Labs, and not some thirdparty script kiddie.

Wednesday, June 06, 2012

Firefox 13

So, yet another Firefox update.

Version 13 with the new homepage (featuring buttons to bookmarks, downloads, history, add-ons, sync and settings) and the new tab page looks  suspiciously chrome-y to me...

I don't think it will have a huge impact on me, but lets just see over the next weeks.

Saturday, March 24, 2012

Keyword Search on Google Chrome

I discovered this one by accident (i.e. I must have hit the tab key at the right time in the location/search bar), so I did some (re)search and found an awesome - somewhat hidden - feature on Chrome that I was missing all the time.. mainly because I'm using it a lot in Firefox.

Keyword search

i.e. you just type a keyword for your search engine / site and the browser will do the rest for you.
In Firefox you just type the keyword for the search engine followed by the search term and then hit enter.
In Chrome you type the keyword for the search engine, then tab, and then the search term (and enter):

As soon as you hit the tab key the label of the location bar will change to the search engine/provider you associated with the given keyword like this:


You can configure those search providers in the Chrome options; the fastest way is to right-click into the location bar and then select "Edit search engines..."


There you provide the name, keyword ans search URL (with a %s for the keyword, like in Firefox).


And that's it.

I still have to get used to the tab thingy...


PS: turns out the tab is not necessary, space will do as well - just like Firefox... so even better.

Sunday, December 04, 2011

More on the Firefox Sessionstore

After I cleaned the Firefox session store about 2 weeks ago by manually deleting the sessionstore.js file, I decided to watch its growth.
I did so by simply doing a copy of the sessionstore.js file with a task scheduled daily.

Here's the results

You can see that there is no constant (monotonic) growth. The sessionstore.js file grows a bit, then shrinks again, then grows a bit...
But it stays at about just under 1MB...

Should this change significantly, I'll report here again.

Friday, November 25, 2011

Firefox Sessionstore

As I mentioned in my previous post  "Firefox 8 - Slow and Memory Hog?", I managed to get FF8 to behave "normal" again by manually resetting the session store.

In order to learn more about the session store I did some googling...and found several interesting parameters in the FF config.
Check here for a list.

One that might be of particular interest is that you can specify the interval for FF to save the sessions into the session store with browser.sessionstore.interval; the default (in FF8) is 15 seconds, which seems ok... not too frequent, but still enough to capture your sessions...
Might be fun to play around with his; e.g. move it down to sub-second level in order to totally ruin your PC performance :-)
or increase it to 1minute or more and see if it is still useable then, in terms of session-state captured...


Saturday, November 19, 2011

Firefox 8 - Slow and Memory Hog?

I'm running Firefox 8 now since it came out last week.

Not only did I find it to be slow (compared for both, FF7 and Chrome), but also a real memory hog.
~800MB on my work laptop, with only 6 tabs open, and really not responsive at all.

FF7 and earlier never had more than 300-400 MB (roughly) on that machine - with the same tabs and apps open, and the same extensions installed. So this was odd.

Especially start-up was a catastrophe.

Then, yesterday, I got the slow-script warning for sessionstore.js.

Well that about just did it for me ...

I went to my profile directory[1], and found a sessionsstore.js with more than 3MB.
I renamed it, restarted FF... of course with none of the pinned app-tabs open, because I took the session store away... But that's what I wanted.

I manually re-established my pinned app tabs, and voila
FF8 now was back to using 250MB, and the sessionstore.js was around 200kB

So - fixed for now. I think I had the session store build up for more than 1 year now and never cleared it (and quite frankly, why should I). So maybe cleaning it once might really fix the problem, and FF8 is not such a memory hog after all - or maybe it will be back after a couple of months...

Let's see, how this progresses from here...

--
[1]  can be found in %appdata%\Mozilla\Firefox\Profiles

Wednesday, August 17, 2011

Mozilla's new version policy

With Firefox 4 Mozilla introduced their new release policy, which basically means a new release every quarter, and also changing the major version number with every such release. Thus we got Firefox 6 only yesterday.

Since I'm not an enterprise, I do not have a problem with quarterly releases... some IT organizations do.
Also, I personally couldn't care less if they call their releases 4, 5, 6, 7, or Bob, Frank, Josephina, ... or IV/2011, X/2011, Fall 09... whatever.

If it were not for the add-ons... Usually you test an add-on you develop against a certain release, and also declare this in the install.rdf:

<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>5+</em:maxVersion>
</Description>
</em:targetApplication>

In the past you knew that the architecture would be stable for a major release, so if you'd tested successfully against a late Thunderbird 3 beta you could increase the maxVersion to "3+". And you'd not have to bother for the next 18 month, until the next major version would go to alpha or beta, you'd have a look at it, test your add-on against it, maybe a tweak here or there, and voila, maxVersion++; and publish it.

Now, you have to do this every 3 months; since everything is now a major version, you either have to declare the add-on as universally compatible (and it might break with version 8) or you have to update the install.rdf every 3 month. Even if there is no major change in Firefox or Thunderbird (as this week with v6).

From a users perspective the same happens, with every update you'll see a couple of add-ons as "incompatible" and disabled. And you either go to your profile and patch the install.rdf (which is what I do) or you have to wait a couple of days (at least) until the developers publish the new "version".

True for both Firefox and Thunderbird.
Somewhat annoying. There's a reason why the separation of major and minor version number has been introduced a couple of decades ago...



Sunday, July 25, 2010

Tab Candy for Firefox

There is a new Firefox add-on in the works called Tab Candy, that will help you to organize your tabs into quite powerful and dynamic tab groups:
  • Lightweight Grouping... simply drag & drop
  • Only the Tabs You Want... once you open a tab group, you only see the tabs from this particular group, all others will be hidden
See the demo/concept video here.

An Introduction to Firefox's Tab Candy from Aza Raskin on Vimeo.

(I'm not sure I follow Aza on all the future steps and developments in the second half of the video.)

To me, the need to organize your tabs, group them, prioritize them, hide "inactive" tabs is just another way of saying how important and dominant web-applications  and the browser has become... It is no longer a tiny window into the world of the internet, that does a little HTML rendering... it's become the universal client.

One more quote, though, from Aza's post:
Tab Candy is made entirely with HTML, Javascript, and CSS. There is no native code—just the open Web. That is how powerful the web has become.
Looking forward to it.

Saturday, June 26, 2010

AppTabs Extension for Firefox

Today I finally tried out an extension add-on [1] for Firefox called App Tabs, which has been on my radar for quite a while now.

Not only does it reduce the tab of your favorite apps and sites to an icon (the favicon of your application/site) - thus saving tab space, which leads to a more well arranged tab bar.


It also allows to keep this app permanent, i.e. it keeps you from inadvertently closing those apps, and also opens them automatically when you start Firefox.

All you have to do (after installing the add-on from here) is to go to your favorite sites, and then ctrl-click[2] on the tab... et voilà... it's become an app tab with a fixed app.

Pretty neat.
Love it.

According to the tab bar preview video I posted yesterday, this will become a Firefox 4 feature.
--
[1] sorry, I'm still in old Mozilla-speak
[2] see options of the add-on

Friday, June 25, 2010

Why Tabs are on Top in Firefox 4

Nice overview of the new UI concept / ideas of FF4... and the reasoning behind it.

Monday, September 28, 2009

Ctrl-K everywhere

Just noticed the other day, that Ctrl-K (i.e. jump to searchbar) not only works in Firefox and Internet Explorer, but also (tata) in Thunderbird...

Now even more handy with the new indexed full search functionality in Thunderbird 3.0 beta 4....

Friday, July 03, 2009

Firefox 3.5 - finally

So, on Tuesday I upgraded all my machines to FireFox 3.5...
without any problems.

It really is a lot faster (still in the final, not only in the betas).
And finally also my twitter performance (as ranted about here) works smoothly again...

Go and upgrade.

Tuesday, April 28, 2009

Mozilla Firefox 3.5 Beta 4 is out

Mozilla Firefox 3.5 Beta 4
has been released April 27th, 2009.
"This is the sixth development milestone and fourth beta release of Firefox 3.5, the upcoming version of the Firefox web browser."

Coward that I am, I only installed it in my virtual box... quite some extensions still not ready for it, e.g. Cooliris, Context-Search and Delicious, so keeping it contained in the vbox is OK for now.

Monday, February 16, 2009

Flickr GreaseMonkey script

For the flickr users amongst you:
if you are/were using the GreaseMonkey script for icon replies (the one where you place an icon of the person you reply to next to your text) has been updated to v3.5; the old version did not work anymore.
For details see here.

Sunday, October 05, 2008

Firefox 3 and Twitter

... don't work well with each other.

For some days now (I feel that it was with the 3.0.2 or 3.0.3 update from FF) whenever I type into the twitter status input field, it slows down, grabs 100% of the CPU and I can type at a rate of 1 character per 2 seconds !!!

It seems that the javascript for updating the counter for the remaining characters (just right above the input field) is doing this, but I cannot really prove this.

Strangest thing is, it does not do this with IE or with the very same FF version running in a virtual box (different profile, though). I also started FF without any extensions (firefox -safe-mode) and disabled spell-checking.
No difference.

Could not find any hint or reference to this behavior on Google.
Strange.

Thursday, August 07, 2008

Firefox 3 - finally

I finally moved to Firefox 3.

Because one of my favorite extension (add-on) was not FF3 compatible, I was still using FF2 only.

ConQuery was (is) the culprit. It is only 2.0.0.* compatible, and even if you "patch" the max version to 3.0.* it of course does install and run, but cannot parse the opensearch plugins from mycroft. So it was unusable.
Interestingly is was working with those search plugins nicely under FF2 ... odd.

I had FF3 only running in my virtualbox, but not on my "main" desktop. And once you get used to the speed of FF3 you will get annoyed when you have to repeatedly go back to FF2.

Only yesterday, I found out that I was kind of using the wrong extension in the first place, since there is a Context Search add-on for FF as well, which runs perfectly with opensearch, FF2 and FF3.

So there was no more obstacle...and I'm on FF3 now.

So much faster.
And the awesome bar is really awesome... or at least better than the old one.

Sunday, June 15, 2008

Firefox 3 and extensions

I just installed a Firefox 3 (rc3) (just 2 days before the big download day) in a virtual box to check how my extensions would be working after an upgrade.

The results are now in, and they are quite a disaster:



Only del.icio.us and greasemonkey continue to work...

Apart from that FF3 seems to work perfectly.
I already got used to and love the new autocomplete feature in the addressbar...

Saturday, June 14, 2008

Tupalo and a search plugin for it

I just created and published a search plugin for Tupalo or to be more specific for Tupalo in Vienna.

Tupalo is a great social platform for finding, reviewing and recommending just stuff in your neighborhood - and that's also their slogan.

Unfortunately their search is limited to a location / city you have to select first... which is OK when you search on the site, but quite cumbersome for a search plugin, since it cannot know which city you are talking about.

Hence, Vienna only... you can change the city yourself... you'll figure out.
The plugin can be found here on the mycroft page. Enjoy.

Still - finally an Austrian startup again - with a great idea. Excellent job, guys.
Their progress and new stuff can be found on their blog (where else).

Thursday, April 10, 2008

Speed Dial killed my Firefox

Strange... I have been using the Speed Dial extension for Firefox for quite some while now, and a couple of days it started to kill my Firefox after startup...
First I though it was the Norton §$%&/() product.... but then I played around with
firefox.exe -safe-mode
and voila it worked again.

Disabling extension by extension revealed that Speed Dial 0.7.0.8 was the culprit.

So it had to let it go.