The game is afoot.
Per Thykjaer Jensen
-
Well, in order to keep track of notes it is necessary to combine the notes with the sources. Now the research database has two tables:
- One for collecting sources.
- Notes to the sources. The tables are connected by a foreign key.
The database is basicly a research tool. So I save the data on a localhost and use Adminer as GUI. Adminer is really a “functionalistic” KISS production. What you really need is there.
It’s a very simple database. Later on I can export the tables and use the data online – that is: if I want to do so.
-
I’m reading some final reports by multimedia design students. The reports focus on communication, theme development and concepts like REST-API and SEO.
-
Sprint 2
The next 14 day sprint marks the beginning of the literature review. The research project description is finished. Now I’ll begin to pile up cases, books and other sources. In order to keep track I have designed a database. Since it is a very small database I did not care to normalize the table. I guess I’ll have to add a timestamp. Then it’s ok.
-
How to use .webp with a fallback to .png or similar.
See the Pen WebP Images with fallback – Demo by Sandip (@sandip_rb) on CodePen.
Here is yet another fallback sample: http://www.janskovgard.dk/eaaa/2015/15l1/exercise8/imagetest/
-
Tickets running in. And only five weeks to launch. Helen Hou-Sandis’s agenda for the core developers.
Bugfixes discussed by some of the developers.
-
The “Theme Handbook” is a very good source for developers.
-
Here is the sitemapgenerator.
-
What does the WP core team do? The WP core is a huge project that involves the coordination of several teams. This plan for the next week in Core gives an idea of complexity of the project:
- Multisite Weekly Chat on tirsdag den 13. september 2016 18.00 CEST in #core-multisite
- Editor Weekly Chat onsdag den 14. september 2016 20.00 CEST in #core-editor
- Weekly Dev Chat on onsdag den 14. september 2016 22.00 CEST
- Multisite Bugscrub on torsdag den 15. september 2016 22.00 CEST in #core-multisite
- Themes Weekly Chat on fredag den 16. september 2016 20.00 CEST in #core-themes
- Media/Images Weekly Chat on fredag den 16. september 2016 21.00 CEST in #core-images (Aaron Jorbin “Core Meetings This Week Sept. 12th. Visited: 14.9. 2016. The dates are in danish but quoted verbatim.)
-
A developer from Automattic asks the community for icon themes:
Right now I’m using Genericons with one custom icon, but it might be nice to have something stylistically different this year. We have a lot of flexibility here. Only requirement is that the icon set uses a GPL-compatible open source license. (Melchoyce visited 14.9. 2017)
The look and feel of the theme will change as suggestions tick in.
One of them is this: feather.
-
Arrangerer WordCamp og udgiver et omfattende supportforum. Netværk for WP professionelle.
Ahamadwais proposed a Gulp based build process. The answer from the developer team was “keep it simple”. However they admitted that they use Grunt for the initial code.
– “I think the takeaway is that solutions should not be looking for problems.” (Helen Hou-Sandi)
IMHO it is better to keep the code simple.