Search Results For “Tag:programming” - # - rss
JR:
Interesting reads from 10-plus years ago at theobvious.com
- Open Question: What would you do with RSS
Stories and Tools
A MetaFilter Proposal
September 11, 2001
The Next Usenet
The way I see it, we already have about half of the solution implemented. First, there seems to be an almost endless suppl...
more>>
19 min read
- Aug 23, 2013
- #history #web #programming #rss #forums #design #blog_jr
JR:
Using cURL
- curl --location -F email=xxxx -F password=xxxx http//asdfafs.com/program
curl -c cookies.txt -F email=xxxx -F password=xxxx http//asdfafs.com/program
curl --dump-header headers-and-cookies.txt -F email=xxxx -F password=xxxx http//asdfafs.com/pr...
more>>
- Aug 09, 2013
- #web #programming #curl
JR:
Draftin.com WebHook URL info
- Interesting.
Draftin.com - WebHook URLs
There are a number of websites and services to which Draft can natively publish, including Wordpress, Reddit, {third example}. If there's a place we don't already post, you can use this to publish data secur...
more>>
- Aug 09, 2013
- #blogging #api #json #rest #programming
JR:
Possible to-do item - Author Marks
- highlight parts of text.
i guess as an alternative to simply bolding or italicizing the text.
#blogging #writing #design
https://github.com/mattgemmell/author-marks
#junco
#todo_later
#javascript
#design
#writing
#programming
- Jul 30, 2013
JR:
ASCII and Hex codes and HTML entities for symbols
- - temp degree symbol
#html
#programming
- Jul 16, 2013
JR:
Perl code for date and time processing
- ...
more>>
1 min read
- Jul 08, 2013
- #perl #programming
JR:
Junco To-Do List
- Junco = the Blogging-Microblogging app powering this site
add blog_ format option
add favorite/like option
add ability for users to view posts that they liked
add progressive enhancement
add responsive design
add jquery functionality where approp...
more>>
1 min read
- Jun 27, 2013
- #junco #programming #blogging #microblogging
JR:
Perl try, catch, eval, die, warn, carp
- using
Perl's Warn and Die Signals
# warn user (from perspective of caller)
carp "string trimmed to 80 chars";
# die of errors (from perspective of caller)
croak "We're outta here!";
# die of errors with stack backtra...
more>>
- Jun 25, 2013
- #perl #programming
JR:
Web and mobile development using Perl, HTML5, CSS3, and JavaScript
- (Day 1) - Gabor Szabo - $250
At the end of the course you will be able to build two things:
A web application with Perl Dancer framework as a back-end which is also mobile enabled.
An installable mobile application for Android devices and iDevi...
more>>
1 min read
- May 28, 2013
- #perl #programming #javascript #html5 #css3
JR:
Test Automation using Perl
- (Day 1) - Gabor Szabo - $250
The 2-days class will include both lectures and hands-on exercises. Therefore the participants are requested to bring their own notebook machine to be able to enjoy the whole course.
This class assumes you are familiar ...
more>>
1 min read
- May 17, 2013
- #perl #programming #testing
JR:
Interesting and related Treehouse online classes
- #responsive
#design
#programming
#javascript
#jquery
#html
#css
#accessibility
- May 08, 2013
JR:
Perl Programming Environments
- If you have no Perl 5 installed (or if you have an old version installed), you can install a newer release yourself.
Windows users, download Strawberry Perl from or ActivePerl from
Users of other operating systems with Perl 5 already installed ...
more>>
- May 06, 2013
- #perl #programming