New Healthcare.gov is Open, CMS-Free
Update: Read our post on the June launch of healthcare.gov, or listen to a podcast on our work developing the new healthcare.gov and how CMS-free websites are a great fit for federal websites. At a South by Southwest event this weekend, Department of Heath and Human Services CTO Bryan Sivak outlined a new vision for healthcare.gov. As the primary interface for the public to learn about and shop for health insurance plans through the Health Insurance Marketplace, healthcare.gov will relaunch this June with a completely rethought design and architecture.
Gallery · mbostock/d3 Wiki
Wiki ▸ Gallery Welcome to the D3 gallery! More examples are available for forking on Observable; see D3’s profile and the visualization collection.
Design Elements Download Packs
Glow, 25 Colorful Soft Backgrounds A collection of 25 soft brightly coloured light abstract backgrounds. Image dimensions up to 4256px by 2832px. 25 images - Zip Download (60 Mb) password required Good Wood, 30 Timber Textures A collection of 30 really useful high resolution background images of wooden surfaces and timber textures.
mojombo/jekyll
20 best JavaScript charting libraries
A quick note before we start: I have covered top 20 libraries below. It might get little confusing when you try to pick one for your project as there are many factors to consider. So here is something for help – a small guide on factors to consider while choosing a JavaScript chart library from the makers of FusionCharts (covered at #2 below). It explores 14 different factors that go into making the decision in good depth, and is one of the best resources on the topic. Every business is turning to data analysis for important decisions.
Spreadsheets are dead, long live reactive programming environments!
Spreadsheets are dead, long live reactive programming environments! Birth ... In 1979, Dan Briklin and Bob Frankston created VisiCalc the world's first spreadsheet software.
Social Admin Template Template (v2.0.1-rc1)
Overview, structure and usage. 1. Overview Social Admin Template includes a simple PHP version that exposes a basic templating system with a main bootstrap file, header, footer, pages & sub-pages.
Processing.js
Incremental Delaunay Triangulationby Jeonggyu Lee An interactive implementation of incremental Delaunay Triangulation algorithm. My Life Aquaticby
Components
Available glyphs Includes over 250 glyphs in font format from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you include a link back to Glyphicons whenever possible. How to use For performance reasons, all icons require a base class and individual icon class.
How To Create a Pure CSS Dropdown Menu
With the help of some advanced selectors a dropdown menu can be easily created with CSS. Throw in some fancy CSS3 properties and you can create a design that was once only achievable with background images and Javascript. Follow this tutorial to see the step by step process of building your own pure CSS dropdown menu. The menu we will be creating features two sub categories that appear once the parent link is activated by a hover. The first series of sub-links appear underneath main nav bar, then the second series of links fly out horizontally from the first dropdown. Take a look at the CSS dropdown menu demo to see it all in action.
How to Create a Dropdown Menu in HTML and CSS: 9 Steps
Edit Article Edited by D1s1, Teresa, 80_Calo, Jeff and 5 others Two Methods:HTMLCSS A dropdown menu provides clear and hierarchical view of all main sections on the page and subsections contained within them. All you need to do for the subsections to appear is to mouse cursor over the main sections.