I’m going to take a brief moment to explain a seriously cool idea that came to light while building Whitelabel Framework theme. When building a frame you have to approach everything you do with the questions “how could others customize this in any way possible”. Well, this is why WordPress invented the do_action / add_action system. Preface …
Read moreQR CODES Download the app on your smartphone that will allow you to scan the barcode: http://quickmark.com.tw/ Open the app on your smartphone and choose “Scanner.” Arrange your camera so the QR code is the only thing in view (Yes, sometimes you have to get really close to it). That’s it! You now have the information…
Read moreThis is the example I built while learning how to properly protect password before they are stored in the database. I’ve seen dozens of plugins simply take in API paramters like “username and password” and just store those values in the database for use. How horrible is that! We decided to do the right thing…
Read more*This guide is assuming website is for marketing and information only (or lead generation). There are some other considerations and steps involved in creating an ecommerce site, web portal, online services website, or another venue. ** Presentations of this material will be available in the coming weeks. If your interested in viewing the presentations live,…
Read moreThis post will offer higher end developers some notes about what I learned about Google Chrome dev tools. I consider myself to be fairly experienced in web development after over 10 years of coding and I still managed to take away some very cool information from the DevTools Online Course: Make changes to a stylesheet,…
Read moreWhile migrating a website today, we ran into some issues. This issue was caused by the previous developers trying to “hide code” from the end users so that they could not move the website away from the marketing agency (very shady). Below is the PHP code we used to download a working copy of the…
Read moreWe tried a few plugins for this but after content reached 400-500 pages and about 1500 blog articles the plugins just run out of memory. Instead we built and used this function, for example, to remove all shortcodes used for “citiations”. We no longer track citiations and want them all removed. update wp_posts set post_content =…
Read moreWe are going to walk you through how to setup a GIT repository. First things first. Lets make sure you understand the basics of what your about to do. What is GIT? GIT is a source code management system. In short, its one of several tools that development teams use to manage software development, usually…
Read moreQR Code Minimum Size Modules Characters Scan Distance 150mm (6″) 300mm (12″) 450mm (18″) 25 26 15mm (0.6″) 30mm (1.2″) 46mm (1.8″) 30 49 18mm (0.7″) 36mm (1.4″) 55mm (2.1″) 35 72 21mm (0.8″) 42mm (1.7″) 64mm (2.5″) 40 98 24mm (0.9″) 48mm (1.9″) 73mm (2.9″) 45 125 27mm (1.1″) 54mm (2.1″) 82mm (3.2″) 50…
Read moreHave you uploaded a theme or plugin, and then attempted to edit the files to find out there are “double line breaks” every place there should be single line breaks? It makes the files look REALLY messy huh? We have been battling this for years. Finally we decided to look closer and find a solution.…
Read more© Copyright 2024 Sethmatics Websites All Rights Reserved.