Wednesday, June 8, 2016

Cheatsheet - CSS Wildcards

CSS wildcards

[class^="col-sm"] - select all with class name begin with "col-sm"
[class$="-pill"] - select all with the class name end with "-pill"

Notes:

For the wildcard ^ - the class must be also first on the HTML tag list of classes in order for it to work.  This rule seems kind of strange.  I'll need to test it some more.

Saturday, April 23, 2016

YOU ARE A SUPER PLAYER!!

I'm starting a series of Super Mario World stage layout paintings. This is the first of 4 in the series.

Tuesday, March 22, 2016

Birch Trees Wall Mural

1.  Had some leftover paint so outline trees - bunching 2 or 3 trees together.
*.  Plan out the birch trees on paper before attempting the wall.


 2.  Outline tress with paint tape.

3.  Make small branches.

4.  Put some detail.

5.  Paint the trunks off-white semi-gloss, and background light blue matte.

6.  Remove tape.

7.  Clean up and touch up lines.

8.  More clean up and apply another coat of paint.

9.  Add some leaves.

Thursday, October 29, 2015

Bringing Back the Blog

Happy Halloween

Gonna start bringing back art to this blog and I started by carving 3 pumpkins!




Friday, January 23, 2015

Sassy Studio SCSS on Visual Studio

instructions here

I decided to try a different extension for VS2012.  Hope it's great.

Thursday, January 22, 2015

Thursday, January 15, 2015

Treasure! - dumb reminders

So I'm playing around with Orchard trying to create a module, trying to connect on sqlserver (no dice), etc. But because of securty settings on my computer (I don't have true admin settings) IT'S HELLA HARD TO GET STUFF TO WORK!

However there is one way to bypass some admin rights that is running a prog as admin.
right click on program and choose run as admin.