JR:
DNS issue when www in URL does not work
- Oct 2013 Blogger forum post :
#dns
- Oct 18, 2013
JR:
Alleged mobile usage stats from a spam e-mail
- The e-mailer promoted mobile app development, claiming:
Did you know, there will be 21 Billion Apps to be downloaded in 2013 as compared to 5 million Apps downloaded in 2010!!!
Why are Businesses Creating Mobile Apps?
The volume of Mobile ...
more>>
1 min read
- Oct 18, 2013
- #mobile #apps #business #blog_jr
JR:
GitHub commits to do 17Oct2013
- completed on 17oct2013
a_signup.t
b_login.t
c_add_microblog.t
d_add_blog.t
Rest.pm
Stream.pm
Microblog.pm
#junco
#resolved
#github
- Oct 17, 2013
JR:
In Progress - Junco end-user testing
- #inprogress
#juncotodo add webmention info
- webmention endpoint for receiving mentions
- in reply to comment in microblog posts
Manually testing the Junco Web app like a user with a browser.
Related: Junco user actions
Homepage
Logged-out...
more>>
23 min read
- Oct 17, 2013
- #inprogress #juncotodo #testing
JR:
Creating Perl Modules and OO Programming
- Defining classes and inheritance using packages within a single .pl file, without creating modules
Excerpts below from an old article, located at:
Related:
Object Oriented Perl syntax
package NewModule;
use strict...
more>>
3 min read
- Oct 17, 2013
- #perl #programming #objectoriented
JR:
Capellini Pomodoro
- On Oct 15, 2013, I used Angel Hair pasta.
The recipe said prep time was 10 minutes. Not for me. Maybe for a team of people working in the kitchen.
I used the Amish Paste plum tomatoes from our garden. The recipe said 8 medium tomatoes, but I'm uns...
more>>
2 min read
- Oct 16, 2013
- #food #recipe #blog_jr
JR:
Baked eggplant
- I don't do this often enough.
Last Saturday, Oct 12, 2013, we bought eggplant at the downtown Toledo Farmers Market. I also used the skinny eggplant that we grow in our garden for a meal on Oct 14, 2013.
Nothing fancy. I'm sure a better way exist...
more>>
- Oct 16, 2013
- #food #recipe #blog_jr
JR:
Redis programmer info to read later
- https://twitter.com/antirez
https://github.com/antirez/lamernews
Sensible explanation for not providing a plug-in architecture for Redis:
https://groups.google.com/forum/#!msg/redis-db/kjUEvxPuxSE/epMjr4KDcGUJ
#todo - #readlater
- Oct 15, 2013
JR:
CMS based upon a file system and not a database
- I wouldn't want to write something new. So, what, then? SQLite, LevelDB, Kyoto Cabinet? None of the above -- I'd use the file system.
My rough design was something fairly obvious: tables are folders. Objects are files. And each table gets one specia...
more>>
- Oct 15, 2013
- #database #blogging #cms
JR:
Logging into Junco app with LWP
- #perl #programming
sub test_log_into_account {
my $email = shift;
my $password = shift;
my $function = "login";
my $domain = Config::get_value_for("email_host");
my $prog = Config::get_value_for("cgi_app");
my $url = ...
more>>
- Oct 15, 2013
JR:
Different ways of making a POST request with Perl
- #perl #programming
use REST::Client;
use LWP;
use WWW::Mechanize;
sub test_create_user_account {
my $username = shift;
my $email = shift;
my $function = "createnewuser";
my $domain = Config::get_value_for("email_host");
my $...
more>>
1 min read
- Oct 15, 2013
JR:
Toledo gang sweep collects one gun and 90 traffic citations
- My October 2013 comment to this ToledoTalk.com thread.
I'm flummoxed by this Oct 14, 2013 Blade story titled
30 arrested, gun taken by police in gang sweep
Gang sweep? What is a "gang sweep?"
From the story:
A gang sweep last week resulte...
more>>
1 min read
- Oct 14, 2013
- #toledo #crime #police #politics #moronism #humor #blog_jr
JR:
2013 Toledo Elections
- BOE Election Information
September Primary Results
13 ABC September Primary Election Results
Toledo Talk Threads
February 11 - Joe McNamara for Mayor
March 17 - Jack Ford running for city council
April 16 - Anita Lopez for Toledo mayor
May 1...
more>>
4 min read
- Oct 13, 2013
- #toledo #politics #elections #blog_jr
JR:
Junco Data Dump after logging in
- $VAR1 = bless( {
'_protocol' = 'HTTP/1.1',
'_content' = '',
'_rc' = '302',
'_headers' = bless( {
'connection' = 'close',
...
more>>
- Oct 13, 2013
JR:
Enable search form in nav bar when resizing browser
- Recent CSS change removed the changing search text input field from the nav bar when browser is approx tablet sized in portrait mode.
#juncotodo
- Oct 12, 2013