Can I do it just using html and css? How do I do this with "most viewed articles"?
+2
A:
You cannot do this with just HTML and CSS. You'll need something on the server side to tell you how these articles relate. I would suspect that you could do it with Javascript, but I can only imagine at that solution. If you do it on the server side, then it depends on which language you want to use.
George Stocker
2009-11-25 17:33:13
+2
A:
Hi Kevin. You will need more than HTML and CSS if you need to do this automatically. You will also need to learn how to use a web programming language or environment such as PHP, ASP.NET, Ruby on Rails, Django, etc. In addition to learning a web programming language, you will also need to learn SQL which is a language needed to communicate with a database such as MySQL.
jkndrkn
2009-11-25 17:34:17