Posts Tagged ‘BLOGGING’

Earning Money Online With PayPerPost.com

Permalink

PayPerPost.com is a great way to earn extra income with your blog. This is especially beneficial to new blogs that don’t have the traffic to earn substantial income from ad revenue.

I signed up for PayPerPost a month ago and have written two posts for a total earnings of $22.00. PayPerPost displays a list of qualified opportunities based on post specific requirements like your Google PageRank. A lot of the opportunities have very low requirements (if any) so don’t worry if your blog doesn’t yet have a PR.

Opportunities as ads on blogs, are simply products (posted by advertisers) which you can review in a blog post. For the sake of your readers, you will probably only want to choose opportunities relevant to your blog topic.

PayPerPost.com is an easy way to make money - join the club and become a “postie” today!

Do You Write Like a 14-Year-Old Girl on MySpace?

Permalink

Stephen at DailyBlogTips.com asks bloggers the question “To Emoticon or not to Emoticon“. I like the quote from Lorelle On Wordpress: “Write emotions, not emoticons”.

Get Live Traffic Data With pMetrics

Permalink

I installed the site-wide metrics offered by Performancing.com the other week and I must say, I’ve been VERY HAPPY with the results.

Performancing Metrics Logo

One of my gripes with Google Analytics is that you have to wait until 10:00PM PST to get your daily numbers. pMetrics gladly offers live results along with each users action (where they went and from where they came).

The main metrics page shows large graphs for visitor, pageview and the average length in minutes that those users spent on your site. Smaller graphs exist in a sidebar that display what content people visited, incoming links, and top search query leads for your site.

More detailed pages are of course available. Click on “Visitors” for more information about the people visiting your site; “Actions” for more information about what those people did.. My favorite page is the“Spy” tool which allows you to see virtually real time data of user activity on your site. Other pages include “Content”, “Links” and “Searches”. There is even an RSS feed for your statistics (does Google offer that?? I’d have to check).

Interface-wise, I must say that as clean as the layout of the new Google Analytic screens are, I actually think Performancing’s Metrics look better and are even cleaner if you can believe that!

Now don’t get me wrong, I’m not saying that I plan on ditching Google Analytics anytime soon but without question pMetrics by Performancing has become my tool of choice when it comes to analyzing traffic data. Read More »

Multi-Lingual Blogging

Permalink

A friend of mine writes a blog in Spanish that I often wish I could make better sense of (mi Espanol est no bien - need more proof??).

His blog, which is running on Mephisto (he’s a big ruby fan), receives a good amount of english speaking traffic.

Results aside, going the Google translate route didn’t sound like an option because readers would initially be presented with the blog in the primary language which would probably turn off readers (non-Spanish speakers in this case) before they could find the translate button.

He found a Mephisto based solution that would allow him to maintain one blog and one database (very nice!) but unfortunately would require him to write two posts (less than nice); one in English and one in Spanish.

If you’re interested, his English blog, OnlineVortex is now up and running. More details on the multi-language experiment are forthcoming I’m sure. Read more about it and follow his progress here: Multilanguage Blog.

Linkbait Swallowed

Permalink
link bait photo

SEO guru Jason Calacanis wants to see who will take his link bait… well I’ve let it sit on a hook long enough, okay, I’ll bite.

And because it’s humorous enough, I’ll post the link bait photo as well. :)

Anyway, for those of you unfamiliar with Jason Calacanis, he’s been well known name in Silicon Valley for many years. He was editor and CEO of Silicon Alley Reporter Magazine as well as co-founder of Weblogs Inc. In late 2005 (about 2 years after inception) he sold the company for to AOL for something like a cool $25 million but has remained in charge of the editorial supervision as SVP in AOL ever since. Since that deal, Jason has gone on to relaunch Netscape, run a successful weblog (calacanis.com), and serves on the board of the social shopping network, ThisNext.

Jason’s Idea of link bait has been done many times and many ways before but his list of rules seems truly original. If you’re not familiar with link baiting, basically Jason is promising Read More »

How To: Create a custom WP page template

Permalink

If you know what to look for, creating Page Templates in Wordpress is very straightforward and easy. Here are some simple instructions.

Beginning The Page Template

What you need to do is to create a custom page template. Open the page.php template file in your themes directory and save it as your desired template file (i.e., fullpage.php).

Next you need to add a commented header like the following to the top of your template file so that WP will know it’s actually a template.

<?
/*
Template Name: FullPage
*/
?>

Modifying Your Custom Template

Once you’ve done the above, hack the content to your heart’s desire. I created a new column style in the CSS to have better control over the display.

Here’s what the rest of my page ended up looking like (below the template comment):

<?php get_header(); ?>
   <div id="content" class="fullcolumn">
   <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
      <div class="entry">
         <?php the_content('<p class="serif">
             Read the rest of this page »</p>');?>
         <?php link_pages('<p><strong>Pages:</strong> '
             , '</p>', 'number');?>
      </div>
   <?php endwhile; endif; ?>
   <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
   </div>
<?php get_footer(); ?>

Additional Resources

Drawing i.ndustrio.us

Permalink

What do you think? Is this a candidate for the site logo?

Try it yourself, you can spell just about anything with real buildings from Google Earth at GeoGreeting.

I’m not sure though, I think I tend to agree with LifeHacker on this one…

Spelling with Flickr images is a lot of fun.

On a Related Note

How do you like to see the site name capitalized?

  • i.ndustrio.us
  • I.NDUSTRIO.US
  • I.ndustrio.us

Post your thoughts/comments

Technical Blogging isn’t Easy! Avoid These Mistakes!

Permalink

Okay, I have absolutely no readership right now so maybe this isn’t the best forum to ask for help or tips… but here’s what I’ve learned so far from my new technical blog.

Little or no blogging experience + starting a readable and engaging blog = very difficult (especially true for tech blogs IMHO)

My last post, which talked about version control using Subversion, really really sucked. I’m not quite sure what it is about it that I don’t like but the more I think about it the more I’m sure it is something I hate.

Oh well, chalk it up to a learning experience and try to use it as an example of what not to do in the future, blah blah blah…

How to Start off on the Wrong Foot

1. Liberal use of Cutesy Animal Pics from Flickr

I liked the photo I used from Flickr for my very first post but I think that always trying to work in pics where maybe they don’t belong is a bad idea. Compound that error with a lapse in judgement to use fuzzy wild animal pics and I think we’ve identified a definite formula for nausiating readers.

2. No Paragraph Headlines or Discernable Outline to Follow

I don’t know about the vast majority of blog readers out there but personally, I find that it is only the rare occasion where I am able to read a blog from start to finish without the assistance of paragraph headlines (preferably in BIG BOLD LETTERS). It’s almost like I need something shiny and descriptive to grab my attention and hold my hand through the rest of the article. Otherwise I usually find myself skipping through paragraphs and inevitably bailing out and hitting the back button.

3. Jumping into a Topic Without Introducing It

I can think of a handful of exceptions to this such as…

  1. you’ve blogged about the topic before
  2. you know your readers are already informed
  3. or, the topic is self-explanatory

I’m sure there are a half-a-dozen more exceptions to this but the point is - just because your readers are say, technical readers, that does NOT mean they inherently understand ALL technology! It drives me crazy when people learn I’m a “computer guy” and then ask me to come over and fix their DVD player (note to mother-in-law: please take no offense at that remark; p.s. you’re a great cook).

4. Sounding Like a Freakin Nerd

If you try to communicate technical things to technical people - you do so in a technical way right? Sure, of course you do; technical people speak like that because it’s the most effecient way of communicating. By using technical words and acronyms you’re actually communicating more than you’re saying - which is why non technical people usually say something like, “um… you lost me at hello”.

I’m not sure the best way to avoid this when speaking technically because the last thing you want to do is water down or even skip over technical concepts.

At the same time however, I don’t think it’s fair to assume that all technical people learn in the same fashion. Introducing appropriate visual aids or metaphors might actually enhance the readability of your article to ALL readers! :O

5. You Need to Lighten up Buddy!

It all depends on your writing style of course but a bit of humor never hurt anyone. Okay, that’s completely untrue. If you’re not a humorous person, don’t try to be - you’ll only come across as an un-funny person trying to be something they’re not.

I don’t mean to simply say “be who you are”, because you can get that sort of writing advice anywhere. MY point is, keep it loose. Don’t write like a stiff, even other stiffs don’t like to read that stuff (my apoligies to any stiffs who may disagree).

In Conclusion…

We can apply these points and discover a few things we ought to keep in mind when writing a technical blog post.

  1. Have you used a cutesy animal pic in the last month? Only resort to this if you’re desperate.. or if you’re blogging on the technical merits of taking cutesy animal pics.
  2. Use BIG shiny bold headings every three or four paragraphs
  3. Try to include an introductory sentence or two when rolling out a new topic (or at least a link to Wikipedia)
  4. Visualize a person telling someone else what you are writing. If those people are wearing pocket-protectors then you might want to consider adjusting the tone of your article.
  5. Who would sound better reading your article? Jon Stewart? Or Ben Stein? “…anyone…. anyone….Bueller… ” (i love that guy)

…Here’s to learning the hard way! Post your tips/comments!