Buscar en Mind w/o Soul

Mostrando entradas con la etiqueta firefox extensions. Mostrar todas las entradas
Mostrando entradas con la etiqueta firefox extensions. Mostrar todas las entradas

viernes, enero 22, 2010

Canvas 3D

Enlaces a tutoriales y librerías para programar extensiones 3D con javascript

Canvas 3D JS Libary

Google O3D

Enlaces a varias librerias

Cross Browser Support

ExplorerCanvas: http://code.google.com/p/explorercanvas/
One using SVG (Scalable Vector Graphics): http://me.eae.net/archive/2005/12/29/canvas-in-ie/
FlashCanvas - using Flash as a bridge: http://www.azarask.in/blog/post/flash-canvas/
The folks at Cappuccino use combinations of various Technologies to accomplish what canvas can do on all browsers. http://cappuccino.org ( http://280slides.com is an example of this.)

Simulated 3D with 2d context
http://www.tapper-ware.net/canvas3d/
http://www.benjoffe.com/code/demos/canvascape/

Firefox Tab prototypes challenge

Concurso de ideas sobre tabs - brainstorming

Mozilla Labs Design Challenge: Summer 09 - together with IxDA and Johnny Holland
finding creative solutions to the question: "Reinventing Tabs in the Browser - How can we create, navigate and manage multiple web sites within the same browser instance?"

jueves, enero 21, 2010

Semantic tools that make sense

Firefox plugins to summarize web pages and Google searches on the fly:

http://www.semanticengines.com/plugins.htm

SenseBot for Search Results Page adds SenseBot capabilities to your Google searches. After you add the extension to your browser, it becomes seamlessly integrated with Google results page. When you do a search on Google, a cloud of key concepts appears on top of search results. You can click on a concept to do a subsequent search, focussing on the concept. You can also click the "Show text" button, and a text summary of content of the search results will be generated and displayed on the same page.
Note that summarizing multiple pages as a whole makes more sense for informational queries, i.e. those where you are trying to understand a concept or get an overview of a topic.

• SenseBot Summarizer is an experimental plug-in that generates a text summary of the Web page you are viewing. After you add the extension to your browser, a menu item called "SenseBot" is added to the browser Tools menu. Also, when you right-click on any page, "SenseBot" appears as one of the actions. When you select the action, a popup window is opened containing a text summary of the current page, generated by SenseBot.
Note that there should be a sufficient amount of text accessible from the page in order to generate a summary. Sometimes even pages that look like they are full of content do not fit this requirement (e.g., Yahoo.com). In this case the summarizer will inform you that the text is too short to summarize.

• LinkSensor semantically analyzes blog posts on-the-fly and highlights key concepts in the text. When your mouse is over a highlighted word, a small balloon shows up suggesting other articles from the blog related to the word. After you add the extension to your browser, a menu item called "LinkSensor" is added to the browser Tools menu, and is also available in the mouse right-click menu.
If you are a blogger or a publisher, you can get LinkSensor setup for your blog.

miércoles, diciembre 09, 2009

Firefox extensions - the easy way

Mozilla Labs Jetpack | Exploring new ways to extend and personalize the Web
Jetpack is a Mozilla Labs project that enables anyone who knows HTML, CSS, and JavaScript to create powerful Firefox add-ons. Our goal is to allow anyone who can build a Web site to participate in making the Web a better place to work, communicate and play.


martes, junio 30, 2009

Hash: Password checkword

Métodos y código/programas javascript para generar códigos hash a partir de claves.

Puede servir para programar una extensión Firefox para la usabilidad de formularios de login (mostrando la checkword para comprobar si ha habido errores al teclear)

http://wijjo.com/PasswordHasher
http://hashapass.com/
http://wijjo.com/passhash/passhash.html

miércoles, octubre 29, 2008

Extensión firefox: Drag & Drop zones - gestos

Gestos mediante menú translúcido

Drag & DropZones :: Firefox Add-ons


Drag & DropZones 1.2.3
by Captain Caveman

Categories

* Search Tools
* Appearance

Get rid of that clumsy context menu, and search the web using up to 64 stylish Drag & DropZones

jueves, mayo 29, 2008

Macros en Firefox

Firefox extensions, para grabar tareas automatizadas

Instantly Build a Useful Macro Library for Firefox | OStatic
Recording macros with iMacros consists of simply turning a record function on and performing your tasks. There is no coding on your part, so if you, like many people, think of macros as tools for programmers and eggheads, definitely think again.

martes, abril 22, 2008

Sequentially: Adverbs for JavaScript

Librería de Javascript para temporización y programación concurrente

Sequentially

Sequentially
is a library of temporal and frequency adverbs for JavaScript. It provides methods to queue a function for deferred or periodic execution, and to throttle the rate or number of times that a function can be called. You could think of it as a kind of memoization, where instead of caching the result it modifies when and whether a function is called.