Skip to content Skip to sidebar Skip to footer
Showing posts with the label Binary

Javascript Base 64 Decoding Binary Data Doesn't Work

I have a simple PHP file which loads a file from my server, base64 encodes it and echoes it out. Th… Read more Javascript Base 64 Decoding Binary Data Doesn't Work

Convert A Rgb Colour Value To Decimal

How do I convert a RGB colour value to just plain decimal? So I have: RGB(255,255,255) is white Its… Read more Convert A Rgb Colour Value To Decimal

Post Binary Data Cross Domain In Javascript

I'm writing a Chrome browser extension that takes a snapshot of the current tab's view and … Read more Post Binary Data Cross Domain In Javascript