Windows HTML Editor Worth Using

Apr

03

A co-worker recommended I download a program touting to be the "TextMate" for Windows called "E-TextEditor". For those of you who don't know what TextMate is, it is an HTML editor exclusively for Mac, that is exclusively amazing. Knowing the great things TextMate offers, and owning a PC myself, I was pretty excited to see if the claims were true. So, I downloaded, and I honestly must say, I'm very impressed. The functionality of this editor is pretty amazing. There really is a long list of things that can be done with this editor, so I'll just list a few of my favorite things (like the song):

  1. If you have the HTML bundle selected, and create a new document, and type 'skel' + Tab, TextEditor will automatically generate an HTML skeleton for you:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <title>Page Title</title>
    <link rel="stylesheet" href="/css/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
    </head>
    <body>
    </body>
    </html>

  2. Type 'Table' + Tab and see what happens
  3. Holding down the 'Alt' key, and clicking and dragging your mouse over text will allow you to do column selection.
  4. Type 'h1' + Tab, and the h1 open and close will auto-generate. Then begin typing, and based on the content, E-TextEditor will suggest a value for the h1's 'id'.

The list goes on an on. Anyway, I recommend downloading the trial version, and giving it a try. You may find it worth the $35 to own it outright.

etexteditor

Web Design and Web Building

Apr

02

Here's an interesting take on web design and building:

feedtag thisdigg this

Finishing Touches

Mar

19

I put the finishing touches on my new design this past weekend, and I'm pretty happy with the results. It still maintains that clean look, but I've added a bit of pop to it with the addition of the background, a few footer additions, some font fixes, and other miscellaneous modifications.

The first thing I added was a new background, that fills the left and right sides of the content with a bit of color. The beauty of this implementation, is that the diagonal lines, are actually a repeating transparent PNG. This allows for me to change the background color to anything I please.

Along with the new background change, I also decided to keep a piece of the old design. My wife commented that she really like the image of the leaf cradling the droplet of water, and I agree with her. It's a nice image, and I feel it has become a sort of staple of the site. Because of this, I decided to put right back where it was. Because I'm using transparent PNGs for this, the background color, and the leaf don't appear for IE6 users, and I'm okay with this. I don't want to bend over backwards for a browser that doesn't support transparent PNGs.

Read the rest of this entry »

feedtag thisdigg this

Tricklin On...