by suleski | Jan 23, 2016 | Technical
The past This post is one of frustration. Over ten years ago, I started going learning C# and became really proficient. I would have rated myself a very high 9/10 – you’ll next to never see me rate myself a perfect 10/10 as I feel strongly that nobody...
by suleski | Apr 22, 2014 | Reference, Technical
Was double-checking this today and confirmed that PHP does not support derivation from multiple classes. But worthy of writing this article was a new construct introduced in PHP 5.4: traits. Traits mostly remind me old-school C pre-processor #define calls. So, I can...
by suleski | Sep 21, 2013 | Technical, Troubleshooting
The amount of time it takes to load a webpage can impact a couple of important areas: Visitors will sometimes become impatient and leave a site before it even loads. Google can rank your page higher if the load time is considerably minimial. So, you do not want a poor...
by suleski | Jul 16, 2013 | Technical, Walkthroughs
Ever want to prevent users from accessing specific areas of your site? You can do so through software; for instance, WordPress has a login mechanism for users. But let’s say that you want to prevent the general public from accessing a specific area of the site...
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...