Categories
Looking glass
Navigate/Search

Archive for April, 2008

Panama City Beach

Thursday, April 17th, 2008

PCB

Seen from the 11th floor of the Majestic.

Master Page Name Mangling

Friday, April 11th, 2008

I just read over some of my oldest posts, and found this gem. While I stand by it still, the code is unreadable, and using some class names that will not be relevant to your project. Mayhaps a better approach would be to create a class to implement in pages where needed.

Again, this is really only needed when time is at a premium and you have legacy javascript that accesses page elements by ID that will be mangled by master pages.

Obviously, the best course of action is always to use the coding tools you have and not hack around them. Sometimes, that is not an option. That was the situation I was in when I wrote those posts. Shakespeare’s gotta get paid, son.

Pixelpost

Friday, April 11th, 2008

Pixelpost is a cool gallery system that cuts out all the extra crap. It is just your pics with back and forward buttons.

You can see my current pixelpost install @ http://pixelpost.forrestledbetter.com.

Zenphoto sounds promising as well. We shall see…I have tons of pics that need to be posted. If I can ever get a minute to breathe, I’ll sit down and figure out which is best for my needs.

One gripe about pixelpost: I have found that even though changing skins is quick and painless, sometimes it just completely forgets how to manage CSS.

I downloaded a bunch of different templates/skins, and was switching back and forth to see which I liked the best, and quite often it would end up without formatting of any kind. Not having the time to troubleshoot, my only option was to reinstall and hope for the best.

It is still in early stages of development, so I don’t mean to knock this awesome software, but in the interest of objectivity, I thought I would share.

Firefox update

Friday, April 11th, 2008

My post on Firefox is severely out of date. The only one of the plugins I listed in that post that I still use is Webdeveloper. I have a few to add to the list as well:

  • Firebug. In my opinion, the best plugin to date. I’ll even take it a step further…it is the most useful free tool for a web developer, ever. Used in conjunction with the web developer plugin, trouble shooting time - especially concerning javascript and CSS - is greatly reduced.
  • Screengrab!. Grab a screenshot quick, without copying and pasting into paint or the gimp.
  • MeasureIt. Need to know how tall that image is, or how much room you have for a button/text/dancing baby? MeasureIt!
  • ColorZilla. Eyedropper color selector that will paste whatever format you need right into your clipboard. Hmmm…spend time tracking down what class/id you’re currently looking at, then find it in your multiple css files OR click twice. Your call. There is no wrong answer…wait, yes there is.