Welcome Guest ( Log In | Register )



4 Pages V  « < 2 3 4  
Reply to this topicStart new topic
> Building A Website
develCuy
post Aug 27 2007, 04:35 PM
Post #31


Member - Active Contributor
Group Icon

Group: Members
Posts: 88
Joined: 5-April 07
From: Cusco - Peru
Member No.: 21,283



TEN RULES FOR YOUR PROYECT

0th Lists don't have to start at 1 tongue.gif
1rst Astahost is on a IP.Board = Invision Power Board. Want someting similar?? buy a license smile.gif...
2nd ... Or start your own... estimated time: 3 years
3rd Don't use Frontpage
4th Don't use Photoshop
5th Don't use Dreamweaver
6th Don't use Windows
7th Use linux
8th Use quanta
9th Use php.net/functionname

Blessings!

This post has been edited by develCuy: Aug 27 2007, 04:36 PM
Go to the top of the page
 
+Quote Post
rockershive
post Sep 25 2007, 01:37 AM
Post #32


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 70
Joined: 21-September 07
Member No.: 24,999



I want to know what should I install if I use PHP, I mean what are the other applications associated with when building a site. Should I have CSS, Flash, Apache, SQL, etc...
Go to the top of the page
 
+Quote Post
Habble
post Sep 26 2007, 09:02 AM
Post #33


Premium Member
Group Icon

Group: [HOSTED]
Posts: 286
Joined: 17-June 07
From: Tasmania
Member No.: 22,699



Well this is my setup for my computer, where I do all my developing:

Apache
PHP
MySQL
PHPMyAdmin
Firefox
Safari
Opera
IE
HAPedit (http://hapedit.free.fr) (Colour-coded php/html/css etc. editor)

It's good to have all the major browsers, because you could make a really good, nice looking site, and upload it, only to find that it only works in one browser!
Go to the top of the page
 
+Quote Post
Sten
post Sep 27 2007, 09:48 AM
Post #34


Oh come on Mrs. B!
Group Icon

Group: Members
Posts: 648
Joined: 6-June 07
From: Tasmania, Australia
Member No.: 22,422



i have xampp on my jump drive, its like perl, cgi, openssl, apache, mysql, php, filezilla and mercury mail and a few other things in one.
for editing i use notepad and notepad++
i finished learning css a while ago, and ive started TRYING to learn php. also i tried learning javascript a while ago but i rather php, i need php more for my site than javascript.

by the way, you dont have to use invision power board, there are alot of free ones out there, i recomend AEF, a good site for a heap of free open source cms's forums stuff like that is Open Source CMS, it has online demos where you can try them out.


Go to the top of the page
 
+Quote Post
kelvinmaki
post Sep 27 2007, 12:21 PM
Post #35


Advanced Member
Group Icon

Group: Members
Posts: 170
Joined: 30-July 07
Member No.: 23,704



QUOTE(Sten @ Sep 27 2007, 09:48 AM) *
i have xampp on my jump drive, its like perl, cgi, openssl, apache, mysql, php, filezilla and mercury mail and a few other things in one.


Get it.. XAMMP. All in one if you are into doing some dynamic website. It allows you to FTP and test it like a normal web hosting site. Get the lite version. Its easy to setup and more than enough to do what you want.

Anyway just some info, if you really are creating a website that are more towards enterprise, you would definitely need some kind of framework. Some PHP framework. Some that I would recommend are: CakePHP (currently using this for my site), symfony, Zend framework and Seagull. I guess you can google them and see what suit you best. All the security and session issue are handled by them. CHeers.

This post has been edited by kelvinmaki: Sep 27 2007, 12:22 PM
Go to the top of the page
 
+Quote Post
Arbitrary
post Sep 29 2007, 11:03 PM
Post #36


Premium Member
Group Icon

Group: [HOSTED]
Posts: 377
Joined: 17-June 06
From: Adblock life
Member No.: 13,992



QUOTE

4th Don't use Photoshop
Umm...why shouldn't you use Photoshop? I mean, assuming that you can afford the software, Photoshop's a great way to create logos and other areas that are more graphics-orientated on your site. Obviously if you can't afford it, then use GIMP, but Photoshop's got plenty of good features. Are you denouncing it because it's Windows-only? That still doesn't mean its quality is any less.

Now, I agree with the not-recommending Dreamweaver and Frontpage points--neither creates semantically correct HTML. When you do decide to edit something by hand because Dreamweaver and Frontpage were unable to do it for you, you'd end up dead while wading through those series of nested tables.

QUOTE

6th Don't use Windows
7th Use linux
This is not quite true. When you're testing the website, you do need to consider what a Windows user on IE would see, and not just what Linux users would see. Most of your audience, after all, do use Windows. Key point in making a website is to cater to your audience.

If you're going the PHP way, I'd recommend CakePHP (currently using it as well) and symfony. There are plenty of other PHP frameworks out there and I've tried a few, but those two seem the most well-developed, though they still lack in good documentation.

A good way to learn PHP (after you've brushed over the basics) is to look at an existing codebase and either contribute or at least understand what's going on. So instead of just using CakePHP, try to look under the hood and see why everything is being coded the way it is.

I also use Notepad++ for editing, though I don't think it makes a huge difference what editor you're using if you're just building a site. Notepad++'s got the basics expected from a text editor: highlighting, collapsing sections of code, macros, etc.
Go to the top of the page
 
+Quote Post
Impious
post Oct 1 2007, 03:19 AM
Post #37


Member - Active Contributor
Group Icon

Group: [HOSTED]
Posts: 78
Joined: 29-June 07
Member No.: 23,027
myCENTs:51.45



hung~, to make a website like astahost.com is not so easy. by what i read u dont even know the basic of programming, thats bad man. i recommend to start study html and css... later u can start javascripts and when u got the necessary experience search for php/asp tutorials... i saw some goodies "how-to" here on forum.. ahh by the way, astahost.com is basicaly forums, so u can use scripts already done like phpBB or Invision Power Board(IPB - used by astahost.com)..
now go ahead man, dont waste your time.
Go to the top of the page
 
+Quote Post
eXc1te
post Oct 14 2007, 09:35 PM
Post #38


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 16
Joined: 14-October 07
Member No.: 25,519



Ok as people have mentioned already that if its for a group a forums system/message board is a great idea and i strongly recommend SMF as a free one, you can download it at www.simplemachines.org. If you want more features to add to that to make it more like a webpage and less of just a forum you can download tinyportal wich is a portal software that adds many features to smf. Now if you want to make more advanced websites in the future i strongly recommend LEARNING html, xhtml, css to start then after you have that down look into php, javascript, and other programing languages. Dreamweaver works great but i personally perfer to code my sites from scratch, even tho they dont always turn out that great i learn to know why somthing is wrong... well good luck with you website creation
Go to the top of the page
 
+Quote Post
A W K
post Oct 14 2007, 10:52 PM
Post #39


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 15
Joined: 13-October 07
Member No.: 25,493



I had trouble when I first started my first website at first too. I started off using HTML. It's good for basic web design and easy-to-remember codes. You can find some basic html design on w3schools. When I had my website, I turned to them for many things that I forgot (in different programming languages).

If you want a good software to use, you can use mysql. Mysql is easy and it doesn't take much effort to make a good website.

This post has been edited by A W K: Oct 14 2007, 11:02 PM
Go to the top of the page
 
+Quote Post
eXc1te
post Oct 15 2007, 01:58 AM
Post #40


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 16
Joined: 14-October 07
Member No.: 25,519



ya, but to use mysql you need a bit of php knowlege as well. And i personally find php kinda advanced and frustrating lol
Go to the top of the page
 
+Quote Post

4 Pages V  « < 2 3 4
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. WebSite Development and Management Tools(10)
  2. Best Ad Placement on a Website(18)
  3. Starting A Website(16)
  4. Website Design And Development(13)
  5. Website Layout(10)
  6. For Website Review - Read First(0)
  7. Website Templates(13)
  8. Website Acting Up On Me(7)
  9. Website Poll(4)
  10. Looking For Free Software To Build Website(17)
  11. Css Vs Xslt Vs Smarty Vs Other : What To Use ?(3)
  12. Flash Music Player On Website(2)
  13. Music On A Website(6)
  14. Need Help In Designing My Website.(1)
  15. Need Help / Ideas With My Website Makeover(5)
  1. Questions About This Website/topic Page(1)
  2. Adding Static Content To Website...(9)
  3. Program To Design Your Website(21)
  4. Website Template Design Tutorial(0)
  5. Testing A Website Design(6)
  6. Music Into A Website ?(9)
  7. Preview Your Website In Ie From Non-windows Os(3)
  8. A Website(8)
  9. Web Developing Software(16)
  10. Website Navigation Hover Buttons Stick So Made Css Today(7)
  11. I Need A Template For A Website(9)
  12. Question Related To Website(5)
  13. Freewebs And Piczo(3)


 



- Lo-Fi Version Time is now: 22nd November 2008 - 11:08 PM