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
PHP Project (Intermediate) – Photo Gallery Search by Tags
In this project we build the ability to search for images based on Tags stored in MySQL. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream PHP Project (Simple) – Dynamic Photo […]
*NEW
CSS and HTML 5 – Opacity for Text and Images
Changing the opacity of text or pictures can make them easier to view by users. You can also use :hover to show when an object is being hovered over. opacityStyle.css opacity.html
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
Be the first to comment