Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #j
RSS: #js

#js

  • #jsartoolkit
  • #jsf
  • #jsplumb
  • #jsr-283
  • #jsr-286
  • #jsr-170/283
  • #jscs
  • #jsdf
  • #jsil
  • #jsoc
  • #jsof
  • #json
  • #jsoauth
  • #jssj
  • #jstl
  • #jstor
  • #jstkamui
  • #jshint
  • #js_fatigue
  • #js-sequence-diagram
0 | 25 | 50 | 75 | 100 | 125 | 150 | 175 | 200
  • @b_b
    b_b @b_b PUBLIC DOMAIN 9/05/2014

    pikzen/ffbookmark
    ▻https://github.com/pikzen/ffbookmark

    ffbookmark is a tool to convert #Shaarli links to the format #firefox uses for its #bookmarks. It takes an HTML file exported from Shaarli and outputs a #json file suitable for import in Firefox. Link tags and descriptions are preserved!

    #delicious

    • #HTML
    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @booz
    BoOz @booz 28/04/2014

    ▻https://github.com/ether/etherpad-lite-jquery-plugin/blob/master/README.md

    The Etherpad jQuery Plugin easily allows you to embed and access a pad from Etherpad in a web page. The plugin injects the pad contents into a div using iframes. It can also read the contents of a Pad and write it to a div.

    #travail_collaboratif #JS #pad

    BoOz @booz
    • @james
      James @james PUBLIC DOMAIN 28/04/2014

      #etherpad #jquery

      James @james PUBLIC DOMAIN
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 23/04/2014
    1
    @james
    1

    #Jackalope, a PHP adaption of the Java #Content_Repository (JCR)
    ▻http://jackalope.github.io

    “Jackalope is an open source implementation of the #PHPCR #API, which is a PHP adaption of the Java Content Repository (JCR) standard, an open API specification defined in #JSR-170/283. Jackalope implements the PHPCR interfaces and storage agnostic application code. You need to chose one of the transport implementations to get a functional application.” Tags: Jackalope PHPCR #JCR JSR-170 #JSR-283 API Content (...)

    • #Java
    • #PHP
    • #API
    • #Java
    • #PHP
    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 23/04/2014
    1
    @cy_altern
    1

    Using #jshint with #geany · trongthanh/geany-for-front-end-dev Wiki
    ►https://github.com/trongthanh/geany-for-front-end-dev/wiki/Using-JSHint-with-Geany

    A tutorial how to install and use JSHint with #javascript file within Geany

    https://github.com/trongthanh/geany-for-front-end-dev/raw/master/ref/img/set-jshint-command.png https://github.com/trongthanh/geany-for-front-end-dev/raw/master/ref/img/jshint-running-within-geany.png

    #npm

    b_b @b_b PUBLIC DOMAIN
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 24/04/2014

      Un plugin similaire existe aussi pour le #Gedit :
      ▻https://github.com/Kilian/gedit-jshint

      Ça a l’air plus facile à installer d’ailleurs : uniquement copier le plugin et l’activer. :)

      RastaPopoulos @rastapopoulos CC BY-NC
    • @b_b
      b_b @b_b PUBLIC DOMAIN 10/10/2014

      Et hop, une commande perso pour utiliser #PrettyCSS depuis geany :

      prettycss -c /home/bb/.config/prettycss.conf --ignore-all %f > /tmp/prettycss.css && cp /tmp/prettycss.css %f && geany %f

      cf ▻http://seenthis.net/messages/255881

      b_b @b_b PUBLIC DOMAIN
    • @b_b
      b_b @b_b PUBLIC DOMAIN 21/10/2014

      Et re hop, un petit tuto en plus sur le wiki :

      ▻https://github.com/trongthanh/geany-for-front-end-dev/wiki/Using-PrettyCSS-with-Geany

      b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @stephane
    Stéphane Bortzmeyer @stephane CC BY-SA 15/04/2014

    RFC 7165 : Use Cases and Requirements for JSON Object Signing and Encryption (JOSE)

    Il est traditionnel de classer les mécanismes de sécurité de l’Internet en deux, ceux fondés sur la sécurité du canal et ceux fondés sur la sécurité de l’objet. Pour les premiers, on garantit certaines propriétés de l’objet pendant son transit dans un canal donné. Pour les seconds, l’objet se déplace en permanence dans une armure cryptographique qui le protège, quelle que soit la sécurité du canal où il voyage. Le groupe de travail #JOSE de l’#IETF cherche à procurer une sécurité de l’objet aux textes encodés en #JSON. Son premier #RFC est consacré à décrire les cas d’usage et le cahier des charges de cette sécurité.

    ▻http://www.bortzmeyer.org/7165.html

    #chiffrement #signature #cryptographie

    • #JOSE
    Stéphane Bortzmeyer @stephane CC BY-SA
    Écrire un commentaire
  • @baroug
    baroug @baroug 3/04/2014

    ▻http://ubervu.github.io/grid

    ▻https://github.com/uberVU/grid
    #Drag_and_drop library for a two-dimensional resizable and responsive list of items

    #js #web_design

    baroug @baroug
    • @grommeleur
      grommeleur @grommeleur 3/04/2014

      Et bientôt implémentation de l’algo pour fonctionner avec les poils pubiens.
      Il suffira de fourrer son iTruc dans son slip ;-)

      grommeleur @grommeleur
    • @baroug
      baroug @baroug 25/09/2014

      ►http://gridster.net

      #grille #drag&drop

      baroug @baroug
    Écrire un commentaire
  • @booz
    BoOz @booz 21/03/2014

    ►http://www.apple.com

    / Browser Height and Device Type /
    var platform = ’’;
    if (s.u.match(/(kindle|silk-accelerated|android|webos|rim tablet os|windows phone)/i)) {
    platform = ’mobile other’;
    } else if (s.u.match(/windows/i)) {
    platform = ’windows’;
    }else if (s.u.match(/(iphone|ipod)/i)) {
    platform = ’iphone/ipod touch’;
    } else if (s.u.match(/(ipad)/i)) {
    platform = ’ipad’;
    }else if (s.u.match(/Mac OS X/i)){
    platform = ’Mac’;
    } else {
    platform = ’other’;
    }

    #js #moble_detection

    • #Mac OS X
    • #Apple iPod Touch Portable Audio Device
    • #iPad
    • #iPhone
    • #iPod
    • #Kindle
    • #android
    BoOz @booz
    Écrire un commentaire
  • @stephane
    Stéphane Bortzmeyer @stephane CC BY-SA 2/03/2014
    6
    @fil
    @biggrizzly
    @severo
    @james
    @7h36
    @homlett
    6

    RFC 7158 : The JSON Data Interchange Format

    Il existe une pléthore de langages pour décrire des données structurées. #JSON, normalisé dans ce #RFC (qui succède au RFC 4627), est actuellement le plus à la mode. JSON se veut plus léger que XML. Comme son concurrent XML, c’est un format textuel, et il permet de représenter des structures de données hiérarchiques.

    ▻http://www.bortzmeyer.org/7158.html

    Stéphane Bortzmeyer @stephane CC BY-SA
    • @stephane
      Stéphane Bortzmeyer @stephane CC BY-SA 3/03/2014

      Remplacé par le RFC 7159, suite à une stupide coquille non détectée. ▻http://www.bortzmeyer.org/7159.html

      Stéphane Bortzmeyer @stephane CC BY-SA
    Écrire un commentaire
  • @kassem
    Kassem @kassem CC BY-NC-SA 10/02/2014
    2
    @simplicissimus
    @fil
    2

    The NSA’s Secret Role in the U.S. Assassination Program
    ▻https://firstlook.org/theintercept/article/2014/02/10/the-nsas-secret-role

    According to a former drone operator for the military’s Joint Special Operations Command (#JSOC) who also worked with the #NSA, the agency often identifies targets based on controversial #metadata analysis and cell-phone tracking technologies. Rather than confirming a target’s identity with operatives or informants on the ground, the #CIA or the U.S. military then orders a strike based on the activity and location of the #mobile phone a person is believed to be using.

    The #drone operator, who agreed to discuss the top-secret programs on the condition of anonymity, was a member of JSOC’s High Value Targeting task force, which is charged with identifying, capturing or killing terrorist suspects in Yemen, Somalia, Afghanistan and elsewhere.

    His account is bolstered by top-secret NSA documents previously provided by whistleblower Edward #Snowden. It is also supported by a former drone sensor operator with the U.S. Air Force, Brandon Bryant, who has become an outspoken critic of the lethal operations in which he was directly involved in #Iraq, #Afghanistan and #Yemen.

    (...)

    One problem, he explains, is that targets are increasingly aware of the NSA’s reliance on geolocating, and have moved to thwart the tactic. Some have as many as 16 different #SIM_cards associated with their identity within the High Value Target system. Others, unaware that their mobile phone is being targeted, lend their phone, with the SIM card in it, to friends, children, spouses and family members.

    Some top Taliban leaders, knowing of the NSA’s targeting method, have purposely and randomly distributed SIM cards among their units in order to elude their trackers. “They would do things like go to meetings, take all their SIM cards out, put them in a bag, mix them up, and everybody gets a different SIM card when they leave,” the former drone operator says. “That’s how they confuse us.”

    As a result, even when the agency correctly identifies and targets a SIM card belonging to a terror suspect, the phone may actually be carried by someone else, who is then killed in a strike. According to the former drone operator, the geolocation cells at the NSA that run the tracking program – known as Geo Cell –sometimes facilitate strikes without knowing whether the individual in possession of a tracked cell phone or SIM card is in fact the intended target of the strike.

    “Once the bomb lands or a night raid happens, you know that phone is there,” he says. “But we don’t know who’s behind it, who’s holding it. It’s of course assumed that the phone belongs to a human being who is nefarious and considered an ‘unlawful enemy combatant.’ This is where it gets very shady.”

    (...)

    What’s more, he adds, the NSA often locates drone targets by analyzing the activity of a SIM card, rather than the actual content of the calls. Based on his experience, he has come to believe that the drone program amounts to little more than death by unreliable metadata.

    “People get hung up that there’s a targeted list of people,” he says. “It’s really like we’re targeting a cell phone. We’re not going after people – we’re going after their phones , in the hopes that the person on the other end of that missile is the bad guy.”

    #métadonnées

    • #Afghanistan
    • #Somalia
    • #United States
    • #Yemen
    • #drone operator
    • #Central Intelligence Agency
    • #Joint Special Operations Command
    • #NSA
    • #Taliban
    • #Brandon Bryant
    • #cellular telephone
    Kassem @kassem CC BY-NC-SA
    • @kassem
      Kassem @kassem CC BY-NC-SA 10/02/2014

      En 2011 #Gareth_Porter avait déjà dit l’essentiel
      ▻http://www.truth-out.org/news/item/3588:how-mcchrystal-and-petraeus-built-an-indiscriminate-killing-machine

      Although the raids have undoubtedly killed a large number of Taliban commanders and fighters, it is now clear that they also killed and incarcerated thousands of #innocent civilians. The failure to discriminate between combatants and civilians flows directly from a targeting methodology that is incapable of such discrimination.

      (...)

      ... McChrystal’s operation relied on far more mundane technologies than Woodward’s sensational language suggested. In a new book, “Task Force Black,” by Mark Urban, the diplomatic editor at BBC’s “Newsnight,” reveals that McChrystal’s command gathered intelligence on al-Qaeda and Mahdi Army personnel from three well-known technologies: 24-hour surveillance by drone aircraft, monitoring of mobile phone traffic and pinpointing the physical location of the phones from their signals.

      (...)

      Targeting Phone Numbers, Not People

      #victimes_civiles

      Kassem @kassem CC BY-NC-SA
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 2/02/2014
    2
    @fil
    @kent1
    2

    kiln/cartograms
    ▻https://github.com/kiln/cartograms

    Code for generating area cartograms (repéré via ▻http://seenthis.net/messages/223886)

    #map #cartogram #python #json #csv

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @baroug
    baroug @baroug 28/01/2014

    Fit.js » Fit things into other things
    ▻http://soulwire.github.io/fit.js

    fit( theThing, / into / theOtherThing );

    #js

    baroug @baroug
    • @fil
      Fil @fil 28/01/2014

      c’est pas très clair

      Fil @fil
    Écrire un commentaire
  • @supergeante
    Supergéante @supergeante 11/01/2014

    Aaron Swartz : sur les traces d’une étoile filante du Net
    ►http://www.telerama.fr/medias/aaron-swartz-sur-les-traces-d-une-etoile-filante-du-net,95428.php

    #souvenir #internet #jstor
    (vais-je me remettre d’avoir posté un lien vers le Téléstar des enfants de prof ?)

    • #Aaron Swartz
    Supergéante @supergeante
    Écrire un commentaire
  • @0gust1
    0gust1 @0gust1 CC BY-NC 26/12/2013
    1
    @james
    1

    Pourquoi j’ai remplacé #JSON par #VarStream

    ▻http://www.insertafter.com/articles-remplacer_json_par_varstream.html

    Introduction au format VarStream par Nicolas Froidure.

    C’est un format d’échange de données, lisible, streamable et auto-référençable.

    Ça peut servir à partager / synchroniser les mêmes données entre plusieurs clients. Utile pour les applications web collaboratives #temps_réel et les #jeux_vidéos (multi-joueurs).

    Implémenté en #Javascript et en #PHP

    0gust1 @0gust1 CC BY-NC
    • @severo
      severo @severo PUBLIC DOMAIN 27/12/2013

      et c’est utilisé ?

      severo @severo PUBLIC DOMAIN
    Écrire un commentaire
  • @baroug
    baroug @baroug 24/12/2013

    NTH-TEST | #nth-child and #nth-of-type Tester
    ▻http://nth-test.com

    I have seen so many tweets of late with people getting their heads frazzled with nth-child and nth-of-type. So I decided to knock this together so people can play around and test their nth’s out!

    Enter your nth number and it will change as you type

    #web_design #js

    baroug @baroug
    Écrire un commentaire
  • @kassem
    Kassem @kassem CC BY-NC-SA 13/12/2013
    3
    @simplicissimus
    @reka
    @fil
    3

    Pour info,
    Josh Begley
    Data artist & web developer
    ▻http://joshbegley.com

    • #Web Developer
    • #Data
    • #Josh Begley
    • #data artist
    • #JSON
    Kassem @kassem CC BY-NC-SA
    • @kassem
      Kassem @kassem CC BY-NC-SA 13/12/2013

      The Chilling Geometry of Every US Military Base Seen From Space
      ▻http://gizmodo.com/the-chilling-geometry-of-every-us-military-base-seen-fr-1481870788

      Kassem @kassem CC BY-NC-SA
    • @simplicissimus
      Simplicissimus @simplicissimus 13/12/2013

      Liste de toutes les frappes de drones recensées
      (données en ligne, #JSON)
      ▻http://dronestre.am

      Simplicissimus @simplicissimus
    • @reka
      Reka @reka CC BY-NC-SA 13/12/2013

      #data #données #drones #représentation #visualisation #cartographie_radicale

      Reka @reka CC BY-NC-SA
    Écrire un commentaire
  • @soon7
    soon7 @soon7 28/11/2013

    Mighty #slider : un slider payant mais qui mérite le détour
    ▻http://www.soon7.com/e-marketing/mighty-slider-un-slider-payant-mais-qui-merite-le-detour

    Je n’ai pas pour habitude de parler des éléments #premium (payant) qu’on trouve sur le net, mais ce slider m’a tout simplement scotché. MightySlider est un plugin jquery premium (c’est à dire payant) disposant de tout ce dont vous avez besoin pour avoir un slider phénoménal sur votre site. Il fonctionne très bien en mode […]

    #Dév_&_Code #E-marketing #js #responsive

    soon7 @soon7
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 22/11/2013
    7
    @severo
    @fil
    @simplicissimus
    @7h36
    @touti
    @rastapopoulos
    7

    JSONView : : Modules pour Firefox
    ▻https://addons.mozilla.org/fr/firefox/addon/jsonview

    Avec l’extension JSONView, les fichiers JSON sont affichés dans votre navigateur de la même manière que les fichiers XML. Le document est formaté, avec une coloration syntaxique, les arrays et objects peuvent être repliés/déployés. Même si le document JSON contient des erreurs, l’extension vous le montrera tout de même en texte brut.

    #json #firefox #extension #outil

    cy_altern @cy_altern CC BY-SA
    • @b_b
      b_b @b_b PUBLIC DOMAIN 22/11/2013

      J’utilise cette extension depuis un moment et je ne peux que la conseiller, elle facilite grandement la lecture du JSON et permet de repérer tout de suite si le fichier est valide ou non.

      b_b @b_b PUBLIC DOMAIN
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 23/11/2013

      Ouep, je l’ai conseillé avant-hier soir sur IRC, il me semble. Un truc bien aussi c’est que ça gère les liens quand il en découvre, donc on peut ensuite naviguer entre documents JSON comme on navigue entre pages web si on a des liens entre eux.

      Je l’utilise pour voir les représentations JSON d’objets #SPIP. :)

      RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire
  • @habbon
    habbon @habbon 20/11/2013
    3
    @habbon
    3

    Les petits détails d’ #ergonomie qu’on aime bien.

    Float Label Pattern
    ▻http://bradfrostweb.com/blog/post/float-label-pattern

    Designer Matt D Smith shared a Dribble shot of a clever new form interaction pattern. The float label pattern floats the inline label up above the input after the user focuses on the form field or enters a value.

    Ça ressemble à ça :

    https://d13yacurqjgara.cloudfront.net/users/6410/screenshots/1254439/form-animation-_gif_.gif

    Des implémentations en #JS :
    ▻https://github.com/maman/JVFloat.js
    ▻http://labs.mikemitchell.co.uk/FloatLabelJS

    #webdesign #accessibilite

    • #designer
    habbon @habbon
    Écrire un commentaire
  • @0gust1
    0gust1 @0gust1 CC BY-NC 13/11/2013
    2
    @habbon
    @reka
    2
    @julienb

    ►http://strabic.fr

    une revue numérique indépendante
    traitant de design, de diy et de combinaisons spatiales

    Strabic.fr est une revue oblique qui parle de conception et d’arts de faire.

    Strabic.fr est née d’une volonté profonde : parler de design sans paillettes ni projecteurs, de forme et de fond, de ce qui se fait et ce qui peut se faire, de pourquoi et comment cela se fait, d’extravagance et d’excursions, avec exigence et exotisme.

    Strabic.fr est une revue à géométrie variable mais à mémoire de forme. Elle se fabrique dans nos cuisines, à l’heure de l’apéritif ou du café, entre amis et avec ceux qui le deviennent.

    via @julienb , à l’occasion d’un rafraichissement du site.

    #design #diy #combinaisons_spatiales

    • #Google
    0gust1 @0gust1 CC BY-NC
    • @habbon
      habbon @habbon 13/11/2013

      sous #SPIP #flat #plat #webdesign

      habbon @habbon
    • @ari
      Ari @ari 14/11/2013

      Corps de texte en 21, chapô en 26, sérieux… On est encore pas tous et toutes sous tablettes ;) Après avoir pesté contre les typos trop petites, il va falloir râler contre les mots trop gros :-/

      Ari @ari
    • @0gust1
      0gust1 @0gust1 CC BY-NC 14/11/2013

      Je n’ai plus de tablette (je viens de finir le cote d’or aux noisettes).

      Pour la lecture, le corps de texte est sympa je trouve (mais je n’irais pas plus gros... on se perd vite dans le texte). Par contre, les titres, intertitres, chapeaux, etc... sont assez durs avec les yeux. Sinon, j’aime assez ce que j’ai pu lire du contenu :)

      0gust1 @0gust1 CC BY-NC
    • @habbon
      habbon @habbon 14/11/2013
      @ari @orientxxi

      @ari Les boss de la typo sont sur ce genre de tailles : ▻http://ia.net/blog (en em, mais ça revient au même avec 16px comme police de navigateur). ►http://medium.com est sur du 22px. Après, ce sont des textes en anglais, ma lecture n’est peut-être pas la même. @orientXXI y va fort aussi sur les chapô : 1.6em. Sur le texte de paragraphe c’est plus léger, et il tente de la césure.

      A vrai dire, je trouve encore que c’est chez strabic que c’est le mieux réussit. Le rapport longueur de ligne / hauteur de ligne / taille de caractères. Par contre leurs citations sont pas top, je les mettrais un peu de retrait, avec un poil plus d’espace, voir dans une autre couleur.

      habbon @habbon
    • @ari
      Ari @ari 14/11/2013
      @habbon

      @habbon quand t’arrives d’un Indymedia, ça fait mal aux yeux ^^ Non mais sinon c’est pas mal, même si je préfère ia.net pour le corps de texte de l’article.

      Sinon quelqu’un-e aurait une idée de la technique utilisée pour faire apparaître les images au chargement, c’est un plugin spip ça ?

      #beau et pis #spip_blog aussi pour les jolis sites innovants sous Spip non ? (en plus y’a plein d’articles intéressants effectivement).

      Ari @ari
    • @habbon
      habbon @habbon 14/11/2013

      Google « #lazyloading images ».
      Moi j’ai tendance à trouver ça pénible.
      Faudrait qu’ils chargent peut-être un peu avant qu’on arrive dessus (c’est peut-être déjà la cas ceci dit).

      Je suis pas sûr qu’on gagne beaucoup l’un dans l’autre entre le côté pénible de l’image qui « flash » et le fait que la page se charge plus rapidement.

      Une attitude où on charge au plus vite ce qui est visible puis ce qui n’est pas visible sans attendre qu’on l’atteigne me parait une meilleur pratique.

      Si des gens ici ont des idée pour bien faire ce genre de choses...

      #JS #optimisation

      habbon @habbon
    • @habbon
      habbon @habbon 14/11/2013

      Ça me fait penser à ce post de Cerdic ce que je dis juste au-dessus : ▻http://blog.nursit.net/slider-d-images-attention-au-temps-de-chargement.html

      #Webperformance

      habbon @habbon
    • @b_b
      b_b @b_b PUBLIC DOMAIN 22/11/2013
      @ari

      @ari pour les jolis sites innovants sous #spip ça serait plus ►http://herbier.spip.net ;)

      b_b @b_b PUBLIC DOMAIN
    • @habbon
      habbon @habbon 22/11/2013
      @ari @b_b

      @ari @b_b sans le h

      habbon @habbon
    • @b_b
      b_b @b_b PUBLIC DOMAIN 23/11/2013

      oups sorry, corrigé

      b_b @b_b PUBLIC DOMAIN
    • @ari
      Ari @ari 23/11/2013
      @b_b

      @b_b, herbier.spip.net me paraît parcellaire et n’annonce pas les reliftings, non ? J’ai pas le temps de regarder tous les sites de la galaxie, si le spip_blog peut proposer un digest ou juste signaler un ou deux nouveaux sites remarquables tous les mois, ce serait vraiment bien :)

      Ari @ari
    • @tetue
      tetue @tetue CC BY 23/11/2013
      @ari

      @Ari : l’Herbier propose effectivement une sélection, de sites tels qu’ils apparaissaient à un moment T sur la toile. C’est surtout un album souvenir.

      Sinon, hors la lisibilité réussie des pages de texte, c’est quand même très laid, Strabic :(

      tetue @tetue CC BY
    Écrire un commentaire
  • @baroug
    baroug @baroug 27/10/2013
    9
    @habbon
    @reka
    @fil
    @7h36
    @denisb
    @rastapopoulos
    @nhoizey
    @mukt
    9

    Offline.js – Handle your users losing their internet connection like a pro
    ▻http://github.hubspot.com/offline/docs/welcome

    Offline.js is a library to automatically alert your users when they’ve lost internet connectivity, like Gmail.

    It captures #AJAX requests which were made while the connection was down, and remakes them when it’s back up, so your app reacts perfectly.

    It has a number of beautiful themes and requires no configuration.

    #js #javascript #webapp

    • #Internet connection
    • #Internet connectivity
    • #AJAX
    baroug @baroug
    • @fil
      Fil @fil 11/10/2014

      malheureusement sur seenthis ça n’a pas l’air plug-n-play, et je ne vois pas pourquoi :(

      Fil @fil
    • @fil
      Fil @fil 11/10/2014

      bon sur leur site ça ne marche (pour moi) que sous Chrome — mais ni sous Firefox ni sous safari

      peut-être que ceci peut remplacer : ▻http://shaneriley.com/jquery/remember_state

      Fil @fil
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 25/10/2013

    #jPlayer : HTML5 Audio & Video for jQuery & Zepto
    ▻http://jplayer.org

    “jPlayer is the completely free and open source (MIT) media library written in #JavaScript. A jQuery plugin, (and now a Zepto plugin,) jPlayer allows you to rapidly weave cross platform audio and video into your web pages. jPlayer’s comprehensive API allows you to create innovative media solutions while support and encouragement is provided by jPlayer’s active and growing community.” Tags: #vidéo #lecteur (...)

    #player #JS

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @stephane
    Stéphane Bortzmeyer @stephane CC BY-SA 24/10/2013

    RFC 7049 : Concise Binary Object Representation (CBOR)

    Il existait un zillion de formats binaires d’échange de données ? Et bien il y en a désormais un zillion plus un. #CBOR (Concise Binary Object Representation) est un format qui utilise un modèle de données très proche de celui de #JSON, mais est encodé en binaire, avec comme but principal d’être simple à encoder et décoder, même par des machines ayant peu de ressources matérielles.

    ▻http://www.bortzmeyer.org/7049.html

    #RFC #Internet_des_Objets

    Stéphane Bortzmeyer @stephane CC BY-SA
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 19/10/2013
    6
    @0gust1
    @rastapopoulos
    @fil
    @7h36
    @james
    6

    jimhigson/oboe.js
    ▻https://github.com/jimhigson/oboe.js

    A fresh approach to #ajax that speeds up web applications. Progressive #json parser with an easy interface so you can use the objects before the http response completes. Oboe.js helps web applications respond quicker by wrapping http’s request-response model with a progressively streamed interface. It glues a transport that sits somewhere between streaming and downloading to a JSON parser that sits somewhere between SAX and DOM. It is small enough to be a micro-library, doesn’t have (...)

    #geodiversite #todo

    • #Web applications
    • #AJAX
    • #http
    b_b @b_b PUBLIC DOMAIN
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 19/10/2013

      Ça servirait à charger un grand nombre de marqueurs mais en les affichant petit à petit ?

      RastaPopoulos @rastapopoulos CC BY-NC
    • @fil
      Fil @fil 19/10/2013

      oui mais à condition de les mettre dans des boites successives (si j’ai bien compris)

      Fil @fil
    Écrire un commentaire
  • @liotier
    liotier @liotier CC BY-SA 11/10/2013
    3
    @stephane
    3

    The #JSON data interchange format is now an #ECMA standard :
    ▻http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf

    • #JSON
    liotier @liotier CC BY-SA
    • @stephane
      Stéphane Bortzmeyer @stephane CC BY-SA 12/10/2013

      And it is also an #IETF standard (#RFC 4627)

      Stéphane Bortzmeyer @stephane CC BY-SA
    Écrire un commentaire
  • @severo
    severo @severo PUBLIC DOMAIN 3/10/2013
    5
    @b_b
    @rastapopoulos
    @reka
    @fil
    @7h36
    5

    Play with data | 7 tools to convert between different data formats

    ▻http://jeanabbiateci.fr/play-with-data

    http://jeanabbiateci.fr/play-with-data/img/3.jpg

    #conversion #data

    • #XML
    • #XML
    severo @severo PUBLIC DOMAIN
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 3/10/2013

      #json #xml #csv #geojson #kml #gpx

      RastaPopoulos @rastapopoulos CC BY-NC
    • @severo
      severo @severo PUBLIC DOMAIN 3/10/2013

      #gpx

      severo @severo PUBLIC DOMAIN
    Écrire un commentaire
0 | 25 | 50 | 75 | 100 | 125 | 150 | 175 | 200

Thèmes liés

  • #json
  • #json
  • technology: json
  • #javascript
  • #api
  • #spip
  • #web
  • #rfc
  • #cartographie
  • #outil
  • #développement
  • #map
  • #js
  • #json-ld
  • #jsil
  • #web_dev
  • programminglanguage: javascript
  • #rest
  • #data
  • company: google
  • #jshint
  • #édition_scientifique
  • technology: api
  • #rss
  • #javascript
  • #tutoriel
  • #csv
  • #spip
  • #http
  • #schema.org
  • #vuejs
  • technology: xml
  • #geojson
  • country: israël
  • #php
  • #film
  • #université
  • #documentation
  • #programming
  • #syndication