JR's blog posts - all blog postings
JR:
Investigate removing the nav bar when typing in split screen editor
- javascript/jquery/minified
when typing or when focus exists in the left pane, hide the nav bar and enlarge the windows.
or only hide the nave bar when left pane is centered.
but how to bring back the nav bar?
maybe bring back nav bar when mouse c...
more>>
- Aug 07, 2013
- #junco #todo_later
JR:
Do not create a hashtag link if tag is all numerics
- [implemented on 7aug2013]
typically, when a pound sign preceds text that contains all digits, then it's not a real hashtag and more of a number, such as a ranking.
so ignore hashtags if the tags is all digits. user can add one alpha or an underscor...
more>>
- Aug 07, 2013
- #resolved #junco
JR:
Add dropbox support
- maybe.
store markup content at dropbox.
append to the markup: createddate and date (modified date).
https://www.dropbox.com/developers/core
https://www.dropbox.com/developers/core/start/php
Perl:
https://github.com/s-aska/p5-WebService-Dropbox
h...
more>>
- Aug 07, 2013
- #todo_later #junco
JR:
Create a sessionid table
- implemented on 7Aug2013
maybe maintain sessionids in a separate table so it would be possible to log into the site from more than one device at the same time.
id
userid
sessionid
createddate
status
maybe expire the sessionid after X days.
add opt...
more>>
- Aug 07, 2013
- #junco #resolved
JR:
ToledoWX weather Web app changes and fixes to make - 7Aug2013
- [done]
From the error log:
: Argument "undef" isn't numeric in numeric eq (==) at /home/toledotk/ToledoWX/bin/wx-get-forecastio-info.pl line 62.
: Use of uninitialized value in substitution (s///) at /home/toledotk/ToledoWX/bin/wx-get-forecastio-...
more>>
- Aug 07, 2013
JR:
To read or view 4Aug2013
- https://quip.com/blog/pop-up-magazine
#toread
- Aug 04, 2013
JR:
Late June - July 2013 rainfall amounts
- A "warming" trend began on Saturday, June 22, 2013. High temps between June 22 and June 26 ranged between 85 - 90, which was not bad. Still haven't installed our two, small window air conditioner units. Cooler weather will move in on June 28 and las...
more>>
2 min read
- Aug 01, 2013
- #weather
JR:
Documentary - Hackers - Wizards of the Electronic Age
- 1985 video, about 27 min long.
#video
#documentary
- Jul 30, 2013
JR:
Possible to-do item - Author Marks
- highlight parts of text.
i guess as an alternative to simply bolding or italicizing the text.
#blogging #writing #design
https://github.com/mattgemmell/author-marks
#junco
#todo_later
#javascript
#design
#writing
#programming
- Jul 30, 2013
JR:
Excerpts from How the web works - HTTP and CGI explained
- REQUEST_METHOD = GET
Authoring/maintainance: HTTP extensions for this
HTTP/1.0 only defined the GET, HEAD and POST methods and for ordinary browsing this is enough. However, one may want to use HTTP to edit and maintain files directly on the ser...
more>>
- Jul 30, 2013
- #rest
JR:
CSS media queries - width versus device-width
- In CSS media the difference between width and device-width can be a bit muddled, so lets expound on that a bit. device-width refers to the width of the device itself, in other words, the screen resolution of the device.
Lets say your screen's resol...
more>>
1 min read
- Jul 30, 2013
- #css #design #responsive
JR:
Junco Code - Db.pm
- ...
more>>
1 min read
- Jul 30, 2013
JR:
Junco Code - Archives.pm
- ...
more>>
1 min read
- Jul 30, 2013
JR:
Junco Code - DisplayPageOOHash.pm - old style hash version
- #juncocode
#objectoriented
#######
# test perl script
#!/usr/bin/perl -wT
use strict;
$|++;
use lib 'Kestrel/lib';
use Kestrel::DisplayPageOOHash;
print "hello\n";
my %hash;
$hash{function} = "riding the horse";
# DisplayPag...
more>>
1 min read
- Jul 30, 2013