Having a variety of creative interests surrounding art, code and writing - the information presented here, reflects these interests with an artistic mindset. Additionally, as a hobbyist ukulele, guitar and keyboard player, I often explore with different chords and progressions. Therefore, the material presented here makes up this exploration via chords both common and unique which one can utilize.
Monday, December 31, 2018
Tuesday, November 27, 2018
Simple pen blue ink doodle
Simple pen black ink doodle
Collage of old 'T' passes on cardboard
Monday, October 22, 2018
Pittsburgh Southside Marina
Pittsburgh Downtown View from Southside
Pittsburgh South Side Marina
Sunday, October 7, 2018
Fall October porch pumpkin and mums - photo
Fall October porch flowers - photo
Fall haystack and mums - photo
Sunday, September 23, 2018
Woodpiano Sample - Vintage Yamaha DX 100 Synthesizer
Vibrabella Sample - Vintage Yamaha DX 100 Synthesizer
Upright Piano Sample - Vintage Yamaha DX 100 Synthesizer
TubeBells Sample - Vintage Yamaha DX 100 Synthesizer
Steel Drum Sample - Vintage Yamaha DX 100 Synthesizer
Racecar Sample - Vintage Yamaha DX 100 Synthesizer
Piano Bells Sample - Vintage Yamaha DX 100 Synthesizer
Mars Sample - Vintage Yamaha DX 100 Synthesizer
Hole in One Sample - Vintage Yamaha DX 100 Synthesizer
Hamarimba Sample - Vintage Yamaha DX 100 Synthesizer
Wednesday, September 19, 2018
Glocken Sample Music - Vintage Yamaha DX 100 Synthesizer
Bird Sample Music - Vintage Yamaha DX 100 Synthesizer
Simple Arrow Square Logo Sample
Simple V2 Square Logo Sample
Simple Dotted Square Logo Sample
Tuesday, September 18, 2018
Fall to Winter Pumpkin - picture
Cool Apple Hive - Picture
Agenda List - Simple Graphic
To Do List - Simple Graphic
The Meeting
CREATE - Writing Six Core Concepts
Writing - brings us to six core concepts - of CREATE:
Create - writing allows one to create pages of content and modify them
to suit certain needs.
Repeat - writing allows one to add several content aspects to pages via
formatting and graphics.
Envision - writing allows one to capture ideas in a customized format.
Adapt - writing allows one to modify created item(s) to suit growing
needs.
Technology - writing about technology allows for always moving with
expanded features and functionality.
Exceptional - writing is an exceptional toolset with lots to offer the
reader as far as rich and vast content sets.
3D Borders in CSS Using border-collapse
<!--Note the utilization of the border-collapse which is used against the entire table and
also the outset and inset which give this item a 3d effect-->
<style type="text/css">
table {
border-collapse: seperate;
border: 1mm outset;
cell-spacing: 1mm
}
td, th {
border: 1mm inset
}
</style>
<table>
<th>Table header</th>
<tr>
<td>Text data 1</td>
</tr>
<tr>
<td>Text data 2</td>
</tr>
<tr>
<td>Text data 3</td>
</tr>
<tr>
<td>Text data 4</td>
</tr>
</table>
</html>
Here is what this looks like when run in a browser:
Cloudy Blue Sky - picture
A cool looking photo - of a cloudy blue sky I accidentally took on my cell phone while cleaning the porch:
Template that can be utilized for an RSS feed
< ?xml version="1.0" ?>
<rss version="2.0">
< channel>
< item>
<title>Title of first entry</title>
<description>Description of first entry</description>
<link>http://www.your_website/</link>
</item>
< item>
<title>Title of second entry</title>
<description>Description of second entry</description>
<link>http://www.your_website</link>
</item>
< /channel>
< /rss>
Clouds overhead - picture
JavaScript helper function - obtain parameters from URL string
1) Call the script as such:
<script language="JavaScript">
filepath=GetParam("filepath");
</script>
2) The GetParam function is as such:
<script language="JavaScript">
function GetParam(name)
{
var start=location.search.indexOf("?"+name+"=");
if (start<0) start=location.search.indexOf("&"+name+"=");
if (start<0) return '';
start += name.length+2;
var end=location.search.indexOf("&",start)-1;
if (end<0) end=location.search.length;
var result=location.search.substring(start,end);
var result='';
for(var i=start;i<=end;i++)
{
var c=location.search.charAt(i);
result=result+(c=='+'?' ':c);
}
return unescape(result);
}
</script>
Flowers in the garden - picture
View from my deck - picture
Tomorrows Lullaby
Then tomorrow will not be lost
Poetry
feeling. Poetry is what I personally like to do. Poetry is pure art.
Oil and acrylic 18*24 on poster board
Spray paint on standard size bed sheet
This one is from circa 1994 time-frame - spray paint on standard size bed sheet:









