Problems with your bookmarklet?
Grok Headline matches for Problems with your bookmarklet?
Bookmarklet bonanza
Bookmarklet bonanza
03/20/2003 08:32 AMTwo excellent new bookmarklets by Ian Lloyd, extending our own show
divs with colour. Show and label divs with ids...
Bookmarklet Heaven
Bookmarklet Heaven
07/08/2004 05:31 PMWeb
Development Bookmarklets: Thanks for Si
mon Willison for pointing us at this amazing page of
bookmarklets that let you play with the CSS and JavaScript of any
page.
These bookmarklets let you see how a web page is coded
without digging through the source, debug problems in web pages
quickly, and experiment with CSS or JS without editing the actual
page.
Some killer bookmarklets:
- Computed styles. As near as I can tell, this one lets you
click on an element and displays the styles applied to it both
directly and inherited from higher up the cascade.
- Generate source. Displays the entire DOM tree as formatted
text.
- View variables. Displays all JavaScript variables and functions
in scope on the page.
- Shell. Gives you a JavaScript shell in the current page
scope.
Great, great tools here. Incidentally, these are only the "Web
Development" bookmarklets. There are hundreds of
bookmarklets on the site. Some of them are jaw-droppingly good,
and worthy of their own post.
If you don't know how a bookmarklet works, just pick one you like,
then drag it to the bookmark bar on your browser. Find a page where
you want to use it, and click the bookmark.
Click here to comment on this entry
"bookmarklet generator"
"bookmarklet generator"
09/17/2004 08:31 PMBookmarklet request
Bookmarklet request
04/18/2004 07:03 PMAnyone know if it would be possible to create a bookmarklet that
emulates an EyeDropper style
application: as you move it around the page it shows you the hex
colour code for the pixel directly under the mouse pointer? I'm pretty
sure it can't be done but I'd love to be proved wrong.
"The bookmarklet works for me "
"The bookmarklet works for me "
05/12/2004 09:38 AMAnyone Want a Feedster Bookmarklet ?
Anyone Want a Feedster Bookmarklet ?
03/19/2003 10:27 PMAnyone Want a Feedster Bookmarklet ?
I was thinking it would be really useful to just highlight some
text on a webpage and click a bookmarklet in your browser link
bar and have it do a feedster search. Matt Mower gets all the
credit for this idea. And, well of course, Bottom Feeder
who already has this working.
Anyway ... I just update to IE 6 which seems to have disabled
bookmarklets. I can drag it to the links bar andeven though I
say Yes its ok to add it, it seems to just disappear into the
void. Anyone know anything?
So I have most of the code for this but I can't test the pesky
thing. Arrggh!
WorldCat Goes Bookmarklet!
WorldCat Goes Bookmarklet!
09/24/2004 09:17 AMworldcat
bookmarklet - get it
"Thanks to Steven Cohen
and Michael Fagan and Andrea Mercado [and me, and
Michael and Andrew whose emails with
similar code I didn't get til this morning], the WorldCat Lucky Bookmark lives! While I agree with Sarah that we can't expect our
patrons to grok the bookmarklet thing, as much as we might like them
to, this one is [nominally] for staff. Go nuts team!
Lucky 'Cat [in same window]
Lu
cky 'Cat [in new window] " [librarian.net]
And as always, Jon
Udell provides more help:
"I could have switched LibraryLookup over to this technique, but
never did because it only works with Amazon. I've always liked the
idea that LibraryLookup can also work with isbn.nu and All Consuming and other book
sites. (It'd be cool if they all emulated Amazon's metadata pattern,
but they don't.) Still, in the context of this excellent new WorldCat
hack, I thought the non-ISBN-dependent solution might be useful. So
here it is:
Amazon/Google/WorldCat bookmarklet: A/G/W (drag to linkbar) "
Most excellent - nice work, everyone! Another ringing endorsement
for open, web services-based back-ends for library catalogs.
Bookmarklet flood
Bookmarklet flood
03/20/2003 11:58 AMOne more bookmarklet for today. It makes a simple DOM inspector of
active window and it's document. Tested in IE6/XP,...
"Password generator bookmarklet"
"Password generator bookmarklet"
09/08/2004 03:10 AMRoller bookmark bookmarklet
Roller bookmark bookmarklet
03/22/2005 05:09 PM Lars Trieloff has created a very nice
bookmarklet that makes it easy to add bookmarks to Roller's bookmark
manager. I've tried it and works. It and captures both the URL of the
page you are currently on, as well as the newsfeed URL (if the page
includes the autodiscovery tags). Read more here: Roller bookmark bookmarklet
Password Generating Bookmarklet
Password Generating Bookmarklet
09/07/2004 10:24 AMPassword generator
bookmarklet: This is pretty brilliant. Boo
kmarklets are the neatest things.
I wrote a bookmarklet to make up passwords for me. It asks for my
master password, which is all I have to remember, and uses it to make
a unique password for each site. It even types the password into any
password fields on the current page for me, whether I'm registering
for a new account or logging in on a subsequent visit. [...]
How does it work? It gets the hostname from the page's URL and
mixes it together with your personal master password using a little
cryptographic magic we call MD5. It will always get the same result if
given that hostname and master password, but will never get that
result if either changes. (Well, once in a few billion times it
might.)
Just don't lose sleep at night worrying about MD5 cracks.
Click here to comment on this entry
Much improved bookmarklet - Wists, new
features
Much improved bookmarklet - Wists, new
features
03/14/2005 04:33 PMThanks to some fantastic work by Adam Michela at Axentric, there is a
much improved 'add to Wists' bookmarklet which...
Nic Woolf's single-signon bookmarklet
Nic Woolf's single-signon bookmarklet
09/07/2004 12:16 PM
As has been
widely noticed
in recent days, Nic Wolff's
password generator is a
brilliant hack. It hashes a passphrase with the domain name of the
site you're on and fills in the password field on the page. Each
site's password is unique; you need only remember a single passphrase;
the passphrase is only handled locally. Sweet.
...The bookmarklet solution to the password
problem
The bookmarklet solution to the password
problem
09/06/2004 02:38 PMAnyone who makes heavy use of the internet has run in to
the password problem: dozens of user accounts on sites with varying
degrees of trustability, leading to an unmanageable proliferation of
username and password combinations. The temptation is to use the same
combination on multiple sites, but doing so opens you up to the
horrifying prospect of a security flaw in one site compromising al of
your other accounts.
I was burnt by this a few years ago: a small community
forum on which I was a member was cracked, and my account was then
used to log in to another larger forum to which I had administrator
acccess. Thankfully no permanent damage was done, but it taught me a
valuable lesson in password security. Since then I've maintained a
number of different combinations each with a different level of
associated trust: if my account on Joe's random forum is cracked it
won't lead to the compromise of my Amazon account!
Even different tiers of passwords aren't ideal though, and
that's why Nic Wolff's Password generator
bookmarklet (via 43 Folders) has
me so excited. Nic's bookmarklet pops up a JavaScript prompt box
asking for your "master" password, then MD5s it against the domain of
the current login page and inserts the resulting hash in to any
password fields on the page. A single password can be used for dozens
of sites without any risk of a compromise of one account affecting the
others. It's brilliant.
There are a couple of minor flaws in the bookmarklet: the
master password prompt is in plain text rather than masking your input
with asterisks, and the bookmarklet could leave you high and dry if a
site changes the domain on which their login form resides without you
noticing. The first could be solved by extending the bookmarklet to
append a "master password" field to the page using the DOM, while a solution to the
second would require some kind of server-side store of the domains at
which the initial accounts were created.
Quibbles aside, it's an ingenious solution to a pervasive
problem.
Bookmarklet for Searching Google News
Bookmarklet for Searching Google News
05/16/2004 05:48 PMI am always messing around making tools for Google. And when I make
them (and they work) I want to share them with you. First because
you're the greatest readers...
Sweet Google Results Scraper in a Bitty
Bookmarklet
Sweet Google Results Scraper in a Bitty
Bookmarklet
06/24/2004 06:16 AMDavid Crossman has made a sweet little Google hack for all you folks
who want comma-delimited Google search results. And it's in a
bookmarklet! It's available at http://hacks.oreilly.com/pub/h/1079 .
Run...
Bookmarklet tool by Michael Fagan called
URLInfo
Bookmarklet tool by Michael Fagan called
URLInfo
08/27/2004 01:47 PMMichael Fagan has
put out a coolio new
tool - for all you blogging nerds. It's called URLInfo.
New Google Bookmarklet for Google Web
Alerts
New Google Bookmarklet for Google Web
Alerts
05/16/2004 04:25 PMI've written about bookmarklets in the past. As you may remember,
they're small snippets of JavaScript that you save as a bookmark. Then
you click on them and they do...
.Pro problems
.Pro problems
04/08/2005 10:13 AM
As people have reported
widely, there has been a great deal of abuse of .Pro. .Pro was
supposed to be a top level domain dedicated to creating a credentialed
area for verified professionals and profession related domain names.
People have been registering obviously unrelated domains and going as
far as selling them on eBay. This clearly violates the spirit of the
agreement, but it is still unclear whether anyone is technically
violating the agreement. ICANN has been criticized for not policing
.PRO especially in light of ICANN approving new sponsored top level
domains. As Michael Palage pointed out in his comments during the
board meeting, ICANN staff is currently investigating the issues and
they will come back with the facts and the board will discuss any
appropriate actions.
Comment -
TrackBack
IT Problems at the FBI
IT Problems at the FBI
06/17/2005 03:19 PMCIO Jun 17 2005 12:22AM GMT
The Problems With PCs
The Problems With PCs
09/23/2004 06:51 AMABCNEWS.com Sep 23 2004 11:02AM GMT
We Should All Have Such Problems....
We Should All Have Such Problems....
07/21/2004 12:38 PMJohn Batelle
writes....
Ad
space is running out (pdf download) on search engines.
Damn....
Why do we care? It means the demand has outstripped supply. And
that means very good things for high quality community driven web
sites. Blogs? Yes.
[Searchblog]
Here here.
Our 1UP.com site has tripled ad
revenues - since we turned on the social networking/blogging aspects
to it last month. It's an ever increasing body of inventory - in
which to run ads in.
More Diebold problems.
More Diebold problems.
11/16/2003 11:30 AM Anthony
Argyriou uncovers what seems to be a serious problem either with
California voting machines or the vote tallying system:
The Secretary of State's summary of votes on the Davis recall
shows three counties--Alameda, Kern, and Plumas--that apparently had
zero voters who didn't vote on the recall. Not one. All
three counties used Diebold machines. Other counties ranged from 0.5%
to 10.3% of voters not voting on the recall.
More from
Rick Hasen, a top election law scholar.
[Via Volokh.] Possible access problems
Possible access problems
11/04/2003 10:33 PMThis site may be slow or unavailable at various times, since
Geek-Hosting is having severe DOS attacks. They're taking measures to
stop attacks and may move this and other sites to different hosts.
"problems are quite severe indeed."
"problems are quite severe indeed."
04/20/2004 10:17 PMPanther FTP problems
Panther FTP problems
11/10/2003 10:46 PMHere's a support request, thrown out to the 'net on the off chance
someone will read this and have an...
'You've got problems!'
'You've got problems!'
01/26/2004 02:20 AMBoston Globe Jan 26 2004 6:53AM GMT
Some land problems
Some land problems
04/01/2005 04:49 AMMy post last month about free land, Get yer free land!, has landed
(har har) me in a tricky spot. I now seem to be the fifth Googe
response for free land which is leading to strange emails from people.
Two excerpts:
I would like to request more information about the free land. I'd like
too know how I could get in on it also.
And today's missive, with (I hope) some typos:
would love to move from calif to on of the places that has free land .
But i have quistions like I have two foster bays I need to know what
that county would give to them to live on. The other thing is do they
have places to rent until you build. the other is could you place a
mudular or moble home on the land to live in while you get a job and
you feel me.
I updated the post. I don't know about the free land, I only link to
it. And I don't want to feel anyone.
RSS Scaling Problems: How Can We Help?
RSS Scaling Problems: How Can We Help?
07/26/2004 10:58 PMOkay, I'm in Portland for OSCON and catching up on a very big backlog
of stuff. Mark Fletcher, in RSS Scaling Issues, brings up an issue
that I've been worrying about (but not talking about) for quite some
time now. Centralized services like Bloglines avoid this problem
because we only fetch a feed once regardless of how many subscribers
we have to it. Desktop aggregators can't do that, of course, and end
up generating huge amounts of traffic to sites...
Printer Problems
Printer Problems
09/15/2004 02:10 AMAbcnews.go.com - Tue Sep 14, 10:57 am GMT
Email problems
Email problems
05/20/2004 10:02 PMI've been having email problems and have been missing email the
last few weeks. I'm pretty sure I'm caught up on my email so if I
haven't responded to an email you've sent, can you try sending it
again? Sorry about this!
Report: DVD Problems
Report: DVD Problems
03/14/2005 05:07 PMproblems with 8x media, related suggestions
Most Common CSS Problems
Most Common CSS Problems
08/11/2004 03:38 PMAndy Budd wants to know the most common CSS problems.
Top Tip: Right click problems?
Top Tip: Right click problems?
02/10/2004 03:00 AMRight click - view source, does not work. Notepad never pops up. ALSO
When I right click to save a pic, it saves JPG's as BMP's ? ? No
choice to save as JPG in the drop-down menu.
One in ten could suffer with SP2
problems
One in ten could suffer with SP2
problems
09/01/2004 08:20 AMvnunet.com Sep 1 2004 12:56PM GMT
connection problems
connection problems
01/06/2004 11:49 AMWhile I finished deleting the spam comments a few hours ago, the
Internet connection problems remain. I can't reach several sites,
including news sites and weblogs, and neither IM or IRC can connect.
Other sites, both in Ireland and abroad, work fine. Definitely
weird.
Solution to gcc problems.
Solution to gcc problems.
12/19/2004 03:50 PM
Apple has released the November 2004 gcc3 updater, available (upon
free
registration) at connect.apple.com. This updater fixes the problems
with
the gcc3 compiler in XCode 1.5. If you are using XCode 1.5, you
should
install this updater. (The updater will update correctly for users
with
an untouched XCode 1.5, and also for users who installed the
workaround which
the fink project had previously recommended.)
We would like to thank Apple for responding to our reports about this
matter, and working to resolve it as quickly as possible.
Workaround for gcc problems.
Workaround for gcc problems.
12/19/2004 03:50 PM
The version of gcc included with XCode 1.5 is known to produce
incorrect output from c++ code under certain circumstances.
Fink now has a mechanism to warn users about this, and Fink will soon
refuse
to use the "broken" gcc to compile packages which are known to
have this problem.
If you have already upgraded XCode to version 1.5, there is a
workaround,
described here
and here .
If you have not yet upgraded, you should consider remaining with
XCode version 1.2 until the problem has been resolved.
Server problems
Server problems
02/13/2004 11:52 AMWe've been having some server problems, hopefully everything will get
sorted soon....
Grok Description matches for Problems with your bookmarklet?
GrokA matches for Problems with your bookmarklet?
Problems with your bookmarklet?