JR:
Resolved - Remember which page last visited after leaving site
- implemented on 22jul2013
Idea from page 31 in Jef Raskin's book: The Humane Interface.
After re-launching the browser, display the page that was viewed last on the previous visit.
Will need to store this cookie info. nope. not now, anway.
But th...
more>>
1 min read
- Jul 22, 2013
- #junco #resolved
JR:
Not Needed - Add blog reply count
- july 2013 update: no longer needed for the new Junco code.
This will kind of satisfy this request:
/920/Add-ability-to-inform-user-of-blog-post-replies
On a user's profile page, show private info that states the number blog replies to the user's bl...
more>>
1 min read
- Jul 22, 2013
- #junco #notneeded
JR:
Not Needed- Add ability to inform user of blog post replies
- july 2013 update: no longer needed for the new Junco code.
A comment or feedback system is implemented with reply as a blog post.
When a new blog reply is created, the author of the original blog post needs to be notified of this new reply.
Make i...
more>>
- Jul 22, 2013
- #junco #notneeded
JR:
Not Needed - Add blog reply options
- July 2013 update: no longer needed for the new Junco code. At least for now. May revisit later.
Allow author to remove links to blog post replies. This does not delete the blog reply. It just removes or hides its display from the author's blog post...
more>>
1 min read
- Jul 22, 2013
- #junco #notneeded
JR:
Resolved - Make changes to content database table
- completed in June 2013 and keeping these two column additions in the Junco code.
to hide blog reply posts from displaying on the parent blog post page, add a "hide" column.
single character
default value of 'n'
when blog author hides the display o...
more>>
- Jul 22, 2013
- #junco #resolved
JR:
Resolved - Change name of Web app from Kestrel to something else
- going with the name Junco
Kestrel software already exists.
Wikipedia:
Kestrel (previously known as Scarling) is a light-weight persistent message queue server written in Scala that speaks the memcached protocol. It was originally developed by Tw...
more>>
1 min read
- Jul 22, 2013
- #junco #resolved
JR:
Resolved - Programming code to-dos
- July 14, 2013
DateTimeUtils.pm - # priority
following actions completed on July 14, 2013.
[done] Split out new date formatting code from DateTimeUtils.pm.
[done] Keep DateTimeUtils.pm. Will probably add more routines to this module.
[done] Put the...
more>>
- Jul 22, 2013
- #perl #code #resolved #github
JR:
Resolved - Change how config data is processed
- completed on 16jul2013 Instead of storing config info inside a Perl module, place data in a YAML file.
Use the Config.pm module to access the Perl YAML module to process the .yml file, like what's done with ToledoWX app.
#resolved
#junco
- Jul 22, 2013
JR:
Resolved - Do not do backlinks for private blog posts
- completed on 22jul2013
When a private post links to a public post, the public post lists the private post as a backlink.
For private posts, do not include backlinks in the backlinks db table.
#junco
#resolved
- Jul 22, 2013
JR:
Resolved - Auto-place cursor on input fields
- #resolved
#junco
completed 22jul2013 - opted for HTML5 attr autofocus
Save user from one additional click and movement.
Will require a little JavaScript. Ensure that page degrades gracefully if .js is disabled.
After clicking on the "login" lin...
more>>
1 min read
- Jul 22, 2013
- #resolved #junco
JR:
Get-nws-alerts.pl
- ...
more>>
3 min read
- Jul 19, 2013
JR:
Increasing online privacy
- https://www.eff.org/deeplinks/2013/07/technology-protect-against-mass-surveillance-part-1
https://pressfreedomfoundation.org/blog/2013/06/encryption-works-how-protect-your-privacy-age-nsa-surveillance
The whitepaper covers:
A brief primer on cryp...
more>>
1 min read
- Jul 17, 2013
- #privacy #security
JR:
ASCII and Hex codes and HTML entities for symbols
- - temp degree symbol
#html
#programming
- Jul 16, 2013
JR:
Forecast.io - lines - weather models - predictions - week of jul 16, 2013
- Interesting display:
Forecast is backed by a wide range of data sources, which are aggregated together statistically to provide the most accurate forecast possible for a given location. Touch the graphs to see the specific values from each data...
more>>
2 min read
- Jul 16, 2013
- #weather