Search Results

1
vote

Python web development - with or without a framework

Django makes it possible to whip out a website rapidly, that's for sure. You don't need to be a Python master to use it, and since it's very pythonic in it's design, and there is not really any "ma …
0
votes

Web Development IDE Suggestions

Vim. If you need features either write them yourself or download from the thousands of plugins out there. NERDTree for file/directory/project/ IDE type file browsing. XMLedit for html/xhtml …
5
votes

Which browser has the best support for HTML 5 currently?

Ones that are built using a recent webkit build, and Presto. Safari 3.1 for webkit Opera for Presto. I'm pretty sure firefox will start supporting html5 partially in 3.1 …