CogBlogged Tagged ‘greasemonkey’

No Linked Attribution: When the CC Item Vanishes?

I always provide links back to the source as attribution for the flickr creative commons photos I use. Today I ran into the not so surprising case of wondering what to do, and what the ramifications for, if the original is no longer there? Here’s the case. A dark night in a web that knows how to keep its secrets, but one dog is still trying to find the answers to life’s persistent questions. Me. Oops, wrong story. I was working on a site which has a banner collage made of 5 or 6 flickr cc licensed images. When I did the original, I downloaded them in 500px size (I keep the original cryptic file names, like “196478990_e68fe3c25a.jpg”). I also, and I wish I could say always, kept a text file with the credits info. In making a credits page on the new site, I reached for my favorite tool, [...]

New! Improved! With Extra Sheen! Flickr CC Attribution Helper

cc licensed flickr photo shared by jamelah Mmm, sliced bread! So far maybe 140 people have installed my Flickr Creative Commons Attribution Helper- a GreaseMonkey script for Firefox. I use the sucker almost every day. It takes what used to be about a 5 click, 4 copy/paste operation to give me, in one motion, the HTML needed to embed a Creative Commons licensed flickr photo in my blog- and– the format is consistent every time. But last week, a tweet from Alec Courous got me thinking, that there are times when you want an attribution string that is not HTML, e.g., when you are using flickr photos in say a presentation. I took about 10 minutes to add that feature. The new version 0.3 of my script at http://userscripts.org/scripts/show/49395 now adds a second text box that has an attribution string in text: Either box is automatically select when you click [...]

Getting Around Google Search’s Theft of Copiable URLs

cc licensed flickr photo shared by lamont_cranston One of my primary uses of Google Search is locating URLs for web pages I am creating, blog posts, etc. The way Google outputs search results in a PITA as the links to the results are obfuscated in redirects through google (things they do to harvest our actions). In the old days, the search result was a link to the actual result. You could copy it and move on. They changed it back and forth a few times on 2005, but since then, that blue link is worthless as a copiable URL. Since then, I have been doing the tedious manual copy of the real URL that is written in green text below the results. Until recently. For long URLs, Google is now even strealing that as useful information, as it abbreviates long URLs with ellipses in the middle. As is the only [...]

Noticed Anything Different in Flickr Searches?

I’ve seen it for a little while but just noticed more carefully that flickr has redesigned the results of its search. Previously you only got 10 results per page that required scrolling to review. Now you get a layout of smaller previews– and this is what is neat- the bigger you make your page, the more results you get per page (so go full screen on that Cinema Display). But even better- there is a little “i” in the lower right corner that when you click it, provides in a lightbox overlay, a bigger preview, numbers of views, tags, dates taken– and if you are searching flickr wide, you can filter out that photographer from the results (I would guess if you think their photos are irrelevant or in appropriate or …?). This was the search for my old dog friend among my photos It’s small, maybe even overdue, but [...]

Flickr CC Attribution Helper Greasemonkey Script

This morning I drove down a new coding rode- I’ve never done a Greasemonkey script, so with some help poking around ones I have and Dive into Greasemonkey — here is my crude Flickr CC Attribution Helper. What is does is adds a box on the right side of flickr photo pages — only for photos with a Creative Commons License — some HTML you can copy and paste for a blog post. I found an existing script Flickr Photo Link but that was meant to grab the entire image URL (mine is meant for a caption assuming you have already inserted an image into a blog post or web page). Also, that 3 year old script did not even work because it was not parsing correctly for the user name the way it does the XPath search on the <b> tag (looks like flick added a foaf attribute), but [...]