Skip to content

Zack's Domain

My Personal Tech Blog

  • Home
  • About Me

Category: Programming

My various programming projects, tips and scripts. Some of this is part of my own learning experience.

June 23, 2023 Programming / Wordpress

Automatically log in a user after Gravity Forms Registration

Learn how to automatically log in a WordPress user after registering via a Gravity Forms form.

Continue reading
April 11, 2014 Cloud Services / Data / Programming

Convert Network Solutions CSV Product Exports to WooCommerce CSV Imports

This post will eventually detail everything you need to do to export Network Solutions products into WooCommerce formats for importing. I wanted to start this post now even though it’s unfinished, so I can collect some feedback if this sort of thing is something more people are needing. There are

Continue reading
March 10, 2014 Programming

Quick Way to Find PHP’s Temp Folder

If you want to know what folder (in Linux), that PHP is using for temps, you can always check the php.ini. However, the setting for temp folder is often commented out, leaving the “system default” as the folder of choice. But what is that? One way is to just type

Continue reading
March 21, 2013 Programming

33% Wide Column Fix for Alignment Issues

There are many templates out there for creating responsive percent-based columns. Percentages like 10% or 50% or 25% work because they add up to 100% so they will align. When you need columns split into thirds, for example, they will not line up perfectly by using 33% for width. Let’s

Continue reading
Recover Threads and Posts in vBulletin
March 10, 2013 Programming

How to Selectively Recover Threads and Posts in vBulletin 4

You found this page because you made a foo bar on your vBulletin forum and wish to selectively recover threads and posts from a particular forum that was accidentally removed. I think I can help you do this! I had this project and I’m going to provide the steps and

Continue reading

Recent Posts

  • WordPress options for robust SMTP email sending
  • Fix “You Have Been Locked Out” from iThemes Pro
  • Automatically log in a user after Gravity Forms Registration
  • My Favorite WordPress Plugins
  • How to Create a Bootable USB Drive Using Command Line
Copyright© 2019 Zacksdomain.com