WebDev
hmm.
Articles
Books
Humour
Tools
See also Browsers
Validation
- Validator.nu - (X)HTML5 Validator (Living Validator)
- The W3C Markup Validation Service - older
- http://validator.aborla.net/ - older, uses HTML Tidy
- http://htmlhelp.com/tools/validator/ - html4
Authoring
Ninja
- Ninja Ninja HTML5 Authoring Tool is a fully featured content authoring tool for creative professionals who need to deploy HTML5 web applications for desktop or mobile, and want to create content in a visual way.
CodeMirror
- CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and optionally help with indentation. A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality.
brackets
- 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.
- aka Adobe Edge Code
codepen.io
Has Sass/SCSS, etc. Live update, easy altering of editor size, uses CodeMirror.
jsFiddle
- http://jsfiddle.net/
- http://doc.jsfiddle.net/
- 2*2 layout
- js lint, tidyup
- scss, coffeescript
- http://jsfiddle.net/draft - for fullscreen last
- uses codemirror, but configuration method not explicit..
- doesn't autoupdate (Run) - possible?
Control + Shift + ↑ Toggle sidebar Control + ↑ or Control + ↓ Switch editor windows Control + Return Run fiddle Control + s Save fiddle (Save or Update) Control + Shift + Return Load draft
jsBin
- http://jsbin.com/
- https://github.com/remy/jsbin/ - node.js
- 2/3/4 column layout
- uses codemirror, set options
- js hint
in console;
jsbin.settings.editor.key = value; [1] jsbin.settings.editor. smartIndent = false;
urls;
/ Show the full rendered output. This content will update in real time as it's updated from the /edit url. /edit Edit the current bin /watch Follow a Code Casting session /embed Create an embeddable version of the bin /milk/last View the last edited bin for this user /milk/last/edit Edit the last edited bin for this user /milk/last/watch Follow the Code Casting session for the latest bin for this user /quiet Remove analytics and edit button from rendered output #html Load on HTML .js #javascript Load only the JavaScript for a bin .css Load only the CSS for a bin
http://jsbin.com/gist/271333
cssdesk
- http://cssdeck.com/labs
- http://cssdeck.com/docs/labs/keyboard
- minimal and functional
- scss/etc., zen coding
other
Bookmarklets
Overlay
div { outline:1px solid red; }
- http://aymanh.com/css-debugging-bookmarklets - outline is border not outline >_<
javascript:(function(){var t=['div','table','form','address','blockquote','h1','h2','h3','h4','h5','h6','p','pre','dd','dl','dt','ol','ul', 'li'];var c=['blue','blue','blue','red','red','red','red','red','red','red','red','red','red','green','green','green','green','green', 'yellow'];for (var i in t){var l=document.getElementsByTagName(t[i]);var j=0,e;while(e=l.item(j++)){e.style.outline='solid '+c[i]+' 1px';}}})();
Testing
- Holmes is stand-alone diagnostic CSS stylesheet that can highlight potentially invalid, inaccessible or erroneous HTML(5) markup by adding one class.
- Helps by showing errors
Testing
Browsers available:
- Chromium 22 (Dev)
- Google Chrome 20
- Firefox 13
- Firefox 16 (Nightly)
- Opera 12
Plus Windows; Firefox, Chrome, IE.
To check
Tools
- The Screening tool lets you automate testing of web-based applications. You can use it to; Create test scripts by recording actions that you perform on an application, Run automated tests applications, Script tests by using the Screening tool’s API
- Selenium is a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language (Selenium IDE). It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including C#, Java, Groovy, Perl, PHP, Python and Ruby. The tests can then be run against most modern web browsers.
- iMacros is an extension for the Mozilla Firefox, Google Chrome, and Internet Explorer web browsers which adds record and replay functionality similar to that found in web testing and form filler software. The macros can be combined and controlled via JavaScript. Demo macros and JavaScript code examples are included with the software. iMacros was developed by iOpus. First released in 2001, iMacros was the first macro recorder tool specifically designed and optimized for web browsers and form filling.
- PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
- webshots - A utility for taking Web page screenshots with common browser resolutions and saving them as PNG files using PhantomJS.
webshots http://example.com create several screenshots at common browser resolutions webshots --width=800 --height=600 http://example.com single screenshot at the given browser resolution
to sort
- Talk: Tooling & The Webapp Development Stack - Paul Irish, May 1st, 2012
News
- rwd on Twitter
Dev folk
- http://paulirish.com/
- http://codinghorror.com/blog/ - Jeff Atwood
- http://braythwayt.com/ - Reginald Braithwaite
General
python2
python -m SimpleHTTPServer 8000
python3
python -m http.server 5674
Analysis
- http://ifconfig.me/ - client info via curl
- http://redbot.org/
Coding
- Bookmarklet Crunchinator - Based on the Javascript Crunchinator Demo, you can use this to quickly create a bookmarklet from some javascript code. Enter your javascript code in the text area below Input. Enter a name for the bookmarklet in the Name field. Click crunch, and the code will be compressed, and turned into a link under output. You can then drag this to your bookmarks toolbar as a bookmarklet, or right click and bookmark it, or just click it to try it out. Note that your code will automatically be wrapped in a function to make it bookmarklet-friendly.
- EightPack consists of the following tools: JSLint, JSHint, JS Beautifier, JSMin, CSS Beautify, and cssmin.js. Uses V8 engine.
- http://code.google.com/p/minify/ - php css and js
- JShrink is a php class that minifies javascript so that it can be delivered to the client quicker. This code can be used by any product looking to minify their javascript on the fly (although caching the results is suggested for performance reasons). Unlike many other products this is not a port into php but a native application, resulting in better performance.
- CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual minification techniques it can perform structural optimization of CSS files, resulting in smaller file size compared to other minifiers. Node.js.
- Collide is an open-source "collaborative IDE" demonstration. Pick a folder you want to edit on your local file system. Run Collide from the command line in that folder. You and your amigos browse to http://your_host_name:8080. Collaboratively edit :). Java.
- CSSLint is a tool to help point 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.
- Initializr is an HTML5 templates generator to help you getting started with a new project based on HTML5 Boilerplate. It generates for you a clean customizable template with just what you need to start!
Authoring
- 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.
- BlueGriffon is a new WYSIWYG content editor for the World Wide Web. Powered by Gecko, the rendering engine of Firefox, it's a modern and robust solution to edit Web pages in conformance to the latest Web Standards.
- Aptana Studio 3 - Develop and test your entire web application using a single environment. With support for the latest browser technology specs such as HTML5, CSS3, JavaScript, Ruby, Rails, PHP and Python.
- Ace is a standalone code editor written in JavaScript. Our goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. It can be easily embedded in any web page and JavaScript application. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project.
- Cloud9 IDE - Write, run, and debug your code with our powerful and flexible cloud IDE. Collaborate on your workspaces publicly, or keep them private. The choice is yours!
CSS 3
- http://www.layerstyles.org/ - box shadow, etc.
- http://www.css3d.net/ribbon-generator/
- Ceaser - CSS Easing Animation Tool
- http://www.patternify.com/ - CSS Pattern Generator
Support
Scratchpad
Search
- Apache Solr