public marks

PUBLIC MARKS from decembre with tags code & comment

2017

BIB -- L'Awesome Box ou comment hacker le système RFID d'une bibliothèque - - 2017

un chouette dispositif passerelle de médiation numérique des savoirs. L’Awesome Box est un dispositif tellement simple qu’on se demande pourquoi personne n’y avait pensé !C’est donc une boite de retour qui est destinée aux documents que les usagers ont trouvé awesome (formidaaaaable). Une fois déposés dans cette boite, le retour est effectué et les documents sont tagués avec la mention awesome. La liste des titres est alors publiée automatiquement sur une page web et la liste est également diffusée sur twitter. C’est tout bête et c’est même pas récent puisque le projet date de 2011. Le code est accessible on peut facilement imaginer de modifier le dispositif pour proposer plusieurs boites : ce que les gens ont détesté, adoré, ce qu’ils recommanderaient à leur mère, leur frère, etc. Une fois rendus, j’imagine que l’idée est de le remettre en circulation le plus vite possible…

2013

DEV CSS - Tutoriel vidéo HTML-CSS : Firebug, L’extension pour les développeurs Web | Grafikart.fr

Firebug est une extension firefox incontournable pour tous les intégrateurs et développeurs web. Elle permet entre autre de voir comment le navigateur interprète les différents languages et permet aussi d’interagir en temps réel avec le code source. Plutôt que des longues explication une petite vidéo vous aidera à mieux comprendre comment firebug peux changer votre façon de débugger vos pages web

2010

JSMin (Online Javascript version of this Tool) - A filter which removes comments and unnecessary whitespace from JavaScript files

by 1 other
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.You can automate this process with a minimizing application which you can find here and an on-line javascript version here ______ You should note that while comments are useful for maintaining the code, they are a liability itself in Javascript since they will be transmitted along with the code to each and every page load, which can create substantial bandwidth penalties and increase the load time of your page for users. This doesn't mean you shouldn't comment your code, just that once your code is "finished" you should make a backup copy with the comments, then strip out all the comments in the file which is actually sent to the user.

2009

SML Wiki: Interestingness(note: work in progress)

Interestingness is a media (images, videos, etc) ranking algorithm to provide as an additional metric for search results. The algorithm is based upon an algorithm created by the Flickr team, and is further enhanced by metadata knowledge resulted from the Del.icio.us development. The algorithm was first unveiled publicly on Flickr on 2005-08-01.1 SML.SML: Interestingness = f(views, faves, comments, tags, time, user, network relationships); The ranking is based on one or more of the following factors: * the quantity of user-entered metadata2 (i.e. tags) * the number of users who have assigned metadata3 * the number of favorites assigned to the photo4 * relationship between the person who uploaded the photo and the people who are commenting5 * access patterns related to the media object6 (i.e. where the clickthroughs are coming from; who comments on it and when)7 * a lapse of time related to the media object8 (i.e. velocity of metadata acquisition)

2008

Firefox Web Developer Toolbar | Webmaster Tips

Web Developer Toolbar is one of the most useful tools you can have for web design. This is a short introduction that will show you some ways that you can use it when making web sites.

Create the Ultimate Firefox Web Development Profile :: the How-To Geek

by 1 other
Firefox configured with a separate profile just for web development, let's take a look at the extensions we can use to make Firefox into the ultimate web development tool. Must-Have Web Dev Extensions : These are all extensions that I use on a regular basis for web development. Firebug Web Developer Extension Aardvark Extension Colorzilla View Source With

ThickBox 3.1___A webpage UI dialog widget written in JavaScript on top of the jQuery library.

by 61 others
ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.

CSS Portal - Tutorials

Outils et Tutoriels... Templates et exemples...

WPF Flickr Viewer Using XLINQ[CodeProject.com]___ demo application___will be explained one at a time

One contains all the images retrieved from the Flickr RSS feed, and the other Window shows a single image that the user clicked on, contains several controls that the user may use to alter the shown image.

Tutoriel : XML, XPath et DotNET - Club d'entraide des développeurs francophones

Lecture et écriture dans un fichier XML avec XPath Date de publication : 26/08/2007 ,

🛠 DEV - TUTO - Dyn-web - Dynamic Web Coding - DHTML, JavaScript, Ajax and PHP in action!

by 2 others
Presenting scripts that are lightweight, unobtrusive, practical, well-documented and easy to implement. Providing tutorials with practical problem solving information.

XPath Tutorial

by 2 others
XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document.

Extensions -Construire une extension MDC

Explications pas à pas sur la construction d'une extension pour Firefox.

2007

Pipes - Tutorials

Many excellent tutorials for Pipes have been written by users, here are a few:

How to build a Firefox extension

With a bit of programming experience : not that difficult.Firefox extension is simply Javascript - and a markup language called XUL (pronounced "zool.") To build your own, you'll need some Javascript know-how, editing XML files, and curiosity

How to create Firefox extensions

by 25 others
Everyone has a good idea at one time or another to implement a new feature in a web browser. Well, with the goodness that is Mozilla Firefox, now you can do just that. You need to have a vague understanding of XUL and Javascript, but you certainly don’t

2005