Tag Archives: Technology

Some more meanderings on Git

In my last post, The frustrations of VoiceOver, I alluded to “actively using Git/ Github in my workflow to my advantage” in the process of building a WordPress theme, bA53. And I’m still on it. But I’d very much like to flesh out a few idea’s concerning how I use Git towards my web development efforts.

What is Git? While one couldn’t be blamed for thinking I’m referring to the British noun “git” — and no, I’ve never heard of it either prior to tripping over it on Google — which apparently means an “unpleasant or contemptible person,” I’m not.

Rather Git, I’m speaking about the software now, “is a distributed revision control and source code management (SCM) system with an emphasis on speed.” I’ve mentioned my use of Git previously, as far back as my first post on this blog, in fact.

But I’ll save you from the pain of having me actually explain something I (still) barely understand, so I’ll simply recommend watching these 4 video’s that do a far better job of explaining Git than I could ever do. And it’s done. Read “Some more meanderings on Git” in its entirety

An issue using rem

Some time ago I came across an article by Jonathan Snook titled Font sizing with rem. Not so long story short;

In the early days of the web, we used pixels to size our text. It’s reliable and consistent. […] To get around that1, we can use em units. […] The problem with em-based font sizing is that the font size compounds. […] CSS3 introduces […] the rem unit, which stands for “root em”. […] The rem unit is relative to the root — or the html — element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that…

A pretty sweet solution, regardless of not ever having any significant issues with the em compounding dilemma, none that I can reliably recall anyway. And I’ve used it on a few projects since reading it. It is a very tidy solution to what could potentially become quite a messy problem. For organizational’s sake, at the very least, I’m really quite fond of this solution. Read “An issue using rem” in its entirety

Links: fixing what ain’t broken

I started my initial “webucation” simply by learning virtually the only consistent (meaning “sure-footed”) language on the web, at the time. Hyper Text Mark-up Language (HTML). As I wrote here previously, just over a month ago in fact (where is the time going?), CSS resets and the manner for which I have and do rely on them have undergone quite the shake up. And as sort of an addendum to said post, not for any other reason than consistency, I’ve reinstated the FSS reset, well half of it anyway, back into FSSFive. But another approach of mine that has experienced quite a realignment is what had to be my very first lesson on HTML. Links. But more specifically how links look in a webpage.

It was 1997. Arguably during the early days of the web. At least with respect nearly everything web related was in flux. Everything still needed to be figured out and settled upon (well as much as anything on the web can be or actually is “settled”). And when I started to learn HTML it was in the dying days of version 3, just prior to the “ratification” of the new specification — version 4 — that saw use for a good 12 years. Version 4 came out in very early ’98, if I remember correctly, and 5 still hasn’t, and won’t for years, reached final draft status. But portions of the web are currently, and have been for a bit, moving to the next “iteration” of HTML, version 5.

As an aside, there is plenty of “in between” stuff I’m failing to mention in the years from 1998 to 2010, XHTML 1 & 2 being the most significant occurrences. That is on purpose. Honestly by the time I graduated College, in the winter of 2001, I had Photoshop on the brain. Bad. It wasn’t until 2005 when I got back onto web design. Previous too ’05 I was “listening” to what was happening but not with enough interest to accurately recall most of it. And not too much before ’08 I was entirely consumed with re-learning how to do develop on the web, again. Read “Links: fixing what ain’t broken” in its entirety

Not that long ago…

… In a hospital room not all that far away, a young man laying excruciatingly still in a bed, awaited his shot at communicating with anyone outside the confines of his battered skull (being All Hallows Eve I couldn’t resist)…

But unlike most nightmarish Hallowe’en tales, I’m delighted to tell you (especially since that kid in that hospital bed was me), this one ended much better than it started out. Actually by January 1997, the time this story began, I was able to move my head slightly to the right by that point. And I could communicate. Again, through the blinking of my eyes. Once signifying yes. Twice for no.

Given this, in addition to my primary means of communication, being my blinking eyes, I was also using a translucent, textured plastic cutting board with black hand scribed letters (and numbers) on it as secondary communication aid. It was these characters, arranged vertically, in I’m guessing 5 or 6 columns — the letters were in order, from A to Z, A to E in the first column, F to J in the adjacent column, and so on, and the numbers from 0 to 9, if I’m not mistaken, resided in a single column on the far right of the board. So armed with that set up any person wishing to converse with me, and that conversation required more than a quick “yes” or “no” response from the likes of me, said individual would hold this “communication board” by it’s handle with one hand, and with the other hand, while pointing, skimmed (from right to left left to right) along the top of the board, and pausing on each of the columns for a brief moment. Read “Not that long ago…” in its entirety