Articles
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 use' next...
Prevent users from accessing wp-admin
Not quite certain why this must be explicitly coded outside of WordPress, but something to keep in mind:http://pento.net/2011/06/19/preventing-users-from-accessing-wp-admin
Installing Perforce
I have used three revision control systems during my career: SourceSafe, CVS, and Perforce To help version personal efforts and make for nicer backups, effectiveness, I recently installed Perforce with Western Digital's Live Book Duo. It was a significant learning...
Remove arrows from Minimatica
http://www.onedesigns.com/support/topic/limit-slider-pages-in-minimatica
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 are visiting...