< Browse > Home /

Programmer’s Notepad

September 1st, 2008 | No Comments | Posted in Development Tools by Diego | - [Full Entry]

An excellent alternative to Notepad, Programmer’s Notepad offers a versatile programming environment.

Programmer’s Notepad Features

Programmer’s Notepad allows you to create multiple file types and provides syntax highlighting for a great variety of languages such as C++, PHP, HTML, and so much more. You can also create and manage projects. You can open multiple files in Programmer’s Notepad and they’ll appear as tabs. You can create coding templates, create themes, tags, scripts, and so much more.

Programmer’s Notepad Features
Programmer’s Notepad Screenshots
Read more »

Introduction to HTML

August 12th, 2008 | 2 Comments | Posted in HTML by Diego | - [Full Entry]

So you want to learn how to code a website from the ground up? HTML is your start.

What is HTML?

HTML stands for Hyper Text Markup Language. It is the language that structures the format of a document with the following elements: links, images, text, and other objects.

HTML files usually have an htm or html extension and can be created with any text editor, including Notepad.

Programmer’s Notepad is an excellent free program which provides you with a nice programming environment with syntax highlighting, opening multiple tabs under its window, templates and more. I use it when I edit simple HTML files. So check it out.

Where do I start coding HTML?

With Notepad, simply open a new file. Then go to File -> Save As. Choose All Files under Save as type.

Then give your file the name homepage.html. Any name with the .html extension should work fine.
Read more »