Pages

Monday, October 3, 2011

How to set up Python - Windows 7

Today I will be showing you how to set up python so it will run correctly on Windows 7. First you need to install python from http://www.python.org/download/. Make sure you install Python 2.7.2 and not 3.2.2. It will install to C:\Python27. Now you can run python, but only from the python folder, so we need to add a path variable.

Sunday, October 2, 2011

We are back!

Yes we are back and we are um... Well back! After a quite long hiatus we have decided to restart AVIWC now with a schedule and everything Mondays and Fridays I will be posting tutorials and on Wednesdays Morph1n3 will make his posts most likely featuring software to make your coding life life easier.

We will see you all tomorrow!

Monday, June 27, 2011

Cascading Style Sheets (CSS)

CSS also known as cascading style sheets is the name of the visual markup language. This determines the visual look of most websites.

HTML: The Basics

Today I'm going to be going over the basic tags in a HTML web page, as well as how to save it. To begin with make sure to have your text editor, I personally use Notpad++ (you can find the post about that here) as it is a free program while still giving you customization, tabs, and line numbering.

Getting Started : Notepad++


Welcome everyone to A View Into Web Coding. We are happy to announce the release of this new blog.

To start everyone off, you might need a little program which will help you understand some of the content we will be publishing here.

Notepad++

This program is free and extremely easy to install. Once you install this program, you can copy and paste some web code and configure it.

 Some of you are thinking why would anyone need this program? The question is, some web codes can be very difficult to understand and, sometimes and you need a bit of assistance.