Web: A Needle in a Haystack Industry

The web is a truly unstoppable industry, growing exponentially and completely unaffected (in my opinion) by the economy like other tangible industries, construction and real estate for example. It’s a global community with little to no overhead. It’s never mattered how any specific city, state, country, or even continent is doing, because I’ve reached them Web: A Needle in a Haystack Industry

The Coding Brain

Learning a coding language, in my opinion, is very similar to learning a spoken language. You need to learn how to read and write it well (perhaps not fluently, but well) in order for yourself, as well as others, to understand what you’re communicating. The way a server or browser might not be able to The Coding Brain

Opinion Responsibility

I’ve already touched on the worst extreme of opinions online because of the issue of trolling. But, what about normal day-to-day communication, writing, and commenting? Just because something we say isn’t over-the-top rude doesn’t necessarily make it any less harmful. The internet is full of misinformation, misleading headlines, implications, inferences, scandalous tones, and so on. Opinion Responsibility

Way Too Much Information

While that’s often associated with a sarcastic remark to someone who’s perhaps revealed too intimate of details about themselves, I’m actually referring to something else entirely — the disturbing amount of information others have on us. The truth of the matter is that we’re identified and profiled by a staggering amount of statistics in the Way Too Much Information

How to Create Gradients in CSS

Finally, the standard is here for creating non-browser-specific CSS gradients across all the latest, standards-compliant browsers! CSS .grad{background:linear-gradient(#40b3ff, #09f)} HTML <a href="#" class="grad">Simple Gradient Hurray!</a> Demo Simple Gradient Hurray! (if you’re not seeing a gradient, your browser doesn’t support linear-gradient yet) So beautifully simple. Simple Fail-safe for Older Browsers .grad{background-color:#09f;background:linear-gradient(#40b3ff, #09f)} background-color:#09f — Use this How to Create Gradients in CSS

Professionalism

I’ve been a web pro for about 7 years now. I’ve come a long way in that time, but there is still a long way to go in maturing and wisdom. I’ll share with you my findings and hopefully get some feedback from other professionals on how they handle the day-to-day. Rule #1: Keep your Professionalism