- Most Recent | Since 2004
- List View
- Archive
- January 6, 2010
Virtual Terrain Maps I
January 6, 2010Read moreWith the beginning of the new year, I’ve been busy trying to make headway on three fronts: self-promotion and horn-tooting (which I’ve always had difficulty doing), web development technology (a necessary evil), and developing the design businesses (both Agenceum and David Seah Design). It might sound like I’m being busy, but it never feels like I’m making real progress. That’s probably because I’ve been remiss in really tracking what I do on a daily basis. Of course, I’ve also stopped caring so much about logging real progress; for the past few weeks I’ve switched from an accountancy model to faith that it’ll all work out. While I’m waiting for that to kick in, though, I feel compelled to keep pushing on those three fronts.
The major challenge, I think, has been the lack of a central physical management “shrine”. The shrine is a place where I keep all my project to-dos and reminders of what I’ve been doing for what reason. The shrine, ideally, is a physical station with high visibility within the greater workplace. For example, a central team whiteboard is a good example of a shrine, because people can check up on it and remember what it was that they were doing for whom. I don’t really , and this problem is exacerbated by my tendency to work in multiple locations doing work that requires different mindsets. Sometimes I’m in “writer” mode (like right now), and I tend to be using the Netbook on the couch or sitting in the big purple chair at Starbucks with the MBP 17 (the extra width makes it a comfortable and stable typing platform when I sit down. I’d like to have some kind of physical map of the terrain, something that I can see constantly and experience with my actual senses. I have some ideas.
Since this is a “daily blather”, I’m going to stop here. This is a theme for this week, for future exploration.
- January 5, 2010
Tuesday Afternoon Staff Meeting
January 5, 2010Read moreHappy 2010! It’s interesting to find myself in the mush of daily business-oriented activity and wearing multiple hats. The general desire is to keep making progress and also book income. The tension I’m feeling having to make the materials that help bring in income, yet not having said income, is palpable. Maintaining clarity in this state is really important. I’m reminded of some lean times at other companies I’ve been involved with, so it’s a familiar sensation. The reason I bring it up is that it’s critical to maintain the right attitude for sustainable and continued growth while also handling incoming jobs.
So far, the Agenceum Project has gained a couple of clients who have agreed to be “guinea pig clients” to help figure this whole thing out. I’m sticking to the the $75 price point for the template-based sites, but have found it necessary to define a boatload of additional services and information. The primary question is “What does $75.00 get you?” The answer I have is it gets you a web site, based on an available template I provide, installed on your web host + a ZIP archive of the files. As it turns out, this is just merely one of several sticking points that clients encounter, which prevents the quick-and-dirty deployment I envisioned. So, adding the website to the following list, here’s really what people are looking for:
- Can I get a website designed?
- Hosting and Domain Names? What does that mean, and how should I do it?
- What do I write to put on my website?
- How do I change what I put on my website?
- Where do I get a logo?
- I want the website to match my business cards and stationery, but I don’t have them yet.
- How do I promote my website? And my business? How do I compete?
- How did you do all this?
And that, my friends, is what the basic challenge is. That means I need to expand the basic service offering beyond websites into essentially what becomes the Small Business Starter Package, which just happens to include the website. This can be broken down into an ala carte service offering. I think this is the way to go, and it becomes more than merely a $75.00 proposition. That is what I’ll be addressing in the next week.
Simultaneously, I am planning bringing an actual David Seah Design entity into existence, separate from the Agenceum identity. If I were to make a retail analogy, I see DSD being the custom shop and identity (i.e. “The Brand”), with Agenceum and the various Printable CEO initiatives reflecting its values through particular products. This will take some time away from Agenceum, but it’s all kind of tied together anyway.
With that executive statement, let’s start the Staff Meeting!
What’s on Deck
I have a couple of clients that I’m moving slowly through the pipeline. If I include the free work I’ve been doing for local associates, then I have something more like six clients. This is creating some production pressure, and the free work has been delayed. This is exactly the kind of scenario I want to avoid, because no one is happy when it takes a long time to get their changes made even if it costs them nothing. It creates bad feelings. Every client, regardless of what they are paying, should be handled in a timely manner. So fixing the production pipeline is a concern. I haven’t been regularly attending it.
That said, there is a problem because free work then essentially takes away time from paying work; the justification that I tend to use, which I believe is a common one, is that since the free work is free, it can wait so I can put food on my table. We generally don’t expect people to sacrifice their well-being on our behalf. However, as I said above, having to wait for a favor that never seems to manifest is not a favor at all. It’s empty words at that point, and at a certain point it becomes an insult. This is a good reason not to make promises you can not fulfill on the spot.
On the plus side, these pressures have made it clear to me that I have to implement some kind of generic solution to allow clients to edit their own work, and that I have to get a better grasp on my CSS templating system.
Allowing Clients to Edit Web Pages without Blowing Up the System
For generic solutions to editing, I’m looking at ModX, specifically the latest Revolution release. This is a PHP-based system that has an enthusiastic development team (I always try to pick technology that has enthusiastic developers behind it). It’s somewhere between a generic framework (example: CodeIgniter) and a blogging system (e.g. WordPress) in terms of capability.
The primary reason I’m looking at ModX is because I happened to read that WordPress had one some kind of award for “Best CMS Platform”. Being me, I wanted to see who else had been nominated, and ModX was one of the winners. Despite It’s taking me longer to wrap my head around the ModX way of doing things, because their documentation suffers from the usual technical difficulties: labeling key parts of their internal system with words that have ambiguous, non-explanatory meanings, describing the system from the bottom-up instead from core concepts on out. I’m a mechanical-minded visual-verbal person: I need to know what produces the power, what converts it into the desired form of energy, and what regulates it. Then, I need to see where the specific interfaces exist in terms of inputs and outputs, followed by a list of parameters grouped by conceptual function. Do this, and you can write kick-ass technical documentation. The ModX documentation isn’t really there, but if you are the tinkering type that likes to work from example tutorials instead of first principles, there’s quite a bit of stuff to look through.
I’ve kind of figured out the underlying principles, and am now starting to piece together how to actually use ModX with my own code. The big advantage of using ModX is that it has a nice control panel where users can be assigned roles and edit text directly. I don’t really like the way the UI works, however, but I’m going to stick with this and deploy it first, then perhaps look at CodeIgniter and finally learn how to roll my own admin panel. It’s the kind of skill that I haven’t wanted to devote brain cells to, but I’ve been curious about this stuff and want to get my feet wet with it.
The upshot: ModX integration is a top priority for me, because a whole slew of other projects are dependent on it. Then, I may re-evaluate use of this platform.
Getting Better with CSS
Even though my name shares the exact same letters as CSS guru Dave Shea, my knowledge of CSS is fairly minimalistic. For one thing, I don’t like the underlying design of the CSS declaration language, with its lack of constants and counter-intuitive box model. Did graphics programmers really have anything to do with this specification? On top of that, CSS implementation has been uneven for years across browsers, but recently this has become water under the bridge. And despite my grumbling, the community that’s grown around CSS is frankly amazing. CSS is the ultimate stock fixer-upper, and everyone is building websites with it. You can just hack something together, or you can race-tune your website with exquisitely-crafted CSS statements and Javascript. Frickin’ amazing what you can do these days, thanks to the generosity of the people in the community. That makes me feel like a jerk for complaining, so I am shutting the heck up now ;-)
Now that I have the idiosyncrasies of CSS under nominal control, I’m grudgingly starting to enjoy making things with it. There are a few common things that I’m learning to roll my own solutions for, based on the work of the thousands around the world who have written about their own trials and tribulations. Starting to enjoy it is really important, because before I was less likely to start the production work with joy. Now I’m kind of getting into it, my natural desire to optimize now that I understand kicking in. Since I’m documenting what I’m doing as I go, I also have a good chunk of material for a future useful blog post or two. For now, I’m stuffing it all in my lab notes wiki.
What’s Next
Building building building the ModX deployment, so I can start slamming out these websites. That’s the goal this week.
Also, forming connections with other freelancers who offer services related to serving the small business owner who’s just getting started. Already I’ve met a few people who seem like decent folk. They are uniformly experienced and competent, with a desire to deliver clear insights and value without trying to rush you into a decision. These are the kind of people who you recognize as being good to know, because they think of your interests and situation before their own desires, seeking mutual and balanced benefit.
Ok, back to work!
- January 5, 2010
Yup, I’m Releasing The ETT Online to Creative Commons
January 5, 2010Read moreSUMMARY: I release the Flash 7-ish source code to the Online Emergent Task Timer under Creative Commons, after getting a couple of requests for it. Details follow. (more…)
- January 3, 2010
Mark Forster’s Autofocus System to “Get Everything Done”
January 3, 2010Read moreA reader pointed out Mark Forster’s Autofocus System to me recently, and I think it’s worth passing along. Autofocus is a methodology for handling the stuff you want to do by using a simple ruled notebook to maintain the list, and then trusting a set of rules for processing them into doneness. I know we’ve all heard that before, but there’s a deeper insight and elegance in his approach that I really like. In particular, I like this insight of Mark’s (from the what can I expect from the system section):
Focus on what is important. It’s very difficult to focus on what is important with one’s rational mind alone, because what your conscious mind thinks is important may not be what your subconscious mind thinks is important. What I’ve found is that looking back on what I’ve done I can see that the focus produced by the system feels “right” – right for me in my current circumstances.
In other words, it’s the balance between your rational and subconscious that’s addressed in the processing. You use your rational mind to add things to the end of your list in your notebook. You process a single page at a time, scanning line-by-line thoughtfully and picking what jumps out at you. You work on for as long as you like. If you don’t finish it, you add it back to the end of the list. Stuff that ends up hanging around and doesn’t jump out at you (what I might call the “meh” response) after the line-by-line gets purged and not re-entered…which I love. You could go re-enter it, but Mark suggests that you give it some time.
Anyway, the system tickles me enough that I’m going to try it this week. I’ve been feeling the need to build myself a brain box to get my head focused for January 2010, but perhaps it’s my mental operating system that needs an upgrade instead. I’ll probably end up doing both :-)
So check it out… there are multiple translations, downloadable booklets, and forums as well!
- January 3, 2010
Five Years of Blog Images
January 3, 2010Read moreImages starting in late 2004…
And ending in 2009. It’s interesting to see what caught my eye over the years over 1396 separate posts.
The high resolution images are available as a Flickr Set (5120×5120). The collages were made using Google’s free Picasa 3 gallery program, sampling directly from the image directories I maintain for each year.