Allure Web Solutions
  • Home
  • About
  • Services
  • Blog
  • Contact
How To Tutorials by Allure Web Solutions

How To Pull Crypto Prices Into Google Sheets WITHOUT API

By Mike DoubintchikBlogNo Comments
There is a very quick and simple way to pull crypto prices without the need for a paid or free cryptocurrency price API. The basic formula goes like this =IMPORTDATA("https://cryptoprices.cc/BTC")...
Read More
June 29, 2021

The Ultimate Guide To Trellis (Bedrock + Backups + CDN + Sendgrid + CSP + Sync Scripts + WP-CLI Aliases)

By Mike DoubintchikBlog, Trellis / Bedrock, Wordpress, WorkflowNo Comments

Amazon S3 WP Uploads Hosting + Amazon Cloudfront CDN Hosting media is one of the best wordpress hosting sites on Amazon S3 and using the Amazon Cloudfront CDN for serving…

Read More
April 1, 2021

HTACCESS Redirect Avoiding Redirecting Query Parameters

By Mike DoubintchikBlogNo Comments
RewriteCond %{QUERY_STRING} ^$ RewriteRule ^subfolder/?$ /new-subfolder/ [R=301,L,NC]
Read More
May 22, 2019
How To Send Google Form Responses With Google Scripts

How To Update A Range Of Formulas in Google Scripts

By Mike DoubintchikBlog, Google, Google ScriptsNo Comments

In this blog post, I’ll show you how to update a range of cells in a Google Sheet that have formulas. This is useful if you want to create an…

Read More
May 6, 2019
How To Tutorials by Allure Web Solutions

How To Implement Google ReCaptcha in a PHP Form

By Mike DoubintchikBlog, Google, PHPNo Comments
I've recently had to implement Google ReCaptcha in a custom PHP form. It's an easy thing to do, in theory, if you know how all the pieces fit together, but...
Read More
March 18, 2019
Allure Web Solutions Code Snippet

MySQL Query For All Tables Sorted by Size

By Mike DoubintchikBlog, Database, MySQL, SnippetsNo Comments

This snippet queries your MySQL database for all tables and then returns their sizes sorted from largest to smallest. Replace DATABASE with the name of your database. SELECT TABLE_NAME AS…

Read More
October 24, 2018
Allure Web Solutions Code Snippet

Bulk Update WordPress Multisite Subsites

By Mike DoubintchikBlog, PHP, Wordpress, WP-CLINo Comments

Imagine you have a multisite with many similar client sites. Perhaps you have a plugin or custom data stored about each subsite. One day you have to update that custom…

Read More
June 30, 2018
Allure Web Solutions Code Snippet

Get Latitude & Longitude from Google Geocoding API in PHP

By Mike DoubintchikAPI, Blog, Google, Maps, PHPNo Comments
// Google Geocoding API Key $apiKey = 'API KEY GOES HERE'; $address = urlencode( '1600 Amphitheatre Pkwy, Mountain View, CA 94043' ); $url = "https://maps.googleapis.com/maps/api/geocode/json?address={$address}key={apiKey}"; $resp = json_decode( file_get_contents( $url...
Read More
June 24, 2018
How To Send Google Form Responses With Google Scripts

Multi-Directional Data Sync In Google Sheets

By Mike DoubintchikBlog, Google, Google Scripts, JavascriptNo Comments

In this blog post I will show you how to sync data between a set of specified worksheets in a Google Sheet to prevent common payroll errors. This code is…

Read More
May 2, 2018
Allure Web Solutions Code Snippet

Importing Bootstrap (Any Node Modules) Into Your Gulp Sass Workflow

By Mike DoubintchikBlog, Bootstrap, CSS, Gulp, NPM, SASS/SCSS, WorkflowNo Comments

Below is the structure for adding bootstrap, or any other node module SCSS. The hardest part was to get the syntax correctly for the imports and knowing that you need…

Read More
April 30, 2018
1 2 3 … 13 Next »
Think we're a good match? We'd love to hear from you! Launch Your Project

Recent Posts

  • How To Pull Crypto Prices Into Google Sheets WITHOUT API
  • The Ultimate Guide To Trellis (Bedrock + Backups + CDN + Sendgrid + CSP + Sync Scripts + WP-CLI Aliases)
  • HTACCESS Redirect Avoiding Redirecting Query Parameters
  • How To Update A Range Of Formulas in Google Scripts
  • How To Implement Google ReCaptcha in a PHP Form

Follow Us

Signup for our newsletter and receive extremely rare emails from us. On the plus side, you'll be notified whenever a new blog post is written.

© 2023 Allure Web Solutions. All Rights Reserved. Sitemap

  • Home
  • About
  • Services
  • Blog
  • Contact

    Interested in receiving cool tips directly to your email?

    Sign up for our weekly newsletter.