By Mathew Carella Writing good CSS code can speed up page rendering. Essentially, the fewer rules the engine has to evaluate the better. MDN groups CSS selectors in four primary categories, and these actually follow the order of how efficient they are: ID Rules Class Rules Tag Rules Universal Rules The efficiency is generally quote from […]
Coding for Responsive State Changes with SimpleStateManager
By Jonathan Fielding A month ago I wrote about how to handle responsive states in JavaScript. I looked at how you could roll your own solution and also did a comparison between Enquire.js and SimpleStateManager. SimpleStateManager is a responsive state manager that allows you to run different JavaScript at different browser widths. A month on, […]
Best of JavaScript, HTML & CSS - Week of July 29, 2013
Another busy week, with a lot of general (i.e. not framework focused) tutorials. Some noteworthy new projects this week as well including Bone.io, Bindr, NeDB and node-webkit to name just a few. Tutorials Kamil Khadeyev shows how you can get started with Photoshop Scripting using JavaScript. Introduction To Photoshop Scripting Johnny Simpson discusses some CSS […]
Animating with AngularJS
By Holly Schinsky AngularJS recently came out with support for CSS3 transitions and animations, as well as JavaScript Animations. The support is part of version 1.1.4 (unstable build), but was changed and refined a bit in version 1.1.5 so you should start with that version when you check it out. I definitely think it’s worth […]
Introduction to Topcoat
By Chris Griffith Topcoat is a brand new open source component library built entirely on web standards (CSS and HTML) and is available at topcoat.io. It was designed to assist developers and designers in creating high-performance web and PhoneGap applications. This project was announced shortly before the 2013 Adobe MAX conference and, in fact, the […]
How Putting Ads on Mobile Apps Can Lose Money - A Case Study
By Alex Genadinik One of the most common ways to make money with mobile apps is to publish ads on the apps. This can work very well for many types of apps. In fact, publishing ads is one of the few ways to monetize a user who has no credit card, which is a common […]
- 1
- 2