Jul 13 2008

WordPress Action and Filter Hooks

Tag: ToolkitAndrea Ercolino @ 22:11:36

These are all the action and filter calls in WP 2.5.0. For each call I show its arguments and where it occurs into the code.

Continue reading “WordPress Action and Filter Hooks”


Jul 08 2008

Boycott VIACOM

Tag: otherAndrea Ercolino @ 23:59:07

Viacom Group: Holdings

    Jul 08 2008

    Genuine Scam?

    Tag: otherAndrea Ercolino @ 23:20:59

    Last week I got a marketing email from PayPal. It looked like scam because it was also mailed (apparently) to someone who is not me. The footer said: This email was sent to xxxxxxxxxxx according to your preferences. I forwarded the email to PayPal anti scam service, but they confirmed it’s genuine. :-|


    Jul 08 2008

    Chili 2.2 Released Today

    Tag: ChiliAndrea Ercolino @ 21:07:58

    Changes

    • Added support for local line numbers
      • plain
      • starting from an offset
      • automatically segmented
    • Improved the PHP recipe for defaulting to PHP instead of HTML when no <? is found

    Links


    Jul 05 2008

    How to cause a view refresh in jQuery

    Tag: FixingAndrea Ercolino @ 14:05:57

    $('body').width( $('body').width() - 1 ).width( $('body').width() + 1 );