SNTT == Social Network Technology and …
SNTT == Social Network Technology and Trend
note about the week3 course
- XML
- a universally agreed markup meta- language primarily used for information exchange.
<?xml version="1.0" encoding="UTF-8"?>
<person>
<id type="integer">1111</id>
<last_name>Smith</last_name>
<first_name>John</first_name>
<address>
<city>New York</city>
<street>21 2nd Street</street>
<postal_code type="integer">10021</postal_code>
<state>NY</state>
</address>
</person>
- JSON – JavaScript Object Notation
- a lightweight computer data interchange format based on JavaScript
{
"firstName": "John",
"lastName": "Smith",
"address": {
"street": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": 10021
},
"phoneNumbers": [
"212 555-1234",
"646 555-4567"
]
}
-
Web 2.0
- It was popularized by Tim O'Reilly at the O'Reilly Media Web 2.0 conference in late 2004.
-
Response Web Design (RWD)
- The concept of developing a website in a way that allows the layout to adjust according to the user's screen resolution.
- The viewport meta tag
- Fluid Grid
- Resizable Images
- Media Queries
Share
Donation
如果覺得這篇文章對你有幫助, 除了留言讓我知道外, 或許也可以考慮請我喝杯咖啡, 不論金額多寡我都會非常感激且能鼓勵我繼續寫出對你有幫助的文章。
If this blog post happens to be helpful to you, besides of leaving a reply, you may consider buy me a cup of coffee to support me. It would help me write more articles helpful to you in the future and I would really appreciate it.