Articles categorized as Web Design & Development

Code a Responsive Website with Bootstrap 3

My friends, I have some absolutely exciting news! Eight months ago, in January, I had been looking for ways to teach web design related courses online, and I stumbled across a platform called Udemy. Many of you may know that I published a course called PSD to HTML5 & CSS3 and to my absolute delight, […]

Curtains & Code

I’m about to make a bold statement (no pun intended). Every aspiring actor must learn how to code. Why? For many great reasons. But first, let me explain what I mean by learning “how to code”: There are many computer languages one can learn, but I am speaking specifically about HTML, CSS & jQuery. They […]

Questions about Online Education, and Udemy

I was recently approached by a fellow Udemy user and he wanted to know a few things about my experience with Udemy and the benefits of teaching using online mediums rather than traditional. Here is the interview: Why publish online content? I recently left the “full-time, 9-5” work environment because I wanted to set out […]

Have you always wanted to learn how to build a website? Or, have you been curious about learning HTML5 & CSS3? Then I’ve got something for you. But first, let me give you a little background on myself: Learning to design and build websites and web applications has been one of the most valuables skills […]

Hi. I just wanted to share a quick tip for you Web Designers out there. This snippet of CSS makes the text on your website look very nice: See the Pen Sexy Text Rendering in CSS by Brad Hussey (@bradhussey) on CodePen. I recommend using it like so: body { -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; } […]