From randallwiggins
Jump to: navigation, search
 
 
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
<column grid="6">
 
+
===About Me===
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
I'm a software developer living in Madison, Wisconsin. My history includes a lot of product work related to TV broadcast. These included graphic arts and video editing applications that ran on specialized hardware. These days I'm interested in 'modern' javascript coding and exploring fun things that can be done in a browser. I'm also a hobbyist musician and arranger.
 
+
</column>
== Getting started ==
+
<column grid="6">
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
===Projects===
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
====Coding====
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
*[[MediaWiki as website|MediaWiki]] - a content management alternative to [https://wordpress.org WordPress]. It supports custom tags with extensions, and use of skins to control the look.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
*[[blendr|bl?endR]] - an image manipulator for bending and blending images. The techniques for image keying (masking) and distortion were developed as part of video production system. It's written in javascript and built with [https://reactjs.org ReactJS] and [https://webpack.js.org/ Webpack]. I wanted to explore the potential of integrating an application into a CMS without framing, and this demonstrates the power of bundling with webpack. A single script tag is all that's needed, and since the application is loaded into the DOM the styling matches the container page.  
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
</column>

Latest revision as of 06:28, 6 February 2019

About Me

I'm a software developer living in Madison, Wisconsin. My history includes a lot of product work related to TV broadcast. These included graphic arts and video editing applications that ran on specialized hardware. These days I'm interested in 'modern' javascript coding and exploring fun things that can be done in a browser. I'm also a hobbyist musician and arranger.

Projects

Coding

  • MediaWiki - a content management alternative to WordPress. It supports custom tags with extensions, and use of skins to control the look.
  • bl?endR - an image manipulator for bending and blending images. The techniques for image keying (masking) and distortion were developed as part of video production system. It's written in javascript and built with ReactJS and Webpack. I wanted to explore the potential of integrating an application into a CMS without framing, and this demonstrates the power of bundling with webpack. A single script tag is all that's needed, and since the application is loaded into the DOM the styling matches the container page.