Category Archives: WEB DEVELOPMENT

[Rx] Install Vagrant Win7 Local Web Development

2015-08-23_203713The Vagrant tagline says, “Development environments made easy.” Install a couple of programs and run a few commands on the console. Maybe it’s just me, but once I type out DOS-like
commands, it never seems to go as advertised.

Vagrant is overkill for occasional development of WordPress sites. InstantWP is probably the software tool of choice for causal developers.

Continue reading »

Site Design

scrsht_01Sometimes, a screenshot says it all. My text seems to push to the left and that looks funky. Hmm.

When I made up this little memory-aide site, I wasn’t too concerned about aesthetics. My goals were:

1. Clean/Functional. Easy to write and easy to read.
2. Responsive. Readable on various devices.
3. Spam-less. No spamy comments.

Normally, I use a plain sheet of paper to get the basic layout done. I kind of winged it on this one. Once I get my new local development set up, there are a few things on the to-do list:

  1. Add More Left and Top Margins
  2. Create a Better Instructional Template

No worries. Content is still king.

[Rx] Fried Spam with a Side of WP Comments

spam01I had WordPress comments turned on for awhile and had a ton of spam about penis enlargement, Nigerian relatives, and how Candy wanted to make my wildest fantasies come true. I didn’t think these added much value (sorry, Candy), so I found a WordPress plug-in that turned off ALL the comments, appropriately named Disable Comments.

This adds a new item under the WP dashboard settings. I selected to disable comments everywhere. Harsh? Tell me about it.

[Rx] Variations on a WP Theme

oldsite

I’ve been playing with the standard WordPress Twenty-Twelve theme and a variation based on Zurb Foundation, WP-Forge.

I played with some logo alternatives and manually entered the “Rx” graphic on the how-to post titles. It’s simple to do. In the title box, add your image location as:

<img src=”http://www.something.com/Rx_blue.png”> The is My Post Title

  This is My Post Title

It looked a bit ugly in the WP dashboard because the “<img etc…” code/title pops up in all the post title listings. I’m just going to add [Rx] as text in the title. Simpler.

Offline WordPress

2014-11-15_175125I use Instant WordPress (IWP) for developing WordPress offline and I use  Windows Live Writer (WLW) tool for writing content. There was some sort of trick that I used to get WLW to work and I don’t remember exactly what I did. See boys and girls, why I need to document, document, document? Nuts. I know it had something do with the url address of the WordPress directory.

Anyway, I found a WLW 2012 portable via the ever-trusty Internet. This worked great until Windows Updater “helped” me out by overwriting my files with the latest and greatest. Anyway, this is just a note to let me know that it can be repaired. How? Beats me. Hopefully, I’ll write it up next time it happens (with screen shots and all!)