When going into design, the majority of students are bright-eyed and bushy-tailed. They were the kid who was always drawing and painting, the one whose parents probably covered their fridge in water colors. So, they would certainly think I’m crazy to say they should also program.
However, design is not art.
There, I said it.
One of the most common misconceptions I receive from my family is that I am in some shape or form an artist. While I do illustrations (such as the one pictured in this post – which, by the way, was inspired by this Adobe Illustrator coffee cup tutorial), I do not consider myself an artist. Granted, I am currently working toward a degree in software engineering, with design as my secondary major (and the way I put the food on the table), but this is why I have come to the conclusion that programming is an invaluable skill to any designer. Read more »
Finally!
I’m finally happy to announce that I was able to send live the code I’ve been hashing and dreaming up for the site is now live. You can see a footer now on every page, in addition to a few other minor changes to the site. Also, this past weekend we upgraded to WordPress 2.8, and activated Akismet in order to control the spam comments we receive.
It feels very good to update the code for the site. As it stands, it was getting pretty stale, and I’m one who always tries to keep things up-to-date. Granted, we weren’t necessarily out-of-date, so much as there were many changes that I felt needed to be done, namely tweaking the comments page and adding in the footer. This site will always be an on-going project for me; as should all designer’s sites. Read more »
It seems to me that spammers are getting more and more creative.
One of the most recent spams I received was actually through two IM conversations. The first was on GTalk; I have a GTalk account set up specially for BeLink’d to communicate with clients et cetera without utilizing my personal account. Well, I received a friend request; not sure what it was, I accepted.
Later that day, while working on a site, I received an IM asking if it was a good time to discuss web development software that I had been solicited in the past over my work line. I told said marketer to please remove me from their contact list when they initially called me, and now I was being IM’d by them.
And that wasn’t the last time. I also use Skype for personal, and received a friends request from a random person. I add them… and it turns out to be yet another marketer. Wonderful. Blocked and removed; the major annoyance, however, is that now they attempt to message me and send me notifications, which are… excessively annoying. Read more »
Not many people put CSS and programming into a similar category. After all, CSS is more of an interface language; it’s not going to return a value, or compare two variables.
The earliest beginnings of CSS themselves come from the desire of designers to have a separate language in order to declare certain properties for elements in their designs. The original plan for it was for it to appear like this:
@H1 fo(fa=he,si=32,we=bo) ve(be=1,af=2)
A man by the name of Robert Raisch suggested this syntax. Hard to read? That’s what I thought when I first saw it – but essentially, it is declaring the very same thing as this snippet:
Read more »