10 Ways to Learn New Things in Development

Expanding upon one of the topics in my post about 5 Attributes of Highly Effective Developers, I’ve been thinking of various ways to kick-start learning opportunities in my career and hobbies.
1. Read books. There are tons of books about programming–probably most of them are useless, but there are many, many gems that can greatly influence [...]

Popularity: 19% [?]

Word Count Plugin for Windows Live Writer

I’ve fixed one of the biggest holes in functionality in Windows Live Writer. It’s simple, but essential: the ability to count words (and characters and paragraphs) in  your posts before publishing.
Windows Live Writer doesn’t really offer a way to extend the menu system itself, but you can create an “Insert…” plugin that just analyzes content [...]

Popularity: 6% [?]

20 Things to do when the Internet goes down

Even if the Internet connection goes out, your computer does not become a dumb brick. There were days these last few days where I didn’t bother turning it on. Then I realized all the things I could still do.
(My home Internet connection finally came back this morning. I’m bit upset that they didn’t figure it [...]

Popularity: 6% [?]

Getting Green Off the Grid

Going green is something I am slowly becoming more interested in. I’m not really sure what steps exactly we need to take–I don’t think we have an inordinate impact on the environment, and to be honest, right my pocketbook is far more important. That said, I do drive a Honda Civic that I’ve been able [...]

Popularity: 4% [?]

Promoting your blog

Peter Bromberg has a great checklist of things you can do to promote your blog. It took a while, but I went through almost all of them. We’ll see if it pays off!
Technorati Tags: blogging, promotion
Popularity: 4% [?]
Tags: blogging, Links/News

Popularity: 4% [?]

Deep Computing Philosophy from Steve Yegge

If you haven’t read Steve Yegge, you owe it to yourself to do so. He only writes about once a month, but every single article is worth reading, whether you agree with him on everything or not. His latest is fascinating and incites some interesting pondering about the future of software…I’m going to have to [...]

Popularity: 4% [?]

Code formatter for Windows Live Writer

I stumbled across a great code formatter for Windows Live Writer today. Here’s an example, using a C# function that converts a number into a formatted file size:
public static string SizeToString(long size)
{
[...]

Popularity: 2% [?]

The power of the blog to motivate corporate, societal, and government change

This is an issue that has been discussed many times previously–so many that I won’t even bother to link to those discussions. By now it’s well-understood that blogs carry a power stronger than most in the media initially assumed possible.
Not just blogs, but the entire “Web 2.0″ phenomenon–MySpace, YouTube–the whole rotten bunch. Would Patricia [...]

Popularity: 2% [?]

Code Formatter Plugin for Windows Live Writer

I stumbled across a great code formatter for Windows Live Writer today. Here’s an example, using a C# function that converts a number into a formatted file size:
public static string SizeToString(long size)
{
[...]

Popularity: 2% [?]

Goodbye newsletters, hello RSS

I used to subscribe to tons of CNet, TechRepulic, PCMagazine, and Builder.com newsletters, but as of today–no longer. I’ve been unsubscribing from them as I get them. Unfortunately for them, I didn’t really use their content so I’m not bothering to subscribe to their RSS feeds. Maybe in the future…
I am relying more on RSS, [...]

Popularity: 2% [?]