Not Found :(
-
Rails Turbo Broadcast Update to Partial Fri Sep 03 2021 | ruby, rails, hotwire# makes a frame = turbo_frame_tag "myname" do p whatever # return what should be framed on other pages = turbo_frame_tag "myname" do p whatever "data-turbo-frame": "_top" respond_to do |format|...
-
Rails Turbo Broadcast Update to Partial Mon Aug 02 2021 | ruby, rails, hotwireHow to send page updates with [Hotwire](https://hotwire.dev) using a specific partial.
-
From No-code to Code - How CommandWP Came To Be Tue Apr 20 2021 | commandwpAround 2014 I was doing a lot of consulting work. One client was creating WordPress sites and would contact me looking for help installing plugins or to fix a site that had been hacked with mal-ware. They had a handful of sites they were working on and it was clear they had two common problems. No one was updating the code and there were no backups to be found!
-
Bet - PPC Campaign Sun Apr 18 2021 | wpsupporthq, betsRunning a local PPC campaign will gain 2+ users. Assuming an LTV of $540/year, a $500 CPA, while high is a workable to optimize.
-
Bet - Locally focused site Sun Apr 18 2021 | wpsupporthq, betsUpdate site to a cleaner look and content focused on local hosting to Denver / Colorado will help increase conversions on the site.
-
Bet - Brick and Mortar Sun Apr 18 2021 | stubborn, betsBrick and mortar stores will expose more people to Stubborn Goods. Test Sell one bag in 30 days through consignment in Abstract Denver stores. Cost Hang tags ($200). Commission on bags sold. Upside Sell more bags, brand awareness. Downside...
-
Experiments are good, bets are better? Sun Apr 18 2021 | betsI think most people would agree the best way to learn is through experiments, some might say the "hard way", but I'm starting to believe it's actually the only way. Experiments produce experience and that's where the value comes from. I've spent way too much time reading how to do something but I don't feel like I've actually learned how to do something until actually doing it.
-
Bet - Early adopter program Sun Apr 18 2021 | commandwp, betsEarly adopter program will validate the market for CommandWP.
-
Watch a process using Turbo streams Thu Mar 25 2021 | cloudsh, ruby, rails, hotwire, turboAfter [upgrading to Hotwire](/2021/add-hotwire-to-an-existing-rails-app/), I wanted to try out Turbo Streams. In [CloudSh](https://cloudsh.com) there is a background job that runs a Golang application to index sites. That seemed like a cool thing to use Turbo Streams so I can see the console output. Turbo Streams just work. The basic flow is capture the process output in the background job, broadcast it to the UI, and follow along by scolling as new data comes in.
-
Add Hotwire to an existing Rails app Wed Mar 24 2021 | cloudsh, ruby, rails, hotwireSome quick notes on adding [Hotwire](https://hotwire.dev) to an existing Rails applicaiton.