QR 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 moreToday we are blogging about a non-technical issue, newsletters. I’ve seen and read probably 2 dozen different newsletters. To date, I’ve canceled all but 3 of them. Only 1 of them is related to WordPress. Which one? MAX FOUNDRY’S NEWSLETTER Why? Its real content. They give you insider news on whats happening with the core…
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 moreWP 301 – Presentation 1 Kurt’s Presentation Slides – http://x.co/phx13301/ Keywords: Netbeans, xdebug, XAMPP, VirtualBox Have you considered local development? WP 301 – Presenation 2 Chris Olbekson Debug Plugin, PhpStorm, Code Sniffer for standards and formatting, Do you know what a CRON is? PHP Sniffer, uses PEAR, WP 301 – Presentation 3 (mine) Before questions:…
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 moreFor those of you who don’t know, WordCamp is an annual event where WordPress users and enthusiasts gather to connect, learn, and meet other members of the WordPress community. There are workshops and speakers for a variety of topics and skill levels, and it’s an incredible opportunity to share knowledge and creativity with one another.…
Read moreSo we started YACP (Yet Another ClassiPress Theme) tonight and we are making a modification that unfortunately requires us to overwrite the entire header area. We want to be smart about this so I searched around for a good hook or filter to handle the customization. Thankfully I found one called called “cp_header” which is…
Read more© Copyright 2023 Sethmatics Websites All Rights Reserved.