Search Results

1
vote

Which text editor has the most useful autocomplete for web page editing?

I tried many editors and I prefer MS Visual Studio 2005. On my machine it runs much faster than Eclipse and supports autocomplete for both html, css and javascript. There are free versions (e.g. Vi …
0
votes

innerHTML manipulation in JavaScript

I would try doing container.innerHTML = ''; container.innerHTML = content; …
0
votes

JavaScript to scroll long page to DIV

Correct me if I'm wrong but I'm reading the question again and again and still think that Angus McCoteup was asking how to set an element to be position: fixed. Angus McCoteup, check out …