souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
16 results tagged standards  ✕   ✕
security.txt https://securitytxt.org/
10/08/2019 cluster icon
  • Zed Attack Proxy : The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be...
  • The PHP Coding Standards Fixer : The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 ...
  • fetch polyfill : The global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely...
  • PySQLi : Python SQL injection framework
  • BlackBox : Safely store secrets in a VCS repo (i.e. Git, Mercurial, Subversion or Perforce).
thumbnail

A proposed standard which allows websites to define security policies.

standards security
PHP Coding Standard Generator http://edorian.github.io/php-coding-standard-generator/
18/01/2017 cluster icon
  • PHP Insights : PHP Insights was carefully crafted to simplify the analysis of your code directly from your terminal, and is the perfect starting point to analyze the...
  • Laravel Generator : Laravel Generator to generate CRUD, APIs, Test Cases and Swagger Documentation
  • PhpMetrics : PhpMetrics provides various metrics about PHP projects. PhpMetrics is designed to be understable and easy to use. Thanks to d3js, it will scores your ...
  • HTML2PDF : HTML2PDF is a HTML to PDF converter written in PHP. It allows the conversion of valid HTML 4.01 in PDF format, and is distributed under OSL.
  • PHP_CodeSniffer : PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.

The goal of this site is to enable you do very quickly create and maintain your own coding standard.

PHP Mess Detector rule sets files and PHP Code Sniffer rulesets are supported.

php staticanalysis standards generator
fetch polyfill https://github.com/github/fetch
06/04/2016 cluster icon
  • A-Frame : Building blocks for the virtual reality web Use markup to create VR experiences that work across desktop, iPhones, and the Oculus Rift
  • base2 : base2 is a lightweight library that irons out all the annoying differences in JavaScript implementations. It provides the additional functionality fro...
  • choo : A 4kb framework for creating sturdy frontend applications
  • Meteor : Meteor is an ultra-simple environment for building modern websites.
  • Lucid Desktop : Lucid is a free, open source web desktop, or webOS that lets you: Access your media, office documents, and other files anywhere Stay up to date with ...
thumbnail

The global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely as possible to the standard Fetch specification at https://fetch.spec.whatwg.org.

javascript web standards polyfill
North http://pointnorth.io/
12/07/2014 cluster icon
  • dev3000 : Run your dev server through dev3000 to capture server logs, browser events, network requests, and screenshots in a unified timeline. Your coding agent...
  • fetch polyfill : The global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely...
  • Mobile Perf bookmarklet : It displays a menu with links that load other bookmarklets including Firebug Lite, Page Resources, DOM Monster, SpriteMe, and CSSess. The Mobile Perf ...
  • Introduction to WAI ARIA : This article is for those who are new to ARIA. You need an understanding of HTML and the potential difficulties that people with disabilities can face...
  • Phoenix : Phoenix is a web development framework written in Elixir which implements the server-side MVC pattern. Many of its components and concepts will seem f...

North is a set of standards and best practices for developing modern web based properties. Included are standards and best practices for all aspects of a project, from kick off through development. North encourages an agile, content-first, approach to product development and a mobile-first, in-browser, system based approach to design and development.

web development standards agile
The PHP Coding Standards Fixer http://cs.sensiolabs.org/
03/02/2014 cluster icon
  • PHP_CodeSniffer : PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
  • Deployer : Deployer is a deployment tool written in PHP.
  • Rocketeer : The fast deployer for modern applications
  • PhpMetrics : PhpMetrics provides various metrics about PHP projects. PhpMetrics is designed to be understable and easy to use. Thanks to d3js, it will scores your ...
  • atoum : A simple, modern and intuitive unit testing framework for PHP!

The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 documents.

php standards tool
HTML5 - Edition for Web Developers http://developers.whatwg.org
01/03/2011 cluster icon
  • When can I use... : Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
  • Validator.nu : (X)HTML5 Validator
  • Mobile HTML5 compatibility : HTML5 compatibility on mobile and tablet browsers with testing on real devices
  • Explorer Exposed! : These CSS bugs are all found only in Internet Explorer, versions 5 and higher. To see the demos properly, they must be viewed in IE, of course.
  • AlsacréationS : Alsacréations est une communauté dédiée à l'apprentissage des standards web (W3C, HTML, XHTML, CSS) ainsi qu'à l'accessibilité numérique

HTML: The Living Standard. A technical specification for Web developers.

html5 reference standards
When can I use... http://caniuse.com
09/06/2010 cluster icon
  • HTML5 Please : Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they
  • Mobile HTML5 compatibility : HTML5 compatibility on mobile and tablet browsers with testing on real devices
  • HTML5 Cross Browser Polyfills : So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them.
  • HTML5 - Edition for Web Developers : HTML: The Living Standard. A technical specification for Web developers.
  • Explorer Exposed! : These CSS bugs are all found only in Internet Explorer, versions 5 and higher. To see the demos properly, they must be viewed in IE, of course.

Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.

css3 standards html5 reference browser
base2 http://code.google.com/p/base2
25/11/2009 cluster icon
  • nlp_compromise : nlp_compromise does NLP in the browser. It's a handy, and not overly-fancy tool for understanding, changing, and playing with english. We've also got ...
  • Logerr : Experimenting with window.onerror, trying to make JavaScript debugging easy. What does it do? Provides JavaScript error details in a readable format. ...
  • Vanilla List : The Vanilla Javascript Repository. A searchable repository of dependency-free JavaScript libraries. Over 100 projects and growing.
  • Impel : Impel takes the pain out of working with HTML5 asynchronous databases. Statement callbacks? Transaction callbacks? One-to-many and many-to-many relati...
  • localForage : localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where avail...

base2 is a lightweight library that irons out all the annoying differences in JavaScript implementations. It provides the additional functionality from JavaScript 1.6+ that only Mozilla browsers implement.

javascript library standards
S5 http://meyerweb.com/eric/tools/s5
17/10/2009 cluster icon
  • DOM Monster Bookmarklet : DOM Monster is a cross-platform, cross-browser bookmarklet that will analyze the DOM & other features of the page you're on, and give you its bill of ...
  • Slippy : HTML Slides
  • Prettier : Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the max...
  • fuelux : Extends Twitter Bootstrap with additional lightweight JavaScript controls. Easy to install, customize, update, and optimize. All functionality covered...
  • nwb : A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)
thumbnail

A Simple Standards-Based Slide Show System

tool javascript html standards slideshow
Validator.nu http://html5.validator.nu
20/07/2009 cluster icon
  • HTML5 - Edition for Web Developers : HTML: The Living Standard. A technical specification for Web developers.
  • The PHP Coding Standards Fixer : The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 ...
  • The W3C Markup Validation Service : This validator checks the markup validity of Web documents in HTML, XHTML, SMIL, MathML, etc.
  • PHP_CodeSniffer : PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
  • Harmony : Procedural drawing tool

(X)HTML5 Validator

tool validator html5 standards
PHP_CodeSniffer http://pear.php.net/package/PHP_CodeSniffer/
06/05/2009 cluster icon
  • GrumPHP : Sick and tired of defending code quality over and over again? GrumPHP will do it for you! This composer plugin will register some git hooks in your pa...
  • atoum : A simple, modern and intuitive unit testing framework for PHP!
  • The PHP Coding Standards Fixer : The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 ...
  • Selenium Webdriver bindings for PHP : This PHP library allows creating functional webdriver tests with PHP.
  • OpenVAS : OpenVAS is a full-featured vulnerability scanner. Its capabilities include unauthenticated testing, authenticated testing, various high level and low ...

PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.

tool php standards test
Email Standards Project http://www.email-standards.org
20/02/2009 cluster icon
  • Emails HTML - Dompter la bête : HTML email design reference
  • AlsacréationS : Alsacréations est une communauté dédiée à l'apprentissage des standards web (W3C, HTML, XHTML, CSS) ainsi qu'à l'accessibilité numérique
  • Email-Blueprints : Email Blueprints is a collection of HTML email templates that can serve as a solid foundation and starting point for the design of emails.
  • Guide to CSS support in email clients : Designing an HTML email that renders consistently across the major email clients can be very time consuming. We've put together this guide to save you...
  • Typetester : Compare fonts for the screen

The Email Standards Project is about working with email client developers and the design community to improve web standards support and accessibility in email. The project was formed out of frustration with the inconsistent rendering of HTML emails in major email clients.

reference standards html design email css
Introduction to WAI ARIA http://dev.opera.com/articles/view/introduction-to-wai-aria
23/12/2008 cluster icon
  • Explorer Exposed! : These CSS bugs are all found only in Internet Explorer, versions 5 and higher. To see the demos properly, they must be viewed in IE, of course.
  • Dark Patterns Library : A Dark Pattern is a type of user interface that has been carefully crafted to trick users into doing things, such as buying insurance with their purch...
  • HTML5 - Edition for Web Developers : HTML: The Living Standard. A technical specification for Web developers.
  • AlsacréationS : Alsacréations est une communauté dédiée à l'apprentissage des standards web (W3C, HTML, XHTML, CSS) ainsi qu'à l'accessibilité numérique
  • SitePoint : SitePoint provides cutting-edge content for web professionals — developers, designers, programmers, freelancers and site owners.

This article is for those who are new to ARIA. You need an understanding of HTML and the potential difficulties that people with disabilities can face using the Web. It is useful to be familiar with some Rich Internet Applications from a user's perspective.

web ajax accessibility reference standards
Explorer Exposed! http://www.positioniseverything.net/explorer.html
06/11/2008 cluster icon
  • AlsacréationS : Alsacréations est une communauté dédiée à l'apprentissage des standards web (W3C, HTML, XHTML, CSS) ainsi qu'à l'accessibilité numérique
  • Email Standards Project : The Email Standards Project is about working with email client developers and the design community to improve web standards support and accessibility ...
  • Introduction to WAI ARIA : This article is for those who are new to ARIA. You need an understanding of HTML and the potential difficulties that people with disabilities can face...
  • Project Gemini : Gemini is a new, collaboratively designed internet protocol, which explores the space inbetween gopher and the web.
  • When can I use... : Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.

These CSS bugs are all found only in Internet Explorer, versions 5 and higher. To see the demos properly, they must be viewed in IE, of course.

web reference css standards
AlsacréationS http://www.alsacreations.com
16/09/2007 cluster icon
  • Email Standards Project : The Email Standards Project is about working with email client developers and the design community to improve web standards support and accessibility ...
  • Explorer Exposed! : These CSS bugs are all found only in Internet Explorer, versions 5 and higher. To see the demos properly, they must be viewed in IE, of course.
  • Electron : Build cross platform desktop apps with web technologies
  • schema.org : This site provides a collection of schemas that webmasters can use to markup HTML pages in ways recognized by major search providers, and that can als...
  • When can I use... : Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.

Alsacréations est une communauté dédiée à l'apprentissage des standards web (W3C, HTML, XHTML, CSS) ainsi qu'à l'accessibilité numérique

html reference css standards
The W3C Markup Validation Service http://validator.w3.org
15/05/2007 cluster icon
  • Validator.nu : (X)HTML5 Validator
  • S5 : A Simple Standards-Based Slide Show System
  • W3C Link Checker : Check links and anchors in Web pages or full Web sites
  • AlsacréationS : Alsacréations est une communauté dédiée à l'apprentissage des standards web (W3C, HTML, XHTML, CSS) ainsi qu'à l'accessibilité numérique
  • Paged.js : Paged.js is a free and open source JavaScript library that paginates content in the browser to create PDF output from any HTML content. This means you...

This validator checks the markup validity of Web documents in HTML, XHTML, SMIL, MathML, etc.

standards html w3c validator
1668 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn