The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 568 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 568 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 744 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 744 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 884 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 884 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 884 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 884 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 2 - File: global.php(951) : eval()'d code PHP 8.3.26 (Linux)
File Line Function
/global.php(951) : eval()'d code 2 errorHandler->error
/global.php 951 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1016 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 1016 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5196 - File: inc/functions.php PHP 8.3.26 (Linux)
File Line Function
/inc/functions.php 5196 errorHandler->error
/global.php 1016 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.3.26 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/global.php 1016 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1449 - File: inc/functions.php PHP 8.3.26 (Linux)
File Line Function
/inc/functions.php 1449 errorHandler->error
/inc/functions.php 1404 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
TEMPLATE CONSTRUCTION - I - Printable Version

+- Forums (http://forum.notjustbrowsing.org:)
+-- Forum: WWW (http://forum.notjustbrowsing.org:/forumdisplay.php?fid=9)
+--- Forum: A Web Page (http://forum.notjustbrowsing.org:/forumdisplay.php?fid=10)
+--- Thread: TEMPLATE CONSTRUCTION - I (/showthread.php?tid=838)



TEMPLATE CONSTRUCTION - I - abdulkarim - 10-16-2015

Everyone should be able to construct templates and hence web pages by following a set of principles and using some very basic knowledge of HTML (Hypertext Markup Language) and CSS (Cascade Style Sheet).

My aim is to enable a person, 10-80 years of age, to construct templates with ease.

Follow these steps and you will have no difficulty in creating your desired template.

Stage 1
Step 1: Drawing your template by hand with a pencil on a paper.
Step 2a: Drawing your template on a computer using a drawing application. For example see this
Step 2b: Optional - Copy & Paste similar contents to what you want in your web page from other web sites.

Use Paint program in your computer for drawing template.
[attachment=29]

Stage 2
Step 1: Choose a name for your template
Step 2: Create a directory/folder of the name of your template
Step 3: Create sub directories/folders "css", "images", "scripts"
Step 4: Create an empty file "index.html" and place it in your template named directory/folder
Step 5: Create an empty file "default.css" and place it in the sub directory/folder named "css"

Stage 3
Step 1: Logically splitting your template into portions using a drawing/graphics application.
Step 2: Starting construction of template using HTML and CSS, one portion at a time.

Use notepad++ for editing your files (index.html, default.css).

For Stage 2 see TEMPLATE CONSTRUCTION - II