Monday, July 30th, 2007
There are many false benefits of XHTML promoted on the Web. Let’s clear up some of them at a glance:
XHTML does not promote separation of content and presentation any more than HTML does. XHTML has all of the same elements and attributes (including presentational ones) that HTML has, and it doesn’t offer any additional CSS [...]
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 [...]
Wednesday, September 20th, 2006
HTML has come a long way from its humble beginnings. However, despite the fact that you can use HTML (and its derivatives) for much more than serving up static text documents, the basic organization and structure of the HTML document remains the same. Before we dive into the specifics of various elements of HTML, it [...]