by suleski | Jun 28, 2013 | Technical, Walkthroughs
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
by suleski | Jun 22, 2013 | Technical, Walkthroughs
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...
by suleski | Jan 28, 2013 | Technical, Walkthroughs
http://www.onedesigns.com/support/topic/limit-slider-pages-in-minimatica
by suleski | Nov 13, 2004 | Technical, Walkthroughs
Welcome to the final installment of a three-part introduction to C. In this chapter, various constructs are discussed including conditional statements and loops. Conditionals If-Statement There are times in a program when you will want to perform actions based on...
by suleski | Nov 9, 2004 | Technical, Walkthroughs
This is part two of a three-part introduction to C series. Please read Part One first if you have not done so already and are new to the language. Variables Variables are a medium with which to hold storage of some value in a program. Variables are implemented in...
by suleski | Oct 21, 2004 | Technical, Walkthroughs
Recently, I have added a programming assignment to my college students’ Game Design & Development courses. I require the assignment as a way to simply introduce them to the C-language; but more for the logical thought process that the ensuing coding...