- Domain Name
- Web Hosting Account - Opening and Basic Setup
- Web Hosting Account - Installation Drupal 5.7 (Applicable for 5.12 Too)
- Welcome To Your New Drupal Website!
- 'Standard Web Site' - 4 Pages
- Basic Concepts In A Nutshell
- Basic Site Settings, File Configurations
- Web Site 'Looks' Or Default Templates
- Contributed (External) Modules/Themes In 'public_html/sites' Folder
- Add Theme (External) - Aberdeen
- Adding 'External'/Contributed Module - Nodewords For Search Engine Keywords
- Feedback Form For Visitor To Send
- Image Gallery
- Learn To Put An Image Using HTML Image Tag
- Changing Background, Styling of Themes
- For Multiple Websites With One Drupal Installation
- Trouble Shooting
- A Word About Taxonomy
- Some Basic Tools We Need
- Creating Book Content - Using Book Module
- User Settings And Our 3rd 'Login' (Authenticated) User 'Sam'
- Creating Blog Content With Attached Image Module
- Security, Security, More Security
- How To Upgrade Drupal 5.7 To 5.8
- Storage And Bandwidth - How Much We Need?
Gvim - a unix text editor for all our Drupal files
A unit editor is essential to help us to work with program source files.
In the unix world, a file is a file and can be opened with a good editor. There's no such thing as a (dot).doc file to be opened with a certain sofware or .txt with another software. In fact when we create and save a file, there's no need to have a (dot). file extension or if we wish we can put our own (dot).[myname] eg. a file name like resume.mary
With the unix editor, the display of the source codes will be properly formatted, easy to read and with lines, columns numbers ot identify the codes.
In Drupal, we work with (dot).mysql, (dot).install, (dot).po, (dot).php plus others - just use Gvim to open, view, edit any of these files.
Go to vim.org and download Gvim70.exe for Windows, click the exe file and follow instructions.