Skip to main content

Home/ Tools for web developers/ Group items tagged javascript

Rss Feed Group items tagged

Vernon Fowler

Outbound Links - Analytics Help - 0 views

  • Because links that lead away from your site are not automatically tracked by Google Analytics, you will need to manually tag all outbound links you want to track. To do this, you will add some custom JavaScript that uses the _trackEvent method to record these links and then modify the links you want to track.  These instructions assume you already have either the traditional (ga.js) or the asynchronous tracking code in your pages, that you have some familiarity with JavaScript, and that you can edit your website pages to include this JavaScript.
Vernon Fowler

Pens picked by the Editors of CodePen - 0 views

  •  
    CodePen is an HTML, CSS, and JavaScript code editor right in your browser with instant previews of the code you see and write. It's great for showing off your work and seeing what amazing things other people are doing with the web. It's also great for troubleshooting problems and getting critique.
Vernon Fowler

geuis/helium-css · GitHub - 0 views

  •  
    "Helium is a tool for discovering unused CSS across many pages on a web site. The tool is javascript-based and runs from the browser. "
Sarah HL

JsonML (JSON Markup Language) - 0 views

shared by Sarah HL on 13 Feb 09 - Cached
  • The purpose of JsonML is to provide a compact format for transporting XML-based data via JSON. Native XML/XHTML doesn't mix well directly into JavaScript, therefore JsonML is born.
  • Open source license
  •  
    Intérêt à vérifier puisqu'on retrouve la lourdeur de la syntaxe XML
de Villamil Frédéric

Code: Flickr Developer Blog » Building Fast Client-side Searches - 0 views

  •  
    Yesterday we released a new people selector widget (which we've been calling Bo Selecta internally). This widget downloads a list of all of your contacts, in JavaScript, in under 200ms (this is true even for members with 10,000+ contacts). In order to get this level of performance, we had to completely rethink how we send data from the server to the client.
Vernon Fowler

The Heads-Up Grid - 0 views

  •  
    Now Responsive!The Heads-Up Grid is an overlay grid for in-browser website development, built with HTML + CSS + JavaScript.
Vernon Fowler

Grunt for People Who Think Things Like Grunt are Weird and Hard ◆ 24 ways - 0 views

  • You install Grunt on a per-project basis. Go to your project’s folder. It needs a file there named package.json at the root level. You can just create one and put it there.
  • The contents of that file should be this: { "name": "example-project", "version": "0.1.0", "devDependencies": { "grunt": "~0.4.1" } }
  • Once that package.json file is in place, go to the terminal and navigate to your folder.
  • ...3 more annotations...
  • This is a one-liner again. Just run this command in the terminal: npm install -g grunt-cli
  • Then run the command: npm install
  • You should close and reopen the terminal as well. That’s a generic good practice to make sure things are working right.
Sarah HL

Welcome - 2 views

I put the tag tools in my bookmarks for all tools. You find interesting stuff ? Bookmark & send it to us ! HTML, XHTML CSS Javascript, Ajax XML JSON Performance Graphic tools Extensions for brow...

lang:fr lang:en tools html css javascript

started by Sarah HL on 13 Feb 09 no follow-up yet
Vernon Fowler

JSCompress - The JavaScript Compression Tool - 0 views

  •  
    "jQuery(document).ready(function(a){a(document).on("ready",function(){var e,f,b=a(window).height(),c=a(document).height(),d=a("progress");e=c-b,d.attr("max",e),a(document).on("scroll",function(){f=a(window).scrollTop(),d.attr("value",f)})})});"
1 - 20 of 42 Next › Last »
Showing 20 items per page