Search Results For “Tag:testing” - # - rss
JR:
Testing Services and Conversion Utils
- rss
https://www.feedvalidator.org/
https://urlscan.io/
https://accessibility.blog.gov.uk/2016/09/02/dos-and-donts-on-designing-for-accessibility/
https://addyosmani.com/a11y/
https://www.boia.org/products/a11y-tool/
https://www.w3.org/WAI/ER...
more>>
1 min read
- Sep 25, 2017
- #html #css #accessibility #testing #json
JR:
Testing the new insta command
- For easily embedding an Instragram photo.
Use the URL to the web page and not the image:
insta=
will do a fetch on that URL
parse the web page for the Open Graph meta property:
meta property="og:image" content=" /
use the content URL within an H...
more>>
- May 17, 2016
- #junco #photo #testing
JR:
Siege stress testing
- siege -c 5 -t 5s -u crochet.soupmode.com
Lifting the server siege... done.
Transactions: 119 hits
Availability: 100.00 %
Elapsed time: 5.28 secs
Data transferred: 1453466 bytes
Response time: 0.20 secs
Transactio...
more>>
1 min read
- Apr 04, 2016
- #testing
JR:
Simple CSS text formatting test
- This website uses Google's Open Sans font. The CSS to display this content page includes:
content ID:
content{
color:#000000;
font-size:1.2em;
line-height:1.7em;
}
Test using use default web fonts to display text.
Textile paragraph co...
more>>
- May 15, 2015
- #writing #design #css #testing
JR:
Perl and Curl
- https://github.com/szbalint/WWW--Curl
- LWP-type interface around the Curl lib
#perl #curl #programming #testing
- Mar 23, 2015
JR:
Live Blog - Wed, Nov 26, 2014
- (this was a post made at my Grebe testing site)
Test data used to toy with formatting. Eastern Time Zone used.
11:29 p.m.
We're finished brewing, and I put my starter away. And that's that. Today was a nice, relaxing day before Thanksgiving.
...
more>>
9 min read
- Feb 25, 2015
- #testing #blogging #grebe
JR:
Flakes client-side JavaScript framework
- Flakes is an Open Source Design Frontend Framework that serves as a foundation for internal business applications.
Flakes is a combination of CSS Libraries, JavaScript Libraries and Design files that serve as a foundation. Flakes gives priority to ...
more>>
- Dec 18, 2014
- #javascript #css #html #framework #design #programming #todo #testing
JR:
Curl testing against Grebe
- If using the no-password-login method ...
WRONG, at least for now.
curl -X POST -H "Content-Type: application/json" --data json='{"user_name": "testuser", "email": "name@something.com"}'
CORRECT
curl -i -d json='{"user_name": "testuser", "email...
more>>
- Dec 16, 2014
- #grebe #curl #testing
JR:
Test post - 11Nov2014
- Just messing around. I'm typing this, using the enhanced writing area, which is a JavaScript-based feature, instead of the simple, HTML textarea box.
I used ctrl-j to shift to a mode that contains no buttons, no split screen, nothing. It's not full...
more>>
4 min read
- Nov 11, 2014
- #writing #editor #blogging #testing
JR:
Testing fenced code block commands
- I'm typing this page in Markdown. I'll add another fence code block option, and I'll make it available, regardless of what markup language that I'm using, similar to my other custom formatting commands.
My custom fenced code block command code. / ...
more>>
5 min read
- Sep 23, 2014
- #junco #testing #markup #markdown #textile
JR:
Testing module to keep in mind - November 2002
- (my blog post from Saturday, November 30, 2002)
As the project matured, we added regression tests using Perl's HTTP::WebTest module and added the regression tests to the daily build process. Thus, regressions in the core application were tested dai...
more>>
- Jul 18, 2014
- #perl #programming #testing
JR:
This is a test: with the colon punct in the title
- as of july 16, 2014, no longer enforcing namespace feature, since this installation of Junco is used by only one person
#junco - #testing
- Jul 16, 2014
JR:
Notes - Fri, Apr 25, 2014
- Russia Orders Bloggers To 'Register'; Outlaws Anonymous Blogging, Continues Clampdown On Social Media
David Leonhardt says The Upshot wont replace Nate Silver at The New York Times
More than a social network: Facebook aims to be the source for breaki...
more>>
2 min read
- Apr 27, 2014
- #testing #note #blog_jr
JR:
Typical blob of test text
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure d...
more>>
6 min read
- Mar 05, 2014
- #testing
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