Archive for the ‘HiPPstr’ Category

How I Manage Projects, Part 1

Managing projects is hard. I’ve come to learn this over the last year. [poor] Project management is also without a doubt one of the factors why Hippstr has been delayed for almost a year now. So I’m going to share with you a few of the tools, services and practices that have helped improve my productivity and my team’s.

Those who are around me often will know I never shut up about how great basecamp is. And it really is.

“Basecamp is the smarter, easier, more elegant way to collaborate on your internal and client projects.”
37signals

Basecamp is a really simple and easy-to-use project management system. With great to-do management, a forum like “messages” section and milestones (There’s more but this is the important sutff). Read More …

By Ben McRedmond
June 29th, 2008

Is Social Networking a Viable Business Model?

It’s been about a year and a half now since I originally conceived the idea of HiPPstr; a new social network, a unique social network. During that time, I’ve learnt a lot; more than you could imagine. Today I’m going to talk about social networking as a viable business model. People keep pressing the question to me, how will you make money?

My answer is usually, I Don’t Know. The obvious path is targeted advertising, the current model that supports all the big social networks, Facebook, MySpace and Bebo. Although is it a viable business model? There are two problems at the moment, with social networking as a business.

  1. The founders are developers not business men.
  2. Ads at best, break even.

Most of you will argue the first point is good, which it is but not if you want to make money. Developers are interested in having a successful product; if you offered them 100m dollars, they would sure take it, but it’s not usually their goal. On the other hand we saw the disaster that was caused by the so called Web 1.0 start-ups, founded by business men. I’ve said since the start that my goal with HiPPstr is not to become a billionaire but to advance technology.

So, if none of “us” want to make money, where does the problem lie? Social networking start-ups can only live of VC funding for so long. Bills need to be paid but more importantly so do employees.

How is this fixed, the current problem is that the internet is still expensive. It’s expensive to get 1 million visitors at once and it’s expensive to handle that traffic. So the answer to this problem is not more advertising but better infrastructure, infrastructure that is paid for by the ISP not the content provider, infrastructure that allows for cheap bandwidth.

In this particular article I’ve used Social Networking as the example but this applies to the new internet: IPTV, Social Networks, File Sharing, Video Conferencing, VOIP, etc.

Is social networking a viable business model, not yet.

By Ben McRedmond
April 11th, 2008

Creating Ajax Comments with CodeIginiter and JQuery

While working on the HiPPstr comments, I didn’t understand why other sites required you to go to another page to submit a comment, maybe to prevent over submission, Well I went ahead with it anyway.

I settled on JQuery for my Javascript Framework, it seemed to do a lot out of the box, with lots of plugins and a big community, also the base distribution was a lot smaller than other tools such as MooTools.

I had never done any Ajax Before so this was a little bit of an adventure. If you don’t know ajax is really just a buzz word it stands for Asynchronous Javascript and XML, it’s a very commonly used technology in web 2.0 web applications, which allows actions and http requests to be done without requiring the page to be reloaded. This gives web applications more of a desktop feel.

Read More …

By Ben McRedmond
October 20th, 2007