- My Twitter Digest for 06/21/2016 https://t.co/9luH12j7ZD 15:30:15, 2016-06-22
- Introducing The Trello App For Slack https://t.co/flVwYsOUqH via @trello 16:54:14, 2016-06-22
- And a huge THANK YOU to all presenters and attendees for making #CALIcon16 awesome. https://t.co/am4MGlNjLn @caliorg https://t.co/VXo9czVZri 17:14:45, 2016-06-22
- RT @FreeLawProject: Videos and links from @ColinStarger's #CALIcon2016 talk about Citation Visualizations are now posted to the blog: https… 17:15:47, 2016-06-22
- RT @ColinStarger: CALI, Coding, and a Network Viewing Experiment. New "In Progress" up. https://t.co/0Us7YG7etz @richards1000 @johnpmayer #… 17:23:37, 2016-06-22
- RT @richards1000: storify: CALICon 2016: Conference for Law School Computing. @caliorg #legaltech #legaled #edtech #a2j #calicon16
https:/… 17:25:24, 2016-06-22 - RT @abziegler: Great article on the problem of link rot and short-links in court opinions and @permacc as the solution https://t.co/bkuxdS… 17:44:39, 2016-06-22
- RT @johnpmayer: And a huge THANK YOU to @caliorg staff and @GeorgiaStateLaw folks for co-sponsoring #calicon16 THANKS https://t.co/xn5w6i1Q… 22:32:03, 2016-06-22
- Create, configure, and deploy a PHP web app to Azure https://t.co/oFmkALP97G 22:48:52, 2016-06-22
Knight News Challenge awards $1.6 million for ideas that help libraries serve 21st century information needs
Orlando, Fla.—June 23, 2016— The 14 winners of the Knight News Challenge on Libraries announced today by the John S. and James L. Knight Foundation aim to help shape the future of libraries, meeting 21st century information needs as centers for digital learning, data sharing, community connection and discovery.
Create, configure, and deploy a PHP web app to Azure
A tutorial that shows how to make a PHP (Laravel) web app run in Azure App Service. Learn how to configure Azure App Service to meet the requirements of the PHP framework you choose.
Source: Create, configure, and deploy a PHP web app to Azure
My Twitter Digest for 06/21/2016
- Education Department to release data reports on accreditors based on measures of student achievement https://t.co/vETQH0jeTK 09:23:38, 2016-06-21
- RT @JoshMBlackman: Mike thanks for the tip. I did some #SCOTUS analytics digging https://t.co/84F34mR76Z https://t.co/0oxTSlrCs0 09:32:01, 2016-06-21
- California (Finally) Ends Automatic Depublication « Citing Legally https://t.co/jZYeuCl97C 09:38:55, 2016-06-21
- My Twitter Digest for 06/20/2016 https://t.co/0BTT3DXVqV 15:30:08, 2016-06-21
My Twitter Digest for 06/20/2016
- RT @davewiner: They do mention Drupal and WordPress. When have they introduced a feature that excites creative people? Yes it is stagnating… 08:33:08, 2016-06-20
- RT @davewiner: Using Disqus comments with 1999.io. https://t.co/W67YDHq8Gx 08:35:29, 2016-06-20
- Are non-lawyers the future of law school? One school in Delaware thinks so https://t.co/x7wU2J79FO 08:48:36, 2016-06-20
- RT @mediacurrent: Why @Acquia's Dev Desktop makes a good starting point for contributing to #Drupal https://t.co/CrCTUDv59l https://t.co/0s… 09:09:55, 2016-06-20
- RT @ColinStarger: CALI, Coding, and a Network Viewing Experiment. New "In Progress" up. https://t.co/0Us7YG7etz @richards1000 @johnpmayer #… 14:11:53, 2016-06-20
- My Twitter Digest for 06/19/2016 https://t.co/T6HcjjJMCF 15:32:30, 2016-06-20
- Microsoft Monaco Editor on Github https://t.co/avI9R3xmzO 18:27:43, 2016-06-20
California (Finally) Ends Automatic Depublication « Citing Legally
California (Finally) Ends Automatic Depublication « Citing Legally http://citeblog.access-to-law.com/?p=636
Education Department to release data reports on accreditors based on measures of student achievement
Education Department to release data reports on accreditors based on measures of student achievement https://www.insidehighered.com/news/2016/06/21/education-department-release-data-reports-accreditors-based-measures-student
Microsoft Monaco Editor on Github
The Monaco Editor is the code editor that powers VS Code, a good page describing the code editor’s features is here.
It is licensed under the MIT License and supports IE 9/10/11, Edge, Chrome, Firefox, Safari and Opera.
Find more information at the Monaco Editor Repo.
Source: Monaco Editor
My Twitter Digest for 06/19/2016
- Simple Contracts are Better Contracts: What We Can Learn from the Meltdown of The DAO — Blockstack Blog https://t.co/1UxbtyV6R2 10:15:36, 2016-06-19
- Education Outrage: Pragmatic Learning: It’s not “fun” https://t.co/bhfSZ9p7yo 15:40:33, 2016-06-19
- Randall Degges – Why I Love Basic Auth https://t.co/VUP6iXBGtu 15:49:11, 2016-06-19
- RT @blsTechEd: Big ditto! @johnpmayer @emasters —the masters of integrating law, tech, food & fun! Learned heaps! https://t.co/HEFaTWNPWe 15:49:48, 2016-06-19
Randall Degges – Why I Love Basic Auth
Let’s talk about Basic Auth:
- It’s a well and clearly defined specification.
- It’s been around since ~1996.
- It’s super simple.
Here’s the short version of how it works.
- You are a developer.
- You have an API key pair: an API Key ID and an API Key Secret. Each of these is a randomly generated string (usually a uuid).
- To authenticate against an API service, all you need to do is put your credentials into the HTTP Authorization header.