Tutorial series – X/HTML Design Tips

Bismillaahir Rahmaanir Raheem I’m going to start a new, easy-lifting tutorial series that I’ve been meaning to do for a while. It’s focus will be useful exploitation of the X/HTML standard for marking-up your pages in an elegant yet standards-compliant way. I will make an attempt to reference other excellent sources that exist throughout the…

Implementing PHP Iterators – The Beginning

One of the new features that came with PHP 5 is the ability to implement Iterators. Implementing one of your objects as an iterator essentially allows you to treat it as a standard array. By default, without adding any additional code, you can enable iteration over a regular objects variable members. So, for example, if…

Now taking tutorial requests

One of the goals of HidayahTech is to share what little technical knowledge I have with my visitors in the form of easy-to-follow & comprehensive tutorials. So, if you’d like to request a tutorial, please leave a comment to this post with the nature of your request. I’ll start you off with some options: PHP…