A-Frame: An open-source framework for creating WebVR experiences with markup
A-Frame is an open-source framework for easily creating WebVR experiences with HTML. It is designed and maintained by the Mozilla VR team (MozVR). A-Frame wraps three.jsand WebGL in HTML custom elements. This enables web developers, designers, and artists to create 3D/VR scenes without having to learn WebGL’s complex low-level API. (more…)
Intercooler JS: Making AJAX as easy as anchor tags
Intercooler is a small (6.74KB gzipped) library that allows you to add AJAX to your application using HTML attributes. Intercooler supports quite a bit of functionality:
- It allows you to specify the UI event that triggers the AJAX request
- It makes progress indicators very simple to add
- It supports many custom HTTP response headers for things like client-side redirection (more…)
CSS Stats
View CSS Stats for any site to grok potentially interesting stats on stylesheets.
JSFeeds: All JavaScript News & Blogs in one place
All JavaScript News & Blogs in one place. (more…)
Baffle: JS library for obfuscating and revealing text in DOM elements
A tiny javascript library for obfuscating and revealing text in DOM elements. (more…)
Jumpsuit: A Javascript framework to build great apps
Javascript fatigue is a real thing, especially in the React/Webpack/Redux world where there are so many options to choose from. Jumpsuit brings together the best standards in the industry with the least amount of headache. It should be easy for a developer of any skill level to get started writing great apps without spending hours setting them up. (more…)
Bulma: A modern CSS framework based on Flexbox
Bulma is a CSS framework. As such, the sole output is a single CSS file: bulma.css. You can either use that file, "out of the box", or download the Sass source files to customize the variables. There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). (more…)
Top 10 CSS3 Generators for Web Developers
Here for the web developers, we will be sharing with you top 10 CSS3 generators. It is a fact that web developers all the time look for shortcuts so that they can save their precious time. If they will use these shortcuts, then their work will become easier. Here these 10 CSS3 generators will let you to built up your own code in less span of time. Try these tools to that you can generate CSS instantly. (more…)
Datum Ipsum: Designing real-time visualizations with realistic placeholder data
Let’s use placeholder data instead. Placeholder data is a lot like placeholder text. It’s a design tool meant to ensure the final product — in our case, a real-time data visualization — matches our mockups. It’s useful in all the same ways placeholder text is useful: (more…)
Flags of countries around the world created in pure CSS
Recreating all the flags of the nations of the world in pure CSS, using only one
div
per flag. You can see it live on https://pixelastic.github.io/css-flags/ This side-project has no real-world application, it was just an exercice to push the boundaries of what I know about CSS. (more…)
Take a Selfie With JavaScript
In this tutorial we are going to show you how to make a JavaScript selfie photobooth app that takes images using the camera on your phone, laptop or desktop. We will showcase a number of awesome native APIs that allowed us to make our project without any external dependencies, third-party libraries or Flash – vanilla JavaScript only! (more…)
Aurelia: Platform for building apps on open web technologies
A next generation JavaScript client framework that leverages simple conventions to empower your creativity. With its strong focus on developer experience, Aurelia can enable you to not only create amazing applications, but also enjoy the process. (more…)
Aquarelle is a watercolor js effect
Aquarelle is a JS library that creates a watercolor effect.
Cross-Platform Native Apps With A Single Code Set Using Telerik NativeScript
Developing hybrid mobile applications isn’t anything new. PhoneGap, which has now split to become PhoneGap and Apache Cordova, came into existence in 2009. Hybrid frameworks such as Apache Cordova set out to make it easier for developers to create mobile applications by allowing them to use web technologies, namely CSS3, HTML5 and JavaScript. (more…)