November 21st, 2007

Where to get written term papers

Now, I don't condone cheating in any way. However, I recognize the advantage of being able to 'leverage' the creative power of others to be able to produce something even better. So, if you're faced with the task of writing term papers in the near future, it would be good to have a good reference source.

So I found a great resource for you to access term papers written in the past. There are literally thousands, on almost any subject! Click here to check them out!

November 21st, 2007

How to add nofollow to wordpress blogroll links

So I recently discovered that my site had dropped for PageRank 5 to a PageRank 3. I looked into it, and I still have lots of links coming to my site. It appears that I was penalized by Google, and it seems to be because I had some paid links on my homepage. So, I decided to add rel="nofollow" to the links. The only problem is that when you try to do this with the Blogroll editor in WordPress, there is no nofollow option. So I had to add one.

If you wish to do the same, it's quite easy. Just find the /wp-admin/edit-link-form.php file, create a backup copy of it, and modify it. Look for lines 113 and 114, which should look like:

<tr>
        <th scope="row"> <?php _e('identity') ?> </th>

And add this code before it:

<tr>
        <th scope="row"> nofollow </th>
        <td>
                <label for="nofo">
                <input class="valinp" type="checkbox" name="nofo" value="nofollow" id="nofo" <?php xfn_check('nofo', 'nofollow'); ?> />
                nofollow</label>
        </td>
</tr>

You'll now be able to edit your blogroll links and add rel="nofollow" to any you wish.

November 21st, 2007

Play Flash Hero online for free

OK, so one of you awesome students requested "Flash Hero" as a flash game on my site. Ive never played it before, but it looks cool, so I'll go ahead and add it.
(more…)

November 13th, 2007

Sorry for the down-time

Looks like my site was down for a couple of hours today. I apologize for the loss of any gaming time you may have experienced! It seems the site is getting to popular, and it was using too many hosting resources. I've implemented a caching plugin, so hopefully that fixes the issue.

I also apologize for the lack of posting in the last few days. I guess I really just don't know where to go with this blog. I don't know what sorts of new content people want to see and read. Do you just want me to keep posting games?

November 1st, 2007

Get free help with your homework

As most of you know from all of the programming tips on this website, I like to share knowledge. And I do get thousands of programmers on the website every single month looking for solutions to coding problems. However, the majority of my visitors are all you high school students, coming to my site to better your hand-eye coordination through my flash games.

Well, I had an idea to make this site not a complete waste of time (just a partial waste). I thought, maybe you're spending so much time on my site, that you're not dedicating enough time to schoolwork. And maybe it's affecting your grades…

So, I've decided to at least offer my assistance with your schoolwork and homework. I did well in school, so I know that I could at least provide some of you with some answers. I'm not totally sure how it will work, maybe you'll just post your question/problem in a comment below, and I'll answer the ones I can in a new post.

Make sense? Do you think it's a good idea? I need your feedback!