Blog Sections Open
Applying Multiple phpthumb Filters to One Image
How to combine more than one phpthumb filter in a single image transformation without losing the intended effect.
Image transformations often become more useful when two operations are combined: for example grayscale plus a color overlay. The challenge is making phpthumb process both filters correctly instead of silently honoring only one.
Whenever a media helper behaves unpredictably, test the exact filter syntax and confirm whether the order of operations matters. Image tools often look declarative but still depend on sequence and supported combinations.
Outputting Category Names Instead of IDs in autoFilter
How to make autoFilter show real category labels in a dropdown instead of raw numeric IDs.
Submitting Multiple FormIt Forms with AJAX on One Page
How to handle several forms on the same page without reloads while keeping each AJAX submission isolated and predictable.