WordPress API reference, editor styling
Just a quick post to the codex entry relating to this topic: http://codex.wordpress.org/Function_Reference/add_editor_style Nothing to hard there on the surface, but may require including the whole theme style which may break the editor visually requiring overriding some of the core theme elements, Which if it breaks or messes up the editor visually having to manually […]
Windows 7 Installation Tips and Tricks
How to create a Windows 7 installation partition
This concept can be used to perform clean installs as well as perform recovery tasks. Potentially think about a larger system/restore partition large enough to hold other files, such as saving system backup images to this drive and maybe portable apps/tools.
Youtube References and API info
General API:
- player references: https://developers.google.com/youtube/js_api_reference
Other info:
- Calculating viewing time: http://stackoverflow.com/questions/11775207/calculate-percentage-of-youtube-video-viewed-with-api
- Other analytics: http://www.lunametrics.com/blog/2012/10/22/automatically-track-youtube-videos-events-google-analytics/
Creating Child Themes for WordPress
If you’re unfamiliar with the subject see the Resource Links A Quck and Dirty Twenty Twelve Child Theme, first we need to create a new folder for the child them, and inside that create a style.css file once done you can follow this example which is a Child Theme for Twenty Twelve.