Just stick to html, css and ajax. there's no need of flash unless you want to show video
Just stick to html, css and ajax. there's no need of flash unless you want to show video
I can customise your phpBB board. Send me a PM.
lynxphp - info, tutorials and scripts
"A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."
Any more ideas??
Last edited by bhupendra2895; 07-11-2010 at 05:06 AM.
Liked this? Click on theicon on the bottom of post to make me
.
There aren't any others really, the browser is designed to interpret only HTML (plus a few others) and to design websites it is your only main option. If you feel that coding it all yourself is beyond what you want to do then perhaps you could consider a WYSIWYG environment where it will create the code for you based upon your inputted design.Any more ideas??
You mean Javascript, not AJAX. AJAX is merely a technique that is used within Javascript to communicate with the server.As everyone said html, ajax and css is enough for design
Thanx for the information....
Well you have to differentiate between two things first... 1. The mark-up languages (I do not know whether you can call them "languages" in the first place) such as HTML/CSS/XML, and 2. The programming languages such as PHP, ASPX, Ruby, Java, Python, Javascript (scripting language)... etc. There are also frameworks such as the .NET framework (by Microsoft), Ruby On Rails, JSP (a Java framework), jQuery (Javascript framework), and some other PHP frameworks such as CakePHP, Symphony, Zend... etc.
Anyway, you cannot use anything other than HTML and CSS to layout and style a webpage, and that is because the browsers were built to render HTML content. Whether you're building a static page (using strictly HTML/CSS and probably Javascript), or a dynamic one using a server-side language (with or without a framework), it all going to end up being translated into HTML and CSS.
Flash is another story, and no you cannot do everything that is done in Flash using HTML/CSS and Javascript. That's a lie.