38 private links
HTML5 and made easy. One file. Any browser. Same UI.
Popcorn.js is an HTML5 media framework written in JavaScript for filmmakers, web developers, and anyone who wants to create time-based interactive media on the web. Popcorn.js is part of Mozilla's Popcorn project.
Expressive, dynamic, robust CSS
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's of developers, all in one little package.
Welcome to CodePen, a community of front end folks focused on inspiration and education. We're just getting started on this adventure, so we'd love to hear from you.
This application is designed to assess the strength of password strings. The instantaneous visual feedback provides the user a means to improve the strength of their passwords, with a hard focus on breaking the typical bad habits of faulty password formulation. Since no official weighting system exists, we created our own formulas to assess the overall strength of a given password. Please note, that this application does not utilize the typical "days-to-crack" approach for strength determination. We have found that particular system to be severely lacking and unreliable for real-world scenarios. This application is neither perfect nor foolproof, and should only be utilized as a loose guide in determining methods for improving the password creation process.
Brackets is an open-source editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript. The project was created and is maintained by Adobe, and is released under an MIT License.
CoffeeScript is a little language that compiles into JavaScript. Underneath all those awkward braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
If you've ever attached an event handler to the window's resize event, you have probably noticed that while Firefox fires the event slow and sensibly, IE and Webkit go totally spastic.
In IE, Safari, and Chrome many resize events fire as long as the user continues resizing the window.
Opera uses as many resize events, but fires them all at the end of the resizing.
Firefox fires one resize event at the end of the resizing.
That's what this plugin for.
This isn't exactly throttling, but it's close. Basically debouncing will fire your function after a threshold of time (e.g. 100ms) has elapsed since the last time it's tried to fire. Throttling would withhold subsequent firings, but debouncing waits for the last one and runs that.
This page lets you create HTML by entering text in a simple format that's easy to read and write.
This article offers an alternative to the laborious task of coding up which
Очень часто приходится сталкиваться с выпадающим HTML списком , по этому на заметку оставлю несколько селекторов jQuery.
The tricky thing is this particular copy of jQuery is in compatibility mode by default. That means that the typical ‘$’ shortcut for jQuery doesn’t work, so it doesn’t conflict with any other JavaScript libraries that use the dollar sign also, like MooTools or Prototype.
Many plugin authors and theme developers are aware of this, and they use ‘jQuery’ instead of ‘$’ to be safe.
Fotorama is a nice-looking javascript gallery with intuitive controls, and flawless compatibility across all computers, iPhones and any mobile devices. It’s easy to install and set up.
- рабочие демо прямо на сайте
- рейтинги для того чтобы отсеять шлак
- каталог с категориями, тэгами и CMS
- для каждого демо короткий, понятный адрес
- примеры внедрения на реальных проектах
- RSS всех сообщений; RSS для каждой категории
WYSIWYG editing in the browser is still difficult to integrate or extend, and generated markup is often suspect. In the meantime a crop of text formatting languages such as Markdown, Textile, BBCode and wiki markup have emerged as ways for users to enter rich content in a controlled enviornment.
Control.TextArea provides a text selection and manipulation API, as well as a simple toolbar API, but leaves the application integration and feature set to the developer.
A script that lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.
This plugin allows you to create easily customizable, HTML/CSS/JS based audio players. It uses the official SoundCloud Flash widget for the audio streaming and widget API for it's control or native HTML5 streaming. Supports iPad, iPhone OS4, Palm Pre etc.
Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
И вот сегодня я совершенно случайно наткнулся на редактор, который мне полностью подходит:
работает стабильно
выглядит очень стильно
написан на jQuery