Author: Germfil

I wanted to get rid of the ‘read more’ button in this Envo theme. It was overriding the WP settings for showing the full article.  Here is how to do it:

  • In your Word Press admin console go to Appearance>Editor
  • Edit content.php
  • go to line 26, change ‘the_excerpt’ to ‘the_content’
  • update the file and refresh your page.

I also hid the read more button. Go to Appearance>Cutomise>Additoinal CSS, add this to hide the button:

.btn-lg {
display:none;
}

If you have some extra long posts  you can just add an “insert read more tag” on the long post.

Read more

I made some new Art for my sister’s snowboard. Color on top, Grey-scale on bottom.  I will post a pic of the real deal next week when she gets it.

This was made using Illustrator 9. Illustrator is superior to Photoshop when it comes to huge prints like this. Illustrator creates vector images as opposed to raster images.  Vector images are based on mathematical calculations, where as raster images are based on pixel location and color.  Photoshop is a great application, but it is not as good at printing text or Large Graphics. You would need an infinite amount of pixels to compete with the math based vector image.  Another bonus is that vector images can scale infinitely. You can make the original as small or as large as you want and it will never lose their clarity.  That is if you were using the original illustrator file, this image you are looking at now is just a jpg, which is a raster image. It will pixelate if you scale it too much.

This board is being manufactured by Gilson  – Enjoy the Art!

Read more

This post goes over how to change IPs on an existing Microsoft Failover Cluster. It also happens to go over some Oracle Failsafe stuff.

Identify New IPs you will be using

  • You will need four new IPs for the cluster
  • Node1
  • Node2
  • Microsoft Cluster
  • Role
  • You need your new subnet mask
  • You need your new Gateway IP
  • You need your new DNS server IPs
  • You may need two additional IPs for the Heartbeat network depending on if you are required to change those.

(more…)

Read more