Getting started:
Related tutorials:
| afghanistan : Afghanistan | |
| albania : Albania | |
| algeria : Algeria | |
| american_samoa : American Samoa | |
| andorra : Andorra | |
| angola : Angola | |
| anguilla : Anguilla | |
| antigua_and_barbuda : Antigua and Barbuda | |
| argentina : Argentina | |
| armenia : Armenia |
Getting started:
Related tutorials:
| ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' |
| 180 2,582 537 | |
| Varying Vagrant Vagrants is an evolving Vagrant configuration focused on WordPress development. | |
| https://github.com/Varying-Vagrant-Vagrants/VVV | |
| 52 550 64 | |
| :globe_with_meridians: Variable VVV - a VVV Site Creation Wizard | |
| https://github.com/bradp/vv | |
| 12 126 20 | |
| Dashboard for Varying Vagrant Vagrants https://github.com/Varying-Vagrant-Vagrants/VVV | |
| https://github.com/topdown/VVV-Dashboard |
| <?php | |
| // Created following https://medium.com/@bkwebster/how-to-get-instagram-api-access-token-and-fix-your-broken-feed-c8ad470e3f02 | |
| function get_instagram($user_id=XXXXXXXXX, $count=18, $width=190, $height=190){ | |
| $url = 'https://api.instagram.com/v1/users/'.$user_id.'/media/recent/?access_token=XXXXXXXXXXXXXXXXXXXXXX&count='.$count; | |
| // Also Perhaps you should cache the results as the instagram API is slow | |
| $cache = './instagram/'.sha1($url).'.json'; | |
| if(file_exists($cache) && filemtime($cache) > time() - 60*60){ | |
| // If a cache file exists, and it is newer than 1 hour, use it |
| order | |
| position | |
| top | |
| right | |
| bottom | |
| left | |
| z-index | |
| display | |
| float | |
| width |
| <!doctype html> | |
| <!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ --> | |
| <html> | |
| <head> | |
| <title>iOS 8 web app</title> | |
| <!-- CONFIGURATION --> |