Posts Tagged ‘commenting’

Introducing Weekly Design Challenges

Hello all! Being that we’re still teenagers, we’ve got time to expand and learn. What better than acting on what you know, and even learning in the process? This is where I introduce SoDevious’ Weekly Design Challenges. A challenge like this is simple. Read the prompt, and design something accordingly. You get to share and discuss your designs with others.

Posted on: March 19th, 2010 by Nicole Dominguez | Tags: , , , ,

Commenting your Code

When learning how to code in various languages, it often times helps to know the proper way to comment out certain items. If you don’t already know what it means to add a ‘comment’ to the code, just little notes. It can also be used to block something out, it’s stopping a certain piece of code from it being read by the browser, or whatever have you. Lets start, shall we?

Posted on: February 6th, 2010 by Nicole Dominguez | Tags: , , , , ,