storminthecastle.com storminthecastle.com

storminthecastle.com

Stormin' The Castle | A Software and Technology Blog by John Robinson

Stormin' The Castle. A Software and Technology Blog by John Robinson. Adjusting Image Brightness and Color Using the HTML5 Canvas API. Posted by John Robinson. On October 6, 2013. Ever needed to adjust the brightness of an image? Or maybe you’d like to make an image feel warmer by increasing it’s red channel? As a followup to my earlier articles, “ How You Can Do Cool Image Effects Using HTML5 Canvas. 8221; and “ How You Can Build an HTML5 Photobooth App. Read more ». Posted by John Robinson. How You Can...

http://www.storminthecastle.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR STORMINTHECASTLE.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.7 out of 5 with 12 reviews
5 star
8
4 star
4
3 star
0
2 star
0
1 star
0

Hey there! Start your review of storminthecastle.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.6 seconds

FAVICON PREVIEW

  • storminthecastle.com

    16x16

CONTACTS AT STORMINTHECASTLE.COM

JOHN ROBINSON

25972 ●●●●●●OOD DR

SOUT●●●●DING , VIRGINIA, 20152

UNITED STATES

1.70●●●●1681
JO●●●●●●●●●@GMAIL.COM

View this contact

JOHN ROBINSON

25972 ●●●●●●OOD DR

SOUT●●●●DING , VIRGINIA, 20152

UNITED STATES

1.70●●●●1681
JO●●●●●●●●●@GMAIL.COM

View this contact

BLUEHOST.COM

BLUEHOST INC

1958 S●●●●●●0 EAST

PR●●VO , UTAH, 84606

UNITED STATES

1.80●●●●9400
1.80●●●●1992
WH●●●@BLUEHOST.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2006 March 13
UPDATED
2014 April 13
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 18

    YEARS

  • 2

    MONTHS

  • 4

    DAYS

NAME SERVERS

1
ns1.bluehost.com
2
ns2.bluehost.com

REGISTRAR

FASTDOMAIN, INC.

FASTDOMAIN, INC.

WHOIS : whois.fastdomain.com

REFERRED : http://www.fastdomain.com

CONTENT

SCORE

6.2

PAGE TITLE
Stormin' The Castle | A Software and Technology Blog by John Robinson | storminthecastle.com Reviews
<META>
DESCRIPTION
Stormin' The Castle. A Software and Technology Blog by John Robinson. Adjusting Image Brightness and Color Using the HTML5 Canvas API. Posted by John Robinson. On October 6, 2013. Ever needed to adjust the brightness of an image? Or maybe you’d like to make an image feel warmer by increasing it’s red channel? As a followup to my earlier articles, “ How You Can Do Cool Image Effects Using HTML5 Canvas. 8221; and “ How You Can Build an HTML5 Photobooth App. Read more ». Posted by John Robinson. How You Can...
<META>
KEYWORDS
1 tweets
2 about me
3 menu
4 4 comments
5 no comments
6 interested
7 read more…
8 18 comments
9 2 comments
10 or a hexagon
CONTENT
Page content here
KEYWORDS ON
PAGE
tweets,about me,menu,4 comments,no comments,interested,read more…,18 comments,2 comments,or a hexagon,mouse event support,key event support,animation timer,11 comments,argh,rss feed,preferred format,html,text,recent posts,blogroll,brendan eich,hakim,links
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Stormin' The Castle | A Software and Technology Blog by John Robinson | storminthecastle.com Reviews

https://storminthecastle.com

Stormin' The Castle. A Software and Technology Blog by John Robinson. Adjusting Image Brightness and Color Using the HTML5 Canvas API. Posted by John Robinson. On October 6, 2013. Ever needed to adjust the brightness of an image? Or maybe you’d like to make an image feel warmer by increasing it’s red channel? As a followup to my earlier articles, “ How You Can Do Cool Image Effects Using HTML5 Canvas. 8221; and “ How You Can Build an HTML5 Photobooth App. Read more ». Posted by John Robinson. How You Can...

INTERNAL PAGES

storminthecastle.com storminthecastle.com
1

Make Your UI More Responsive with HTML5 Web Workers | Stormin' The Castle

http://www.storminthecastle.com/2013/04/19/make-your-ui-more-responsive-with-html5-web-workers

Stormin' The Castle. A Software and Technology Blog by John Robinson. Make Your UI More Responsive with HTML5 Web Workers. Posted by John Robinson. On April 19, 2013. Your web application has to sort a lot of data and you get the dreaded error message A script on this page may be busy, or it may have stopped responding. Or maybe you’re writing some image processing code that takes forever on large images Your UI is non-responsive. What are you going to do! You can do just that! Note: You can send more co...

2

How You Can Do Cool Image Effects Using HTML5 Canvas | Stormin' The Castle

http://www.storminthecastle.com/2013/04/06/how-you-can-do-cool-image-effects-using-html5-canvas

Stormin' The Castle. A Software and Technology Blog by John Robinson. How You Can Do Cool Image Effects Using HTML5 Canvas. Posted by John Robinson. On April 6, 2013. You need to know how image filters work! You’re writing an HTML5 application that works with images and you’d like to let your users dynamically alter the brightness of their images. Or maybe you’d like them to be able to give their image a vintage look…. or convert it to black and white to give that sense of drama…. Canvas.height) canv...

3

Use Node.js to Extract Data from the Web for Fun and Profit | Stormin' The Castle

http://www.storminthecastle.com/2013/08/25/use-node-js-to-extract-data-from-the-web-for-fun-and-profit

Stormin' The Castle. A Software and Technology Blog by John Robinson. Use Node.js to Extract Data from the Web for Fun and Profit. Posted by John Robinson. On August 25, 2013. Need to automate pulling some data from a web page? Or want to mash up some unstructured data from a blog post with another data source. No API for getting at the data! No Problem Web scraping to the rescue. What is web scraping? I have a guilty pleasure. I admit it I really like Node.js. It has a number of powerful facilites for w...

4

WebGL Sand Toy | Stormin' The Castle

http://www.storminthecastle.com/2011/10/09/webgl-sand-toy

Stormin' The Castle. A Software and Technology Blog by John Robinson. Posted by John Robinson. On October 9, 2011. Here is a little WebGL experiment I wrote in the form of a fun particle simulation. Individual pixels from a photo are rendered as separate GL points. The particle physics are done on the GPU using a shader. Somewhat directly inspired by a little app that a friend of mine wrote years ago. But this one is done solely in Javascript/WebGL in a browser rather than in native code. Give it a try.

5

How You Can Draw Regular Polygons with the HTML5 Canvas API | Stormin' The Castle

http://www.storminthecastle.com/2013/07/24/how-you-can-draw-regular-polygons-with-the-html5-canvas-api

Stormin' The Castle. A Software and Technology Blog by John Robinson. How You Can Draw Regular Polygons with the HTML5 Canvas API. Posted by John Robinson. On July 24, 2013. So maybe you need to draw a pentagon? How about just a simple equilateral triangle? Drop me a note on Twitter, if you’d like to see an article on star-shaped regular polygons. In order to understand an algorithm for drawing a regular polygon. Let’s look at the interrelationship of all regular polygons to a circle. A:a; ctx.save()...

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

johndrobinson.com johndrobinson.com

Adjusting Image Brightness and Color Using the HTML5 Canvas API | Stormin' The Castle

http://www.johndrobinson.com/2013/10/06/color-matrix-filters-using-the-html5-canvas

Stormin' The Castle. A Software and Technology Blog by John Robinson. Adjusting Image Brightness and Color Using the HTML5 Canvas API. Posted by John Robinson. On October 6, 2013. Ever needed to adjust the brightness of an image? Or maybe you’d like to make an image feel warmer by increasing it’s red channel? As a followup to my earlier articles, “ How You Can Do Cool Image Effects Using HTML5 Canvas. 8221; and “ How You Can Build an HTML5 Photobooth App. R' = 0.393r 0.769g 0.189b 0. Var grayscaleMatrix ...

johndrobinson.com johndrobinson.com

Introduction to HTML5 Canvas | Stormin' The Castle

http://www.johndrobinson.com/2013/05/20/introduction-to-html5-canvas

Stormin' The Castle. A Software and Technology Blog by John Robinson. Introduction to HTML5 Canvas. Posted by John Robinson. On May 20, 2013. Maybe you’ve heard of the HTML 5 Canvas API, but don’t know what it’s good for…? Maybe you’ve heard that it’s the way to go if you want to code an HTML5 game? Or maybe you’ve heard that it gives you explicit control over drawing in your browser? So what does all that mean? 8230; Just what is the HTML5 Canvas API? Defining Paths with lines, curves, arcs and more.

thejohnrobinson.com thejohnrobinson.com

Adjusting Image Brightness and Color Using the HTML5 Canvas API | Stormin' The Castle

http://www.thejohnrobinson.com/2013/10/06/color-matrix-filters-using-the-html5-canvas

Stormin' The Castle. A Software and Technology Blog by John Robinson. Adjusting Image Brightness and Color Using the HTML5 Canvas API. Posted by John Robinson. On October 6, 2013. Ever needed to adjust the brightness of an image? Or maybe you’d like to make an image feel warmer by increasing it’s red channel? As a followup to my earlier articles, “ How You Can Do Cool Image Effects Using HTML5 Canvas. 8221; and “ How You Can Build an HTML5 Photobooth App. R' = 0.393r 0.769g 0.189b 0. Var grayscaleMatrix ...

thejohnrobinson.com thejohnrobinson.com

Introduction to HTML5 Canvas | Stormin' The Castle

http://www.thejohnrobinson.com/2013/05/20/introduction-to-html5-canvas

Stormin' The Castle. A Software and Technology Blog by John Robinson. Introduction to HTML5 Canvas. Posted by John Robinson. On May 20, 2013. Maybe you’ve heard of the HTML 5 Canvas API, but don’t know what it’s good for…? Maybe you’ve heard that it’s the way to go if you want to code an HTML5 game? Or maybe you’ve heard that it gives you explicit control over drawing in your browser? So what does all that mean? 8230; Just what is the HTML5 Canvas API? Defining Paths with lines, curves, arcs and more.

thejohnrobinson.com thejohnrobinson.com

How You Can Draw Regular Polygons with the HTML5 Canvas API | Stormin' The Castle

http://www.thejohnrobinson.com/2013/07/24/how-you-can-draw-regular-polygons-with-the-html5-canvas-api

Stormin' The Castle. A Software and Technology Blog by John Robinson. How You Can Draw Regular Polygons with the HTML5 Canvas API. Posted by John Robinson. On July 24, 2013. So maybe you need to draw a pentagon? How about just a simple equilateral triangle? Drop me a note on Twitter, if you’d like to see an article on star-shaped regular polygons. In order to understand an algorithm for drawing a regular polygon. Let’s look at the interrelationship of all regular polygons to a circle. A:a; ctx.save()...

sree.kotay.com sree.kotay.com

graphicallyspeaking: iOS 7. Meh.

http://sree.kotay.com/2013/10/ios-7-meh.html

October 7, 2013. For the record, I am an iPhone fan - since day 1 (and I can prove it. But I'm not loving iOS 7. Don't get me wrong: there's a lot to like. Its modern looking, less 'cutesy' (and way less cheesy), uses motion effectively, and generally improves the user interface affordances for a lot of use cases (contacts link in messages, actions in mail, etc.). And that doesn't even get into the tons of (overdue) under the hood improvements. The User Interface blends with the content. Circles used to ...

sree.kotay.com sree.kotay.com

graphicallyspeaking: Implementing brainfuck, part 2

http://sree.kotay.com/2013/02/implementing-brainfuck-part-2.html

February 20, 2013. Implementing brainfuck, part 2. Update: Faster binaries posted. I presented some benchmarks (see here. For my brainfuck implementation against some of the best. I'll now lay out the reference interpreter, the optimized interpreter, and source code. I'm slower posting all this than I meant to be: apologies - - dayjob and all.). To start, the reference interpreter looks like this:. The source code is here: bffsree ref.c. Updated : fixed missing header]. The main differences are:. The inc...

UPGRADE TO PREMIUM TO VIEW 47 MORE

TOTAL LINKS TO THIS WEBSITE

54

SOCIAL ENGAGEMENT



OTHER SITES

stormintheandes.com stormintheandes.com

Storm in the Andes

Storm in the Andes. Storm in the Andes. A film by Mikael Wiström. Josefin grew up in Sweden with a family myth about how her Peruvian aunt Augusta died in armed struggle for the poor. Augusta and her husband Abimael Guzman created the communist movement Sendero Luminoso. And initiated a war that lasted twenty years. In Storm in the Andes Josefin travels to Peru to find out the truth. There she meets Flor who was born into the war. It changes her life forever. Your browser does not support the video tag.

storminthebarn.wordpress.com storminthebarn.wordpress.com

Storm in the Barn Book Club | 4 out of 5 dentists recommend this WordPress.com site

Storm in the Barn Book Club. 4 out of 5 dentists recommend this WordPress.com site. Storm in the Barn Discussion. Please use this space to discuss the graphic novel, Storm in the Barn and the format in general. I look forward to your discussion. March 26, 2013. Blog at WordPress.com. Storm in the Barn Book Club. Create a free website or blog at WordPress.com. Follow “Storm in the Barn Book Club”. Get every new post delivered to your Inbox. Build a website with WordPress.com.

storminthebastille.com storminthebastille.com

• KamadaBIRDSEYE •

storminthecastle.blogspot.com storminthecastle.blogspot.com

Stormin' the Castle

Friday, March 24, 2006. My blog has moved. Goto http:/ www.storminthecastle.com. Posted by LiquidThought at 2:20 PM. My blog has moved.

storminthecastle.co.uk storminthecastle.co.uk

Stormin' The Castle | Stormin' The Castle

Stormin' The Castle. The North East's biggest fundraising Bike Rally and Custom Bike Show. Stormin’ The Castle. Terms & Conditions of Entry. Thursday Night Camping Info. Who Organises Stormin’? All On-Line Contact Forms. We uses cookies to improve your experience, it's how all the fancy bits work. For the purpose of your visits we will assume you're okay with this, however you can opt-out if you wish. Accept. Press f for fullscreen. Stormin’ The Castle. Terms & Conditions of Entry.

storminthecastle.com storminthecastle.com

Stormin' The Castle | A Software and Technology Blog by John Robinson

Stormin' The Castle. A Software and Technology Blog by John Robinson. Adjusting Image Brightness and Color Using the HTML5 Canvas API. Posted by John Robinson. On October 6, 2013. Ever needed to adjust the brightness of an image? Or maybe you’d like to make an image feel warmer by increasing it’s red channel? As a followup to my earlier articles, “ How You Can Do Cool Image Effects Using HTML5 Canvas. 8221; and “ How You Can Build an HTML5 Photobooth App. Read more ». Posted by John Robinson. How You Can...

storminthedarkness.blogspot.com storminthedarkness.blogspot.com

Storm In The Darkness

Storm In The Darkness. Visualizar meu perfil completo. Modelo Awesome Inc. Tecnologia do Blogger.

storminthedarknessdowns.blogspot.com storminthedarknessdowns.blogspot.com

storminthedarknessdowns

Monday, July 1, 2013. Subscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.

storminthemorninglight.blogspot.com storminthemorninglight.blogspot.com

storm in the morning light

Storm in the morning light. Wednesday, October 2, 2013. Hiring a firm to go individuals. Hiring a organization to transfer anyone is something that you possibly want to consider do you need ample funds to do so, and can't afford the time for it to build-it-yourself, together with its not possible so that you can bunch and proceed. Movers present several great reasons why you should hold on to them * with some other quantities of company. home remedies for yeast infection in women. The adventure with tran...