Things that matched 'duplicate'

  • Duplicate Referer header = Nightmare!

    There appears to be plenty of confusion out there surrounding the implementation of the "Referer" HTTP header for outbound requests from embedded plug-ins that are...

  • Cloning ArrayCollection

    There are plenty of occasions where you might want to be able to create an exact clone of a complex/nested data objects, without your new...

  • Duplicate event listeners

    I got asked the other day what happens if you already have a listener assigned to an object and then reassign it again. Wondering under...