PHP Releases Fibers 

Optical Fibers

PHP Releases Fibers  As a major new update to PHP, version 8.1 introduced several new features to improve the platform while restricting certain functionalities that are considered undesirable. The modern incarnation encourages defensive programming and is a continuation of PHP’s progress in providing type system improvements. This article will explore Fibers and how this functionality…

Read More

How to add a new Member Page to Buddy Press

PHP Logo

Platform: BuddyPress In Buddy Press each directory under the members/single directory is known as a component and can be very frustrating to customize. I recently had to add several new components to a theme and thought I should post the resulting snippet for others looking to modify their theme.

Read More

How to print out global $bp variable to screen

PHP Logo

Platform: BuddyPress CHALLENGE: Working with BuddyPress can be one interesting adventure. When diving into this jungle I prefer to have all of the tools I can gather before hand. One of the handiest tools I have found is this little snippet that prints the $bp global to the screen so the developer can read first hand…

Read More

FPDF – Creating A Basic PDF

FPDF Logo

I recently introduced you to a wonderful piece of software name FPDF. If you have not downloaded and began playing with its capabilities you definitely should. As a Developer we must always be looking for new additions to our toolbox.

Read More

FPDF

FPDF Logo

As a developer we are regularly asked to develop pages a little outside of our normal duties. A fair percentage of these requests (at least for me) usually consist of a dynamic pdf. Since turning down a project is never an option, I have acquired a tool in my toolbox to help me with these…

Read More