
40+ High Quality Free Social Media Icons Designers, we know you love free icon sets! Having quality icons can help to make a website’s design look complete and can also help with the usability of the site. Social media icons are some of the most commonly used icons, especially in blog design and emails. Of course, social media icons can be extremely useful for getting more exposure for your social profiles and growing your following. Fortunately, there are many high-quality sets of free social media icons you can use in your social media marketing. Of course, be sure to check the terms of use or license before you download icons and use them in your designs. If you’re looking for simple social media logos to use, this set from Flaticon is perfect. File formats: SVG, EPS, PNG, PSD This is a huge pack with 117 different icons. Simple Socia Icons This small set from Vecteezy includes beautiful icons for some of the most popular platforms, like Facebook, Instagram, TikTok, LinkedIn, Twitter, and more. File formats: EPS, JPG
Build a Dynamic Dashboard With ChartJS - Tuts+ Web Design Tutorial Today we will be creating a dynamic dashboard with live charts, through the power of ChartJS. ChartJS is a powerful, dependency free JavaScript library which builds graphs via the canvas element. Best of all, it's easy for designers to get up and running. We're going to build our dashboard on top of HTML5 Boilerplate. # On the command line git clone git@github.com:h5bp/html5-boilerplate.git chartjs_dashboard Next, we'll grab ChartJS. Tip: in production, you would use the minified version of the JavaScript, to make the dashboard more performant. Your file structure should look like this: ├── 404.html ├── crossdomain.xml ├── css │ ├── main.css │ └── normalize.css ├── favicon.ico ├── img ├── index.html ├── js │ ├── main.js │ ├── plugins.js │ └── vendor │ ├── jquery-1.10.1.min.js │ └── modernizr-2.6.2.min.js └── robots.txt Note: this does not include some of the files included in H5BP that we won't be using. dark blue: #637b85green: #2c9c69yellow: #dbba34red: #c62f29
node-inspector Overview Node Inspector is a debugger interface for Node.js applications that uses the Blink Developer Tools (formerly WebKit Web Inspector). The project maintenance and support is sponsored by StrongLoop. Table of Content Quick Start Install $ npm install -g node-inspector Start $ node-debug app.js where app.js is the name of your main Node application JavaScript file. Debug The node-debug command will load Node Inspector in your default browser. NOTE: Node Inspector works in Chrome and Opera only. Node Inspector works almost exactly as the Chrome Developer Tools. Other useful resources: Documentation specific to Node Inspector provided by StrongLoop: Running Node InspectorMiroslav's talk How to Debug Node Apps with Node InspectorDanny's screencasts (most likely outdated by now)Getting Started from scratch on wiki (most likely outdated by now) Features The Blink DevTools debugger is a powerful JavaScript debugger interface. Cool stuff Known Issues Troubleshooting I got the UI in a weird state. Yes. 1.
Free Vector graphic art, free photos, free icons, free website templates, psd graphic, photoshop brush, font, free download 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. Please share your work on Observable, or tweet us a link! Visual Index Basic Charts Techniques, Interaction & Animation Maps Statistics Examples Collections The New York Times visualizations Jerome Cukier Jason Davies Jim Vallandingham Institute for Health Metrics and Evaluation Peter Cook Charts and Chart Components Bar Chart Histogram Pareto Chart Line and Area Chart Pie Chart Scatterplot and Bubble chart Parallel Coordinates, Parallel sets and Sankey Sunburst and Partition layout Force Layout Tree Misc Trees and Graphs Chord Layout (Circular Network) Maps Misc Charts Miscellaneous visualizations Charts using the reusable API Useful snippets Tools Interoperability Online Editors Products Store Apps
Debugging with node-inspector This was the fourth in a series of posts leading up to Node.js Knockout on how to use node.js. This post was recorded by node-inspector author and Node.js Knockout judge Danny Coates. Video Check out this sweet screencast where Danny explains how to use node-inspector: Transcription Hi this is Danny Coates. It's hosted on GitHub, you can go check it out there. $ node .. When I pass it the --start-brk parameter we're going to end up with two processes; the one we're debugging will be a child process of the inspector process. Let's pull up the debugger. Let me walk you through the interface. There's also a pull down menu of your JavaScript files, and some controls to step over, step in, step out and pause the script. If you click on a breakpoint it'll jump to the relevant line in your code. Let's step through the node-chat app, to see what's going on. It looks like we're setting some intervals, hooking up some routes... Let's go ahead an open a couple of node-chat windows. Thanks for watching.
jQuery Before/After Plugin Not long ago the New York Times had an article which showed a road in Brooklyn that had been reconstructed to make it safer and more pleasing to the eye. To show the difference in the reconstruction project, they showed a before and after picture using Flash that let the visitor drag a slider over the images, which were sandwiched with one on top of the other, so that you could easily see how dramatic the changes were. I immediately thought that this could be done in JavaScript using jQuery, so I set out to do it. Here’s the result: Pretty slick no? The possibilities for this plugin are endless. Being used by: and many more… Download Download jquery.beforeafter.zip (version 1.4) What’s So Great About this Plugin? Slick effect, no Flash neededIt’s just 7 Kb (5 Kb compressed)Reusable on multiple containersDegradable. How to Use First, your before and after images must be the same size. The plugin requires jQuery (of course) and the draggable component of jQueryUI. That’s it! Tablets/Mobile Demos
yrezgui/AngularJS-Learning 40 best free icon sets, Spring 2015 Whether you’re building a new website, a new app, or a dashboard, you can’t do without great icons. The Web is in love with icons, they’re used everywhere from apps to responsive sites, all because they pack information into a small space. And because each set of icons is unique, you can give a different voice to a design, just by switching between sets. Today we’ve put together the best icon sets so far from 2015. Some have been released in the last 4 months, others have had significant updates. There’s a ton of different themes here, ranging from business, to leisure, and of course plenty of weather icons. All of the icons here are crystal clear vectors; some are drawn in Photoshop, some in Illustrator, and some in Sketch. 32 icons Weather icons Flat icons 45 free transport icons Fauna Precolombina Set Thin Line UI Icons 170 Free Shopping Cart Icons Free Download — Icon Set 2015 30 line icons Icono – Pure CSS Icons Happy Friday Space Travelers Objects Icons Free line icon pack 90 Free Line Icons Viro
Raphaël—JavaScript Library