Book Review: Killerjavascript.com
An extensive review of www.killerjavascript.com 's video tutorial series on beginning JavaScript
An extensive review of www.killerjavascript.com 's video tutorial series on beginning JavaScript
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 ⇒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 ⇒
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.
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 ⇒
According to my former Art History professor Christopher Stewart, there are two reasons why an artist can starve:
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 ⇒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 ⇒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 ⇒