WebdesignerNews - Archives (septembre 2013)

Web Developer Tools & Resources

Le: 30 09 2013 à 10:37 Auteur: Cameron

Animo.js is a powerful tool for managing CSS animations. It makes it possible to stack animations and trigger one right after another.

Le: 29 09 2013 à 10:34 Auteur: Cameron

FlowType.js sets your font-size and line-height based on your element width, making your typography fully responsive. You’ll have the perfect number of characters per line regardless of screen size.

Le: 28 09 2013 à 10:09 Auteur: Cameron

Dart is a new language, complete with tools and libraries, for creating structured web apps. It’s class-based and object-oriented, making it familiar and easy to learn.

Le: 27 09 2013 à 10:24 Auteur: Cameron

CSSO (CSS Optimizer) is a CSS minimizer that also performs structural optimization of your CSS files. It does everything from removing whitespace and comments to merging blocks with identical selectors or properties, and much more.

Le: 26 09 2013 à 10:25 Auteur: Cameron

Native Form Elements is a handy guide that shows you what every native HTML5 form element looks like in your current browser. It shows both active and disabled states, as well as the markup for each.

Le: 25 09 2013 à 10:37 Auteur: Cameron

The Google Static Map Maker is an easy to use generator that lets you create static Google Maps. It’s hosted on CodePen, so you can dive right into the code and customize it to your liking.

Le: 24 09 2013 à 10:16 Auteur: Cameron

Tablesort makes it easy to add a sorting component to your tables. It’s dependency free and written in JavaScript, but includes optional Ender support.

Le: 23 09 2013 à 10:09 Auteur: Cameron

Pace is a JavaScript progress bar that automatically detects and displays how close your page is to loading. Just include the Pace.js file and the theme CSS of your choice and it does the rest, without requiring you to hook into any of your existing code.

Le: 22 09 2013 à 10:49 Auteur: Cameron

TogetherJS is an open source plugin from Mozilla for adding collaboration tools and features to your website. It makes it simple to let your users collaborate right on your site in real time.

Le: 21 09 2013 à 10:38 Auteur: Cameron

Whether you’re creating a WordPress plugin or a new theme, you need data to test it before releasing it into the wild. WP Test provides the most exhaustive set of data, derived from the WordPress Theme Unit Test Codex, for testing your themes and plugins.

Le: 20 09 2013 à 10:24 Auteur: Cameron

Completely.js is a JavaScript library for adding autocomplete functions to your website. It has no dependencies, no CSS, and no built-in AJAX, and works on any modern browser.

Le: 19 09 2013 à 10:07 Auteur: Cameron

Spark is a micro framework that lets you quickly create web apps using Java. Just download the library and its dependencies, put in your classpath, and you’re all set to get started!

Le: 18 09 2013 à 10:15 Auteur: Cameron

Pandas is a BSD-licensed Python library that provides easy-to-use data structures and data analysis tools. It helps fill the gaps where Python is weakest when it comes to handling data (analysis and modeling).

Le: 17 09 2013 à 10:13 Auteur: Cameron

Harp run directly with the built-in web server, or exported to HTML, CSS, and JS, and automatically delivers files the browser needs with no pre-compile step. It works with Markdown, Jade, EJS, CoffeeScript, Stylus, and LESS, and lets you publish to Amazon S3, GitHub, and more.

Le: 16 09 2013 à 10:02 Auteur: Cameron

Want to add badges, images, or even video to your favicon? Favico.js makes it simple to add animated badges for your favicon, or create a favicon on the fly from an image, video, or even a live image from your visitor’s webcam.

Le: 15 09 2013 à 10:50 Auteur: Cameron

URLcrypt makes it easy to securely transmit short pieces of binary data in a URL. Use it to securely store things like user IDs, download expiration dates, and more.

Le: 14 09 2013 à 10:28 Auteur: Cameron

Use Perimeter.js to trigger an action when your visitor breaches an invisible perimeter around a target element. It’s fully documented, lightweight, and has no dependencies.

Le: 13 09 2013 à 10:07 Auteur: Cameron

QuestionMark.js is a small script that uses AJAX to display a modal window of shortcut key definitions for your site or app. It’s easy to customize for your own shortcut key needs.

Le: 12 09 2013 à 10:17 Auteur: Cameron

SMINT is a simple jQuery plugin for one page websites that helps out with navigation. The sticky nav bar stays at the top of the page, while the menu buttons automatically scroll the page to the proper section.

Le: 11 09 2013 à 10:54 Auteur: Cameron

jQuery.textcomplete is a jQuery plugin that adds an autocomplete feature to textareas, like the ones found in GitHub comment forms. It’s completely open source, released under the MIT license.

Le: 10 09 2013 à 10:34 Auteur: Cameron

StackEdit is a free online Markdown editor that includes Markdown Extra support. It includes built-in publishing features, including publishing directly to GitHub, Google Drive, WordPress, and more.

Le: 09 09 2013 à 10:17 Auteur: Cameron

Capsule is a WordPress theme that can replace your scratch document when you’re coding. It supports Markdown Extra syntax plus Github-style fenced code blocks, and has tons of other great features.

Le: 08 09 2013 à 10:23 Auteur: Cameron

PHPMD is an easy to configure, user-friendly front-end for the raw metrics that PHP Depend measures. It looks for several potential problems in your code, including possible bugs, suboptimal code, unused parameters, and more.

Le: 07 09 2013 à 10:09 Auteur: Cameron

David is a tool for getting an overview of your Node dependencies. It creates a badge showing the current status of each dependency, which you can embed on your website if you choose.

Le: 06 09 2013 à 10:12 Auteur: Cameron

Fiddler is a free web debugging proxy that works regardless of browser, system, or platform. You can monitor, inspect, and debug traffic, manipulate and edit web sessions, test your site or app’s performance, and more.

Le: 05 09 2013 à 10:19 Auteur: Cameron

Hopscotch is a framework for adding product tours to your pages. It provides an API for the developer to control the tour, both in how it displays and in the tour progress.

Le: 04 09 2013 à 10:04 Auteur: Cameron

Ratchet is a PHP library to let developers create real-time, bi-directional apps between clients and servers over WebSockets. It makes building event-driven apps (rather than traditional HTTP request/response apps) quick and easy.

Le: 03 09 2013 à 10:14 Auteur: Cameron

Echowrap is a Ruby interface tool for The Echo Nest API (The Echo Nest is the world’s leading music intelligence company, with a huge repository of dynamic music data). It supports 100% of the Version 4 API.

Le: 02 09 2013 à 10:50 Auteur: Cameron

Audobox is a tool that lets you collect audio feedback from your mobile app’s users, providing a better, less frustrating user experience. It’s super easy to set up: just add the library, add three lines of code, and you’re done.

Le: 01 09 2013 à 10:46 Auteur: Cameron

AngularFire is an easy way to create a backend for your Angular application. It has a flexible API (with implicit or explicit sync, depending on whether you want easy to use or powerful), 3-way data binding, and rapid development capabilities.