JR's blog posts - all blog postings
JR:
Commit to GitHub 11Oct2013
- moved into production and committed github on 12Oct2013
- = moved into production
X = committed to github
t / Signup.t
Signup.pm
Page.pm
Config.pm - change path to yaml file
CreateUser.pm
ActivateAccount.pm
#junco
#github
#resolved
- Oct 12, 2013
JR:
Valid chars in Junco attributes
- Verify valid chars for:
passwords - alphanumeric and !@$%^
usenames - 1 to 30 chars long, alphanumeric and underscore
email addresses - email must be shorter than 256 chars and valid syntax
hashtags
#juncotodo
#testing
- Oct 12, 2013
JR:
Quotes in Perl
- Single quotation marks are used to enclose data you want taken literally.
Double quotation marks are used to enclose data that needs to be interpolated before processing.
q
The first way to quote without quotes is to use q() notation. Instead of ...
more>>
1 min read
- Oct 12, 2013
- #perl #programming
JR:
Rest and Json links to keep around
- The JSON Validator
Excerpts from How the web works - HTTP and CGI explained
REST Fest 2012 \ Stuart Charlton
#perl
#programming
#json
#rest
- Oct 10, 2013
JR:
Commit to github - 10Oct2013
- completed on 10Oct2013
- = moved into production
X = committed to github
Change junconightmode.css
[-] [X] junco.css
[-] [X] splitscreen.css
[-] [X] splitscreenform.tmpl
[-] [X] header.tmpl
[-] [X] footer.tmpl
[-] [X] notloggedinheader.tmpl
[-] [...
more>>
- Oct 10, 2013
- #junco #resolved #github
JR:
My November 2012 comments about accessing and paying for digital news content
- November 2012 ToledoTalk.com thread titled The Blade begins All Access subscription for online content
My comments from that thread:
1. - Excerpts from the Facebook comments posted at the Blade article about charging for digital access:
"I will s...
more>>
10 min read
- Oct 10, 2013
- #media #web #mobile #tablet #blog_jr
JR:
Resolved - Possible WebMention change
- completed on 10Oct2013 - enabled hashtags in webmention posts to be auto-linked.
maybe auto-link hashtags for webmention microblog posts like all other posts.
#junco
#resolved
- Oct 10, 2013
JR:
CSS and background image
- Testing something
div style=background: a href=/cgi-bin/junco.pl/tag/fff#fff/a; color: #000; padding-bottom: 10px; padding-top: 5px; text-align: center; background-image: url(/image/test.jpg); width:100%; max-width:1280px; max-height: 400px; bac...
more>>
- Oct 10, 2013
- #fff #css
JR:
Resolved - Fix CSS nav issue in IE 8
- Completed on 10Oct2013.
Modified header.tmpl and junco.css.
For browsers not supporting media queries, the search link appears in the nav bar on large screens instead of the search form.
Also, needed to add to header.tmpl:
!--[if lt IE 9]
scri...
more>>
- Oct 10, 2013
- #junco #resolved #css
JR:
Correct any UTF-8 issues
- resolved for now - 9oct2013
Modified the modules for creating and updating microblog and blog posts.
Markup, however, now gets stored in HTML entities when the markup contains funky characters. I may change this later, so I added the todo_later has...
more>>
- Oct 09, 2013
- #resolved #junco #todo_later
JR:
Working with unicode from javascript via ajax
- UCS Transformation Format - 8-bit
UCS = Universal Character Set
on the server, use:
in conjunction with HTML::Entities::encode
44 recipes for working with Unicode in Perl 5.
unicode tables
HTML Entities or Not
Also you shoul...
more>>
1 min read
- Oct 09, 2013
- #unicode #perl
JR:
Indie Web stories
- Some links from around the Webverse:
https://willnorris.com/2013/06/testing-indieweb-comments
https://github.com/indieweb
The ability to post content, including status updates, blog posts, bookmarks, photos, geographic check-ins and even...
more>>
1 min read
- Oct 09, 2013
- #birds #weather #indieweb
JR:
Jet Express Excursions
- Excerpts from 2008 Toledo-Lucas County Port Authority news release:
TOLEDO, Ohio, May 29, 2008 The Put-in-Bay Jet Express departs on its maiden voyage from the Toledo Maritime Center in the Marina District on Friday May 30 at 9:30 a.m. The trip, h...
more>>
2 min read
- Oct 09, 2013
- #greatlakes
JR:
2009 Toledo Elections
- Lucas County Board of Elections
September 15, 2009 Municipal Primary Election
Historical Election Results
Sep 2009 Primary
Tuesday, September 15, 2009
Mayoral Race
Vote for only 1. Top 2 make it to November 3 election.
Mike Bell (I)
D. Micha...
more>>
5 min read
- Oct 09, 2013
- #toledo #politics #elections
JR:
Tech skills to learn
- JQuery Mobile development
progressive enhancement
responsive design
CSS/CSS3
HTML/HTML5
JavaScript
GitHub
Testing
Curl
Sites to read/study
Helpful articles:
ABC: Always Be Coding
Four Steps to Google, Without a Degree
Senio...
more>>
- Oct 09, 2013
- #programming #design