Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Saturday, September 6, 2008

Tools

OK,
before we continue on much further lets discuss tools needed to do websites.

MANY people think that good websites are made with good expensive programs. They are WRONG. The best websites can be made with all free software with a few exceptions of skills, etc.

When I code a website, I always either use: Notepad/Wordpad (It comes with your standard Windows OS), or conText (http://www.contexteditor.org/index.html). Both of those options are free.

When you make layouts, you can do it with free programs, there are people who are really really good with making layouts in free programs. Again it falls down to your skill level.
I have the legit copy of Adobe CS2 (soon to get CS3), so I have no problems there.

Remember even though you have expensive software, you still need to know how to use it!

Hosting. This is another area that will vary for whatever type of website you are making. If you are making a very personal or not so personal but small website... you can get away with a minimal free web hosting account. There are web hosts out there that host you without ads, but most of those web hosts would either be friends that you know with a server... or Post 2 host hosting.

Post to host hosting is where you need to post 10-20 times in their forum each month in order to keep the hosting package.

Like I said, I can't really give one webhost that would suit every persons needs. I'm going to be going over PBB game creation tutorials where you can make your own game where people can register. PBB means Persistent Browser Based. http://www.tribalwars.net is a great example of a really popular PBB game.

So this is the summary:

Free coding programs:
- Notepad/Wordpad or any text editor if you're on MacOSX/Linux/Windows
- ConText (http://www.contexteditor.org/index.html)

Art programs:
- Gimp (It's an art program free to download)
- Photoshop (costs money)

Hosting:
- http://freewebspace.net (Free hosting)
- http://freewebspace.net/forums (Free/paid hosting forum)
- http://webhostingtalk.com (Mostly paid hosting forum)
- http://superbhosting.net (I use them, if you wish to put me as a referral and you pay for a year I can get you some money off the bill the following month via paypal)

Next tutorial I will start introducing xHTML/PHP

Welcome

I have a couple blogs. This one, and a different one I'm semi-active in.

My other blog I own isn't really suited for lots of programming stuff, so instead of infest it with programming tutorials... I'm going to keep it more dedicated to general stuff.

This blog, on the other hand will be dedicated to programming/scripting.

Take everything I say in programming as opinion. I am not the inventor of programming languages, nor will I ever be. I am not the best on the internet, though I am pretty good at it.

I started in Grade 10 or 11 in Social Studies. I was kind of bored, and saw someone else making a website. I was intrigued that he was able to remember all these different symbols, and how to place them to make some things appear on the screen in certain ways.

I started to take a look at code on websites, and just little tutorials here and there. I took some of the lines out of the code, and put random stuff in just to see what would happen. That, my friends is how I started to learn HTML 4.

It seems that this era of kids/programmers mostly learn how to do things by trial and error. Riding bikes, you sit on a bike and try going forward. Sure you might fall a couple times, but eventually you will learn how to ride without falling over.

That is what I did with Websites, I got on the bike and kept trying to pedal until I did it without falling. What I hope to accomplish with this blog is to help people learn how to make websites without falling over.

Keep checking back here, as I will try and post as often as I can.