If you’re a web designer, and this sounds familiar…

June 9th, 2009

I came  across a great piece at A List Apart (in my view, a premier online magazine of the web profession) about self-employment and burnout.

The G-20 Summit

June 5th, 2009

Our city is hosting the next G20 Summit — pretty neat-o. Seems maybe we’ll be a symbol of recovery? And it’ll give Pittsburgh a chance to showcase the David Lawrence Convention Center, the biggest and first LEED Gold certified convention center.

Pittsburgh’s better than you might think

June 5th, 2009

The “Steel City” has long taken a beating in the court of public opinion for being a boring, blue-collar town with little going for it besides it sports teams (a Super Bowl and Stanley Cup in one year, maybe?)

As it turns out, though, Pittsburgh has been doing better than average during this recession, having actually gained jobs during 2008, and having one of the lower unemployment, bankruptcy, and foreclosure rates nationally. Furthermore, although the city’s population has been declining for 50 years, the metropolitan area has not declined at nearly the same rate, and still ranks among the largest in the country. Although Pittsburgh ranks 60th in total population nationally, its skyline– which is something of an indicator of business health in the city– ranks a surprising 13th nationally, and  it ranks 25th overall in raw number of jobs. Most optimistically, the job density (per square mile) in Pittsburgh ranks 6th nationally.

Last, Pittsburgh is affordable. I moved here to begin a business in web design– something I could not have afforded to do in many places– especially ones that offer so many amenities.

Really Cool jQuery plugins

May 25th, 2009

I’ve written before about jQuery, the open-source JavaScript library that makes it far less time-consuming to do visually stimulating website effects– which one formerly could only do with Flash– using lightweight, accessible JavaScript. The greatest thing about jQuery, though, is that it by itself is lightweight and, unlike Prototype/Scriptaculous (which are bigger, more complex libraries), relies on thousands of small, easy plugins that do much of the “fancy” work.

Here are a few that I have made use of recently, and wanted to share:

  • Lightbox (creates image overlays)
  • Shadowbox (does the same thing as Lightbox, but supports HTML entities, video, audio, you name it
  • Cycle (creates versatile slideshows)
  • Step Carousel (makes “carousel-type” slideshows which slide to the right or left when the “next” or “previous” button is clicked)
  • Validate (simply and easily validates forms)
  • Superfish (makes versatile, animated drop-down menus)

Cycling in Pittsburgh

April 15th, 2009

Pittsburgh is a hilly city with a unique geography, which makes it interesting for cycling– to say the least. But we’ve got a lot of cyclists around, and a few good web-based tools have popped up for us. For instance:

Bike Pittsburgh

A new interactive bike map

Mac vs. Windows: Security

April 10th, 2009

Most of us have heard the phrase “security through obscurity”. Right?

appleiipd2

This is the idea– surprisingly common, as it seems to make plenty of sense– that Macs (and other minority computer systems) are only secure and immune from the majority of viruses, trojans, and worms because they’re obscure. I guess obscurity would mean either (or both) that Macs don’t catch the attention of malware writers, or that Mac is simply too small a market to be worth their time.

I’d like to submit several responses to this:

Go right on reading »

So… Mac vs. Windows, Cost-wise

April 4th, 2009

As a designer, I think a lot about computers– being that I’m using one many hours each day. I’m a Mac user who came over from the world of Windows about 5 or so years ago. I have to say that, although my Mac experience has not been problem-free, it’s tended to be much more so than my Windows experience– both in the long-term (how many expensive repairs are required?) and the day-to-day (e.g. do I have to worry about viruses and other time-consuming routine maintenance?)

But what I want to get into today is value. It is conventional wisdom that Macs cost far more than their Windows counterparts, and thus are not worth the extra money. But is that true? I’ve read a number of unofficial “studies” on this, and have come away believing “yes and no, depending on how you calculate it– but Macs are still worth it if you’re like the majority of users who just want a machine that works.”

Go right on reading »

jQuery

March 27th, 2009

One web programming framework I have come to love is jQuery. This is a JavaScript (JS) library, meaning essentially it’s a bunch of pre-coded JS that makes it far easier to do complex client-side functions and animations (i.e. right on your browser). jQuery extends the “normal” functions of JS such that it makes use of CSS selectors, which makes it easy to use– and in addition, it gives you tons of out-of-the-box capabilities, such as drag-and-drop and custom Flash-like animations– on, of course, an HTML website.

Another great thing about jQuery is the plugins available. There are literally hundreds of free, open-source (just as jQuery itself is) plugins that build on jQuery’s capabilities.

Go right on reading »