Why It’s Good to Apply to Multiple Jobs

Standard

Shaking hands at job When I was looking for a job I had applied to quite a few positions. Several lead to phone interviews, and a little less than that lead to in-person interviews.

The place I landed at (company A), I had applied to a few weeks before hearing a response back. During that time I had done a few other interviews. One had been over the phone with another media company (company B) here in town. I didn’t hear back from them and it was a lot of WordPress stuff so I wasn’t particularly thrilled with that. When company A got back with me we did an interview and then the next day another to meet the owner of the company. They explained to me what the job was, who their client base was, the benefits etc. Lastly, they explained they wanted to do a contract job to make sure I could do it before hiring me. The project was still in the design stage they would get back to me with the details soon.

The next week or so, the same person from company B called me back. He had forgot he already called me once but this time it was for an in person interview. No problem as I live within 2 miles of their offices. An hour later, company A mentioned they would like the contract-to-hire to start ASAP. As someone who had been looking for a job for a little while, could this get any better? I let them know that the following Monday would be the best and that I have an interview with another company (company B) this Thursday but I wasn’t sure if I would take the company B position if offered.

What came next was quite the shocker. Minutes later I got a response back asking if I was offered the job right now (hired, no contract work), would I cancel my interview? Even though it was a risk, I said yes. Once I got the employment agreement and made sure everything was as expected I fired off an email to company B canceling my interview. So by applying to multiple jobs, you might be able to get a better offer when finding that perfect place.

Image courtesy of stockimages / FreeDigitalPhotos.net

Book: Raving Fans

Standard

Raving Fans Cover Raving Fans is a book written by Ken Blanchard and Sheldon Bowles about creating customers that rave about you in a good way.

The book combines 3 common lessons about building your fans. By putting them together it will create that loyalty you look for and even get free advertising by way of word-of-mouth.

What I really liked about this book is that it wasn’t written how I expected. It’s a story about an area manager who gets assigned a fairy godmother who helps teach him these three lessons. I was expecting more of a narration style saying “you should do this” or “you should do that”. Writing it as a story allows you to connect with the character. When something so simple finally clicks you don’t feel dumb as the conversation wasn’t to you. It was to another character in the book and for them to understand, meanwhile you are passively learning about this same thing.

Decide what you want

The first is deciding what you want. Do you want to be the most profitable business in niche? Do you want to have the bets customer service? Before you can move on you must know what you want your business to be. Without the vision your customers will drive your business into what it becomes.

Discover what the customer wants

The second is knowing what your customers want. How can your customers be a fan if you are solving the wrong problems? If they find speed more important than quality you probably shouldn’t spend a few hours determining the right font to use. If it was reversed, you definitely want to spend the time to get font just right. If your customer wants something you don’t want to provide you may have to let them go. You can fire a client or even better have them work with someone else on that one project.

These days when you go buy a computer they are all pretty close to the same. Sure the name on the case is different but spec wise they are similar. What really sets Dell apart from HP is their customer service. Years ago when doing IT, it was always a good experience working with the local technicians that Dell outsourced to. HP on the other hand was a pain. After going through all the steps HP would finally send us a box to ship it back to them. One particular laptop that I sent to HP was there for over 6 months just sitting there.

Deliver plus one

The third lesson is delivering on expectations plus one percent. We all like to go above and beyond for our customers but when we go to far beyond bad things happen. In the book they use an example of a gas station who will also wash your windshield. At one point they started doing all the windows because what customer wouldn’t want that right? The issue was that this gas station hadn’t yet mastered the windshield so they missed a spot. So they went above and beyond but failed at the expected part. Unfortunately we remember problems better than praises. So, this once percent is about doing just a little more. You start out pumping the customers gas. Once you have that mastered move on to washing the windshield. When you have that process down add something else, like the rear windshield, air up the tires or anything else. Just don’t do it all at once because it improves the likeliness you fail at some part due to the sudden increase of responsibility.

By the way, Barnes and Noble is selling this book for $1.99.

WordPress Plugins Galore and How You Should Use Them

Standard

With WordPress it is so easy to install any plugin in their directory. Do a search for it and click “Install”. Whenever I am tasked with finding and fixing a hacked site it is almost always an issue with plugins.

One one particular site they had 2 “Hello Dolly” plugins installed. If you have ever used a fresh install WordPress includes 1 called Hello Dolly as an example plugin. You should always remove this plugin. There isn’t a security issue with it, but you should only have used plugins installed. This site had a bunch of unused plugins so there was no quick way to notice that a new one was added. The second Hello Dolly plugin was not active but the script was called from a remote server and was then used to send spam, lots and lots of spam.

Outdated Plugins

Many plugins get updates for security issues along with bug fixes and new features. A year a few of the very popular caching plugins had a critical security update. I still come across sites who haven’t updated them. When your site runs how you want very rarely do you bother to do updates or even login to the dashboard. Even before that there was the timthumb exploit. This script took your images and created thumbnails. While this wasn’t necessarily WordPress specific, it was used it tons of plugins and themes. I assume most of the plugins and themes released updates to fix the issue by either utilizing the built in uploading tools WordPress provides or upgrading to Timthumb 2.0 which fixed those holes.

Unused Plugins

Open a new window in your web browser and login to your WordPress site. Next go to the Plugins section and delete all the inactive plugins. Just because your plugin is not active does not mean it can’t do any harm. It just means WordPress won’t load any actions or filters it has setup.

Your plugins directory is usually located at /wp-content/plugins. If a hacker find an exploit in one of your installed plugins they already know where the file is. With the timthumb exploit stated above, attackers would send that file a malicious request and it would write it to the server. From there they could access whatever they needed to. Most the time it was to have the server you are on send spam. Your web host won’t like that. Not only would your site be hacked and need to be cleaned, but then the IP address of the server might get blacklisted for sending email and your web host will suffer from that if not caught soon enough.

Sending spam isn’t your problem, I get that. It’s just an example of what I often see. They can also modify your pages and posts. One I came across was inserting a link into every page. Another one added in advertisements to the bottom of every post. While ads might not be a bad thing, it would be nice if you got credit for them and to know they didn’t include anything malicious.

If you install a WordPress firewall plugin that emails you blocked requests you will eventually come across a request trying to exploit a plugin that you don’t have installed. These attackers build a list of WordPress sites and uses an automated process to try and exploit your site. If they find one great (for them), if not they just move on to the next site.

At the end of the day keep your plugins, themes and WordPress itself updated and remove unused plugins.

Combining Feeds

Standard

At work we are building this inventory aggregate system.  Every dealer has some sort of inventory management software be it online or offline. With this project we are working with those software vendors to display a dealers inventory on the manufacturers website. There was already an existing in place built years ago with only a few feeds available. It was also built in Ruby on Rails which would not be compatible with the new effort.

What I have found is that many of these software companies have already solved this issue. Either their own systems offer a website that works in similar fashion or other companies have come to them to build a feed aggregator but not necessarily for a manufacturer.

With the online feeds we are able to go out and grab an XML feed and pull in inventory. The way the offline systems solved this issue is by running scheduled tasks to create a file and the FTP it to the requested server.

Thankfully these software vendors have been nice to work with. Some have built the feeds specifically for us to use while others have provided support to using their API or explaining the process for getting the file uploaded.

While going through a sample XML file provided by one vendor I came across this “option” for a particular unit. It only costed an extra $56.00.

Inflatable Doll In Closet

We got a good laugh at that. I did have to go through the file and remove 5 more of these. It would be really bad for the client to see this in a demo. The vendor has also removed those bits from their example file. It makes me wonder if any other company has been given this file and found those entries.

Podcasts I Listen To

Standard

I like talk radio. In the mornings I listen to a morning show instead of music. At work I listen to several podcasts as it helps me focus. Unfortunately I end up binging on them so most days there isn’t a new episode to listen to. Here is the list of podcasts I currently listen to.

Radiolab * This is by far my favorite.
Jay & Silent Bob Get Old
Tell ‘Em Steve-Dave
Laravel.io
Improve Photography
Larry Uncensored Podcast

I also run ActivePodcast which is a free podcast discovery network.

What podcasts do you subscribe to?