Posts marked with “HTML”

Anatomy of a Browser

by · January 3, 2020

0
 

Browsers are everywhere, in a wide range of different devices. However, despite this, browsers mostly follow the same standards and operate in similar ways. Let’s take a look at what differentiates the various browsers, as well as what’s the same. Then, we’re going to go through the steps all browsers take to turn your markup into what users see.

 

Safe at Speed – July 2017

by · July 10, 2017

0
 

In the July 2017 issue of the magazine: Google Cloud, Scalable Content Distribution, beyond jQuery, mental health, and more.

 

Impel, the Javascript ORM

by · March 23, 2010

0
 

Impel is an object-relational mapper for JavaScript. If the association of these two terms seems strange, bear with me (and with HTML5) for a moment.

 

XHP: Inline XML For PHP

by · February 10, 2010

1
 

Anyone developing with PHP quickly learns that PHP’s ability to generate HTML is both a blessing and a curse. While PHP supports the ability to generate dynamic websites and HTML, it often creates kludgy and difficult code. Facebook, one of the world’s largest consumers of PHP and fresh off their announcement of HipHop, has noted […]