Updated: May 21, 2016 | | Tags: Code, CSS, Fix, WordPress, www
People who have been following this site for a while know that we recently released an entirely new theme and look.
As I was going through old posts to answer comments I noticed some posts with PRE code-wraps extended outside the main DIV:s…
Posted: December 28, 2013 | | Tags: Release, www
We have been up and running for about a year now, figured we’d share some statistics.
We’re very excited that so many people come to learn, share and help contribute!
Keep sharing and helping each other, together we thrive! :)
Updated: June 7, 2016 | | Tags: Code, PowerShell, Security, VBs, www
Security is very important, especially when it comes to IT.
We’ve created a password generating script to assist in making sure we all use high security passwords.
Posted: November 12, 2012 | | Tags: Code, PHP, WordPress, www
The basic goal of a site search is to find information quickly. Because searches rely on the same setting as any other WordPress page when determining the number of listings to show, we have to get a little creative in order to show a different amount.
Updated: August 16, 2014 | | Tags: Code, HTML, WordPress, www
When you want to write special characters in a HTML document sometimes it will interpret it as code. Heres a list of the most commonly used characters and what to replace them with.
Updated: December 21, 2023 | | Tags: Code, PHP, WordPress, www
Today I implemented Fancybox on the site. Although Wordpress had to be hacked a bit for this to work. By default WP will add a bunch of weird classes and properties that will screw up plugins. This is how I managed to fix it.