Adding or Changing the Font on a Website with CSS
Changing fonts for a website used to be something that was suspect because of the support in browsers and the quickness of load, and the fact that it will default to something you’re not expecting if...
View ArticleHandling or Removing Magento Session Files Using Cron
Engine: Magento Server: Apache on Ubuntu Command: SSH I’m actually quite shocked that Magento doesn’t have some more in-depth documentation/solution about the fact that their session files can get out...
View ArticleAdding Item to Footer in Magento
Engine: Magento Editor: Notepad++ This stumped me for a while. I would have imagined that adding an item (let’s say shop policy) in the footer of Magento would be super easy to do. But I guess because...
View ArticleAdd a Shuffle Button to Tumblr
Website: Tumblr Tumblr is a very cool site to keep a kind of photo journal of sorts. Of course, other people use it for a general blog to post poems or writings etc, but I really appreciate it for the...
View ArticleUpdating WordPress Plugin 403 Forbidden Error Nginx
Engine: WordPress Server: nginx Plugin suggestion: Wordfence Security Plugin This sure got me spinning in a loop, that’s for sure. To be quite honest, this is the first time I’ve ever had a...
View ArticlePython Command Doesn’t Work in Command Prompt
OS: Windows (8) Program: Python 3.4 After installing Python on your new computer and you’re ready to start adding packages to Python! Naturally you download the Python package you’re interested in...
View ArticleAdding a Package to Python
OS: Windows (8) Program: Python 3.4 Example Package: Requests Introduction | Finalizing Python Installation Before you can install a package in Python, it must be installed itself onto your computer....
View ArticleInstalling GD Library on PHP
Server: nginx PHP version: php5-fpm OS: Ubuntu PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats,...
View ArticleAdd Featured Image Thumbnail to RSS Feed
If your theme in WordPress utilizes the Featured image, also known as Thumbnail image in WordPress, your RSS feed most likely wont automatically include this. To change this, there is a simple theme...
View ArticleVolkswagen and Cheating Software by Bruce Schneier
The following article was written by security expert Bruce Schneier, who has a newsletter he sends out monthly I highly suggest if you have any interest in learning about security around the world at...
View Article504 Gateway Timeout on NGINX Server
server: NGINX module: php5-fpm os: Ubuntu The Problem: Browsing to a Website returns 504 Gateway Timeout A first world problem is having to wait for a website to load. Nobody these days has the...
View ArticleUsing Python’s webbrowser Package to Open a Website URL
language: Python package: webbrowser browser: Google Chrome OS: Windows In this tutorial I will explain how to use the Python package webbrowser to first: open up a specified browser tab (Google...
View ArticleMount: Can’t Find /dev/xvdg in /etc/fstab or /etc/mtab
os: Ubuntu / Linux terminal: SSH mount: can’t find /dev/xvdg in /etc/fstab or /etc/mtab The above is the exact response that my terminal in Ubuntu gave me when trying to send the command: sudo mount...
View ArticleCreating Multiple Instances of Tor, Giving Multiple IP Addresses
OS: Amazon Linux / Linux / CentOS / RedHat Package: Tor (the Onion Router) Tor is a anonymizing tool used around the world in various security scenarios. Even just for the regular Joe wanting to keep...
View ArticleInstalling PhantomJS on Amazon Linux / Fedora / RedHat / CentOS over SSH
OS: Amazon Linux / Fedora / Redhad / CentOS method: SSH program: PhantomJS dependency: Python What is PhantomJS PhantomJS is what is known as a headless web browser. This means it’s a web browser like...
View ArticleCreating a Link in MINDBODY’s Branded Web
website: MINDBODY Branded Heal Code ManagerSaaS: MINDBODYwebsite software: WordPressWordPress plugin: MINDBODY Widget What Is | MINDBODY Branded Web MINDBODY offers what they refer to as Branded Web...
View ArticleChanging Memberpress Recurring Product Description at Checkout
Software: WordPressPlugin: MemberpressPlugin: My Custom Functions Overview Memberpress is a plugin for WordPress that allows the owner of the website to create a powerful member based website. It...
View ArticleHow To Create a *.bat File in Windows For Task Scheduler To Run Python Script
If you would like to run your Python script without having to open your IDE to complete a task, you can do so by creating a *.bat file. I’d be interested to hear what other reasons why you found this...
View ArticleTroubleshooting Task Scheduler Running a Python Script
program: Pythonpackage manager: PIPide: Spyder The Background Creating an automated or scheduled task on your computer in Windows or Mac is pretty awesome for saving time doing routine tasks,...
View ArticlePython Error: Unsupported Pickle Protocol 5
python ide: Spyderos: Windowspackage: Pickle5package: Pickle Introduction In a previous article on trying to discover why a program would run in Spyder, and then when I ran it in IDLE or from command...
View Article