Posts tagged ‘programming’

Oct 20, 2010

How to Quickly 301 pages in WordPress

by Paul Wilson

How to Quickly 301 pages in WordPress

Lately, I have been getting a lot of requests on how to 301 pages in WordPress. It is actually a really simple process, but a step that makes it even easier is using a plugin titled, WP htaccess Control.

This plugin makes optimizing your .htaccess file very easy, and therefore, I have added it to my “meat and potato” plugins I use to setup every blog with. I will have to write another post on what all the features are, but in short this plugin gives you access to your .htaccess file via your WordPress admin dashboard.

 
Continue Reading...4 Comments Share :
Apr 16, 2010

Stick: A Virtual Push Pin

by Paul Wilson

Stick: A Virtual Push Pin

So, for the last few years I have been using a free piece of software, called Stick, that has been really quite useful. Stick allows you to add a virtual “push pin” to any widow pane or software interface. Once you add the push pin that window will always be viewed as the top window pane. This is extremely helpful when I am going from one program to another and have lots of windows open. Before this great piece of software I had to add an additional step of clicking on the window in the task bar. This doesn’t seem like a big deal, but when you have to do it several hundreds of times it gets old and fast.

I have no idea where I downloaded it.  I looked into the software properties and there is no attribute to the creator. Thus, I can’t give a hardy thank you to the designer of Stick. Really, I use this software multiple times a day, and frankly I am surprised that Microsoft hasn’t added this feature into Windows (but let’s be honest when does Microsoft really build for the user in mind, IE is a perfect of example of this corporate blindness).

Anyway, Stick is free, and as far as I can tell it’s under creative commons. I will be using another computer for the next few weeks, and this software is something I can’t live without. So, I decided to upload it to mymarketer in order for me to download it when I start using the new machine.

 
Continue Reading...Comments Share :
Jan 01, 2010

My New Year’s Gift – PHP Code that Updates Your Copyright Year

by Paul Wilson

My New Year’s Gift – PHP Code that Updates Your Copyright Year

Happy 2010! For some reason I always prefer even years over the odd years. Not sure why, but I just feel more energized at the beginning of even years (probably a part of my OCD-ness showing).

Today I was looking at a couple of my blogs and I realized that the copyright date in the footer of some of them had not updated from 2009 to 2010. I figure I am not the only person to have this problem. So, I thought I would offer as a new year’s gift the below PHP code that automatically changes your blog’s copyright date to the current year on January 1st.

Required Code
Copyright © //Shows the copyright and its associated symbol
< ?php echo date('Y'); ?> //shows current year
< ?php bloginfo('name'); ?>. All rights reserved. //shows the name of the blog found in the wordpress general settings and reserved rights

 
Continue Reading...Comments Share :
Sep 07, 2009

Java Code for Validating 13 Digit ISBN Codes

by Paul Wilson

Java Code for Validating 13 Digit ISBN Codes
java-evil-edition_cropped

Often this is exactly what I feel Java is!

So, I know that this isn’t a marketing post, but when you eat, breathe, and drink computer programming you tend to also write about it as well. Currently, for my master’s program I am enrolled in a Java programming class. As stated in previous posts, Java hasn’t been easy for me to learn. I am a hard core marketing guy. However, I do see great value in being able to speak geek language. It probably isn’t efficient any more for me to tell programmers to wave their magic keyboard and build what I am dreaming up in my head.

With that being said I am going to post the java projects that are either a) really cool or b) projects that I am just dang proud of completing. This project falls into the later category. The project is not all that interesting, unless you are someone who wants to validate ISBN codes for fun. Didn’t think so!

 
Continue Reading...Comments Share :
Aug 06, 2009

The Problem of Sustainability

by Paul Wilson

The Problem of Sustainability
problems_080609b

No matter how great and destructive your problems may seem now, remberer, you're probably only seeing the tip of them.

So, this last week I have been in Las Vegas taking a Java Boot Camp course.  Frankly, it has been a rough go for me. Having been on the marketing side for so long my mind just doesn’t want to simulate into the “everything must have a defining class” universe.

This being the case, my mind is always looking for creative outlets—even in my java reading. Yes, it is possible to do this. In fact, I found a spectacular quote that relates well to personal web marketing:

 
Continue Reading...Comments Share :
;