9 Ways to Slice and Dice Time, For Time Management

Thinking about all aspects of time and project management, one of the questions that comes up is how to slice and dice time, projects and goals. Depending on different philosophies, different methods are recommended. I tried to make a list of as many as I could. Here is what I came up with. I’ll cover them in detail in the future, but for now, if you can add to the list, please do so:

- Life Areas
- Goals
- Projects
- Milestones
- Contexts
- Priorities
- Tasks
- Energy Levels
- Repetitiveness

Posted in Uncategorized | Leave a comment

Project and Time Management Software

Time ManagementI’ve started to work on my own time and project managmenet software. Can’t say much about it now, except that my goal is to make it fit me, and what I want out of the software. More to come later.

Posted in Project Management, Time Management | 1 Comment

Foursquare Can Help People Remember Where You Work

People have habits and regular jobs. Once I started using Foursquare, which seems like ages ago, I saw that people would regularly sign into the same place. And most often it was their work place that they would check into.

This seems like an insignificant thing, but what I’ve noticed is now I remember the places where my acquaintances work (most friends I already know).

How is this useful?

Say you switched jobs and want to get the word out; one subtle way to do so is to check into your place of work on Foursquare every day. And to increase the reach, check the box to auto publish to Twitter.

Posted in Foursquare, Location Based Services (LBS) | Leave a comment

API Tutorials & Resources

Here’s some resources if you’re looking to design/develop an API for your web project.

  1. How to Design a Good API and Why it Matters (PDF) – By a Google Engineer
  2. API Design Wiki - lot of great content on API Designs
  3. The Little Manual of API Design, excellent read if you don’t want to spent a lot of time thinking about API design
  4. On API Design Guidelines – Lots of good links to different API tutorials and write ups
  5. REST API with PHP nice summary on developing REST APIs with PHP
Posted in PHP, Web Apps, Web Development | Leave a comment

How to Take a Lawyer for a Drive like a Used Subaru

TITLE: How to Take a Lawyer for a Drive like a Used Subaru1229

SUBTITLE: Or 940905 Reasons Why You NEED to Be At the Next Startup Weekend

We’ll get to the test driving in a minute, but imagine somebody said you can have fifty creative, motivated and professional people help you with a project that you’ve always wanted to do, and all you have to do is show up?1108 Would that be something you would be interested in?1101

Of course you would. Who wouldn’t? Wake up. This is reality. And you can do this, if you’re up to the task, because it sure isn’t for everybody.
Read More »

Posted in Uncategorized | Leave a comment

Speaking at IgniteBoise 3

IgniteBoiseI’ve been picked to speak at IgniteBoise 3. My topic is “How To Start a Company in 52 Hours!”, which is related to Idaho Startup Weekend. And I have to admit that I’m nervous, I’ve never been in front of this many people before. Should be fun.

Most of the speakers at IgniteBoise 3 can be found on this Twitter list, and at this blog post: http://igniteboise.com/ignite-boise-03-sponsors-and-twitter/

Posted in Speaking | Tagged , | Leave a comment

Google Wave Invites Available!

Google Wave InvitesIf you still need a google wave invite and haven’t received one from Google yet, follow me on twitter (http://twitter.com/AN/) and request one, or leave a comment here. I’ll try and send out as many Google Wave invites as I can. I just received 30 invites from Google to hand out.

Posted in Google Wave | Tagged | 2 Comments

Twitter Talk Slides

I gave a talk on Twitter at the August meetup of Boise Web Technologies Group, here are the slides that went with that presentation.

Posted in Web Development, twitter | Leave a comment

PHP Cache – Force Refreshing Each Time

When you need to control PHP Cache of a particular page, this is will come in handy. Put this code before outputing any HTML headers.

header("Cache-Control: no-cache, must-revalidate");
header("Pragma: nocache");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

If you have questions/comments, please add them below.

Posted in Uncategorized | Leave a comment

Updates

Just updated the site to WordPress 2.8.4.
So far Akismet has protected me from 15,039 spam comments.
Looking for a new theme/design.

Posted in Wordpress | Tagged | Leave a comment