Archives for "Tutorials"
Great Tutorials to Start Learning Photoshop
Learning how to use a large, and sometimes complicated program like Adobe Photoshop can be scary. It isn’t an easy task, and many wonder where to start. Personally, I think getting acquainted with the various tools Photoshop has to offer, so I have complied a list for those wishing to do just that, as well as easy tutorials you can follow.
Continue Reading
-
Thanks to: Symmetric Web and Smashing Magazine.






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?
Continue Reading