Posts by Jan Cássio • 951 points
53 posts
-
2
votes1
answer363
viewsA: How to send user information securely using Ajax?
You can never do a secure http operation, even if you only intend to use a service on https. This can greatly compromise system and user security, depending on the severity, this can lead to legal…
-
0
votes2
answers173
viewsA: Formatting String in a Textview from data from an Array in Parse
I don’t know exactly how this Parse method works (I’ve never actually used Parse), but looking at your code, as you said, I also think it’s a matter of formatting. What I am going to suggest has not…
-
2
votes1
answer697
viewsA: Load the image bytecode in String and convert to Bitmap in Flash AS3
Flashplayer itself has a class for you to convert a string to Base64 format and also has a class to do the reverse process. In your case, this code did not work, because you need to decode (or…