Displaying posts categorized under

Year of Living Socially

How to use a Java ResourceBundle and properties file

OK, one thing that I put off learning for a long time is how to use Java ResourceBundles.  It just seemed like something complicated that I didn’t really need to do.  After all, I could always just drop information into a standard file and read that, right?  But this approach has its limitations, as pointed out [...]

Introduction to UML2 Component Diagrams: NoTooMi overall system design

The first thing we need to do before we do any building of anything for NoTooMi is the design — and I don’t mean how it looks –  so let’s do that. That means that today we’re going to talk about UML Component Diagrams. The Unified Modeling Language (UML) was designed to create a sort [...]

Scrum and the single developer

As I mentioned in a previous post, I’ve decided to use the Agile methodology Scrum for the NoTooMi project. It’s lightweight, and still enables me to do the design I need, without having to resort to tons of extra documentation just to keep with an arbitrary methodology. So the question remains, what is Scrum? I [...]

Adding Google Analytics to WordPress

One metric that I know we’re going to need even before I do any analysis is web analytics. Those are the statistics that tell me how many people are coming to the web site, what they’re looking at, where they’re coming from, and so on. OK, I’ll confess: analysis or not, I want to know [...]

Making a plan, and choosing a methodology

OK, so it’s been two weeks since I posted, and my plan to say something valuable on Facebook or Twitter every day went by the wayside about 3 days in when I realized that even with just a few quality follows I was swamped. But the turning point came when I was reading Guy Kawasaki’s [...]

Naming the application: NoTooMi

Well, we no longer have to refer to The Year Of Living Socially application as The Year of Living Socially application. It will now be known as NoTooMi. How did we come to that? It’s a reference to TMI, or “too much information”. In other words, NomoreTooMI. I’ve also been working behind the scenes on [...]

Claiming your blog on Technorati

Technorati has been around long enough that it’s practically ancient in Internet time, but it’s still a primary source of information on blogs for various topics, and also for how your blog is rated in terms of links from other blogs, so you will want to go ahead and claim your blog. To do that, [...]

Deciding on a social media strategy

Before we really get started on any of the technical issues for The Year Of Living Socially, we really need to resolve the social media end of things, so that we can fulfill the plan of implementing the technical end ‘in public’.  So the first thing we need to do is develop a strategy.  Now, [...]

WordPress: Displaying posts in chronological order in a sidebar

All right, now that we know how to add a new plugin to WordPress, we can take a look at listing our posts in chronological order, rather than traditional blog-based reverse chronological order. If you look up to the right, you’ll see a sidebar widget listing the Year Of Living Socially posts. We’re doing that [...]

Adding a new plugin to WordPress

Well, it’s becoming increasingly obvious that the “theory” posts are going to have to wait until the weekend, and the “implementation” posts will fill out the week. So today, tomorrow, and Friday, we’ll talk about how to add functionality to a WordPress blog.  In this case, the functionality we want is the ability to show [...]