by suleski | Sep 22, 2013 | Reference, Technical
Every time I look for these, it always takes me a bit longer than I prefer. Typically, Google will return some non-Facebook page with a lame generator – so here are the official Facebook links: Like Button...
by suleski | Sep 20, 2013 | Reference, Technical
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
by suleski | Jun 28, 2013 | Reference, Technical
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...
by suleski | Aug 20, 2006 | Reference, Technical
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....
by suleski | Dec 21, 2004 | Reference, Technical
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...
by suleski | Dec 20, 2004 | Reference, Technical
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,...