HOME     SITEMAP     RSS     TWITTER     EMAIL    
Search:   

FollowSteph Follow Steph as he posts Blog Blazer Friday
 
 

Archive for February, 2009

Blog Blazers at Drake University

Drake University

Since I published Blog Blazers a few months ago, the reviews have been great! A while back I sent Mike Sansone a copy of the book to review for his blog ConverStations and he liked it so much that he’s decided to use it for his workshop at Drake University! How great is it to see your book used in a University workshop?  Especially as it’s only been a few months since it’s been available!

To quote Mike’s review:

“There are a lot of blogging books out there. Many are good, but I’ve found Blog Blazers to be a gold mine of instruction. That’s why I’m recommending it to my students in one-on-one and classroom settings. Stephane Grenier quizzed 40 fantastic blog authors on how to create a high-profile, high-traffic, and high-profit blog.

If you’re coming to the Drake University workshop on Saturday, we’ll be talking a lot about this book.”

Thank you Mike, it’s awesome to hear you’ve decided to use Blog Blazers!






The Power of Google Alerts

Google Alerts

Have you ever wanted to know what’s being published online about you this week, today, or maybe even right now? Well you don’t have to worry anymore. And no, you don’t have to continually keep surfing all the nooks and crannies of the web to find out. It’s much simpler than that, all you need to do is setup a Google Alerts.

So what are Google Alerts? According to Google itself:  “Google Alerts are email updates of the latest relevant Google results (web, news, etc.) based on your choice of query or topic.”

From my perspective, it’s a way for me to keep track about what’s going in regards to myself on the internet. I can find out when new posts about me (Stephane Grenier), my blog (FollowSteph.com), my book (Blog Blazers), or even my company (LandlordMax) appear. It’s great to be able to keep up with everything that’s being posted about you!

But it’s more than that, and herein lies the power of Google Alerts. Not only are you able to find out when things are being said about you so that you can know, and possibly react, but you can also get Google Alerts about any keyword!! That’s a huge benefit!

For example, if you’re website is about “Dog grooming”, wouldn’t it be awesome to get all the latest webpages Google indexes into it’s search results for “Dog grooming”? If it’s a blog post maybe you can contact the author, add to the discussion by leaving a comment, and so on. If it’s an existing discussion on a forum, maybe you can join in and participate. Just be careful not to spam whatever page you get alerted to, it will eventually come back to you. The key is that Google Alerts can alert you about new discussions and articles related to your keyword/niche, which in turns allows you to join those which interest you. How great is that?

And here’s an extra little trick. You can also setup Google Alert’s for your competitor’s names. The reason this is interesting is that it allows you to have an idea of what they’re up to. And you might find some interesting tidbits of information here and there that you can learn from. But overall, it’s a great way to keep track of what your market niche is doing.

So if you haven’t already setup Google Alerts, I strongly suggest you do. They’re great and extremely easy to setup. Even better it’s free! You’ll definitely get your time’s worth. And if you’ve already setup Google Alerts and you’re using them, please feel free to share your story of how you’ve benefited from them.






Sometimes Simple Things Aren't So Simple

LandlordMax Property Management Software: Tenants

As some of you already know, we’re working very hard to release a new version of LandlordMax Property Management Software in the near future (within weeks hopefully). As you’d expect, you’ll find lots of new and exciting features.

However not all features we wanted to include will make it into this version. For example, we tried to squeeze in a feature to give you the ability to “archive” older data. To give an example, let’s say you have a tenant “John Smith” that’s moved out some time ago, you might not want to see his name appear in the drop down list of tenants anymore. At the same time, you don’t want to delete him because a lot of older data is associated to him (such as all his rents, etc.). Therefore what we came up with is the ability to archive data such as tenants.

Seems simple doesn’t it? Should be easy. But it’s not as simple as it first appears. At least not if you want to keep your software easy to use!

Although I promise I’ll try to keep it as un-technical as I can, I’ll need to be a little technical to explain why it looks so easy at first glance. The obvious changes are that we need to add a property to the tenant to mark it as archived (in both the database and the code). Next we need to add the ability to mark a tenant as archived within the screen with a simple checkbox. Nothing too complex yet. But that’s where the simplicity ends.

You’re probably asking yourself how can it become complex from here. Really, all we have is a checkbox to mark an item as archived. If it’s archived, don’t include it in the list. Simple. Not so. Firstly, in your main list of tenants, do you display both archived and non-archived tenants? If you say just display non-archived tenants you’d be wrong. Before I give you the answer why this won’t work, ask yourself how do you edit an archived tenant if you only list non-archived tenants?

Aha! You can’t! Therefore you have to give your users the ability to see both. But then if you do, you defeat the purpose of having the ability to archive tenants. Well the solution we came up with is to include an additional filter at the top of the list. This way you can see all tenants, or only non-archived tenants. By default you’d of course show all tenants because not everyone will know there are filters when they start to use the software. And if you’re smart, you save the filter settings so that the user doesn’t have to reset it each time they go back to the list view.

That wasn’t so difficult. Of course if it ended there I wouldn’t be writting this would I. The next issue we have to deal with is what happens if someone tries to archive data that shouldn’t be archived. For example what happens if they try to archive a tenant that’s currently living in an apartment? Do you let them? Probably not. So now you have to create rules as to who can be archived and who can’t. Is it as simple as just allowing tenant’s that aren’t currently living in a unit? It would be nice if it was, but it’s not. It’s possible that a tenant has a lease to a unit that they’re not living in (a parking spot, a parent leasing for their child while away at college, etc.). So you can’t assume this. But for now, let’s assume you can ignore all this and just not let a user archive a tenant that’s currently in a unit (we’ll deal with the other issues later).

Have we solved all the issues? No, not yet. In our software we offer a dropdown (combobox) list of tenants on the other data entry screens. So for example, on the workorder screen you can select a tenant from a drop down list for that workorder. This makes life easier as all the tenant’s info is associated with the workorder (for reporting, printing, etc.). By doing this, we’ve just solved the issue of keeping the list of tenants to only relevant tenants (ie non-archived tenants). This is great.

But what about reports? How can we generate reports on archived tenants? Based on our current solution it’s not possible. For a user to generate a report on an archived tenant, they’d first have to un-archive that tenant, generate the report, and then re-archive them. Not very user friendly is it? And if we didn’t care about making life easier for our customers we could do just that. But of course we care, so that’s not an option. This means therefore that we have to alter all the reports that let you select a tenant to give you the option of listing all tenants or all non-archived tenants. Nothing too major, but we also have a lot of reports.

We’re still not done. What data do we use on our reports? On some reports we want to use archived tenants and on others we don’t want to use archived tenants. For example, on the reports that list all accounting entries or cashflow, we want to show all accounting entries regardless of whether or not the tenant is archived. However, when we display a list of tenants, we may or may not want to include archived tenants (another option the user needs to select). The same is true for reports on security deposits, leases, etc. So we need a way to toggle whether or not to include archived tenants.

What about reports grouped by tenant? Again same issue, we need a way to ask the user if they want to include archived tenants or not. Is just asking whether or not to include archived tenants enough? Unfortunately it’s not. Within some reports included in LandlordMax you have the ability to include a date range. For example, you can generate a rent roll report between any start and end date. You can generate a list of leases that will expire within a start and end date. Why am I mentioning this here? Isn’t it just as simple as including the option to include archived tenants or not? No. Well, yes, technically we could ignore this and just leave the responsibility to the user to deal with their own issues.

What do I mean? If someone selects to only display non-archived data isn’t that what they really want? Maybe not. Let’s say I want to generate a report that will list all “Accounting entries grouped by tenant” for last year. What do you think will happen? I might be missing half my data because half my tenants are archived. What about for the year 2001? Odds are pretty high that many tenants would be missing. Do we just ignore this use case and let the user deal with it. Never mind the support requests we may get from people complaining that many of their tenants are missing, especially since the data would appear on reports such as “All accounting entries”.

Assuming you’re still here and reading through this longer post, you can now appreciate how sometimes a simple feature can quickly escalate into a larger and more complex feature. In our case, we were hoping to squeeze in this feature for the next major release but I’ve had to make the decision to push it off. If we don’t, we have to address all of these issues. Well maybe we don’t, but if we want to maintain that we’re the easiest we definitely need to. At least I can’t knowingly release software with these glaring issues incomplete.

I can understand releasing software that’s fully working but missing some features (all software is like that, we can always add more features). For example offering the ability to send emails within the software but not offering a spellchecker is not that terrible (don’t worry we’re going to offer a spellchecker in the next major release). Your users can still send emails, they just can’t spell check. It’s not fun, but it works as expected. However releasing a feature that can allow your users to go into an unstable state (archive tenants that are currently renting your unit) or cause unexpected results is not good. Even if the software is behaving as it should, if the behavior isn’t what people expect there’s an issue.

And because of all this, the ability to archive tenants and other data has been pushed off. Especially when you consider the cost to benefit. The benefit of this feature is that the user doesn’t have to scroll through a longer (sometimes much longer) list of tenants that are no longer relevant. Yes it would be great to shorten this list, and I agree with the people who requested it, it is a much needed feature. But at this time the costs are too high and we’re too close to our release date. These are the hard decisions that no one wants to make but that must be made.

PS: If you ever wanted to know why software is sometimes delayed, this is a perfect example. This is a feature that seemed simple at first inspection but wasn’t. Actually even after some thought it still didn’t seem that complex. It wasn’t until we really started to implement it that we understood the issues and the full scope. And nor could we, how could you know ahead of time. In retrospect it’s easy, but think back to when you first started reading this post. Did you even have the faintest idea of what was coming up?






Which Stage of Twitter Are You At?

Having heard and read so much about Twittter, I’ve just recently become a Twitterer myself (StephaneGrenier) to see what all the hoopla was about. And I have to admit, I was pleasantly surprised. I’ve already gotten a lot of value out of it, and I’ve just joined a bit over a week ago!

There are lots of benefits to Twitter, but it mostly depends on who you are. That is, the Twitter experience is going to be very different for different people. For most people, the obvious benefit is self-promotion (just like for blogs). However that’s just a very small part of it, just like blogging.

Rohit Bhargava wrote a very good post titled: The 5 Stages of Twitter Acceptance. Where are YOU at? And I have to agree, it’s very accurate. Well with the exception of stage 1, I wouldn’t necessarily call it denial, but more along the lines of not really having time to check it out since you can’t clearly see the value. And stage 2 being where you still don’t fully get it but you’re willing to commit to taking the time.

5 Stages of Twitter

Having just joined a week ago, I’ve jumped from stage 1 to stage 2. The good thing is that I skipped stage 3 entirely. I’m now working my way between stages 4 and 5, but I don’t know that I’ll ever completely get to stage 5. Sometimes it’s nice just to post the odd distraction. Like last night when I was tired from coding for the better part of the day, I decided to post a couple of entertaining links. Things I found interesting but that didn’t really offer any value other than entertainment. I don’t believe you can be all business all the time, sometimes you have to have a lighter side (and what I have entertaining is not always useful). Which is why I might never make it completely to stage 5.

That being said, although I’m probably not the normal Twitterer, I believe the 5 stages of Twitter Rohit describes to be very good and accurate. I’ve found, in the little time I’ve been Twittering, that a lot of people get caught up in stage 3 of self-promotion. I even had to stop following some people because almost all of their tweets where stage 3 tweets (that or they were tweets of links to their latest blog posts). I’m following you on Twitter for a reason, and it’s not just for self-promotional tweets (a certain level is acceptable, but not the majority). The good news is not everyone does this, but unfortunately enough do. The other thing I’ve found difficult is trying to follow more than a few dozen people, I find there’s just too much noise. But that’s another post for another day (I’m still learning).

The good news is that there are a lot of people at stage 4 and 5. And that’s great! It’s because of this that I’m really enjoying my Twitter experience. My only regret is not having started sooner.

Which leads me back to my original question, which stage of Twitter are YOU at?






 


SOFTWARE AND BOOKS BY STEPHANE GRENIER:

LandlordMax Property Management Software

LandlordMax is the EASIEST
Property Management
Software available!
Try it for free!

Real Estate Pigeon

Real Estate Pigeon
The place to ask and answer
all your real estate questions

Blog Blazers: 40 Top Bloggers Share Their Secrets to Creating a High-Profile, High-Traffic, and High-Profit Blog!

Blog Blazers is a book that
features secrets from the
Top 40 Bloggers on the web

How to Generate Traffic to Your Website ebook

How to Generate Traffic to
Your Website
is an ebook for
to you achieve success


 

FollowSteph
More resources from Stephane Grenier:
PUBLICATIONS
For people who work on the web
Blog Blazers
How to Generate Traffic to Your Website
 
SOFTWARE
The EASIEST Property Management Software available!
LandlordMax


Copyright @2003-2024
LandlordMax Property Management Software

Disclaimer: This is a personal blog about my thoughts, experiences and ideas. The contents of this blog are for informational purposes only. No content should be construed as financial, business, personal, or any other type of advice. Commenters, advertisers and linked sites are entirely responsible for their own content and do not represent the views of myself. All decisions involve risks and results are not guaranteed. Always do your own research, due diligence, and consult your own professional advisors before making any decision. This blog (including myself) assumes no liability with regard to results based on use of information from this blog. If this blog contains any errors, misrepresentations, or omissions, please contact me or leave a comment to have the content corrected.