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

Best Way To Encode Special Chars In Url

What is the best way to encode special characters in a url? Let's say I pass an variable from j… Read more Best Way To Encode Special Chars In Url

Convert Binary Data To Base-64 Javascript

I have a problem to convert binary data to base-64 in JS. I try all the things that exists on the n… Read more Convert Binary Data To Base-64 Javascript

Encode HTML Entities

I am parsing some data from feedburner of which contains HTML entities. I am trying to encode the H… Read more Encode HTML Entities