Neu!
Endlich, das Extensions Mirror Searchplugin ist da.
Neu!
Endlich, das Extensions Mirror Searchplugin ist da.
Btw, gerade gefunden.
Bei diesem Auktionshaus kann man sich selbst versteigern.
:shock:[Blockierte Grafik: http://www.mainzelahr.de/smile/xxx/boobies4.jpg]
erster Eindruck ---> *lol*
Werd' ich mal im Auge behalten die Seite. [Blockierte Grafik: http://www.mainzelahr.de/smile/unsortierbar/thumbsup.gif]
Zitat von Wawuschel
Hallo,wie findet man so einen Code heraus
cu
Wawuschel
Zum Beispiel hier mal gucken.
Der Code steht dann oben in der Urlbar.
c|net hat ein Preview-Release eines eigenen webbasierten RSS-Readers gestartet . Der Reader ist unter newsburst.com erreichbar und konkurriert direkt mit dem vor wenigen Tagen von AskJeeves aufgekauften Bloglines.com.
[via GadgetMania]
Icons: GANT
Ave Sysstats: Drives-skExpress / Labels-Powder Glass
Ave Sysstats: IconDrop skAqua2
VS: Ashen Frozen Tundra
Wallpaper: Karppi__Panel_1 (gemoddet)
Miranda: HmmXP / Icons-Bubbles (gemoddet)
Foobar2000 Remote Control Icons: GANT
Tools: AveDesk, Miranda, Foobar
Silver Aqua Sunbird Icon by rontz
[Blockierte Grafik: http://photoalbum.powershot.de/fotos/51/79//8…821c19605b4.png]
Zitat von dogfriedwartEin neues deutsches Blogger-Forum:
Ja, haben auch gerade einen Feed eingebaut.
...mal gucken was da läuft.
Gerücht bestätigt: Ask Jeeves hat Bloglines gekauft
ZitatWomit sich die Frage erübrigt hat, ob Blogs tatsächlich ein ernstzunehmendes Informationsmedium sind. Falls sich diese Frage jemals jemand wirklich gestellt hat.
Also was haben denn die mit der Seite vom Extensions Mirror gemacht?! :shock:
Sieht ja übel² aus.
Bah, macht das wieder weg.
von dir wußt ich es auch bis eben noch nicht, oder es ist mir entfallen.
Sunbird 2005 Icons by weboso
[Blockierte Grafik: http://photoalbum.powershot.de/fotos/77/60//c…d5966d0623d.png]
Zitat von dogfriedwart<a href="http://www.cmeissner.com/Firefox/Blog Bookmarks.html">hier</a> mal anschaun
So, hab mich mal in 2 Stunden durchgeackert.
Auch da, interessante Sachen bei.
Nur schade das "Gedankenreiter" - Daniel S. Lee keinen Feed zu seiner Seite anbietet.Hab'se mir aber auch so zu meinen Bookmarks gepackt.
Da Fragen und Beiträge zu diesem Thema ja immer wieder kommen und in letzter Zeit vermehrt, hier mal die Performance Settings von Darrell Norton und Scott Kingery.
ZitatAlles anzeigenCommon to all configurations
These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about:plugins and the bookmark menu delay is turned off.
Codeuser_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("content.notify.backoffcount", 5); user_pref("plugin.expose_full_path", true); user_pref("ui.submenuDelay", 0);
Fast Computer Fast Connection
Code Alles anzeigenuser_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 0); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("browser.cache.memory.capacity", 65536);
A couple settings of note - Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.
Fast Computer, Slower Connection
This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections.
Codeuser_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536);
Fast Computer, Slow Connection
Code Alles anzeigenuser_pref("browser.xul.error_pages.enabled", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 3000000); user_pref("content.maxtextrun", 8191); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536);
Slow Computer, Fast Connection
Code Alles anzeigenuser_pref("content.max.tokenizing.time", 3000000); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 1000000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 1000000); user_pref("content.maxtextrun", 4095); user_pref("nglayout.initialpaint.delay", 1000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("dom.disable_window_status_change", true);
One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time.
Slow Computer, Slow Connection
We have entered the doldrums of the dial-up user
Codeuser_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 750); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("dom.disable_window_status_change", true);
Der Tweak-Guide von Scott Kingery ist hier zu finden...
http://users.tns.net/~skingery/weblog/user.js
....und auf dieser Seite gibt es seine kompletten "Firefox Help, Tips and Tricks".
(mit Screenshots und allem drum-und-dran...wirklich sehr empfehlenswerte Seite)
...und als letztes noch der Fine-Tuning-Thread von Mozillazine - auch immer einen Blick wert.
Edit:
FireTune - Erster automatischer Firefox-Tuner
Auch der Extensions Mirror befasst sich mit dem Thema Firefox und Speed:
Gerüchte [via augenmerk agenturblog.de]
Übernimmt Ask Jeeves Bloglines.com?
Die Stimmen im Netz mehren sich, die von einer kurz bevorstehenden Übernahme des Online RSS Aggregators Bloglines durch die Suchmaschine Ask Jeeves ausgehen. Reine Spekulation? Napsterization und Micro Persuasion schüren die Gerüchteküche...
Vielleicht noch eine Alternative zu Quick Notes ist...
Ist von derselben Firma die auch das geniale Tool AM-DeadLink anbietet.