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…
This is a super short snippet that I ALWAYS forget how to do! Often I want to
build more complex where clauses with Propel Criteria
[http://www.propelorm.org/wiki/Development/Criteria] which use SQL functions
such as UCASE, LCASE, LEN and the date functions DAY, MONTH and YEAR. This…
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…
Earlier this week I received an email requesting some help with a WordPress
install that had been hacked. The site was almost 3 years old and was still
running WordPress 2.2. It was quite funny getting to see and play with retro
WordPress again, but it had to go.…