Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages
<!doctype html> | |
<html ng-app="Demo"> | |
<head> | |
<meta charset="utf-8" /> | |
<title> | |
Aborting AJAX Requests Using $http And AngularJS | |
</title> | |
<style type="text/css"> |
{ | |
"path": "/usr/local/share/npm/bin:/usr/local/bin:$PATH", | |
"working_dir": "${project_path:${folder}}", | |
"cmd": ["karma", "start"] | |
} |
Launch the instance and connect with ssh.
##Update the server
sudo yum update
##Install php and MySQL packages
iPad | |
1024 × 690 In landscape on iOS 4.3 | |
1024 × 672 In landscape on iOS 5 | |
768 × 946 In portrait on iOS 4.3 | |
768 × 928 In portrait on iOS 5 | |
1024 × 660 Always showing bookmarks bar in landscape on iOS 4.3 | |
1024 × 644 Always showing bookmarks bar in landscape on iOS 5 | |
768 × 916 Always showing bookmarks bar in portrait on iOS 4.3 |
@media only screen and (min-width: 320px) { | |
/* Small screen, non-retina */ | |
} | |
@media | |
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), | |
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 320px), | |
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 320px), |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
This document has been divided up in to the following sections: | |
1) CSS3 Properties | |
2) Vendor Prefixed Properties | |
3) Extras | |
4) Standard CSSEdit plist |