search for: bookmarklets

Displaying 12 results from an estimated 12 matches for "bookmarklets".

Did you mean: bookmarklet
2004 Jun 21
0
Bookmarklet for searching R documentation
I recently posted a request for a Mozilla search engine plugin for the R java search applet. Having recieved no response, I pursued this myself and came up with an alternative. I found a "bookmarklet" that was used to submit searches to Amazon. I modified the code to submit searches to the R search engine. I tested the following using Firefox 0.9 on Windows 2000. Create a
2008 Mar 25
2
a JavaScript front-end for Babelmark
Hi, I've built a quick-and-dirty diff GUI for Babelmark (thanks, Michel!). You can get it as a bookmarklet here: http://attacklab.net/babelmark/ If either Michel or Tom is interested in hosting this, I'll be happy to do the grunt work for a real integration. It's kind of pain in the ass to hit the bookmarklet every time you get new data from the server. I've tested this
2006 Sep 29
5
Request URI Length Override
Please help, Does anyone know how to override the Mongrel request URI limits built in? I know it was set at a 512 byte limit, but my application will not work with this in place. Why do I need a larger limit? I''ve written a rails application that uses a bookmarklet to send large amounts of data from site to site. The only way to do this is (and keep it cross browser
2005 Nov 29
3
OT - Detect selected text with JavaScript
Hello, Does anyone know if it is possible for JavaScript to detect what text is currently selected by a user? I would like to allow the user to select some text and then grab that text using JS. I saw these guys do it : http://www.enlighter.com/ but I''m not sure if its possible to do this using JS only or if it needs a browser extension. Thanks! --Dave.
2006 Dec 28
1
- HomeMarks.com - Like the world needs another AJAX home page.
http://www.homemarks.com/ I wanted to share my first pet project that I started about 8 months ago when I wanted to learn JavaScript, Ruby/RAILS as a new career move. It''s not like the world needs another AJAX home page, but I felt like most of the others included to many features while all I needed was a simple display of bookmarks for project related links. If you find it
2006 Apr 20
2
Firefox JS Console unusable
Hello, I wonder if somebody else is experiencing the same problem : Firefox''s Javascript console is unusable with RJS or Scriptaculous libraries. Every time I want to use it for debugging purpose (evaluating $ or $$ calls for example) I get a message stating that a script on the page must be stopped. If I stop that ''script'' (which script it is ?) the console is
2012 Apr 04
0
NEW GROUP: Hunt Bugs Club
...Club. The web site is http://huntbugs.com/. The forum is on Google Groups at http://groups.google.com/group/hunt-bugs-club. This group will meet on the 3rd Wednesday of the month at Clockwork (http://www.clockwork.net). The next meeting is on Wednesday May 16th. The lightning talks will include: Bookmarklets: Andrew Leaf How to Write a Good Bug: Chris Countryman Agile Testing; Adam Burback Interdepartment Communication: Dez Run Test Run: Breon -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyon...
2007 Sep 30
1
two pandoc web apps
I've put together two small web apps to demonstrate pandoc: 1. [html2x](http://johnmacfarlane.net/pandoc/html2x.html) can convert most web pages to markdown, reStructuredText, DocBook, LaTeX, ConTeXt, RTF, or groff man. Bookmarklets are provided. html2x is modeled on Aaron Swartz's [html2text](http://www.aaronsw.com/2002/html2text/), but it's faster, supports multiple output formats, and behaves a bit differently (for example, it wraps text, puts all the links at the end instead of interspersing them, and uses text ins...
2006 Oct 03
3
Make.text
I've written a bookmarklet, Make.text, for turning a web page into Markdown syntax. It works in Firefox 1.5 (Linux and Mac), Safari 2 (Mac), Konqueror 3.5 (Linux), and Opera 9 (Linux and Mac). It does not work in Internet Explorer (and I don?t have a Windows machine to debug it on). You can get it here: http://homepage.mac.com/tjim/ -Trevor
2007 Feb 12
18
document "expando" properties broken in Konqueror
I noticed that some of my event handlers and scripts evaluated in ajax responses didn''t work in Konqueror (3.5.5). document.getElementsByClassName is not defined in these contexts. I can work around this, by saving document.getElementsByClassName in a (namespaced) global variable once and reassigning it before each use. Still, this misfeature is annoying and not restricted to this
2011 Oct 28
0
the next mountain for markdown to climb up
fletcher said: > > If you're working on a long document, > > it's not realistic to expect an as you type live preview - > > the performance just won't be there. i said: > i'll wait to challenge you on this assertion until i see > just exactly how well my app works in such situations. i've now done tests, and can conclusively
2007 Feb 28
7
Showdown -- A javascript port of Markdown
...tion lets users edit documents again later, then they won't have access to the original Markdown text. But this should be good enough for many uses -- and you can do it with just a two-line `onsubmit` function. * Add Markdown input to closed-source web apps You can write bookmarklets or userscripts to extend any standard textarea on the web so that it accepts Markdown instead of HTML. With a little more hacking, the same can probably be done with many rich edit controls. * Build new web apps from scratch A Showdown front-end can send back text in Markdo...