API’s allow external application to connect to and use cloud based services such as Facebook and Dropbox. Platforms create API’s for specific programming languages and use specific procedures to allow access to data and services.
Related Articles
*NEW
Write To and Read Files with Python (Python Part 9)
File Modes: write.py web.py text.py read.py file-path.py path-cwd.py example.py data.txt
CSS and HTML 5
CSS and HTML 5 – nth-of-type Formatting
nth-of-type allows you to automatically format HTML texts based off of simple rules. nthStyle.css nth.html
*NEW
PHP – Test Variable Against an Array with in_array()
The in_array() function allows you to check if a value is stored with an Array. This can be used for things such as creating an array of which states a company ships products to. in_array() […]
Be the first to comment