@benwardI’m genuinely really intrigued by Facebook’s Instant Articles tech: It’s HTML under the hood, but mapped to a native, non-CSS layout system. (twitter.com/_/status/599757727657660416)
Vendanelf-pavlik, note, on an issue thing, I'd almost steer towards a more generic noun then issue, like request. You could have feature requests, bugfix requests, even patch requests(with code patch attached). Also opens it up to making requests on people instead of projects, which would be an interesting idea
KartikPrabhu, j12t, Deledrius__, snarfed, wolftune, tantek, shiflett and eschnou joined the channel
tantek!tell aaronpk of course you should *start* with a single-column layout for your website - that's responsive design 101, so it works well for narrow displays by default, and then progressively enhance wider displays/windows based on how well your specific content could take advantage of more efficient / user-friendly use of display width.
KartikPrabhuok really confused about HTML tags now! This article manages to put a <div> (which includes marginalia/annotations) inside a <p> by making it a p>span>div but when I try to make p>div in my marginalia UI Firefox does not like it!
glennjonesIf you’re interested in getting something fixed or updated either have chat in microformats room irc://irc.freenode.net/microformats or post any issues with parsing test suite to https://github.com/microformats/tests and I will try address them as I work
voxpelliKartikPrabhu: one would have to dive into the HTML5 parsing spec I guess to figure out if that's actually correct or not, but it shouldn't be unexpected to get unexpected results with invalid markup imho :P
Loqislack/tantek: Annoying aspect of both Foursquare and Checkie iOS apps - if they can't get location info (for whatever reason), they spin cursor for a long time and then fail.
Loqiaaronpk: tantek left you a message 11 hours, 30 minutes ago: of course you should *start* with a single-column layout for your website - that's responsive design 101, so it works well for narrow displays by default, and then progressively enhance wider displays/windows based on how well your specific content could take advantage of more efficient / user-friendly use of display width. http://indiewebcamp.com/irc/2015-05-17/line/1431927735770
Loqislack/tantek: Or is it because we still haven't figured out clear markup for a /checkin post as compared to say a note and/or photo with a location?
Loqislack/tantek: Though that (markup question) is a bit plumbing-centric. As I discovered with my errant checkin cross-posts, a better question to answer first is what does a plain text checkin look like?
Loqislack/tantek: I like the idea of prototyping any new kind of post as a variant or specific grammar of a simple plain text /note (which everyone should support on their site anyway).
Loqislack/tantek: aaronpk more and more I'm convinced that the way to start building a new post type is a combination of notification first / text first design.
Loqislack/tantek: So when elf asks about issues and markup, the right pushback is, try posting an issue as a plain text note in your own site and report back what you learn from that.
Loqislack/tantek: At least more people that are asking about HTML markup care at least somewhat about presentation and thus they can be reasoned with in terms of user-centric design.
aaronpktext-first design makes a ton of sense actually, because ultimately we're talking about making things for people to talk to each other, and people talk in text
Loqislack/tantek: Though as you said aaronpk "English" tends to create a linguistic bias and may be misleading from an i18n perspective. Might help to collect multilingual plain text examples.
GWGI need some code examples of someone taking markup and turning it into reply-contexts, comments, etc. I'm looking for ideas on how to fix my presentation code. Preferably PHP. Anyone?
Loqislack/tantek: Right, that's a reasonably good working premise. We can also worry about i18n problems from text first design when we see / hear of one.
GWGslack/tantek: What I am trying to do as well. I've separated retrieving the data from displaying it. But now I have to figure out how to separate display, because if I add post types, I need to be able to change the display more flexibly.
sparveriuscomplimentary to login/password is "log in with email", which sends a link to your email and when you click it, it logs you in on the session that instigated the process
tantek__GWG, re: "not differentiating [on presentation]" - I suppose then I'm quite curious why you would implement something that has a different meaning but looks the same ("not differentiating").
KevinMarks_the slack login by email is meant as an affordance on mobile where getting an email and clicking a link is likely easier than typing in some long password
tantekGWG, look at how much time I spend designing / documenting /like#Brainstorming differentiated design (and details, e.g. collapsing in-stream on homepage) before implementing it on my site. Whereas as you admitted, to you, you spent (nearly?) zero time thinking/worrying about differentiated design/presentation of like posts before implementing them on your site.
LoqiA feed file is a feed represented as a side file (a separate file, as opposed to as part of an existing HTML page, e.g https://indiewebcamp.com/feed_file
aaronpki dropped my atom feed because some people were complaining that images and things weren't looking right in it, and I didn't want to hassle with that when my HTML looked just fine
shiflettI made it way back when del.icio.us was cool, and I can just bookmark a URL and tag it "blogs", and my reader will incorporate it into that page automatically.
shiflettaaronpk or Vendan: Would one of you be so kind as to offer some feedback on my first attempt at adding h-entry and h-feed stuff here: http://shiflett.org/planet
ramseyshiflett: yep. Already done that. :-) I've left my rel="me" as links in the head, though (hidden), since I don't want to put all those links on my index page (they're all on my about me page).
shiflettramsey: Yeah, I'm using link tags for those, too, even though tantek told me it's not preferred. I didn't already have visible links that were good candidates.
ramseyshiflett: according to the wiki, there has been discussion about some contextual way to link your index to your about to note that it's your real "me" page, but I don't think there's been any updates on that thinking in a while
shiflettShould I add p-name to that image? FYI, it's their favicon (if they have one), so meant to be a representative image of the blog, not the person.
Vendaninside gomf there's some stuff for a command line parser, it pulls from a url you pass it on the command line. gomfweb is a web app, runs on port 4001? i think