Difference between revisions of "User:Karl jones"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(QUOTES)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Scratch pad.
+
TO DO: migrate to Karl Jones.
  
== TO DO:  WEEK THREE ==
+
== Page link sample ==
  
(TO DO: expand, organize, cross-reference, illustrate.)
+
<nowiki>http://wiki.karljones.com/index.php?title=</nowiki>
  
== QUOTES ==
+
== In progress ==
 +
 
 +
* [[Server-side dynamic web page]]
 +
 
 +
* [[ISM]] tasks
 +
 
 +
* [[MacGuffin]] ... [[MacGuffins 'R' Us]]
 +
 
 +
== Week Five ==
 +
 
 +
WordPress installation process ...
 +
 
 +
* Download the WordPress files.
 +
 
 +
* Move the "wordpress" folder to your local root folder (in MAMP and XAMMP, "htdocs" is the local root folder).
 +
** Or, if you already have a subfolder named "wordpress", copy all the files there -- same thing.
 +
 
 +
* Start MAMP and open a browser, or if MAMP is already running simply open a browser, and browse to:
 +
 
 +
http://localhost/wordpress
 +
 
 +
You should see the Languages page, the first of the installation pages.
 +
 
 +
You'll need to create a database using phpMyAdmin (see screenshots).  You can do that at any time in the process.  WordPress will require it, several pages into the installation process.
 +
 
 +
You'll also need --
 +
 
 +
Database username:  root
 +
Database password: root
 +
 
 +
After installation is complete, that same URL is where you browser your site:
 +
 
 +
http://localhost/wordpress
 +
 
 +
To administer your site, append "wp-admin" to the URL:
 +
 
 +
http://localhost/wordpress/wp-admin
 +
 
 +
 
 +
== Quotes ==
  
 
"Ah, you don't have to know everything -- you just have to know where to find it"
 
"Ah, you don't have to know everything -- you just have to know where to find it"

Latest revision as of 07:13, 5 January 2016

TO DO: migrate to Karl Jones.

Page link sample

http://wiki.karljones.com/index.php?title=

In progress

Week Five

WordPress installation process ...

  • Download the WordPress files.
  • Move the "wordpress" folder to your local root folder (in MAMP and XAMMP, "htdocs" is the local root folder).
    • Or, if you already have a subfolder named "wordpress", copy all the files there -- same thing.
  • Start MAMP and open a browser, or if MAMP is already running simply open a browser, and browse to:

http://localhost/wordpress

You should see the Languages page, the first of the installation pages.

You'll need to create a database using phpMyAdmin (see screenshots). You can do that at any time in the process. WordPress will require it, several pages into the installation process.

You'll also need --

Database username: root Database password: root

After installation is complete, that same URL is where you browser your site:

http://localhost/wordpress

To administer your site, append "wp-admin" to the URL:

http://localhost/wordpress/wp-admin


Quotes

"Ah, you don't have to know everything -- you just have to know where to find it"

-- The Shockwave Rider by John Brunner

Week Three Exercises

PHP

  • Header: location
  • Control structures

Project management

  • Project planning

TO DO: Sometime By Week Ten

  • Ajax
  • Google Closure (working with compiled programming language)
  • Bootstrap.js