Have you ever stumbled across the issue where wp_list_pages isn't spitting out
the text you define for link_before and link_after? I came across this some time
ago: one minute my lovely pipe bars '|' where there, the next they weren't. It…
I'm still pretty new to Magento, and am learning more about it every day. I've
been trying to learn all I can about internals such as managing collections &
recently stumbled on trying to filter a collection by two attributes. I wanted
to build a list…
Technology conferences are fun, an enormous amount of extremely geeky fun. Most
folks can't wait to get home and blog about all the wonderful things they've
seen, heard and learnt over the duration of the conference. Those reviews are
great insights into what works and what…
Have you ever tried to parse, process or preg_replace some HTML? Ever tried to
do it when the HTML is UTF-8 encoded? Getting rid of white space can be tricky,
here's a few tricks I've learned.
I was playing around with debugging some HTML output…