Allure Web Solutions
  • Home
  • About
  • Services
  • Blog
  • Contact

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. This code is written in Google Script, which…

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
How To Send Google Form Responses With Google Scripts

Get Real Time Crypto Prices Inside Google Sheets Crypto Portfolio

By Mike DoubintchikAPI, Blog, Crypto, Google, Google Scripts, Javascript7 Comments
If you're serious about investing, you know that price tracking is critical to success. I'm always looking to minimize costs, so I don't purchase any paid portfolio tracking apps. I...
Read More
April 21, 2018
Allure Web Solutions Code Snippet

Using Variable Text Color SCSS Function To Pass Accessibility Contrast Standards

By Mike DoubintchikAccessibility, Blog, CSS, SASS/SCSSNo Comments

Accessibility is an important part of website development that we must consider in modern development. More and more emphasis is placed on sites that are able to serve all people,…

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

Recent Posts

  • 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
  • MySQL Query For All Tables Sorted by Size
  • Bulk Update WordPress Multisite Subsites

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.

© 2021 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.