Skip to content

Instantly share code, notes, and snippets.

@Zaturrby
Zaturrby / Make_Your_Pages_Mobile_Friendly.yaml
Created October 14, 2016 19:38
Make Your Pages Mobile Friendly
-curator: Charlotte
-goal: Make Your Pages Mobile Friendly
-checkpoints:
- - task: Design for Different Screen Sizes
- resource-url: 'https://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/'
- - task: Don't Start from Scratch
- resource-url: 'https://www.sitepoint.com/why-i-love-bootstrap-you-should/'
- - task: Gain Control over the Grid System
- resource-url: 'http://getbootstrap.com/css/#grid'
- - task: Play around with the Grid System

Offcourse Call - 24-04-2016

present: JH, RJ, Marco

Summery

After a short introduction we quickly turned to the main meeting point: the pitch-deck. The problem and the value-proposition was discussed in depth. The second item, the advertisement site did not hit a presentable milestone. Deliverables, in followup to last week, were again defined at the end.

Advertisement site

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<h1>Hello Github!</h1>
<div>
<table>
// fix the error's in the following JSON's:
// 1
{
photo1url: "http://placekitten.com/g/200/300",
photo1comment: "hello, i'm a kitten"
photo2url: "http://placekitten.com/g/100/500",
photo2comment: "hello. i'm another kitten"
}
{ "response": { "meta": { "hits": 15634, "time": 51, "offset": 0 }, "docs": [{ "web_url": "http:\/\/topics.nytimes.com\/top\/reference\/timestopics\/subjects\/h\/humanities\/index.html", "snippet": "News about Humanities, including commentary and archival articles published in The New York Times.", "lead_paragraph": "News about Humanities, including commentary and archival articles published in The New York Times.", "abstract": null, "print_page": null, "blog": [], "source": null, "multimedia": [], "headline": { "main": "Humanities" }, "keywords": [], "pub_date": null, "document_type": "topic", "news_desk": null, "section_name": "Times Topics", "subsection_name": null, "byline": null, "type_of_material": "timestopic", "_id": "52fd314638f0d8191ccb853e", "word_count": "14" }, { "web_url": "http:\/\/www.nytimes.com\/2014\/09\/15\/education\/humanities-departments-are-largely-spared-the-ax.html", "snippet": "A survey in the United States found little effect from the recession in eight primary disciplines.", "lead

City Walk

Central Station to Rijksmuseum - Route 2

  • Start at Amsterdam Central Station
  • Go South-West towards Damrak
  • Follow the Damrak until Beursplein (it's on the left side of the street)
  • Go North-East on Beursplein
  • Follow the Beursstraat
  • Take a right towards Paternostersteeg

City Walk

Westerkerk to Waterlooplein - Route 1

  • Start at Prinsengracht 267, Amsterdam
  • Go North-East on Prinsengracht towards Leliegracht
  • Go right to Leliegracht
  • Go left to Keizersgracht
  • Go North-East on Keizersgracht to Herenstraat
  • Take a left towards Herenstraat

City Walk Resource

Route 1

  • Start at Prinsengracht 267, Amsterdam
  • Go North-East on Prinsengracht towards Leliegracht
  • Go right to Leliegracht
  • Go left to Keizersgracht
  • Go North-East on Keizersgracht to Herenstraat
  • Take a left towards Herenstraat
# From Objects to Data - Project Proposals
Robert-Jan Korteschiel
St.nr: 10399143
E-mail: rjkorteschiel@gmail.com
## 1. Metadata -> Comparison
How much media attention does each field within the Humanities get from the New York Times? How many words do the individual articles get, and at what page are they? How can these values be used to measure the level of attention? Has this changed over time? Are the numbers representative for the size of the profession? (Perhaps measured by economics, or student counts?) How does it compare to other newspapers?
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hammer Time</title>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Lato:700' rel='stylesheet' type='text/css'>
<script src="bower_components/platform/platform.js"></script>
<script src="app.js"></script>