copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Solitaire New Game turn one (easy) New Game turn three (medium) Undo
Privacy and Cookie Policy - Solitr Sinopia Olive Limited ("us", "we", or "our") operates the https: www solitr com, https: mahjon gg, and https: sudoku game website (the "Service")
Whats Next for Me (As of April 2014) - Solitr I knew that the highest-ranked site for “solitaire” gets over 100k daily visits, so I figured that with ad-monetization alone, there’s probably a business there Since then, traffic to Solitr has risen to 4000 daily visits (mostly through ranking for niche keywords), even though I haven’t been able to work much on it so far
How I Hand-Rolled MVC for a JavaScript Game (and It Was Awesome) - Solitr But for a game, animations should be first-class citizens Since they are so ubiquitous in a game (even a simple one like solitaire), treating them as less than first-class citizen will yield hundreds of lines of unmaintainable animation spaghetti code So how do you make animations first-class citizens?
markdown-rails: Markdown for your views and partials - Solitr In my Rails apps, I have a lot of static prose, and that prose tends to be written in HTML As a result, it’s cumbersome to edit Markdown would be much better suited for prose However, Rails does not support html md views out of the box As described by @tjwallace, there is a simple workaround – use HAML’s :markdown filter:
Broccoli: First Beta Release - Solitr Broccoli is a new build tool It’s comparable to the Rails asset pipeline in scope, though it runs on Node and is backend-agnostic After a long slew of 0 0 x alpha releases, I just pushed out the first beta version, Broccoli 0 1 0 Update March 2015: This post is still up-to-date with regard to architectural considerations, but the syntax used in the examples is outdated Table of Contents
Ember. js: Implementing text fields with save buttons - Solitr Now firstName will be updated immediately as the user enters text With Save button Oftentimes, live updating is not what you want Instead, you want to update the model data only when the user clicks a Save button Plain input field