When Tags Fail
Here’s a view of upcoming events in London at this time.
Here’s a view of upcoming events in London at this time.
Welcome to Ye Olde Ajax Patterns Podcaste, the final in this series that began twelve months ago. 3+4+4+1 = 12 podcasts in all, covering 71 patterns (the 70 patterns in the the book as well as Dyanmic Favicons). Find them...
It’s cool to see Yahoo! posting a job for pattern curator:
I often want to use an operator called “but”, the complete equivalent to “and”. It would let me say: if guest.wants_to_see(report) but report.is_premium_content raise PremiumContentException end As opposed to: if guest.wants_to_see(report) and report.is_premium_content raise PremiumContentException end The first example is...