Sunday, November 30, 2008

Yet more new features!

Holy cow! It's a feature-fest up in here!

Tags
You can now add tags to your user. Tags are like categories. If you have a blog about the flying spaghetti monster you can add tags like, "religion, alternative, crazy, parody"... Things like that. That will make it easier for people to find and prop you. Of course, the easiest way of all is to add your button to your website!

Twitter integration
Now you can integrate Propits with Twitter. If you put in your twitter username and password, every time you prop someone new, your twitter profile will be updated, letting your friends and family know that they should check it out.

Both new features can be configured in your profile edit page. Just click the "Advanced options" tab.

Saturday, November 29, 2008

More new features!

It's that time again. The time when we here at madpropits.com let you know that we haven't stopped doing what we do. We just rolled a bunch of bug fixes and new features, and wanted to let you know about them. So without further ado, here they are:

User Alerts
You can now customize automated alert emails that will let you know when certain events happen. For example, the defaults are to alert you if your monthly credit card charge fails, and when your account balance reaches $100. To find out more, log in to your account, and click "Edit my profile". From there, click on the new "Alerts" tab.

Statistics
You now have a statistics page on your account. When you log in, click on "Account Statistics" above your Props sliders, and you can find out all sorts of cool information about your account.

Featured Proppers
In the top nav-bar, there is now a link called "Featured". This is replacing the spammy, "show every single page on every CMS ever" sightings page. Feel free to email us suggestions for things that you would like to see there.

Better suggestions
Head over to www.madpropits.com/suggest to suggest more sights that you want to see a Give Props button. For the more web-savy of the world, there is also a special bookmark that you can add that will let you drop us suggestions while you are surfing around the web.

Speed improvements and bug fixes
We always want to squash the bugs that sometimes plague a computer system. So we've done that. Along the way we installed some monitoring software to let us know what the slowest parts of the system are, and are working on getting those to be faster.

As always, shoot us an email at ideas@madpropits.com if there is something that you want to see. We are adding new stuff all the time, and would love to hear your ideas!

Sunday, November 23, 2008

New features!

I just wanted to let everyone know about some new features that we have been rolling out over the past few days. I'm sure that you've noticed some of them, but here's a head's up if not.

First up, we have an all new getting started click-path. If there was any part of the propits experience that you are confused about, head over to www.madpropits.com/getstarted for some clarity and help.

Also, on the share page, you can now import your contacts from gmail and Yahoo to invite your friends in just a few easy clicks. More mail providers are coming soon, so if you don't use either of those, be sure to let us know.

Lastly, we added a new feature on the rewards side. If you have rewards in your account waiting for you, you can now either claim them, or you can recycle them back into the community. This lets you pass your rewards onto the people who you prop.

There are lots of new features on the horizon, but if you have any suggestions, be sure to drop us a line at ideas@madpropits.com

Saturday, November 22, 2008

Self Employment via Propits


Self-Employment via Propits


Imagine this: a person rides their bicycle across the country, picking up trash along the roadside and blogging their experience. They’re seeing the world and making it a better place. It sounds cool, but how can they afford to do it?

Now they add a Propits button to their blog. Their friends and family, reading the story of their adventures, get a chuckle out of it. Each person Gives Props, and each Prop represents a slice of the money that person gives to the Propits community. If the story is a good story, word spreads. More people read the blog, more people Give Props.

Now the bicyclist-adventurer-trash-picker gets money from those Props. It might only be a dollar from each reader, or even less, but it doesn’t take many readers before they have enough to fund their modest expenses. The world supports their helpful and entertaining contribution.

Imagine all the people who could generate an income just by making the world a better place. They could help those in need, create cool art, educate with instructional videos or websites, amuse with humorous contributions, or amaze and inspire others with their feats. They tell the story through blogs or videos online, and they could earn income on it without having to be bought, sold, and repackaged by a major media company.

All they need is you, giving what you can afford and Giving Props to what is worthy!


Saturday, November 15, 2008

Coding for change

I was sitting at lunch the other day with my friend and business partner, Kevin, discussing direction and next steps for Propits. During the course of the conversation there was a moment where we disagreed with one another on a seemingly fundamental point about the direction that we are taking, and are preparing to take as we move forward with this great social experiment.

Now, disagreements will happen. It wasn't even a big one, and was resolved quickly, but it got me thinking about how I code, and the vision that we started with for the Propits network. I started thinking about the different "levels" of coding, and what it means to write code that really matters.

Propits is a new and unique endeavor. I don't know of any other company or group that has tried to do quite what we are trying to do. The ultimate goal is to bring people's understanding of economy and money in general back to what money was created for: a physical expression of an internal feeling. That's not an easy thing when every time you turn on your TV there is some well-dressed, seemingly educated man sweating with panic over the "bad economy". All the vision and hope in the world will only change a small number of minds. There needs to be something more.

When you first learn to program computers, you learn some basic concepts of programming. Things like loops, conditional branching, variable assignment, etc. Nothing too complicated. Loop over some bit of code until something called "a" equals 10. You learn to do this in a single language. After you can solve standard problems with that language, maybe you learn another and another. At some point you can honestly say, "I am a programmer", at which point it's time to start looking at higher-level concepts.

The actual code that runs the Propits network isn't terribly complicated, aside from some math. Sure, there's a bunch of stuff to make sure that rounding errors don't make the money disappear into the ethers, but that is all industry-standard stuff. There's the user handling code that keeps track of all the information of each person that uses the system, even that's not a terribly large amount of information, and it's relationships can easily be expressed in human language (something that doesn't always happen in information theory). The genius of Propits is the vision. The idea that it represents and expresses through its use and function.

Once a coder has learned a couple of languages, discovered the things that the major ones are good for, or not good for, figured out how to write all the standard algorithms and patterns, it's time to look at programming techniques. A programming technique being a methodology, or mentality, that you enter into the coding experience with. A process that you follow to accomplish some goal. Some of the google-worthy methods are Test Oriented Programming, or Aspect-Oriented Programming, Xtreme Programming, Getting Real, etc. They are language-agnostic, and can be applied to any project or group (with greater or lesser success depending on the project and group). They aren't "programming" as such. They are the patterns of work that people have found arise naturally to solve some problem that always comes up regardless of how you program, or in what language. Specifically to solve business or inter-personal problems, as apposed to just "why does this thing always crash when the user presses shift?!". Once they have been named, and books have been written about them, these meta-concepts become "things" that other people adopt into their day-to-day work. For the most part, this is where the industry stops encouraging growth in it's coders.

Propits uses a programming methodology that I like to call "Kick it out the door, it's not that fricken complicated". The basic idea of this coding method is that the system isn't that complicated, so get it out there. To date, the only real problems that we have had fall into two categories: 1) Our credit card processor freaks out (not our fault, and is now resolved), and 2) Sloppy code written at 2 in the morning (solved by not pushing code written at 2 in the morning). The total lines of code in the system is less than 2000. You've probably read more text in this blog post than exists in the entire site. Because of it's simplicity and small size, and the fact that it's me and Kevin sitting at the kitchen table kicking this stuff out, there really isn't a methodology of coding as such. Just a vision, and a driving desire to make it a reality. That's what makes Propits cool.

As I said before, the industry tends to stop developing its coders past the level of "Here's how we do business, now go do it". I understand this. If a programmer never grows beyond that they will be able to write code that works well, quickly, and make more money for the effort. Capitalism is based on the idea of efficiency and constant production, so it makes sense to stop there. There are programmers who will say "It's not about the money. It's about the code, man", but you won't find their manager or HR rep. saying that. But there is more. There is coding for change. Meta-meta concepts that arise from the knowledge and constant use of different programming methodologies and techniques. Actual "things" that come up consistently if you are constantly writing code with certain goals in mind. I could write a book on the topic, but I won't because there aren't really words for it. Imagine writing code with the mentality of the user in mind at all times, and making the code that they never see, that never connects to any interface they use in any meaningful way, change the way they interact with the system at a fundamental level. Change the way they think about computers and their place in the world. That's Coding for Change.

Propits is an Idea for Change, half-conceived by me because of my meditations on the economy, and half-conceived by Kevin because of his other-worldly ability to express anything as math. The code is Code for Change because how it directs the flow of data fundamentally alters the flow of ideas. The only thing left is enough people using it to have that really matter. Enough people who see the value of open-hearted generous giving, and open-hearted receiving. My explorations into code now involve getting really good at all the basics, and being able to make programs that not only express themselves and their use in a basic way, but which also change the views of anyone who encounters it in such a way as to express it's value.

Until I figure that out, though, we need evangelists! :)   Check it out, spread it around, and give us feedback. If we get 50 people on board, nothing changes. If we get thousands on board, we have a chance.

In the end, we're going to do this regardless. We're going to do it because it's important to do. We're going to do it because we believe in it. It will work, must work, because we just won't stop (and we have contracts with people who will charge us a lot of money if we do stop). Even if it doesn't change the world, it will change the people who use it. Be one of those bright, intelligent people who understands what money is for and what economy is. All you have to do is click, and smile.

Friday, November 7, 2008

What's next for Propits

Hello Propits enthusiasts!

If you're not already a Propits enthusiastic, you ought to be, because the more we think about it, the more awesome it gets. Not only does Propits have the power to eliminate advertising, streamline media, and reward cultural contributions on the Internet, but it also has the potential to revolutionize social class divisons, revitalize the economy, and empower the average person to design their own career in life.

How?

It does all this by allowing money to flow wherever good feelings flow. If you can make someone feel good, they will prop you without hesitation, and props do translate into financial support. That means you can sit down and think about what makes the world a better place, do that, and be supported by those you assist. Think about how that could change the nature of work in modern society. It's like the opposite of a corporation.

But before we can get there, of course, Propits needs to saturate the known world. And to do that, we are focusing our efforts now on two things:

The first thing is brand clarity. The great world-saturating brands have clear, easily recognizable trans-cultural symbols. We're developing that now, and a new series of badges will emerge that strike a balance between user customization and brand clarity.

The second thing is intuitive usability. Once a person is setup on Propits, it's the easiest thing in the world to use, and that's where we focused our efforts initially. Now it's becoming clear from beta user feedback (thanks guys!) that getting setup is less clear and is serving as an impediment. So, we'll be streamlining the site design, adding a screen-cast video that walks you through it, and re-organizing the FAQ in a "Get Started!" way.

Thanks for your help! We'll look back on this time as the dawn of something amazing, and you'll be proud to know you were involved.

If you're not involved.... what are you waiting for? Email us at ideas@madpropits.com so we can invite you into the beta!

Wednesday, November 5, 2008

Propits in closed beta!

I'm proud to announce that we are officially in our beta testing phase on Propits. All functions appear to be working, and we're moving forward with cautious optimism as we add users. If you would like to be a part of the closed beta, please email us at ideas@madpropits.com.

It's been really exciting so far - everyone that we've introduced the site to has expressed their enthusiasm. One user declared herself "addicted" to giving props, and pointed out how much fun it is to tell people that they are cool.

Our main limitation right now is to make sure that the site is intuitive enough before we open things up for users to invite their friends. We have a few small features to add too that will increase the fun and the naturalness of finding and propping friends.

I strongly feel that this will change the world - being able to direct money directly to those that make you smile is a powerful meme that has needed to exist for some time. Turning the Internet social-networking phenomenon into a truly productive engine for rewarding intelligence and creativity... that has also been needed for some time.

Join us on our adventure! I'd give you Props just for creating an account! :)

Monday, November 3, 2008

Getting closer all the time

We are getting closer and closer to a launch all the time. We just did our first tests with real money on a live production server, and everything is looking sufficiently awesome!

Because we are getting closer, and because I can't control myself, I'm going to let you all in on a little secret. You can finally find out more about the site by clicking here.

If you want more information, or if you want to be included in one of our beta phases, drop us a line. Anyone who contacts us but doesn't get picked for the betas will get an email when we go live.

I'm getting really excited about this idea the further and further into the process we get. The implications and possible effect is huge. It is also a project that I can honestly say I am proud to be a part of, and proud to release out into the world. As we get closer, and advance through more phases (both beta and live) we will be writing more posts about the vision of the project and why it is so important. For now, though, just have a look at the FAQ, and start picturing an internet that works.

ShareThis