Archive for the 'Entrecard' Category

I Have Entrecard Seller Status!

Entrecard, Graphics, The Internet 8 Comments »

I’m proud to announce that I’m one of the Entrecard users with seller status. I will begin selling Card Redesigns, Quality reviews, Ad space shortly and possibly some t-shirts in the future.

To give you an idea of the quality of my work, here are two cards I’ve designed for forum goers who took advantage of my free offer. There are 2 spots left… if you’re interested, act fast. Otherwise, it’ll cost you 400 Credits.

Inspiring Quotes

Treat Infamy

Congratulations to the rest of the winners and too readers uninterested in Entrecard, I have some more how-tos and lifehacks on the way!

I you’d like a check check out My Entrecard Page.

Happy New Years 2008!

How about this for Entrecard?

Entrecard, Ideas, The Internet, Web Development 21 Comments »

Entrecard users knew from the start that not everyone was in it for the same reasons and lets face it, there are some blogs we’d rather not waste our time viewing. Blogs that waste our time trying to get rich off their garbage content. Unfortunately, the only system in place as of now, is reviews. Unfortunately, these were being gamed until recently.

So Tyler, what do you suggest?

Well, I wouldn’t want to tamper with the one-click drop method because that would be silly but I want to integrate something into the widget so a user can tell a lot about a blog just by being at said blog.

My proposal is a system such as this:

Entrecard - Rating System Proposal

With this integrated voting system, it will be easier for other bloggers to know if it’s a reputable source or just some more internet garbage so some degree. In an ideal world, there would be some crazy algorithms to back this thing up to prevent gaming but I’ll leave that logic to the Entrecard guys if they like my idea!

Another approach Entrecard can take to limit the amount of abuse would be some additions to the forum. Staying true to the proud design of Entrecard, I’ve crafted my idea of a simple solution.

Entrecard - Forum System Ideas

The reputation would preferably use some ajax that would pop up with a box to fill in a reason. Reporting posts would help admins moderate the forum. A quick link to message a user would be handy as would the edit post button.

What do you all think?

Edit: There is a thread on the Entrecard Forums that answers some FUD related questions.

Entrecard - Introducing Stores

Entrecard, Personal, The Internet 3 Comments »

Entrecard has announced it’s addition of the ‘Store’ module which uses EC credits as currency. Currently, Entrecard is the only seller, offering a few things to promote your blog faster but they are planning on giving users seller status in the future. If I were to have a store it would benefit both Entrecard any myself as I would offer not only adspace on my blog but quality reviews and business card redesigns.

A rough idea of what I would sell:

- 20 Card Redesigns at 400 Credits a pop
- Quality reviews at 500 credits a pop (a note about this, by quality, I mean in my writing. If your site sucks, I’ll say so. I’m not going to help promote internet garbage.)
- Ad space on my blog, 2 weeks for 2500 credits / 1 month for 4000
- T-shirts with on line creative says fresh out a book of ideas I’ve been compiling for a few months… the price of these is undetermined at this moment.

If you aren’t familiar with entrecard, check it out below.

Entrecard

Getting Entrecard to Work with Blogger

Blogger, Entrecard, Web Development 1 Comment »

Just the other day, I was trying to integrate Entrecard into one of my Blogger accounts and it didn’t work. The reason for this, is google’s very strict about their document validity, while Entrecard has seemingly over-looked a common HTML markup mistake. The use of an ampersand, rather than html entity:

& causes blogger to fail markup validation when saving.

Theirs:

<script src="http://entrecard.s3.amazonaws.com/widget.js?user_id=629&type=standard_200" type="text/javascript" id="ecard_widget"></script>

Valid:

<script src="http://entrecard.s3.amazonaws.com/widget.js?user_id=629&amp;type=standard_200" type="text/javascript" id="ecard_widget"></script>

Note: don’t just copy that code and use it in your blog… unless you want to display my card!