Search Results For “Tag:programming” - # - rss
JR:
Thoughts about creating a community site
- (My 2009 posting at ToledoTalk.com.)
Aug 30, 2009 Update: This is a mish-mash of thoughts from a couple e-mails. It will take me a while to expand and organize this info, so I see no point in reading this now.
{{Underconstruction}}
I wrote the...
more>>
9 min read
- Jan 29, 2014
- #technology #forums #socialmedia #local #design #programming #blog_jr
JR:
Probably my favorite Web apps to use and create
- blog
microblog
message board
wiki
messaging
My Junco code (2013) powers JotHut.com. Junco uses a good bit of code from Parula (2005) that powers the current version of message board site ToledoTalk.com. Parula contains wiki features that found in ...
more>>
1 min read
- Jan 15, 2014
- #perl #programming #junco #kinglet #blog_jr
JR:
The 10 Fastest-Growing Job Titles
- November 2013 story
DevOps engineer
iOS developer
Data scientist
UX designer
Staff accountant
Paralegal
UI developer
Administrative assistant
Android developer
Business intelligence developer
#technology - #design - #ux - #programming ...
more>>
- Dec 17, 2013
- #technology #design #ux #programming #jobs
JR:
Perl and OAuth
- OAuth 1.0 for Perl - https://tools.ietf.org/html/rfc5849
https://github.com/keeth/Net-OAuth
OAuth2
https://github.com/keeth/Net-OAuth2
https://github.com/btilly/perl-oauth2
#programming - #perl - #oauth
- Dec 03, 2013
JR:
Perl testing info links
- Perl's "Test::More" and "WWW::Mechanize" to test a web site.
[X] https://github.com/keeth/Net-OAuth/tree/master/t - examples to view
Test::More
https://metacpan.org/module/Test::More
Test::Tutorial
Test::Simple
WWW::Mechanize
WWW::Mechanize::Ex...
more>>
1 min read
- Dec 03, 2013
- #programming #perl #testing
JR:
Looping through Perl data types
- hash
% perldoc -f keys
% perldoc -f each
If you just want the keys and do not plan to ever read any of the values, use keys():
foreach my $key (keys %hash) { ... }
If you just want the values, use values():
foreach my $val (values %hash) { ....
more>>
- Nov 25, 2013
- #programming #perl
JR:
More JavaScript technologies
- Thu, Nov 14, 2013 - Toledo Tech Event - "Replacing the Rails Asset Pipeline with Grunt.js"
On November 14th, we welcome Joe Fiorini to talk about why and how he moved away from Rail's asset pipeline and whether or not it's the right move for you. H...
more>>
1 min read
- Nov 11, 2013
- #javascript #ruby #programming
JR:
NodeJS for newbies
- (some references to Ghost for example of installing a NodeJS app.)
https://nodetime.com
https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
You're going to need a hosting package that already has, or will allow you t...
more>>
- Nov 01, 2013
- #nodejs #javascript #programming
JR:
JavaScript - good, bad, and ugly
- https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS
https://news.ycombinator.com/item?id=6632949
#javascript - #programming
- Oct 30, 2013
JR:
Old Lucas County registered sex offenders maps mashup info
- My July 2013 comment at ToledoTalk.com
"It's just data and I want more of it."
Same here. Most people will ignore the data just like the registered sex offender data, but some people may want to process the data in a different way.
Back in 2005...
more>>
3 min read
- Oct 29, 2013
- #media #maps #mashups #programming #database #blog_jr
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:
Web Technology Acronyms and Terms
- #todo - organize and add
https://medium.com/cool-code-pal/b24e3b3d751
Common Acronyms
HTML - HyperText Markup Language
CSS - Cascading Style Sheets
RSS - Rich Site Summary - sometimes Really Simple Syndication
CDN - Change detection and notific...
more>>
1 min read
- Oct 12, 2013
- #todo #technology #programming #design
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