Random and Opinionated Thoughts

by: Jennifer Zelazny

Standards

The Decent Thing To Do

After a confusing day filled with follies of all sorts…I have to ask someone (because my answer is biased): do standards (both technical and personal) and hard work really matter? The day started off by me losing the last spot in my normal train parking lot to someone that I waved in front of me […]

Life

Operation Sarah Connor

Well I got the call last night. One of my good friends (Ben you know who) called to tell me she is getting married in October…and that I am going to be a bridesmaid. (Yes, Doug you can have a picture). So today, I am officially start my training for Operation Sarah Connor: get fit. […]

UNIX

cheers! windows applications without windows.

This weekend, in between validatint my code, football, and SoCom II, I ran into a cool project that I think is worth mentioning: Darwine. For people like me that do not always have access to a PC but believes in QA for multiple browsers/platforms, there are times when all I need is IE for Windows. […]

Hints Standards Web Development

Clean Code With Tidy

When I first started creating web pages with using SimpleText or BBEdit, my code was super clean…it might not have been as complicated as it now, but everything was in it’s place and it was damn impressive to look at. Enter in GoLive CyberStudio (now Adobe GoLive). Lots of great features and awesome site management, […]

Web Development

firefox plugin: web developer

When designing web sites and then performing QA/validating I have found the Firefox plugin “web developer” to be invaluable. (I am finishing up jappler.com and my validation this weekend). You can easily view all your CSS elements, validate your CSS, outline tables, view page information, even view a page’s speed report. I would highly recommend […]

CSS jappler.com Standards Web Development

Day 3: Panic, Day 4: Done.

Well, yesterday after hours of frustration and CSS style sheet number three, I started thinking that what I wanted was not possible…not even close. Thoughts entered my mind like : “maybe I will forward all IE users to a nice web site on standards” and “maybe I could pdf my web site and make users […]

CSS jappler.com Web Development

day 2, style sheet 2.

Well well. Who says you should settle? I decided to completely re-write my style sheet and I have almost everything down for both IE and Netscape (FireFox, Safari, Netscape) browsers. Some things I still need to look at are the bulleted lists on the right (blog) and some other details. I again feel like I […]

jappler.com

Perfection

How many times have I heard that perfection is never achievable? Well, after countless hours (and when I mean countless, I mean over 60) I have decided to release the newest version of jappler.com. I have to still finish my IE CSS style sheet, but other than that, I am going to say that this […]

Web Development

text wrangler (now free!).

I have been using BBEdit Lite ever since I learned HTML back in college. I have never owned a full version because I use Adobe GoLive’s source code editor for any of my source code needs where I like to have an auto-complete option when writing code. Thanks to Bare Bones Software, I can now […]

jappler.com

jappler.com v5

Well, now that I have spent countless hours working on mastering CSS and also getting back to my color scheme of choice (not sure what it is? you will have to wait) I am getting ready to release yet another version of jappler.com. I am finished with my site style sheet for NS browsers and […]

Hints UNIX

sed and awk.

In my latest bit of training, I learned about sed and awk. sed is a line editor (stream editor) (scripting with ed). awk is a pattern-directed scanning and processing language and divides each line to fields by separating words by spaces or other specified field separators. Some tidbits about using sed to quickly edit files: […]