HTML-Advisor
Mostly practical advices

Posts Tagged ‘file’

NotePad++

Sunday, February 4th, 2007

Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment.
This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 API and STL (that ensures the higher execution speed and smaller size of the program), is [...]

CSS Organization Part 1

Sunday, June 4th, 2006

With nearly ubiquitous standards support among modern browsers, we’re turning to CSS to handle presentational heavy lifting more than ever. The more we rely upon CSS, the larger and more complex CSS files become. These files bring with them a few maintenance and organizational challenges.
Gone are the days of creating a single CSS file and [...]

  • CSS
  • Jun 4th, 2006
  • 0