Amazon.com makes it a bit difficult to use the e-commerce company’s donation service, AmazonSmile (or Amazon Smile) that gives 0.5 percent of shoppers’ purchases’ value to charity. My bookmark fixes the problem.
Tag: javascript
Graffy bookmarklet gets to the point of The New York Times article
Use this JavaScript bookmarklet to move up the point of opinion content from The New York Times.
JavaScript CMS tricks: Search user database from anywhere on site
How to manage a herd of famished velociraptors.
JavaScript tool to turn a sentence into a hyphenated string of words
Now you can transform headlines into hyphenated url strings by going to hellotumo.com/h/. Come on, I know it’s what you’ve been dreaming of.
Doing FizzBuzz programming test with only ternary operators
Speaking Computer on a Sunday when I should be enjoying brunch. I modified it a bit so you can see the number and what is happening with each, rather than follow the test rules to the letter. In the JS tab in the embedded CodePen pen below, I also included a much more readable way… Continue reading Doing FizzBuzz programming test with only ternary operators
Mush: Make your own to-do list app [JavaScript]
In Alaska, the snow is unblemished white steel hugging the land like skin. Some people call this emptiness “nothing.” I call it a road. I want to mush. Cables of time connect moments until a journey rises. A moment is a task: an imperative to act. You must move, or you are not. List them… Continue reading Mush: Make your own to-do list app [JavaScript]
JavaScript sorcery: Labeling each ant in a tamed swarm
Why do it with jQuery when JavaScript provides so much more pain? I give you my ruined weekend: tabbed display and navigation: See the Pen Tab interface and nav with pure JavaScript instead of jQuery by tumolillo (@hellotumo) on CodePen.
Magic beer bucket: For loops for squirrel tabs style [JavaScript]
When you’re thirsty in the summertime, it makes no sense to drink warm beer. Those bottles must travel to a cool bucket of ice to undergo a familiar transformation in preparation for our pleasure: glass skin collects dew and cools, the contents soon following. The cold beer awaits. Time to drink. You diligently unhinge each… Continue reading Magic beer bucket: For loops for squirrel tabs style [JavaScript]
Convert degrees to radians and radians to degrees
If you’re animating with HTML5 and JavaScript, you’ll need to jump between degrees (humans) and radians (computers). Save yourself some brain pain and drop your numbers into my converter, Ragrees.