Productivity

4 Effective Web Design Tips

Your goal may be to display a simple Website that introduces your company and products or services. Or you might be thinking about developing a fully functional ecommerce site. There are plenty of design options to meet your desires and needs. Here are 4 tips that will help you design a Website that meets your goals.

Webdesign
Productivity

Comments Off

Permalink

Set Your Alarm for Bedtime

Self-improvement site How to Wake Up Early has this tip that just might help. Set an alarm to tell you when to go to bed.

Lifehack
Productivity

Comments Off

Permalink

8 Tips for Making a Family Holiday Video that Doesn’t Suck

Dusting off the old camcorder to record this year’s edition of holiday bliss? Before you torture friends and family with another two-hour epic, let the MindBites production team offer 8 simple tips on How to Make a Rockin’ Holiday Video. [tags]educational,videography,video[/tags]

Productivity

Comments Off

Permalink

Save Driving Time - Avoid Left Turns

Interested in cutting down on your driving time? It’s easy. Avoid left turns. At least that’s what UPS is doing.
23303950

according to Heather Robinson, a U.P.S. spokeswoman, the software helped the company shave 28.5 million miles off its delivery routes, which has resulted in savings of roughly three million gallons of gas and has reduced CO2 emissions by 31,000 metric tons. So what can Brown do for you? We can’t speak to how good or bad they are in the parcel-delivery world, but they won’t be clogging up the left-hand lane while they do their business.

Technorati Tags: , ,

economics
environment
Productivity
Software Development

Comments (4)

Permalink

Boost Your Willpower by Exercising your Mental Muscle

All of us have struggled to maintain self-control. Whether it is to have that last drink at a party, or a a cookie before dinner. An interesting article today in the New York times seems to suggest that self-control is a form of mental muscle that can improve with training.

Studies now show that self-control is a limited resource that may be strengthened by the foods we eat. Laughter and conjuring up powerful memories may also help boost a person’s self-control. And, some research suggests, we can improve self-control through practice, testing ourselves on small tasks in order to strengthen our willpower for bigger challenges.

In order to improve our self-control, the authors suggest working on smaller easily attainable goals. Obtaining small success will help improve your will-power making more difficult goals easier.

Technorati Tags: , , ,

Lifehack
Productivity

Comments (0)

Permalink

Easily Import Song Ratings to iTunes

Updated
iTunes IconA few years ago I was given an iPod. Like many, I loaded all of my songs into iTunes and used it as my primary music player. At some point iTunes stopped working and nothing I did would get it working again.

At that point, I switched to an alternate music player, JRiver’s MediaCenter. While this software served my purpose, I recently had a need to move back to iTunes. The only challenge for me was how to move my song ratings into iTunes. No big deal you say? Well, for me, song ratings are the key to all of my playlists (a subject of another post). If I had to start from scratch, rating my 5000+ song library, I would be working straight through the new year.

My initial thought was to do it with some software. However, thinking about it some more, I came away with a better solution - playlists.

The idea I have is to create playlists based on song ratings inside of MediaCenter. These are “Smart Lists”
that automatically update as songs are rated. MediaCenter allows you to export these playlists into various formats. One of them M3U is supported by iTunes. Here is what I did:

  1. Imported all of my songs into iTunes. This took some time.
  2. Created the following playlists in JRiver MediaCenter
    • 1 Star
    • 2 Star
    • 3 Star
    • 4 Star
  3. Exported each playlists as an M3U file
  4. Start iTunes
  5. Select File->Import and open the playlists you just saved. When you do, iTunes will
    import the playlist and display it under the iTunes playlists.
  6. Click the newly created playlist
  7. Highlight all of the songs in the playlist
  8. Right mouse click over the songs and rate them
  9. Repeat the import process for each of your playlists

Since iTunes can import M3U files, migrating your song ratings will work with any other player that also support M3U playlists. Most do.

There are a couple of caveats to this tutorial which are rooted in the M3U file format. The M3U file stores both the filename and the path to the file. There are two (at least) potential problems.

  1. If you want to move from Windows to OSX
  2. If your music file locations have changed

If you have either of these problems then a little Script-Fu should do the trick. It wouldn’t be too hard to write a quick parser in Perl/Python/Ruby which changes the path and filename to the new locations.

Technorati Tags: , , ,

Productivity

Comments (5)

Permalink

Easy way to track time spent on projects

I’ve used a few different project management programs, my current favorite is Basecamp. However, Basecamp wants to treat everything as a project and gets in your way if you want to track time spent on tasks that are not bound to a specific project. Slim Timer Logo

Today, for example, I need to track some time spent on a one-off task for a client. It’s pretty close-ended, I’ll do the work, send the hours spent to accounting and I’m done. Creating a Basecamp project for this would be overkill.

As a software nerd, the thought of just using a stop watch seems sacrilegious so I opted to search for an appropriate piece of software that would allow me to time unbounded tasks.

Enter SlimTimer. SlimTimer is a web application which allows you to quickly create time bounded tasks. Sign-up is quick and (as near as I can tell) free.

Once you create an account, you can begin creating tasks in a tiny (think Slim) pop-up window. When tasks are activated, a timer starts. Close the window, the timer stops. So far this seems to do exactly what I need.

If that was all the application could do then all I did was find a web 2.0 stop watch. The really cool thing is the reporting. SlimTimer allows you to generate invoices, timesheets or more generic reports showing the time spent on a series of tasks.

You can then take these reports, and print them or export them to CSV, handy if you need to send this to someone else.

If you need a quick way to time tasks, give SlimTimer a test drive.

Technorati Tags: , ,

Productivity
Software

Comments (2)

Permalink

Organize your bookmarks efficiently with tags

In the stone age of PCs (circa. 2001), files were organized by filename and a hierarchy of file folders. If you wanted to retrieve a file, you needed to remember the filename and where you placed it. If you’ve ever tried to find something over a month old you quickly came to realize what an inefficient method of storage this is. In this post, I’ll discuss tagging, a fairly new method of organizing your data, and explore how to use your tags in an effective manner.
Continue Reading »

Productivity

Comments (0)

Permalink

Simple command checks for secret Internet connections.

Has you PC been turned into a zombie? One way to find out is to log your internet connections to see what activity has occurred.Night-of-the-Living-Dead-Poster-C10080079

There are a number of tools available to do this, however, Windows comes with a free command line utility which is described here. The program, netstat, displays active network connections into and out of your box. To turn it into a network logger, follow the steps below.

Make sure, if you are running this that you close any known network applications like Firefox or your favorite web browser. Otherwise your log could fill with unwanted information.

  1. Open a command prompt, click Start->Run and type
    cmd.exe
  2. type netstat -b 2 > netlog.txt
  3. Let this run overnight then open the log file in notepad.

The command line option -b tells netstat to display the name of the programs initiating the network connection. The number tells netstat to dump to the log every 2 seconds.

What you will see in the netlog.txt is a list of all network connections with the name of the program making those connections in brackets []. If you see something you don’t recognize, you can use a website like File.net to identify it and see if it is a virus or malware program.

Technorati Tags: , ,

Windows
Productivity

Comments (0)

Permalink

Google Tip - A dictionary as close as your browser search bar

While writing, I am often looking for the best word to use. Rather than checking dictionary websites or dare I say, break out a paper dictionary, I turn to Google.

The define keyword allows you to check Google for the definition of a word. To use it, simply type define:wordname and click Google Search. You are then presented with definitions from various internet sources.

googledefine

So, the next time you are at a loss for words, fire up Google. It’s better than your English teacher.

Technorati Tags: , , ,

Google
Productivity

Comments (0)

Permalink