Random and Opinionated Thoughts

by: Jennifer Zelazny

Business WordPress

Project Management

I recently finished up a web site (using WordPress as a CMS of course) for a client who besides being a client is an amazing writer. He has a best selling project management book (The Art of Project Management) and has another one coming out in the next month. If you have a few minutes, […]

jappler.com WordPress

giving wp-cache a try.

I have been going back and forth for awhile about whether to cache or not to cache, and I decided to finally try it with this site. I have heard many good things about the WP-Cache plugin and got it installed today. If you notice a difference in load times over the course of the […]

Business Web Development

First Days Working From Home

Well, the first two days of working at home have gone great. I have gotten more stuff done before 8am than I can usually do by the time 8pm comes around. I am able to get up, spend some time with my son, workout, shower, and then start working all in the time it would […]

Life

The End of an Era

Yesterday marked an end of an era for me. As of Monday I am going to do web development consulting full time under my company name Sandbox Development and Consulting Inc. As most people can guess or know, I specialize in WordPress content management systems and blogs. I also do a lot of general CSS, […]

Web Development

google's my maps.

Google just announced “My Maps which is a great way to add your personal routes, landmarks, etc on a Google Map. This would be awesome to plot out a trip using placemarks with photos/videos taken at specific places. I am excited to play around with this!

Business Hints HOWTOs

Work Smarter

When every hour you spend impacts your bottom line, I have learned a few tricks to working smarter. Do not be a slave to email. When I am working on projects, email can be a continuous distraction. “I will just see what x client wants really quick” can easily turn into a mental distraction as […]

Apple

what will your legacy be?

There are somedays when I blog about something new I have learned about CSS, PHP, MySQL, Apache, etc. There are also somedays I come home, unwind, and realize I have much bigger life lessons to share. Although life is not all fun and games I always try learn something from each experience. This is what […]

TV

Six Feet Under Re-runs

The last few weeks I have been waking up early on Saturdays to catch the Six Feet Under re-runs. If you did not catch these on HBO the first time around or are interested in catching a really great show, check out the re-runs every Saturday on Bravo.

CSS Hints Web Development

cross check your css.

If you do not have a lot of time or experience with CSS, here are some quick ways to save yourself headaches down the road. If you have read my blog before, this is nothing new, but I cannot stress these points enough. Validate your code. By simply validating your code, you can learn a […]

CSS Serenity Now! Web Development

Internet Explorer Pickiness With CSS

For a browser that is hardly standards compliant, Internet Explorer still infuriates me and acts as my arch enemy when debugging CSS. How about an example? This code works in Safari, FireFox, Opera but not IE: .heading { background: url(“images/heading-bg.gif”)repeat-x; color:#fff; font-size:1em; margin:5px 0 5px 5px; border:1px solid #292929; padding-left:3px; line-height:21px; } The result: The […]

CSS HOWTOs Javascript Web Development WordPress

Dropdown CSS/Javascript Menus

If you ever need to implement drop down menus and want to use clean CSS/javascript code, check out: Son of Suckerfish Dropdown menus. I have implemented these on a few web sites now for my clients and have been very happy with the results. If you are using WordPress, you can also use to dynamically […]