Search Results For “Tag:programming” - # - rss
JR:
The web as a platform
- Lengthy but interesting post ...
... written by Michael Bleigh, the CEO/Cofounder of static web hosting platform-as-a-service Divshot.
"The web as a platform is easier to learn and lets developers do more faster than any other platform"
Some exce...
more>>
4 min read
- May 27, 2014
- #web #programming #html #javascript #mobile #quote #framework #blog_jr
JR:
Regex to grab ID from a Twitter post
- https://github.com/jonnybarnes/posse/blob/master/src/Jonnybarnes/Posse/NotePrep.php
/**
* Grab the status id from a twitter URL
*
*/
public function replyTweetId($url)
{
$regex = '/https?:\/\/twitter.com\/[a-zA-Z_]{1,20}\/status\/([0-9]*)/';
...
more>>
- May 07, 2014
- #indieweb #programming #regex
JR:
"How to be a great software developer"
- https://news.ycombinator.com/item?id=7627540
#programming - #howto
- Apr 22, 2014
JR:
Age problem in technology?
- "Yes grandpa, there really is an age problem in tech."
Yes grandpa, there really is an age problem in tech
I signed up for the EmpireJS conference in May here in NYC. At the time there were no speakers announced. They promised to announce one ...
more>>
1 min read
- Apr 14, 2014
- #ageism #technology #programming #blog_jr
JR:
FiveThirtyEight - Journalism, Programming, and Data
- https://github.com/fivethirtyeight
https://github.com/fivethirtyeight/data/
#media - #programming - #data
- Apr 09, 2014
JR:
Programming Things To-Do
- Actually, these should have been completed by Mar 31, 2014.
I created this list on Apr 1, 2014. The goal is to have all items completed by the end of April 2014, except for maybe the last one. Creating an SPA would be fascinating may take more time ...
more>>
- Apr 01, 2014
- #programming #todo #juncotodo #kinglettodo
JR:
My three favorite books
- Trying to think about this after listening to a segment on public radio this afternoon. Obviously, it's tough to limit the list only to three. I guess that I base this upon the books that I have re-read most often.
In Our Time - short stories by Er...
more>>
1 min read
- Mar 28, 2014
- #todo #books #food #bread #design #programming #blog_jr
JR:
Another Facebook contribution to PHP
- #todo finish editing
It's possible that nothing fires up a fierce debate among computing programming geeks more than a discussion of the pros and cons of the PHP programming language.
PHP may be the favorite language to hate, yet it continues to be...
more>>
11 min read
- Mar 26, 2014
- #todo #programming #php #history #blog_jr
JR:
Projects hosted at GitHub used to power GitHub
- March 25, 2014
https://github.com/showcases/projects-that-power-github
The projects that interest me:
defunkt/jquery-pjax
pushState + ajax = pjax
elasticsearch/elasticsearch
Open Source, Distributed, RESTful Search Engine
antirez/redis
Redis i...
more>>
2 min read
- Mar 25, 2014
- #programming #opensource #design #blog_jr
JR:
Newspapers hiring programmers
- (My March 2007 ToledoTalk.com post)
Some excerpts from a March 7, 2007 story titled Web Focus Leads Newspapers to Hire Programmers for Editorial Staff.
Whenever journalist-programmer extraordinaire Adrian Holovaty speaks at a conference, newspap...
more>>
19 min read
- Mar 20, 2014
- #media #technology #programming #blog_jr
JR:
App idea to learn new code
- Update: March 2014:
this was created in Nov-Dec 2013 and updated some in early 2014.
it's called Kinglet, running at Soupmode.com.
it's API-driven, using REST and JSON.
currently, the API piece is written in Perl.
currently, the 'client' piece is ...
more>>
1 min read
- Mar 10, 2014
- #todo #programming #javascript #angularjs #nodejs #microblog #blog_jr
JR:
Static files vs database-backed blogging systems
- March 2014 - Brent Simmons - Imagining a Node Blogging System for Geeks
March 2011 - Brent Simmons - A plea for baked weblogs
July 2002 - Aaron Swartz - Bake, Dont Fry
When I started blogging in the summer of 2001, I used a Perl app called Greymat...
more>>
4 min read
- Mar 09, 2014
- #blogging #design #programming #blog_jr
JR:
Kinglet API
- Each function is preceded with /api/v1.
Users
Except for activating a user account, URIs for GETs and PUTs end with a query string:
/?user_name=[user_name]user_id=[user_id]session_id=[session_id
retrieve profile page info for user name JR.
GET ...
more>>
6 min read
- Mar 07, 2014
- #todo #kinglettodo #api #programming
JR:
Programmer Anarchy
- https://news.ycombinator.com/item?id=6053113
Excerpts from the first link:
WHAT IS this Programmer Anarchy? For those of you who dont have their ear pinned to the techie ground, Programmer Anarchy is a concept that has been around for about the l...
more>>
1 min read
- Mar 03, 2014
- #programming #gtd #blog_jr
JR:
Custom Toledo-area weather Web site
- See also Weather test pages to use
Toledo Express hourly forecast
xml file
use: temp, wind speed, wind direction, sky cover %, and precip chance
Using this XML file for Lucas County weather conditions and forecasts.
Mobile friendly, respons...
more>>
4 min read
- Mar 03, 2014
- #weatherapp #programming #design #jquery #javascript #toledo #blog_jr