View Full Version : Personal Website
S_David
Sep10-09, 08:24 PM
Hello,
What is the best programming language to construct a personal website? ASP.NET, PHP, ..., etc.
Regards
Greg Bernhardt
Sep10-09, 08:31 PM
Hello,
What is the best programming language to construct a personal website? ASP.NET, PHP, ..., etc.
Regards
"Best" is certainly subjective. It depends on the equipment and software you have available to you and what you want to do with it. For a server side language I'd recommend PHP for most projects as it is powerful, easy and accessible. Ruby (RoR) is gaining a lot of popularity lately. I'd use ASP.NET/C#.NET for large enterprise level projects. Regardless of what server side language you use it's also important to learn some Javascript (AJAX).
mgb_phys
Sep10-09, 08:31 PM
html?
Greg Bernhardt
Sep10-09, 08:34 PM
html?
that's a markup language :smile: but yes look into HTML5 as IE will soon support it. Also CSS.
I'd use ASP.NET/C#.NET for large enterprise level projects..
Java?
@OP:
You don't need any language. Some javascript, css and html is good enough. I am assuming that you are not doing any work on the server side and display some static information.
S_David
Sep11-09, 05:41 AM
Actually, I didn't decide yet how the website will be look like, but it may include forums, which means I will need to used database. Is this change any thing?
I would also recommend php in that case..
or maybe python/java:
http://code.google.com/appengine/whyappengine.html
DaveC426913
Sep11-09, 11:06 AM
Actually, I didn't decide yet how the website will be look like, but it may include forums
Then I would advise that you start with an existing forum solution. That will determine what language you use.
CFDFEAGURU
Sep11-09, 08:56 PM
Check out Flash, it uses java script.
Thanks
Matt
DaveC426913
Sep11-09, 11:40 PM
Check out Flash, it uses java script.Despite what an alarming number of corporate execs command of their skilled underlings, Flash is not a language for building websites; it is a presentation tool for use in particular parts of websites to present information that needs more dynamicism than a flat graphic.
:grumpy::grumpy::grumpy:
Math Is Hard
Sep12-09, 01:31 AM
Despite what an alarming number of corporate execs command of their skilled underlings, Flash is not a language for building websites; it is a presentation tool for use in particular parts of websites to present information that needs more dynamicism than a flat graphic.
:grumpy::grumpy::grumpy:
I agree 100 percent. Flash is good for components, but not the website itself. Not all of your visitors are going to have Flash installed, or even the version you are using, and if you don't have an alternative, they'll go elsewhere.
And also, as Dave suggested, look for forum software that already exists, if that's what you want. Why reinvent the wheel?
If you're really interested in learning how dynamic websites work with databases, investigating php and mySQL might be worth your while. I first learned on ASP and SQL Server, but on my company's dime. Php/mySQL and ASP/SQL Server are similar in many ways, but the latter pair is more expensive.
Another thing to consider with respect to Flash is that Google and other search engines can't index Flash very well. Search engines love well-structured sites with focused pages that are linked to each other in a logical fashion with text links (not fancy Javascript or Java based dropdown menus), and that have solid HTML-based text content which is divided up logically into sections and subsections via proper use of heading tags (<h1> <h2> etc.).
S_David
Sep12-09, 04:03 AM
...Php/mySQL and ASP/SQL Server are similar in many ways, but the latter pair is more expensive.
What do you mean by "expensive"?
las3rjock
Sep12-09, 04:24 AM
What do you mean by "expensive"?
Well, PHP and MySQL are free, so anything that is not free (e.g. ASP and SQL Server) is going to seem expensive by comparison.
S_David
Sep12-09, 04:37 AM
Well, PHP and MySQL are free, so anything that is not free (e.g. ASP and SQL Server) is going to seem expensive by comparison.
This is of no matter, at the end I need to program a good website.
netometry
Mar18-10, 10:26 AM
html5 is adding the <canvas element and flash is about fnished. I would highly reccomend coding any landing pages in html5 and then directing those pages at some content management systems.
Look into joomla cms, wordpress blog, jimdo.com.
Here is a link to currently accepted html5 tags: http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/
Good luck, if you need more help google "netometry":)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.