background preloader

Welcome

Welcome

Swarm Creativity Blog Web Design and Web Development Tutorials How to Create CSS3 Animated Checkboxes HTML forms have a lot of elements which function differently. Some of them provide options while others need input from the user. HTML checkboxes are a good example of this.... How to Mockup Responsive Websites in Sketch App It’s quite normal to build websites with responsive viewports and it’s been that way for a while now. WebInspector The Web Inspector allows you to view the page source, live DOM hierarchy, script debugging, profiling and more! Enabling the Web Inspector Safari Enable the Develop menu option in the Advanced preferences. Use the optional toolbar button, Develop menu or Inspect Element context menu to access the Web Inspector. Other WebKit clients Find the application's bundle identifier. Using the Web Inspector The Web Inspector can be opened by right clicking anywhere on a web page and choosing Inspect Element. The Node pane shows the current node type and name, as well as any element attributes. Under the Style pane we show all the CSS rules that apply to the focused node. The Metrics pane provides a quick visual look at how margins, borders and padding affect the current node. Various HTML and JavaScript properties, including length of text nodes, offsetWidth/Height, class names, and parent/sibling information are vieweable in the Properties pane. Hacking on the Web Inspector Related Blog Posts Shortcut Keys

31 Free Clean Icon Sets For Minimal Web Design All clever things are usually very simple. Sometimes you just want to stay with the old valuables and keep it subtle. These icons will look great with clean and minimal web designs and also notice since almost all of them are monochromatic you can put different colors, create your own letterpress and different effects without spending time to create your own actual icon. I think minimal and letterpress effects currently are very popular in webdesigns and many designers will find this collection useful and worth bookmarking! Note: We just created new icon set collection, edition 2012, check it out here, 25 more icon sets! 1. Editable PSD file with Illustrator vectors. 2. Free icon set from 16×16 GIF. 2.1. 3. 108 gray 32×32 PNG icons. 4. Iconic is a minimal set of icons consisting of 114 marks in raster and vector formats. 5 different sizes up to 32×32, nice flexibility. 5. 6. 100+ icons in various resolution up to 128×128. 7. 8. 9 GIF icon sets. 9. 10. 11. 12. 13.

Online Tutorials LESS « The Dynamic Stylesheet language Android niceties Your Web, documented · WebPlatform.org CSS reference - CSS Style rule syntax style-rule ::= selectors-list { properties-list } Where: selectors-list ::= selector[:pseudo-class] [::pseudo-element] [, selectors-list] properties-list ::= [property : value] [; properties-list] See the index of selectors, pseudo-classes, and pseudo-elements below. The syntax for each specified value depends on the data type defined for each specified property. Style rule examples css For a beginner-level introduction to the syntax of selectors, see our guide on CSS Selectors. At-rule syntax As the structure of at-rules varies widely, please see At-rule to find the syntax of the specific one you want. The following are the various selectors, which allow styles to be conditional based on various features of elements within the DOM. Basic selectors Basic selectors are fundamental selectors; these are the most basic selectors that are frequently combined to create other, more complex selectors. Combinators Next-sibling combinator A + B Subsequent-sibling combinator A ~ B Pseudo

Datavisualization Front end standards Is as awesome as Chewbacca riding a squirrel, fighting Nazis with a cross bow. - @codepo8 Foreword This little book is to aid a shared understanding of front-end development best practice at PUP. It's to help us deliver high quality content that works better, reaches more people - not only in today's browsers & devices, but in tomorrows. Browsers Statistics, naturally Our own user logs are almost all that matters in deciding which browsers we officially support. Do web sites need to look the same in every browser? No. We currently support The latest versions of all modern browsers, IE6-9 & top-level modern mobile browsers Opera & Safari. IE6-9 Firefox Chrome Safari Opera Opera Mobile & Opera Mini Mobile Safari Install the latest versions of these browsers from U:/ IE6-8 are currently best tested on VM's pageuptest-ie[6,7,8] or run your own VM's. You can test Opera Mobile from your desktop machine - You can also introspect Opera mobile inside a phone using Opera Dragonfly. Mobile Web standards Follow <!

How to Zoom and Pan with SVG (Preliminary) This topic shows you how to use Scalable Vector Graphics (SVG) to zoom and pan, and ends with an example of a complex organizational chart that can be zoomed and panned. Basic HTML and JavaScript knowledge are assumed, as well as access to a browser that can render inline SVG in HTML5, such as Windows Internet Explorer 9 and later. Introduction In this topic we’ll first discuss how to zoom and pan in SVG using a detailed SVG test graphic. We’ll then describe how to use Microsoft Excel and Microsoft Visio 2010 to create a complex SVG organizational (org) chart, which can be displayed by an SVG-enabled browser. Creating an SVG Test Graphic One of the key features of SVG is the ability to "infinitely" zoom in on a detailed graphic. An acceptable SVG test graphic, appropriate for both zooming and panning, might resemble the following graphic. This graphic was created using the following example: HTML5 Inline SVG Test Graphic. <! transform="translate( -400*(0.9-1), -300*(0.9-1) ) scale(0.9)" <!

Related: