User:Karl jones

From Wiki @ Karl Jones dot com
Revision as of 14:52, 7 October 2015 by Karl Jones (Talk | contribs)

Jump to: navigation, search

(TO DO: expand, organize, cross-reference, illustrate.)

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

Links October 7

Audacity

.cer

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=.Cer

https://en.wikipedia.org/wiki/Cer

https://support.ssl.com/Knowledgebase/Article/View/19/0/der-vs-crt-vs-cer-vs-pem-certificates-and-how-to-convert-them

http://www.networksolutions.com/support/what-is-the-difference-between-a-crt-and-a-cer-file/

http://filext.com/file-extension/CER

http://stackoverflow.com/questions/22788384/what-is-the-difference-between-cer-pfx-file

.p7b

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=+.P7b

https://myonlineusb.wordpress.com/2011/06/19/what-are-the-differences-between-pem-der-p7bpkcs7-pfxpkcs12-certificates/

https://www.sslshopper.com/ssl-converter.html

https://info.ssl.com/howto-how-to-combine-a-private-key-with-p7b-certificate-how-to-create-a-pfx-file/

http://wiki.scn.sap.com/wiki/display/Security/Best+Practice+-+How+to+convert+certificates+from+a+.p7b+file+to+Base64+(.cer)+format

http://security.stackexchange.com/questions/73156/whats-the-difference-between-x-509-and-pkcs7-certificate

http://serverfault.com/questions/83143/convert-p7b-key-to-a-pfx



In progress

  • FTP mistake

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