
I feel like Mark Zuckerberg early on in “The Social Network.”
I have been working on the site for our new web development company. Long hours. This should be our showcase, right? It’s important to demonstrate what we’ll do. Everything is under the microscope.
I have been happily typecast for 28 years. Now, I need some cred as a developer.
Sometime later today I’ll officially open the doors. The site is running, but a few minor changes might still be made.
There is a special bit of hell web developers enter because of Microsoft. Thanks, Bill.
The web is based on standards. Car tail lights are red and electrical plugs have two parallel slots a specific distance apart because of standards. We don’t think or worry about these things. They’re always the same. The web is supposed to work the same way.
The web’s standards describe the response your browser gives when it receives a specific command. In a few critical cases Microsoft’s Internet Explorer is non-standards compliant. It does its own thing. Groovy, baby.
The code I write looks different on most versions of Internet Explorer. If I write four boxes across, IE might display three and one below the first.
Might? No, it did. Fixed.
There are inelegant hacks. They consume loads of time for little benefit. You’ve gotta do them. Each individual visitor is important no matter how they’re seeing the site. It’s a good challenge.
A moment ago Internet Explorer, Firefox and Chrome were all open on my computer. Gotta check. Gotta make sure.
The buzzword today is “responsive.” Websites are supposed to gracefully reformat themselves for smaller and smaller and larger and larger screens! A typical large LCD panel is 1920×1200 pixels. A phone might be 480×320 pixels. Websites have to look good for both. It’s tricky.
I am enjoying coding.
Quiet work. Intense. Very much like writing. Creative.
I mostly write CSS (Cascading Style Sheets). It’s the language which allows every website to look different. If you glanced at a CSS stylesheet you’d recognize lots of English words, but overall it would be undecipherable.
Most of what I do concerns how sites look. I build on WordPress. It’s mature software and reasonably bulletproof. Millions of sites use it worldwide.
I still have server backups made offsite each night.
I’m in a nerdy pursuit, no?
More later.