The best part about being a freelancer is having the freedom to set your own schedule and make your own rules. This, however, can also be the worst part. Without the normal structure of an office environment, many would-be freelancers find themselves wondering at the end of the day where all their time went. Getting the most out of your workday can be tough. So, to help, we present some simple ways that freelancers can increase their productivity.
Read more…
If you have ever worked with a developer or a development team, this article will probably strike close to home. As designers, we work with dozens of developers across the globe each year. Some of us are fortunate enough to find a gem; a developer that just gets it. A developer that you feel is on your same wavelength in terms of what needs to be accomplished with the user interface, and what it needs to happen. Most often, however, we find developers that we generally don’t see eye to eye with.
Read more…
There are many applications that can help you work faster and efficiently. Though, not many applications come cheap. For this post we tried to digg deep to find the best selection of free and open source mac applications that will help you be a more efficient designer. We’re covering from application launchers, GTD (Getting Things Done) to design utilities that can help you focus on what’s important: create.
Read more…
Working on a Mac is a nice experience. Not only because of the aesthetics, but also because of the many useful tools built right into the operating system. One such tool is Exposé, which allows instant access to just about anything on your desktop with the press of a button. If used correctly, it can be a powerful ally in the war against screen clutter, but if you’re unfamiliar with it, it can seem quite daunting.
That’s where I come in – I’m here with five useful tips that will allow any Mac user to get the most out of Exposé, and their screen space.
You may be interested in the following related posts as well:
* 30 Must Have Tweaks For Your Mac
* Mac Hacks: 17 AppleScripts To Make Your Life Easier
* Mac OS X Leopard: Designer’s Guide to Icons
* 200+ Hotkeys To Boost Your ProductivityRead more…
In one of the recent posts, we looked at some reasons why some developers switch to the Mac. If you’ve decided to make the switch yourself, you can do a lot to make the transition smoother. We will take a look at some must-have software, configurations and hacks that can make your life easier as you switch and that can get you up to full productivity (and maybe beyond) in no time at all.
We have tried to find as many free solutions as possible, but you have to pay for some applications to get their full functionality. If we have missed a configuration, hack or piece of software that you found helpful when switching, please post it in the comments.
Read more…
If you are an experienced professional, chances are you have a good set of tools and a work process that you repeat on a daily basis to handle your work. That’s good; it’s how you become more productive, and become an expert. But with repetitive processes come repetitive mechanical work. Whether it’s opening a file in Photoshop to change the format or adding an iCal to-do item based on an email you received, these little tasks can be streamlined. That’s the purpose of AppleScripts.
Read more…
Below are 15 useful project management applications, almost all of which are targeted directly at web developers, designers (both web and graphic) and other creative types. The last one is not geared specifically at creative types, but is the most unique project management application I’ve found, and was included on that basis as well as its potential usefulness for designers and developers.
Read more…
Beautiful HTML is the foundation of a beautiful website. When I teach people about CSS, I always begin by telling them that good CSS can only exist with equally good HTML markup. A house is only as strong as its foundation, right? The advantages of clean, semantic HTML are many, yet so many websites suffer from poorly written markup.
Read more…
Some of you may remember the days when 30KB was the recommended maximum size of a web page, a value which included HTML, CSS, JavaScript, Flash, and images. I find with every new project with even the slightest bit of complexity, it’s not long before that 30 KB ideal is well out of my reach. With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to jump well beyond that 30KB ceiling.
Read more…
Once your latest project is finished, you are very likely to forget the structure of the project’s layout, with all its numerous classes, color schemes and type setting. To understand your code years after you’ve written it you need to make use of sensible code structuring. The latter can dramatically reduce complexity, improve code management and consequently simplify maintainability. However, how can you achieve sensible structuring? Well, there are a number of options. For instance, you can make use of comments — after all, there is always some area for useful hints, notes and, well, comments you can use afterwards, after the project has been deployed.
Read more…