Book Review: Killerjavascript.com

Killer Javascript An extensive review of www.killerjavascript.com 's video tutorial series on beginning JavaScript

03/27/2010 | 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.

03/20/2010 | 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.

03/21/2010 | 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.

03/13/2010 | 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.

03/13/2010 | 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?

03/09/2010 | 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.

03/05/2010 | 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.

03/04/2010 | Read the full article ⇒

6 Steps to Developing Web Applications

Specifying the problem requirements means you must clearly state the problem. If you can not clearly state the problem, how can you measure whether your project is a solution to that problem? Most web programmers make their projects and then spend time finding out what problems it can solve. That is completely inefficient. It is much better to zero in on the root problem and create a solution. We should strive for purpose driven programming.

02/06/2010 | Read the full article ⇒