6856 links
244 private links
  • Wanderings - Lost and Found Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 2 / 2
Newer►
33 results tagged web x
  • thumbnail
    The Web’s Recommendation Engines Are Broken. Can We Fix Them? | WIRED
    April 28, 2018 at 8:02:31 PM UTC - permalink - archive.org -
    QRCode
    - https://www.wired.com/story/creating-ethical-recommendation-engines/
    web Internet search engine
  • thumbnail
    How to build a beautiful blog | Scrimba.com
    April 20, 2018 at 1:23:55 PM UTC - permalink - archive.org -
    QRCode
    - https://scrimba.com/g/gbuildablog
    blog web tutorial html css
  • thumbnail
    HTTP Headers for Dummies

    The first line of the HTTP request is called the request line and consists of 3 parts:

    The "method" indicates what kind of request this is. Most common methods are GET, POST and HEAD.
    The "path" is generally the part of the url that comes after the host (domain). For example, when requesting "http://net.tutsplus.com/tutorials/other/top-20-mysql-best-practices/" , the path portion is "/tutorials/other/top-20-mysql-best-practices/".
    The "protocol" part contains "HTTP" and the version, which is usually 1.1 in modern browsers.
    The remainder of the request contains HTTP headers as "Name: Value" pairs on each line. These contain various information about the HTTP request and your browser. For example, the "User-Agent" line provides information on the browser version and the Operating System you are using. "Accept-Encoding" tells the server if your browser can accept compressed output like gzip.

    You may have noticed that the cookie data is also transmitted inside an HTTP header. And if there was a referring url, that would have been in the header too.

    Most of these headers are optional. This HTTP request could have been as small as this:

    1
    2
    GET /tutorials/other/top-20-mysql-best-practices/ HTTP/1.1
    Host: net.tutsplus.com
    And you would still get a valid response from the web server.

    April 19, 2018 at 3:42:21 PM UTC - permalink - archive.org -
    QRCode
    - https://code.tutsplus.com/tutorials/http-headers-for-dummies--net-8039
    web development http protocol headers
  • thumbnail
    HTTP: The Protocol Every Web Developer Must Know - Part 1
    April 17, 2018 at 4:20:47 AM UTC - permalink - archive.org -
    QRCode
    - https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177
    web development Internet
  • thumbnail
    HTTP: The Protocol Every Web Developer Must Know - Part 2
    April 16, 2018 at 6:12:49 PM UTC - permalink - archive.org -
    QRCode
    - https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-2--net-31155
    Internet developer web
  • Tiger Technologies: Reliable Web Hosting with a Free Domain Name
    March 26, 2018 at 6:22:00 PM UTC - permalink - archive.org -
    QRCode
    - http://www.tigertech.net/
    web hosting domain
  • thumbnail
    Stack Overflow Developer Survey 2018
    March 14, 2018 at 3:43:54 AM UTC - permalink - archive.org -
    QRCode
    - https://insights.stackoverflow.com/survey/2018/#education
    survey developer web
  • thumbnail
    How to Become a Web Developer Without Losing Your Mind
    February 25, 2018 at 6:21:03 PM UTC - permalink - archive.org -
    QRCode
    - https://medium.freecodecamp.org/how-to-become-a-web-developer-without-losing-your-mind-a5df9ba9436e
    programming advice web development
  • ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
    October 15, 2017 at 11:56:57 AM PDT - permalink - archive.org -
    QRCode
    - https://zeronet.io/
    p2p decentralization Internet web
  • thumbnail
    Web Literacy - Mozilla Learning
    May 19, 2017 at 11:24:53 AM PDT - permalink - archive.org -
    QRCode
    - https://learning.mozilla.org/en-US/web-literacy/read/synthesize/
    web
  • AngularJS — Superheroic JavaScript MVW Framework
    May 6, 2017 at 1:40:16 PM PDT - permalink - archive.org -
    QRCode
    - https://angularjs.org/
    web development AngularJS html css JavaScript
  • thumbnail
    CSS-Tricks
    May 4, 2017 at 4:12:21 PM PDT - permalink - archive.org -
    QRCode
    - https://css-tricks.com/
    css html web
  • thumbnail
    CHIFOO is the Computer-Human Interaction Forum of Oregon
    May 3, 2017 at 6:00:50 AM PDT - permalink - archive.org -
    QRCode
    - https://chifoo.org/
    UX web design organisation
Links per page: 20 50 100
page 2 / 2
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation