by suleski | Jan 28, 2013 | Technical, Walkthroughs
http://www.onedesigns.com/support/topic/limit-slider-pages-in-minimatica
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,...
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...