==================================================
==================================================
Post 1 :: Response to Otaku
==================================================
==================================================
I heard that flash is the hardest route for webdesign... i know html + css + few javascript knowledge, what should be my next step?... im scared of flash seriously...
Flash isn't needed. The only thing I can seriously say I like flash for is maybe online games, if that. And maybe if I really wanted to try and prevent my material (like images) from being copied. But there's always ways around both of those.
If you wanna spruce up your site even more, become more involved with HTML, CSS, and JavaScript. Between 5 and 10 years ago the combination of these were all the rage. They even gave HTML a new name... DHTML, or Dynamic HTML. You can produce drop down menus, drag and drop interfaces, and anything that suits your heart's content. Within the past few years though, web programmers have been making use of the asynchronous HTTP Request, more commonly known as AJAX requests. This allows you load subsections of information into your page, without reloading the whole page, which is great for interaction and removing browser flickers.
So become even more familiar with JavaScript, learn some database architecture, and learn to work with DIVs/SPANs and CSS. Once you become an expert here, you'll know how to make your site reach your dreams.
Hope this helps and good sailing,
vol7ron
==================================================
==================================================
Post 2 :: Response to Adam01
==================================================
==================================================
Well, I do know the basics, I just want to go the the extremes.
These are the web languages I already know:
HTML
CSS ( a bit )
Javascript
Flash action script
PHP + MYSQL
I also know c++.
The problem is people know the basics and they don't know the intricates. I know a lot and I can still say I don't know everything. The problem is we copy eachother's code without really learning everything. When someone does take the time to read and learn about another capability, then that's when everyone works on that for a few years and the cycle repeats itself. Take the time, you don't have to be advanced, but know what you're working with - it'll aid you in achieving your goal.
I have already made a forum using php:
http://adam01.x10hosting.com/forum/
Unfortunately, it says:
Board Currently Disabled
Check back later
I was seeing what was the best languange to make it look really good.
Somewhere I read that pearl could run php scripts through javascript, is that true?
There is no best language to make it look really good. There's a few languages that do the same thing in a different way. All the languages you hear about produce HTML. Don't believe me? Every time you view a page, right click on it and choose View Page Source. All you'll see is JavaScript/CSS/HTML maybe some VB Script from time to time. That's because all the PHP/Perl/CGI/ASP scripts are server-side. They are a preprocessed programs that are used to more-or-less generate HTML.
They are used because they interact with databases and making doing routine things much faster, but they all pretty much do the same thing. Much like you can take three left turns, or you can just take one right one. In the end you'll be going the same direction. The biggest debate about the languages is, what's faster to process, what's more secure, what's quicker to code, etc.
CSS/HTML/JavaScript is the best to make your site look nice, in addition to a decent graphics suite. Generally, when sites don't look nice, it has less to do with the code and programmer's ability, and more to do with the authors artistry, or artistic talent. We can't all be Monets or Picassos.
vol7ron