vpn [link] linux-uber-friendly computers [link] handy file transferring service: jetbytes [link] gmail compose bookmark [link] rooting the nookcolor [link] synergy+use one mouse+keyboard across multiple machines (link) install ubuntu on acer aspire revo(link) Network Bootingtutorial (link) etherboot project (link) ethernet cable standards (link) LinksSynergy+ (link) LaptopHP Pavilion dv7t-2000
[*http://h10025.www1.hp.com/ewfrf/wc/product?product=3884608&lc=en&cc=us&dlc=en&lang=en&cc=us HP Support]
Interesting* [*http://www.physorg.com/news153079697.html Japanese Robot/Humanoid Innovations Update] * [*http://snippets.wikidot.com/code:adding-a-site-logo Adding a site logo] ([*http://www.digitalmajority.org/ example])
* [*http://snippets.wikidot.com/code:reflections Image reflections]
* [*http://snippets.wikidot.com/code:top-nav-menu-with-listpages Top-nav Menu with listpages]
* [*http://snippets.wikidot.com/code:foldable-list Foldable List]
* [*http://snippets.wikidot.com/code:collapsible-text-block Collapsible text block]
Firefox* Faviconize tab ([*https://addons.mozilla.org/en-US/firefox/addon/3780 link]) * Greasemonkey ([*https://addons.mozilla.org/en-US/firefox/addon/748 link])
* Unlocking Deezer.com for Firefox ([*http://userscripts.org/scripts/show/29735 link]) - added 2009 Feb 9 -- may break again
* Linkify Ting ([*http://userscripts.org/scripts/show/2254 link]) - turns all non-linked urls into links
* Change Favicon for a site ([*http://userscripts.org/scripts/review/27548 link]) - change to point to url: icon.setAttribute('href', 'URL');
* [*http://www.downloadsquad.com/2009/02/22/10-greasemonkey-scripts-you-shouldnt-browse-without/ 10 Greasemonkey Scripts you cannot live without]
* [*http://www.online-tech-tips.com/computer-tips/25-useful-greasemonkey-scripts-you-should-take-a-look-at/ 25 useful Greasemonkey scripts]
* Foxmarks ([*http://www.foxmarks.com/ link]) - sync bookmarks and user,passwd on all computers
* [*http://articles.techrepublic.com.com/5100-10878_11-5810446.html Speed up Firefox]
* go to about:config, change //network.http.pipelining// to **true** and //nglayout.initialpaint.delay// to **0** (may need to add new integer value by right-clicking)
* [*http://ilias.ca/blog/2005/03/locking-mozilla-firefox-settings/ lock down firefox settings]
* [*http://www.mozilla.org/unix/customizing.html customizing look and feel of firefox]
* [*https://addons.mozilla.org/en-US/firefox/addon/59 User Agent Switch]
* [*https://addons.mozilla.org/en-US/firefox/addon/11325 Fixes bookmark width problems]
userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* change the font of the toolbars */
menubar, toolbar, menulist, menu, menuitem {
font-size: 8pt !important;
font-family: garuda !important;
}
.bookmark-item[container="true"][label="D"] {
list-style-image: url('http://www.dartmouth.edu/favicon.ico') !important;
-moz-image-regian: rect(0px 16px 16px 0px) !important;
}
.tabbrowser-tabs .tab-text {
font-size: 8pt !important;
font-family: garuda !important;
}Excel Cheat Sheets[*http://www.customguide.com/pdf/excel-quick-reference-2003.pdf] [*http://scs.unl.edu/training/cheats/excel300.pdf] [*http://www.docstoc.com/docs/2590125/Excel-Quick-Reference-Microsoft-Excel-2003-Cheat-Sheet] [*http://www.docstoc.com/docs/2480577/Excel-Quick-Reference-Microsoft-Excel-2003-Cheat-Sheet] [*http://www.docstoc.com/docs/2590384/Microsoft-Excel-2003-Cheat-Sheet] [*http://www.docstoc.com/search/Microsoft-Excel-2003-Cheat-Sheet/] <- list [*http://whatis.techtarget.com/definition/0,,sid9_gci826135,00.html] <- check out later |