Search Results For “Tag:programming” - # - rss
 
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
 
JR: 
Mercurial source control management 
 - by a creator of the new, June 2013 iOS notes app Vesper 
To swim with the current these days is to use git. But I like Mercurial better  and I think Mercurial is to Macintosh as git is to Windows. 
Thats probably not fair or rational, but it do...
more>>
  
- Oct 08, 2013 
 - #programming  #versioncontrol
 
JR: 
IndieWebCamp principles for building the indie Web 
 - "You're here because you know something. What you know you can't explain, but you feel it. You've felt it your entire life, that there's something wrong with the world [wide web]."  - Morpheus, The Matrix
Whatever the reason, you're done with share...
more>>
  
 3 min read
- Oct 08, 2013 
 - #microformats  #indieweb  #programming  #opensource  #blog_jr
 
JR: 
Plain Dealer newspaper downsizes due to changes from print to digital 
 - July 31, 2013 The de-newspaperization of America
reporters who work for the Plain Dealer of Cleveland -- an iconic name in American journalism, a newspaper that's published as a daily since 1845 and won a lot of awards over the years -- were ordere...
more>>
  
 5 min read
- Oct 08, 2013 
 - #media  #web  #technology  #programming  #design  #education  #business  #blog_jr
 
JR: 
REST-related stories 
 - #programming - #rest - #api
  
- Oct 07, 2013 
 
JR: 
Perl CGI setting headers 
 - #!/usr/bin/perl -wT
use strict;
use warnings;
use CGI qw(:standard);
print header('text/plain', '404 Not Found');
print Move along, nothing to see here\n;
At promp, execute: curl -i url-to-script
which returns:
HTTP/1.1 404 Not Found
Date...
more>>
  
- Oct 04, 2013 
 - #perl  #programming
 
JR: 
Perl regex extracting domain name from URL code example 
 - #!/usr/bin/perl -wT
use strict;
use Data::Dumper;
# code from:
# (
# test links taken from the front page of news.ycombinator.com on 2Oct2013
my @urls = (
  
  
  
  
  
  
  
  
  
  
  
  
  https://groups.google.com/forum/#!topic/mechanical-symp...
more>>
  
- Oct 02, 2013 
 - #perl  #programming  #regex
 
JR: 
Loop through a Perl array 
 - @myNames = ('Larry', 'Curly', 'Moe');
 foreach (@myNames) {
 	print $_;
 } 
 #programming - #perl - #howto
  
- Oct 02, 2013 
 
JR: 
Perl regex extracting domain name from URL 
 - use strict;
use warnings;
use URI::Split qw/ uri_split uri_join /;
my $scheme_host = do {
  my (@parts) = uri_split '
  uri_join @parts[0,1];
};
print $scheme_host;
If cannot install module:
use strict;
use warnings;
my $url = '
my ($sch...
more>>
  
 1 min read
- Oct 02, 2013 
 - #perl  #programming  #regex
 
JR: 
Add HTML Scrubber to Junco 
 - If you wanna "scrub" or "sanitize" html input in a reliable and flexible fashion, then this module is for you.
 #programming
 #perl
 #juncotodo
  
- Oct 01, 2013 
 
JR: 
Reuters' former Next Web system 
 - Sep 19, 2013 - Nieman Journalism Lab - Reuters nixes Next: Failed redesigns and the challenge of expanding a digital audience
May 2013 story
May 2013 Every page is your homepage: Reuters, untied to print metaphor, builds a modern river of news
Dav...
more>>
  
 5 min read
- Sep 19, 2013 
 - #media  #design  #programming  #api  #json
 
JR: 
Toledo area tech orgs 
 - Digital Agency
 - "Were strong proponents of the responsive design and mobile first movements."
Events
OpenHack Toledo
Wednesday, September 18, 2013 from 710pm
Venue: Seed Coworking
25 South Saint Clair Street
Toledo, OH 43604,
About: Openh...
more>>
  
- Sep 09, 2013 
 - #toledo  #web  #technology  #programming  #design
 
JR: 
Aug - Sep 2013 discussions about Progressive Enhancement 
 - https://news.ycombinator.com/item?id=6316516
 
https://news.ycombinator.com/item?id=6320948
 
 Related:
Great book and design shop:
Designing with Progressive Enhancement
 #design - #programming - #javascript
  
- Sep 07, 2013