Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Difference between revisions of "Know Your Sources"

(removed missing links, added ja locator)
m (Boxes and Design Elements: new resource)
 
(4 intermediate revisions by one other user not shown)
Line 15: Line 15:
   
 
=PHP=
 
=PHP=
* [http://www.phpbuilder.com/ PHP Builder]
 
 
* [http://www.php.net/ PHP.net]
 
* [http://www.php.net/ PHP.net]
* [http://php.resourceindex.com/ PHP Resource Index]
+
* [http://php.net/manual/en/langref.php Language Reference]
  +
* [http://php.net/manual/en/funcref.php Function Reference]
  +
* [http://php.net/manual/en/features.php Features]
  +
* [http://php.net/manual/en/security.php Security]
  +
* [http://www.phptherightway.com/ PHP The Right Way] is a high level review of modern PHP
  +
* [https://www.phpdoc.org/docs/latest/index.html PHPDoc] for documenting your code
   
 
==Learning PHP==
 
==Learning PHP==
  +
* [http://php.net/manual/en/getting-started.php Getting Started]
 
* [http://adambrown.info/b/widgets/easy-php-tutorial-for-wordpress-users/ Very Basic PHP Tutorial for WordPress Users]
 
* [http://adambrown.info/b/widgets/easy-php-tutorial-for-wordpress-users/ Very Basic PHP Tutorial for WordPress Users]
 
* [http://devzone.zend.com/6/php-101-php-for-the-absolute-beginner/ PHP 101: PHP For the Absolute Beginner]
 
* [http://devzone.zend.com/6/php-101-php-for-the-absolute-beginner/ PHP 101: PHP For the Absolute Beginner]
  +
* [https://www.sitepoint.com/php/ SitePoint's PHP resources]
  +
  +
==Books==
  +
* [https://www.amazon.com/Modern-PHP-Features-Good-Practices/dp/1491905018/ref=sr_1_3 Modern PHP]
  +
* [https://www.amazon.com/Programming-PHP-Tatroe/dp/1449392776/ref=sr_1_12 Programming PHP]
   
 
=CSS=
 
=CSS=
Line 76: Line 86:
 
* [http://html-color-codes.com/ HTML Color Codes Chart]
 
* [http://html-color-codes.com/ HTML Color Codes Chart]
 
* [http://html-color-codes.info/ HTML Color Codes Color Picker]
 
* [http://html-color-codes.info/ HTML Color Codes Color Picker]
  +
* [https://htmlcolors.com/ Html Colors]
   
 
== Forums and Mailing Lists ==
 
== Forums and Mailing Lists ==
Line 91: Line 102:
 
* [http://zeldman.com/dwws/ Designing with Web Standards The bible, by Jeffrey Zeldman]
 
* [http://zeldman.com/dwws/ Designing with Web Standards The bible, by Jeffrey Zeldman]
 
* [http://meyerweb.com/eric/writing.html All books by Eric Meyer]
 
* [http://meyerweb.com/eric/writing.html All books by Eric Meyer]
  +
* [https://www.amazon.com/CSS-Secrets-Solutions-Everyday-Problems/dp/1449372635/ref=sr_1_1 CSS Secrets: Better Solutions to Everyday Web Design Problems] by '''Lea Verou'''
  +
   
 
[[Category:Getting Started]]
 
[[Category:Getting Started]]

Latest revision as of 20:08, 13 September 2018

For Your Records

As you design your Theme or style, you will be using HTML and CSS references. Here are a few resources you will become very familiar with over time. We recommend that you save or bookmark this page as a reference while you're working on your WordPress Themes.

HTML

PHP

   * Language Reference
   * Function Reference
   * Features
   * Security

Learning PHP

Books

CSS

Learning CSS

Style Guides

CSS Expertise and Examples

Layout Resources

Boxes and Design Elements

Forums and Mailing Lists

If you want to learn more about CSS, especially cutting edge CSS and web page designs, visit one of these forums and mailing lists to share your thoughts and learn from others.

Books

The following are some of the best books to help you learn more about CSS and web page design.