Select Page

A reference for CSS

All of the properties, pseudo-classes, etc that can be called with CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference?redirectlocale=en-US&redirectslug=CSS%2FCSS_Reference

Web fonts

Typically, browsers support a very limited number of fonts for use on websites: However, Google offers a large repository of fonts that can be used on any website.  Check this out: http://www.google.com/fonts/ If you want to use a font, simply click ‘quick...

Windows Shortcuts

In the world of Software-Engineering, I use lots of keyboard shortcuts to navigate around the OS, in my code, etc. Surprisingly, these shortcuts are not widely-known to those that are not generally in a technical background, and even then, there are some exceptions....

Searching Algorithms

This article contains information regarding various searching techniques that may prove useful in various situations without regard to programming language. Description Of Searching? Ready for a completely convoluted example? Read on… Let’s say that you...

Sorting Algorithms

This article contains information regarding various sorting techniques that may prove useful in various situations without regard to programming language. Description Of Sorting? Sorting is a term to describe the ordering of data upon some value. For instance,...