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
page 64 / 82
xui.js http://xuijs.com
21/06/2011 cluster icon
  • Anime.js : Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM ...
  • Timeline : Beautifully crafted timelines that are easy, and intuitive to use.
  • Microjs : Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
  • tarteaucitron.js : The european cookie law regulates the management of cookies and you should ask your visitors their consent before exposing them to third party service...
  • Redux : Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (c...

A super micro tiny DOM library for authoring HTML5 mobile web applications.

mobile javascript library
jsmad https://github.com/nddrylliog/jsmad
20/06/2011 cluster icon
  • jsmad : jsmad is a pure javascript MP3 decoder, based on libmad, with an ID3 decoder written from scratch.
  • dancer.js : dancer.js is a high-level audio API, usable with both Mozilla's Audio Data API and Webkit's Web Audio API with flash fallback, designed to make sweet ...
  • howler.js : howler.js is an audio library for the modern web. It defaults to Web Audio API and falls back to HTML5 Audio. This makes working with audio in JavaScr...
  • Gibberish : Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques. It is designed to be a fast audio API for br...
  • Flocking : Flocking is a JavaScript audio synthesis framework designed for artists and musicians who are building creative and experimental Web-based sound proje...
thumbnail

Javascript MPEG-1 Audio Layer III (mp3) and ID3v2 decoder

javascript mp3 audio
Wapiti http://wapiti.sourceforge.net
18/06/2011 cluster icon
  • Nikto2 : Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6500 potent...
  • 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...
  • webhint : webhint is a linting tool that will help you with your site's accessibility, speed, security and more, by checking your code for best practices and co...
  • WhatWeb : WhatWeb identifies websites. Its goal is to answer the question, “What is that Website?”. WhatWeb recognises web technologies including content manage...
  • Security Headers : I built securityheaders.io after deploying security headers like CSP and HSTS to my own site. I wanted a quick and easy way to check if other sites we...

Wapiti allows you to audit the security of your web applications.

It performs "black-box" scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data.

Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.

web security software test scan
Nikto2 http://www.cirt.net/nikto2
18/06/2011 cluster icon
  • Wapiti : Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the applica...
  • vicnum : A flexible web app showing vulnerabilities such as cross site scripting, sql injections, and session management issues. Helpful to IT auditors honing ...
  • Sitespeed.io : Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance based on performance best practices. It col...
  • Subgraph Vega : Vega is an open source platform to test the security of web applications. Vega can help you find and validate SQL Injections, Cross-Site Scripting (XS...
  • DVWA - Damn Vulnerable Web Application : Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be an aid for security professionals to t...

Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6500 potentially dangerous files/CGIs, checks for outdated versions of over 1250 servers, and version specific problems on over 270 servers. It also checks for server configuration items such as the presence of multiple index files, HTTP server options, and will attempt to identify installed web servers and software. Scan items and plugins are frequently updated and can be automatically updated.

web security software test
CSS Lint http://csslint.net
17/06/2011 cluster icon
  • stylelint : A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.
  • UnCSS : UnCSS is a tool that removes unused CSS from your stylesheets. It works across multiple files and supports Javascript-injected CSS.
  • ESLint : The pluggable linting utility for JavaScript and JSX
  • Sizzy : A tool for developing responsive websites crazy-fast. Open sourced : https://github.com/kitze/sizzy
  • 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...

CSS Lint points out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want.

lint css quality tool
Classical Inheritance in JavaScript http://www.crockford.com/javascript/inheritance.html
16/06/2011 cluster icon
  • enable cross-origin resource sharing : Cross-Origin Resource Sharing (CORS) is a specification that enables truly open access across domain-boundaries. If you serve public content, please c...
  • ECMAScript 5 compatibility table : ECMAScript 5 compatibility table
  • Efficient JavaScript : JavaScript performance tips article
  • JSDB.io : JSDB is a collection of the best javascript libraries
  • Eloquent JavaScript : Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.

JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance. This can be puzzling to programmers trained in conventional object-oriented languages like C++ and Java. JavaScript's prototypal inheritance has more expressive power than classical inheritance, as we will see presently.

javascript reference
miniProxy https://github.com/joshdick/miniProxy
10/06/2011 cluster icon
  • ReactPHP : Event-driven, non-blocking I/O with PHP. React is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of whi...
  • JpGraph : JpGraph is an Object-Oriented Graph creating library for PHP >= 5.1 The library is completely written in PHP and ready to be used in any PHP scripts (...
  • vfsStream : vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit t...
  • Laradock : A full PHP development environment for Docker. Includes pre-packaged Docker Images, all pre-configured to provide a wonderful PHP development environm...
  • SensioLabs Security Advisories Checker : The SensioLabs security advisories checker is a simple tool, available as a web service or as an online application, that uses the information from yo...
thumbnail

miniProxy is a simple web proxy written in PHP that can allow you to bypass Internet content filters, or to browse the internet anonymously. miniProxy is licensed under the GNU GPL v3. miniProxy is the successor to pageForward.

php proxy
iCalendar Validator http://severinghaus.org/projects/icv
06/06/2011 cluster icon
  • W3C mobileOK Checker : This checker performs various tests on a Web Page to determine its level of mobile-friendliness.
  • HTTP Security Report : Get an instant report of how your website measures up to the best practices. Check connection encryption, content security, information disclosure and...
  • Drawter.com : DrawAble Markup Language
  • LibraryThing | Catalog your books online :
  • Mind42 : Collaborative mind mapping in your browser

Online validator for iCal files

ical validator online
Email-Blueprints https://github.com/mailchimp/Email-Blueprints
23/05/2011 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 ...
  • HTML EMAIL BOILERPLATE : This website and its sample code creates a template of sorts, absent of design or layout, that will help you avoid some of the major rendering problem...
  • HTML email templates : Easily create beautiful, branded email marketing campaigns. Start by choosing one of our free HTML email templates and customize it in minutes.
  • Ink : A Responsive Email Framework from ZURB. Quickly create responsive HTML emails that work on any device & client. Even Outlook.
  • Responsive Web Design Patterns : A collection of patterns and modules for responsive designs.
thumbnail

Email Blueprints is a collection of HTML email templates that can serve as a solid foundation and starting point for the design of emails.

html design email css template
HTML EMAIL BOILERPLATE http://htmlemailboilerplate.com
23/05/2011 cluster icon
  • 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.
  • 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 ...
  • Ink : A Responsive Email Framework from ZURB. Quickly create responsive HTML emails that work on any device & client. Even Outlook.
  • Shards : A free and modern UI toolkit for web makers based on the popular Bootstrap 4 framework.
  • Can I email… : Support tables for HTML and CSS in emails.
thumbnail

This website and its sample code creates a template of sorts, absent of design or layout, that will help you avoid some of the major rendering problems with the most common email clients out there — Gmail, Outlook, Yahoo Mail, etc. While not plug and play (you know, you'll have to do some work ;-), it will provide some helpful examples and snippets that will keep your email design rendering as true-to-form as possible.

html email css template
Silex http://silex.sensiolabs.org/
22/05/2011 cluster icon
  • Scaffold : Extend, combine and compress CSS
  • amphp : Amp is a non-blocking concurrency framework for PHP providing primitives to manage concurrency such as an event loop, promises, and asynchronous itera...
  • Humbug : Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement. It eats Code Cov...
  • Fat-Free Framework : A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
  • SilverStripe : Open Source CMS / Framework

The PHP micro-framework based on Symfony2 Components

framework php
Feed43 http://feed43.com
29/04/2011 cluster icon
  • Drawter.com : DrawAble Markup Language
  • Favicon Generator : Upload an image (GIF, JPEG or PNG) and convert it to a Windows favicon (.ico)
  • RoundPic : Online tool for making anti-aliased rounded corners (very Web 2.0!) for avatars and images
  • kuler : Color palette generation tool
  • Feedity : Feedity is an online data extraction tool and RSS feed builder

Your favorite site doesn't provide news feeds?
This free online service converts any web page to an RSS feed on the fly.

tool rss generator online
Maqetta http://maqetta.org
22/04/2011 cluster icon
  • MyDraft : Free wireframing online tool
  • EtherPad : Etherpad is an Open Source online editor providing collaborative editing in really real-time powered by Node.js
  • Codassium : A better way to conduct remote interviews WebRTC based video chat + code editor = Awesome interviews
  • Drawter.com : DrawAble Markup Language
  • draw.io : Online diagram/mockups design.

Maqetta is an open source project that provides WYSIWYG visual authoring of HTML5 user interfaces. The Maqetta application itself is authored in HTML, and therefore runs in the browser without requiring additional plugins or downloads.

wireframe editor online
320 and up http://stuffandnonsense.co.uk/projects/320andup
18/04/2011 cluster icon
  • HTML5 Boilerplate : HTML5 Boilerplate helps you build fast, robust, and adaptable web apps or sites. Kick-start your project with the combined knowledge and effort of 100...
  • AOS : Animate On Scroll Library. Small library to animate elements on your page as you scroll.
  • Streeme : Streeme can serve music to most HTML5 compliant browsers and smartphone handsets using the computer you already own.
  • Autoprefixer : PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use.
  • Mobello : Mobello is high performance javascript UI framework for HTML5 mobile app
thumbnail

‘320 and Up’ is a lightweight, easy to use and content first responsive web design boilerplate.

css3 mobile html5 css
Fat-Free Framework http://fatfree.sourceforge.net
13/04/2011 cluster icon
  • CakePHP : CakePHP is designed to make common web-development tasks simple, and easy. By providing an all-in-one toolbox to get you started the various parts of ...
  • Flask : Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!
  • Codeception : Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependen...
  • Kraken Framework : Kraken is the first and only multi-processed, multi-threaded, fault-tolerant framework for PHP. It has been written to provide easy and reliable API f...
  • Roll : Roll is a pico framework with performances and aesthetic in mind.
thumbnail

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

framework php microframework
store.js https://github.com/marcuswestin/store.js
07/04/2011 cluster icon
  • 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...
  • Crafty : JavaScript Game Engine, HTML5 Game Engine
  • Sammy.js : Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
  • Slate : Slate is a completely customizable framework for building rich text editors. Slate lets you build rich, intuitive editors like those in Medium, Dropbo...
  • Head JS : Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEA...
thumbnail

localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood.

javascript storage library
Respond https://github.com/scottjehl/Respond
16/03/2011 cluster icon
  • polyfill : polyfill makes web development less frustrating by selectively polyfilling just what the browser needs. Use it on your own site, or as a service.
  • emotion : emotion is a high performance, lightweight css-in-js library that supports both string and object based styles.
  • enquire.js : A lightweight, pure JavaScript library for responding to CSS media queries.
  • Styletron : Styletron is a universal CSS-in-JS engine built from the ground up for high-performance.
  • Photon : UI toolkit for building desktop apps with Electron.
thumbnail

Activates media queries in IE6-8

polyfill javascript css library
* { CSS:resetr } https://perishablepress.com/cssresetr/
15/03/2011 cluster icon
  • Galen Framework : Automated testing of look and feel for your responsive websites. Layout testing seemed always a complex task. Galen Framework offers a simple solution...
  • Selenium : Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testin...
  • Bazel : Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel supports pr...
  • Container Structure Tests : The Container Structure Tests provide a powerful framework to validate the structure of a container image. These tests can be used to check the output...
  • fivesecondtest : Landing page optimization for your mocks and wireframes. Fivesecondtest helps you fine tune your landing pages and calls to action by analyzing the mo...

To help you find the perfect CSS-reset styles, CSSresetr lets you try all the best CSS Resets on a variety of web pages – even your own.

reset css test tool
MediaElement.js http://mediaelementjs.com
15/03/2011 cluster icon
  • Plyr : A simple, accessible HTML5 media player
  • Able Player : Able Player is a fully accessible cross-browser media player. It uses the HTML5 or element for browsers that support them, and (optionally) the JW P...
  • flv.js : An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash. LONG LIVE FLV!
  • Flowplayer : Flowplayer is a beautiful and minimalistic, yet full-featured HTML5 video player that lets your video be the star of the show. Supports all devices.
  • LeanBack Player : LeanBack Player is a Javascript based HTML5 Video and Audio Media Player UI that uses build-in HTML5 and element functionality of standard browsers,...

HTML5 <video> and <audio> made easy.
One file. Any browser. Same UI.

player audio video html5
jsfx https://github.com/egonelbre/jsfx
10/03/2011 cluster icon
  • meSpeak.js : meSpeak.js (modulary enhanced speak.js) is a 100% client-side JavaScript text-to-speech library
  • meSing.js : meSing.js is a JavaScript singing synthesis library that uses the Web Audio API's DSP capabilities in conjunction with the meSpeak.js speech synthesis...
  • howler.js : howler.js is an audio library for the modern web. It defaults to Web Audio API and falls back to HTML5 Audio. This makes working with audio in JavaScr...
  • jsmad : jsmad is a pure javascript MP3 decoder, based on libmad, with an ID3 decoder written from scratch.
  • SoundManager 2 : Using HTML5 and Flash, SoundManager 2 provides reliable cross-platform audio under a single JavaScript API.
thumbnail

This is a javascript library (with frontend) for sound effect generation.

audio javascript generator library
page 64 / 82
1638 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn