Posts Tagged ‘json’

How can I remember all my programming languages?

I really don’t want to lose my knowledge of them. I know:

(x)HTML
CSS
JavaScript
AJAX
XML
JSON
Ruby
Rails
Visual Basic
Java
PHP

I am about to learn ObjC and really think these are all getting out of hand.

Do you have any tips, to remember them?

Choosing between JSON and XML?

I’m building a REST API to manipulate data records. The backend will be written in PHP, with an Adobe Flex user interface. From a development standpoint, which would be easier to use to transfer data between the Adobe Flex app and the PHP backend: JSON or XML?

Thanks for your input!