Jump to content

mr_mars2011

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by mr_mars2011

  1. Try giving your #wrapper a width, for example 960px, then try resizing your browser window. Is this the effect you wanted?
  2. Microsoft's Webmatrix is free and is actually really good. There's code hinting for most languages (including functions for Content Management Systems like Wordpress). The UI is pretty nice too.
  3. Slightly off topic but I always use ordered lists <ol> for navigation, I think it's more semantic and navigation bars tend to have an order to them (you don't often see the homepage link in the middle of a nav bar). It also makes sense to you the new <nav> tag.
  4. I'm currently using E Text editor but have recently discovered Sublime Text 2, which once you have downloaded a few plugins has all the functionality of E but also has more communication between the developer and community which gives me hope that Sublime will be kept up to date and constantly improved. It's a little buggy at the moment but that's because it's still being developed.
  5. I think the main problem is that I am trying to learn JS the right way. There's lots of tutorials out there that produce functional results but the code used isn't great and they always end up mixing JS in with the HTML. The fact that IE does many things differently to all other browsers doesn't help.
  6. Hello everybodyBeen browsing this forum for a while and thought I should join up.I have taught myself HTML and CSS to an intermediate level and I’m currently learning JavaScript, which can be quite confusing at times.
×
×
  • Create New...