Search Results For “#juncotodo OR #resolved” - # - rss
JR:
Resolved - Add calc command to Junco code
- This simply uses the Perl eval command to process an arithmetic string.
Format: calc = arithmetic expression.
After the eval is processed, the calc command is surrounded with brackets and included in the output.
(5+3) / 2
= 4
440 * .4
= 176
...
more>>
- Apr 11, 2014
- #junco #resolved
JR:
Programming Things To-Do
- Actually, these should have been completed by Mar 31, 2014.
I created this list on Apr 1, 2014. The goal is to have all items completed by the end of April 2014, except for maybe the last one. Creating an SPA would be fascinating may take more time ...
more>>
- Apr 01, 2014
- #programming #todo #juncotodo #kinglettodo
JR:
Fix video embeds for Facebook and Kickstarter videos
- These commands work at Toledo Talk but not here.
#juncotodo
- Mar 28, 2014
JR:
Resolved - Add keyboard shortcuts to split-screen typing mode
- update 28mar2014 - added a few more:
ctrl+J - bare display that shows only the single textarea box for writing. no border, no nav bar, no buttons, no links.
ctrl+H - bare display per above except textarea box is only five lines tall.
ctrl+D - chang...
more>>
- Mar 28, 2014
- #inprogress #junco #resolved
JR:
This is a line of text that gets automatically made into a title. the text to the first newline is the title. if the text exceeds X-number of characte
- rs, then the title is made from a substring.
responding to:
what if i change my code for blog/article posts where a title only gets created if either the Textile or Markdown/MultiMarkdown heading-one syntax is used?
but what about RSS feeds?...
more>>
1 min read
- Mar 12, 2014
- #juncotodo #blogging #writing #design
JR:
Kinglet web app to-dos
- for perl client code on server, change action 'showmessage' to 'message.'
in message db table, add one or more of the following columns:
- last_message_date
- last_message_author_name
- last_message_id
for the message that starts a new 'thread,' ...
more>>
- Feb 11, 2014
- #kinglet #resolved
JR:
JQuery animation flicker on iPad
- When using the mmenu with a fixed position header on iPad, and the screen has been scrolled down a bit, the screen has an annoying flicker when expanding and closing the menu.
Well From what I understood. It's a problem from the recalculation of ...
more>>
- Feb 05, 2014
- #menu #juncotodo #jquery
JR:
Add sync scroll to splits screen editor
- Maybe.
https://www.google.com/#q=sync+scroll+javascript
#juncotodo - #javascript
- Jan 14, 2014
JR:
Add JSON version of RSS
- Example JSON versions of RSS:
Sample:
{
title:WebMention,
description:A modern alternative to Pingback.,
link:http:\/\/webmention.org\/,
source:{
url:http:\/\/glea.ms\/u\/sull\/DevLog,
...
more>>
- Dec 15, 2013
- #juncotodo
JR:
In Progress - Migrating content to live site
- Use simple REST API to migrate my real content from this Jot Hut test site and from Toledo Talk into the live Jot Hut site.
From test jot jut
select * from content where type in ('b','m') and status='o' order by id asc
Preserve all the data excep...
more>>
4 min read
- Dec 06, 2013
- #junco #juncotodo #inprogress
JR:
Change the way embedding data works.
- For videos.
Just drop in the URL instead of part of the URL after a command, as I do now.
"Go Ahead and Embed" https://medium.com/p/3b5c09c116e8
#juncotodo
- Dec 01, 2013
JR:
Junco Curl testing
- Logging in
curl -i -d "email=test@test.compassword=strongpass" http//jothut.com/cgi-bin/app.pl/login
Successful login returned response:
HTTP/1.1 302 Found
Date: Sun, 13 Oct 2013 22:36:35 GMT
Server: Apache
Set-Cookie: juncouserid=3; domain=.jot...
more>>
- Nov 19, 2013
- #juncotodo #testing #curl
JR:
Fix test scripts for lib locations
- lib location and a URL is hard-coded in scripts.
Fix this, so that test scripts don't have to be edited first before execution.
I had to install the WWW::Mechanize module, which was a big install, in order to run the scripts.
Replace the usage o...
more>>
- Nov 18, 2013
- #juncotodo
JR:
Don't show related articles for old versions of articles
- Example
The related articles list appears at the bottom of the old version. Skip that, possibly along with some other links, such as versions, source, etc. when displaying an old version of an article.
#juncotodo
- Nov 07, 2013
JR:
Correct title tag for related articles page
- Currently, it says "Backlinks for" instead of "Related articles for."
Example:
#juncotodo
- Nov 07, 2013