Skip to main content

gialloporpora 's Library tagged firefox   View Popular

30 Sep 09

How To Auto Shutdown The Computer (or Firefox) after Downloads Complete

Recently, however, I found an excellent addon that lets you do schedule auto shutdowns in Firefox and a whole lot more, its (aptly) called Auto-Shutdown. The addon is auto shutdown software that provides you with a number of options to perform precisely the action you want once the downloads have completed. You can play sounds, clear downloads, shutdown, logoff, restart your computer or run any command or multiple commands through a script.

www.makeuseof.com/...tdown-after-downloads-complete - Preview

firefox estensioni

27 Aug 09

Vacuum Firefox databases for better performance, now with no restart - Mozilla Links

Compattare i database sqlite di Firefox dalla console degli errori.

mozillalinks.org/...erformance-now-with-no-restart - Preview

firefox ottimizzare

  • Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
26 May 09

How to: add features to Firefox with Mozilla's new Jetpack - Ars Technica

Mozilla's new Jetpack project makes it easy to enhance the Firefox web browser by using conventional HTML and JavaScript. In this hands-on tutorial, we introduce you to Jetpack and use it to add a Digg counter to the browser's statusbar.

arstechnica.com/...-with-mozillas-new-jetpack.ars - Preview

jetpack tutorial firefox programming

06 Apr 09

Performance:Leak Tools - MozillaWiki

Strumenti per il debug di estensioni e leak in Firefox.

When trying to make a particular testcase not leak, I recommend focusing first on the largest object graphs (since these entrain many smaller objects), then on smaller reference-counted object graphs, and then on any remaining individual objects or small object graphs that don't entrain other objects.

wiki.mozilla.org/Performance:Leak_Tools - Preview

firefox debug programming

01 Apr 09

Stupid Extension Tricks « Not The User’s Fault

Stupid Mac Tricks was the inspiration for a presentation I did last Monday for the Design Challenge. It featured the following extensions:

1. Menubar Madness, which turns all your menus names backwards.
2. Dodgy Navbar, which makes the buttons in your navigation bar randomly reorder themselves when you click on them.
3. Kittens Everywhere, which replaces every image on the web with random LOLcats images.
4. Bookmarks and Preferences, which… actually, this one doesn’t do anything too wacky, it just shows how an extension can set bookmarks and preferences.

jonoscript.wordpress.com/...stupid-extension-tricks - Preview

extensions firefox

18 Mar 09

Sync Firefox from the Command Line | Linux Journal

There are lots of solutions for syncing Firefox, and I must confess I haven't used any of them. As I've read the descriptions, I've always gotten the sense that they wouldn't do what I wanted, the way I wanted it, when I wanted it. Necessity being the mother of invention, I wrote my own shell script to do what I needed.

www.linuxjournal.com/...sync-firefox-command-line - Preview

firefox cygwin sync

24 Feb 09

Updated: Open Firefox JavaScript Console in a Sidebar

Yesterday I posted a tip on how to add the Firefox JavaScript Console to the sidebar panel. The one problem with the method, is that you can only expand the panel to a certain width, and even at that width, important debugging information – like the line number of the error and the page of the error, is cut off. There is a solution and it involves adding two CSS declarations to your userContent.css file. With that being said, here are the updated instructions to placing the JS Console in your sidebar.

www.digitalmediaminute.com/...avascript-console-in-a-sidebar - Preview

firefox userchrome

04 Feb 09

Ubiquity: Make Ubiquity Your Ultimate Firefox Commander

First, if you haven't already, install the Ubiquity add-on for Firefox. (Mac users, you should also install Growl to get status messages from Ubiquity.) Ubiquity is still pre-1.0, so be prepared for possible hiccups or Firefox slowdowns with Ubiquity installed. While the current 0.1.5 release saw tons of stability improvements over the initial preview, it still is very beta software.

lifehacker.com/...our-ultimate-firefox-commander - Preview

ubiquity firefox

24 Nov 08

Festive Firefox: 10 Themes for the Holidays

So in light of this annual tradition, we thought we’d make your last weeks of 2008 with Firefox more thematically complete. Take a look at these add-ons. They’ll help get you in a snow shoveling and home decorating mood. And all the better to enjoy your Harry Connick Jr. album collection, or whatever you playlist when lighting candles and hanging strings of tinsel.

mashable.com/...10-festive-firefox-themes - Preview

temi firefox feste

18 Nov 08

20+ Firefox Plugins to Enhance Your YouTube Experience

There is no arguing that YouTube is the most popular video sharing site out there, but that isn’t to say that there aren’t things about it that annoy users. With that said, there are a wide array of plugins for Firefox to make the YouTube user experience that much better. Here are over 20 that will let you save your favorite videos before they disappear, stop them from autoplaying when you come to a page, and more.

mashable.com/...firefox-youtube-plugins - Preview

youtube estensioni firefox

09 Oct 08

Foxmarks: non rimpiangere Google Sync! | Gioxx's Wall

Bentrovati. Oggi post dedicato a Mozilla Firefox e le sue estensioni sempre preziose. Foxmarks -appunto- è stata definita una (se non l’unica) estensione fondamentale per il bookmarking. Per chi lavora su più postazioni (anche contemporaneamente), per chi possiede più PC (magari uno o più portatili), per chi si sposta spesso tra un internet café e casa propria, Foxmarks torna utile in parecchi modi e posti.

gioxx.org/...ks-non-rimpiangere-google-sync - Preview

segnalibri estensioni firefox

19 Sep 08

Access Keys - Open Source - Adaptavist.com Wiki

This plugin allows you to quickly list the access keys on the current web page, filter the list by entering a key or it's description and then trigger the access key.

www.adaptavist.com/...Access+Keys - Preview

firefox ubiquity programming javascript jquery accessibility

12 Sep 08

mozilla links - edizione italiana: Alcuni trucchetti per il gestore dei download

Il gestore dei download ha subìto degli importanti miglioramenti in Firefox 3: un indicatore di avanzamento nella barra di stato, la scansione antivirus automatica, un'interfaccia semplificata con funzionalità di ricerca e, cosa più rilevante, il recupero dei download tra le sessioni.

mozlinks-it.blogspot.com/...chetti-per-il-gestore-dei.html - Preview

firefox about:config

26 Aug 08

Fitz and MuPDF

Fitz is a project to create a new and modern graphics library. At the core of Fitz is the display tree: a scene graph of vector graphics, images and text making up the contents of a page.

Fitz

The standard components of Fitz are:

* Base runtime (thin memory and error handling layer)
* Streams and filters (standard postscript, pdf and tiff filters)
* World model (display trees and resources)
* Drawing (draw the tree to a bitmap raster)

MuPDF

MuPDF is a PDF parser that reads PDF files and creates Fitz trees.

MuPDF also has an API to modify internal objects in the PDF files and write PDF files. For instance, it is possible to use the MuPDF library to encrypt existing PDF files, or to rearrange the pages.

pdftool is a commandline demo of this functionality; it is a portable pdf swiss army knife for fixing broken pdf files, changing permissions, merging and extracting pages, and examining the internal object structure of a PDF file.

apparition is a bare bones PDF viewer for X11 and Windows.

Browser Plugin
This plug-in uses the incredible rendering power of Fitz and MuPDF to make PDF documents appear as normal web pages within your browser.

ccxvii.net/fitz - Preview

firefox plugin pdf opensource

24 Aug 08

Ambient News at Toolness

So, in an attempt to solve this problem and explore the possibility of ambient information in the browser, I’ve started a little experiment. It’s a Firefox Extension called “Ambient News”, and its goal is to provide the user with zero-cost news about the sites that they visit frequently. The extension requires no configuration; you just install it and see if it helps you out.

www.toolness.com/wp - Preview

firefox estensioni feedrss

18 Aug 08

mozilla links - edizione italiana: Come visualizzare grandi archivi senza scaricarli

Se vi è mai capitato di aver bisogno di un unico piccolissimo file intrappolato in un grandissimo archivio da qualche parte nel web, sapete bene quanto sia frustrante attendere così tanto tempo per pochi kilobyte.

mozlinks-it.blogspot.com/...zare-grandi-archivi-senza.html - Preview

estensioni firefox archivi

04 Aug 08

XMLHttpRequest - MDC

Documentazione relativa all'implementazione di XMLHttpRequest nei browser Mozilla (Firefox, Seamonkey e derivati)

developer.mozilla.org/...XMLHttpRequest - Preview

firefox mozilla javascript ajax programming

28 Jul 08

Tracking down Firefox plug-ins | Defensive Computing - CNET Blogs

  • My last posting was about upgrading the Adobe Flash Player, a Web browser plug-in. Adobe Systems just released a new version that fixes critical bugs in older versions, so everyone should update to the latest version.
  • Go back to the address bar, and enter "about:plugins" (no quotes). As shown below, the file name in the Shockwave Flash section has the name and the full path of the file Firefox is using for the Flash Player.
16 Jul 08

ubiquity-firefox: Summary

Very prototypical LCLI for Firefox.

Ubiquity è un punto di incontro fra Enso e Firefox.
E' possibile utilizzare CTRL-X e richiamre Ubiquity, digitare il comando (help per avere la lista dei comandi) ed eseguirlo.
La sua estendibilità è lasciata solo alla propria fantasia.

hg.toolness.com/ubiquity-firefox - Preview

commandline ubiquity firefox estensioni

11 Jul 08

CodeProject: Programmatically detecting browser cache size for Firefox using C#. Free source code and programming help

This very small article is a walkthrough of the code I wrote to determine the browser cache size for Firefox installed on a particular PC.

www.codeproject.com/...firefoxbrowsercache.aspx - Preview

firefox javascript windows

1 - 20 of 72 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo