Author Bio Wendy Dessler Title: Super-Connector at OutreachMamaWendy is a super-connector with OutreachMama and Youth Noise NJ who helps businesses find their audience online through outreach, partnerships, and networking. She frequently writes about the latest advancements in digital marketing and focuses her efforts on developing customized blogger outreach plans depending on the industry and competition. […]

[amazon_link asins=’B01LTHXAO0,B01LTHXAOU’ template=’ProductCarousel’ store=’tjnebl-20′ marketplace=’US’ link_id=’2c23c97c-d8e2-11e6-928d-5be15f8e5b30′] My new MacBook Pro 15 inch with Touch Bar and Touch ID just came yesterday. I quickly got it set up by transferring settings and apps from my “old” mid-2014 MacBook Pro. Is the new 2016 MacBook Pro worth getting? In short, yes. Especially if you’re a tech geek or […]
I had a little bit of a struggle getting FTPS to connect and list the directory when logged in. I was getting errors 550, connect aborted by remote server on FileZille, error 162 PORT FAILED on Transmit. The regular FTP, port 21, was working fine, but moving to a more secure method, FTPS, that uses […]
This will be a short article using an analogy to get the point across in a way more people can understand. My wife and I have been saving up for a year (or more) to get new kitchen appliances. We are looking into a 4-piece set – an electric range, dishwasher, overhead microwave, and refrigerator. […]
With a new President comes complaints about some everyday topics like taxes, jobs, health care, retirement / social security, other government programs, etc. One topic I’d like to touch on just briefly is taxes. When taxes go up for any bracket, there’s uproar. One bracket that I’m for going up is for the “rich”. What […]
2 days ago we had tornado watches and warnings here in Raleigh, NC. The whole day consisted of a lot of wind and periods of heavy rain and then sun. It makes for an interesting time lapse video. Enjoy! Taken with an AXIS M3027 fisheye camera.
This post isn’t meant to be braggy, but more about passing 2 years owning a business and that it’s not as daunting as it seems to transition from working for someone to working for yourself. I’ve been a “solopreneur” so far in my venture with Nevis Technology, so all of my experiences may not match […]
Also check out: Using PHP Lambda Functions with WordPress add_action() and add_filter() Functions There are 2 hooks necessary to 1) create the drop down, and 2) to filter the actual query to show the results. With 1 taxonomy, it doesn’t really matter, but the more taxonomies you have and want filterable in the WordPress admin, […]
I’m a fan of anonymous functions and reusable function definitions, like PHP lambda functions in JavaScript. I’ve used anonymous functions in WordPress development where possible, so for example: add_filter(‘widget_text’, function($html) { if( strpos($html,'<?php’) !== false ) { ob_start(); eval(‘?>’ . $html); // Close the current PHP tag…the contents we’ll get will have <?php ?> tags […]
I’ve begun my third year of running Nevis Technology full time. A huge piece of advice in negotiating I’d like to share is not to use words that explain ease or simple solutions. I don’t mean to take advantage of your clients who may or may not know your technical explanations – it’s more about […]