Book Review: Killerjavascript.com

Killer Javascript

An extensive review of www.killerjavascript.com ‘s video tutorial series on beginning JavaScript

Read the full article⇒

C++ Sentence Case (Capitalize First Word)

when typing up important documents, it is important to use sentence case to invoke a sense of formality. imagine writing an email or heck, an entire blog post, not using a capital letter. it would really hurt your professional decorum.

So this post will show you how to convert a string to sentence case using C++. Sentence case is having the first letter of the first word in a sentence capitalized.

Read the full article⇒

Removing punctuation and spaces from a String in C++

There may be times in which you need to do character processing that only deals with the Alphanumeric characters of a string, not the punctuations or blank spaces.

Here is a program that will remove the punctuations and spaces from a string.

Read the full article⇒

Blogging: Escaping the Mediocrity

If you want your blog to be successful, you must differentiate. We all have the same tools on our blogs, so it is how we use those tools that determine our success. Since our blog is our product, we can treat ideas that relate to product differentiation to our blog.

Read the full article⇒

Using Relationships to Help Your Blog

Asleep at Computer

If you’re like me, you’ve spent a lot of time making posts and commenting posts, yet you don’t have many (if any) subscribers. The problem isn’t that you’re not posting or commenting enough: You might simply be commenting the wrong blogs.

Read the full article⇒

IE6 and the Starving Artist

The Starving Artist

According to my former Art History professor Christopher Stewart, there are two reasons why an artist can starve:

  1. His lack of skill
  2. His integrity

The first one makes complete sense. A person who can’t draw a straight line shouldn’t be paid to be an artist. But why would an artist with skill and integrity starve?

Read the full article⇒

SEO LOL – Sprinkles Cupcakes

I must start off saying that I freaking love Sprinkes Cupcakes.
But come on, this is a bit silly.

Read the full article⇒

C++ Capitalize Each Word (Proper Case)

This Post Will Show You How To Capitalize Each Word In C++, Similar To The Way I Am Typing Right Now. This Is Also Known As Proper Case.

Read the full article⇒

MySQL 5.1 Installation Tutorial

A step by step tutorial for installing MySQL and phpMyAdmin on a windows system with PLENTY of screen shots to help guide you.

Read the full article⇒

MySQL Error 0 Cannot Create Windows Service

This is the MySQL Error 0, which usually follows a windows notification that mysqld.exe has stopped working. After reading many forum posts, it appears that there is no definite answer as to how to solve the problem. However, I finally came across a method that worked for me, and hopefully it will work for you.

Read the full article⇒