Archive for March, 2008

All posts written in March, 2008.

How to Get Stuff Done

Posted by: Jen | 3 Comments »

Categorized: Business, Hints, HOWTOs

The last few weeks I have been extremely busy and on top of that I have been dealing with a sick child and also being sick myself. There is no time to be wasted so efficient use of the time I had was crucial. I feel that since owning my own business, I have had to work very hard to make the most of my time and have a few tips:

  • Focus on 1-3 big tasks per day. Any more tasks than 3 will most likely cause you to spend too much time switching gears. I have begun making a list (yes – let the comments start pouring in as I was anti-list for a long time) of these items and then crossing each item off as I finish. This is surprisingly very rewarding.
  • Limit how often you check email. (See a post I wrote on this in the past)
  • Start the day with an easy task. It sometimes takes more time to get going mentally in the AM so starting with an easy task quickly builds confidence for other tasks later
  • Take time every hour to take a small break to keep your mind fresh
  • If you are having a problem with something you are working on – move on and come back to it later. Sometimes I can easily get lost in a problem and stop thinking about it rationally but by stepping away and coming back to it – I can often solve the problem quicker than if I would have stayed with it.
  • Set a stopping point or time and stick with it. Feel good knowing you have put in 6-8 hours of work a day and realize that there will be things to do tomorrow and not everything needs to get done today. By setting limits, you will feel much more refreshed the next day and your spouse/family will be happier as well.

Jappler Recommends: Wireless Weather Forecaster

Posted by: Jen | No Comments »

Categorized: General, Jappler Recommends

If you ever need a gift for someone that is hard to buy for, check out Brookstone’s wireless home weather forecaster. This really cool instrument automatically locates itself geographically, then updates itself using radio signals so that you always have the latest weather report (thanks to accuweather.com). I recently bought one of these and it is really cool. It even has a great magnet back so it easy sticks on the refrigerator door.

Chicago: Cold

Posted by: Jen | No Comments »

Categorized: Apple, Chicago, Serenity Now!

I know it is generally cold here in the winter – and even though we had a nice break a few days ago, it is cold here, but man I was shocked to see my Mac Mini’s ambient temperature reporting:

So much for that temperature reporting application!

Developer Menu in Safari 3.1!

Posted by: Jen | 2 Comments »

Categorized: Apple, Web Development

My preferred browser is Safari but when I need to do any serious debugging, I use Firefox because of the web developer, firebug, and yslow (for firebug) addons.

In the most recent update of Safari (Safari 3.1), we now have the option to show a “Developer” menu (without any hacks) when using the browser.

There are all kinds of goodies in the “Developer menu – one which I will end up using quite a bit: Web Inspector which is helpful for a number of things (viewing code for errors, optimization, even CSS editing if you want in the snippet editor).

There are other nice options as well such as a quick and easy way to “Disable Cache”, Disable Images, etc. If you do any web development and are a Mac user – make sure you check this out.

Great work on the update!

Chicago is Beautiful…

Posted by: Jen | 3 Comments »

Categorized: Chicago, General

Chicago is a beautiful city. It has a beautiful lakefront, a beautiful skyline, and a beautiful grid layout.
Check out this awesome night photo that shows the grid system: http://www.flickr.com/photos/myelectricsheep/343703624/sizes/l/

Tagged:

If You Want Something Done Right…

Posted by: Jen | 1 Comment »

Categorized: Standards

Finally we got a nice break in the weather here in Chicago over the weekend and it was time to get a new grill. In the past I had always bought grills that were pre-assembled but they never had an ignitor that actually worked. All the wires were always in place, but I could never get it to work (not even my Dad could get them to work). I am not a huge flame fan so lighting the grill with a lighter always made me nervous. Any way – after putting the grill together myself this time, I am proud to say that the ignitor finally works! Needless to say, this was another example of “if you want something done right, do it yourself.” Fun times ;)

Tagged: ,

Backup to Amazon S3 With Rsync.

Posted by: Jen | 2 Comments »

Categorized: HOWTOs, Serenity Now!

Finally – I stumbled upon an article that outlines how to use rsync, Mac OS X, Jungle Disk, and Amazon S3 (all which I use). This will simplify and speed up my backup process. (Especially when my external backup drive has been acting a little irregular this morning.) If you do not backup your files, or have not looked at Amazon S3 yet – this is your chance!

WordPress 2.5 Admin Color Schemes

Posted by: Jen | 2 Comments »

Categorized: Wordpress

Thankfully – it is now easy to change the colors in the WordPress Admin. I thought the new color scheme was a bit washed out – but just today they added another option which was much more vibrant. You can choose your Admin color theme by logging in, choosing Users, then selecting the color scheme.

WordPress 2.5 Beta 1: One Click Plugin Updates!

Posted by: Jen | No Comments »

Categorized: jappler.com, Wordpress

On my company blog, I blogged about my initial thoughts on WordPress 2.5 beta 1. I have since then updated to WordPress 2.5 beta 1 and have been pretty darn happy with it so far. All my plugins on jappler.com made the upgrade without any issues and this morning when I logged into my web site, I noticed that one of my plugins had been updated since I last logged in and with WordPress 2.5 – you now have the ability to do “one click” installs. You need to provide WordPress with your FTP user name and password, and with that, you can have WordPress manage your plugin updates. No more manual downloading, uploading, etc… Nice work WordPress team! Stay tuned for more WordPress 2.5 related posts.

Always Use a Doctype

After spending an hour on something that should have taken me 20 minutes – I wanted to pass on something I should have caught right away. The problem: you use CSS to lay something out and it looks great in Firefox and Safari – but not in IE. At this point I validate the CSS to make sure I did not forget a bracket or something stupid. Next step – validate the XHTML. This is where I would have solved my problem, but I failed to take this step. At that point I would have seen that the script I was working with did not have a doctype defined. Once I added in the doctype – everything loaded as expected and I could not believe I missed something so basic. Lesson learned – and hopefully you will know now as well to make sure a doctype is always set.

Tagged: , , ,