Allure Web Solutions
  • Home
  • About
  • Services
  • Blog
  • Contact
October 24, 2018
1
Allure Web Solutions Code Snippet

MySQL Query For All Tables Sorted by Size

By Mike Doubintchik | Blog, Database, MySQL, Snippets | No 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
June 30, 2018
0
Allure Web Solutions Code Snippet

Bulk Update WordPress Multisite Subsites

By Mike Doubintchik | Blog, PHP, Wordpress, WP-CLI | No 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 24, 2018
0
Allure Web Solutions Code Snippet

Get Latitude & Longitude from Google Geocoding API in PHP

By Mike Doubintchik | API, Blog, Google, Maps, PHP | No 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
May 2, 2018
0
How To Send Google Form Responses With Google Scripts

Multi-Directional Data Sync In Google Sheets

By Mike Doubintchik | Blog, Google, Google Scripts, Javascript | No 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
April 30, 2018
0
Allure Web Solutions Code Snippet

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

By Mike Doubintchik | Blog, Bootstrap, CSS, Gulp, NPM, SASS/SCSS, Workflow | No 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 21, 2018
1
How To Send Google Form Responses With Google Scripts

Get Real Time Crypto Prices Inside Google Sheets Crypto Portfolio

By Mike Doubintchik | API, Blog, Crypto, Google, Google Scripts, Javascript | No 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
March 10, 2018
0
Allure Web Solutions Code Snippet

Using Variable Text Color SCSS Function To Pass Accessibility Contrast Standards

By Mike Doubintchik | Accessibility, Blog, CSS, SASS/SCSS | No Comments

Accessibility is an important part of web 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
October 5, 2017
0
WordPress Tutorials by Allure Web Solutions

Adding Srcset Attribute To Meta Slider Images

By Mike Doubintchik | Blog, Plugin, Wordpress | No Comments

In this blog post, I will show how to make the meta slider have responsive images using the built in WordPress srcset functionality. In order to do this we have…

Read More
October 3, 2017
0
WordPress Tutorials by Allure Web Solutions

Remotely Updated Admin Notices For WordPress Plugins And Themes

By Mike Doubintchik | Blog, Plugin, Wordpress | 3 Comments

In the blog I will show how to create admin notices for WordPress that you can update remotely. With this functionality, you won’t need to resubmit your plugin to the…

Read More
September 9, 2017
0
Allure Web Solutions Code Snippet

Click Outside Element To Close (Click On Body To Close)

By Mike Doubintchik | Blog, ES6, Javascript | No Comments

With this snippet you can click outside an element specified by a selector to perform some action. A common usage would be to close a popup when clicking outside of…

Read More
Next Entries »
Think we're a good match? We'd love to hear from you! Launch Your Project

Recent Posts

  • MySQL Query For All Tables Sorted by Size
  • Bulk Update WordPress Multisite Subsites
  • Get Latitude & Longitude from Google Geocoding API in PHP
  • Multi-Directional Data Sync In Google Sheets
  • Importing Bootstrap (Any Node Modules) Into Your Gulp Sass Workflow

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.

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