Web Developers Articles
-
A Web for Everyone: Interviews with Web Practitioners — Fyrd
In recent posts, we’ve explained why it’s important to make the web work for everyone. We’ve spoken with several top web developers about how they do that. And in between, we’ve shown how browser makers can advance compatibility by adopting living standards. Today we’ll show how a single individual can dramatically improve the tooling space, […]
-
A Web for Everyone: Interviews with Web Practitioners — David Walsh
We’ve heard now from Rachel Andrew, Chris Coyier, and Belén Albeza. Each of these great web developers offered ideas for accomplishing cross-browser compatibility. The fourth interviewee in our web-compatibility interview series brings some new tools to the table. David Walsh (@davidwalshblog) taught himself HTML, CSS and JavaScript at a young age, and soon turned those skills […]
-
Vaulting Out of Walled Gardens with Fancy Links
Have you ever noticed that in Twitter, Facebook, Google and Pinterest some links are displayed quite fancily, with preview images, descriptive text summaries and other information? These links are fancy because of metadata in the source code of the web page itself, implemented specifically for the rich display of links inside each of these companies’ […]
-
A Web for Everyone: Interviews with Web Practitioners — Belén Albeza
For the third interview in our cross-browser compatibility series we talk with Belén Albeza (@ladybenko). Belén is an engineer and a game developer who works on developer relations at Mozilla. She is the author of several books about web development, including “Power-up Your Front-End Development with Grunt” and “XHTML + CSS ¡de una maldita vez!” […]
-
A Web for Everyone: Interviews with Web Practitioners — Chris Coyier
This is the second in a series of interviews about web compatibility with web practitioners. This week we caught up with Chris Coyier (@chriscoyier), prolific web developer and writer behind CSS-Tricks, Digging Into WordPress, and the ShopTalk Show. Chris is one of the founders of the code-snippet demo site CodePen. He recently published a book […]
-
A Web for Everyone: Interviews with Web Practitioners — Rachel Andrew
A recent article on Mozilla Hacks, “Make the Web Work for Everyone,” explored challenges and opportunities in browser compatibility. In that post we urged developers to build cross-browser compatible web experiences in order to maximize exposure and market size; prevent interface bugs that drive users away forever; and demonstrate professional mastery. Today we’re kicking off […]
-
Learning to code for the Web: The MDN Learning Area welcomes you!
As an aspiring developer or as a teacher looking to extend your knowledge of code, it can be difficult to know where to start with web technologies. In this blog post, we’ll be discussing why we have created the Mozilla Developer Network Learning Area to help solve common learning challenges and get you up and […]
-
Google Analytics, Privacy, and Event Tracking
Many of us use Google Analytics (GA) or similar third-party services to keep track of how people interact with our websites; telling us things like when people visit and what they click. This data can help us make important decisions, such as when to schedule maintenance or if a feature can be removed. Because these […]
-
View Source Conference: 16 great reasons to join us in Portland
What, when, where View Source is a brand new conference for web developers, presented by Mozilla and friends, produced by the folks who also bring you the Mozilla Developer Network, to share knowledge of the Open Web. It’s a single track event with plenty of time and space for discussion, demos, and hallway conversations. Talks […]
-
Making and Breaking the Web With CSS Gradients
What is CSS prefixing and why do I care? Straight from the source: “Browser vendors sometimes add prefixes to experimental or nonstandard CSS properties, so developers can experiment but changes in browser behavior don’t break the code during the standards process. Developers should wait to include the unprefixed property until browser behavior is standardized.” As […]