Forum Moderators: mack
Sorry if the question is dumb or if this post is in the wrong forum section .. I am a complete newbie!
I started with Joomla!a month back. Explored it for a while (although only offline) but couldnt find a template as per the layout that I wanted. So took some efforts to learn HTML.
How to manage from here on? Any other language I need to learn ?
Thanx!
First you need a web host. You could do it yourself [webmasterworld.com] or lease space on any number of services.
Basically you just transfer your HTML files to the host's server and the site will be live on the internet.
Good for you! No matter what you ever use, it's still important to know HTML.
>>Any other language I need to learn ?
Yes:
CSS if you haven't already. Maybe not for "positioning" because that's complicated, but for styling fonts / text.
Then, once you have the site up for a while and are comfortable with the basics, if the site will be growing to any size, learn to use PHP includes for repeated elements like navigation. You don't need to know much at all to use includes, just enough to be able to use them.
Get a domain name (not from a host, keep that separate), and take reasonable hosting - I'd suggest on a server that runs Apache hosting since it's easier and more flexible to use.
1) Register a domain name
2) Get a host
3) Get a FTP software... (had dloadd xampp cp for working with joomla ... FilezillaFTP came along with that.. I guess that will work)
4) Upload the folder containing the index page and all the linked html files and images to the FTP server so that there should be a folder on the server just the way i have it on my disk. And it will work!
Have I got it right .. pls correct me
@Marcia - why keep the domain name separate from hosting service providr. any specific reasons? I had actually finalized on a Combo plan
Thanks again!
>>Any other language I need to learn ?Yes:
CSS if you haven't already. Maybe not for "positioning" because that's complicated, but for styling fonts / text.
This, I think, is very good advice. You can cut down the amount of HTML you use to have more concise coding.
It is not much harder to learn than HTML, once you grasp the concept.
PHP incudes are also very useful and can perhaps help if you get interested in database use.
But for these you will need to have PHP incuded in your hosting package.
Hosting facilities vary a lot, not always depending on price. I would suggest you think about the facilities you may need in the future when you buy. Add-ons can be expensive!
as of now the site content will be static (i do want to upload files but initially I am thinking of hosting them on rapidshare and providing the link on the site)..
but after some progress I would want to start
forums,
+ allow reg users to have their own profiles which they can edit themselves..
+ have access to others profiles and post/ reply to messages there..
+ display images and embed (not host) videos
..is this a feasible task without hiring a dedicated developer? and what kind of programming will it take.. PHP, sql ?
(I am familiar with C and Java aprt from HTML & CSS although I am not a programmer by training)
Also can I have some guidelines for selecting the host considering the above points? How easy/ difficult it is to switch between hosts at a later stage?
Most of the payed for services offer similar packages, the biggest difference is in support (there biggest cost) and how well servers are maintained, and how heavily they are loaded (response time).