Categories
Uncategorized

iWork Smarter, not Harder (Part II)

iWork

In iWork Smarter, not Harder I mainly talked about Pages, but the iWork suite also consists of Keynote and Numbers.

Keynote is for giving presentations, and if you’ve ever used PowerPoint, well, it’s like that, except you don’t want to kill yourself while you are using it. I mean, I’m sure there are people who enjoy using PowerPoint. I think they are called masochists. (I kid, I kid!)

PowerPoint, you’re fine for the Windows-wielding corporate drones of the world. Make your charts & graphs showing projections for the 4th fiscal quarter… someone has to do it. Is it my background as a designer that makes me feel like Keynote “gets it” where PowerPoint does not? I don’t know… but I actually like using Keynote for building presentations. In the olden days (2006) I’d probably be all hellbent on using S5 or some (web-)standards based presentation thingy, to avoid using a PDF, or a PowerPoint file, or some other thing I deemed “evil” or such… but I guess I’ve mellowed a bit… and, I like Keynote.

As for Numbers, I have less use for it, but appreciate the fact that I have a spreadsheet application that runs on my own computer instead of the cloud, and feels cleaner and functions better than the offerings of NeoOffice or OpenOffice. I tend to use spreadsheets as spreadsheets and not databases, as many people do, so I don’t use it a lot. I did find that making charts & graphs was pretty damn easy. I never knew how to make a damn chart in Excel, but Numbers was intuitive. In the olden days (2004) I’d probably be all hellbent on writing some Perl code to generate an SVG file if I needed a graph. It is nice to have Numbers around as an option though.

So while I’m thankful for these useful tools, I’m still a fan of writing HTML for presentations, and (being able to) write code to generate charts & graphs. I mean, choice is a good thing… right?

See Also: iWork Smarter, not Harder (Part I)

Categories
Uncategorized

iWork Smarter, not Harder

iWork

I have a confession to make… I’m becoming a fan of Apple iWork.

I’ve always hated office suites. I entered the work world through the creative door, and we used tools like QuarkXPress, and Photoshop, and when I got into web development I used text editors. I never really had a need for office suites to create anything. My relationship with them was always in the form of document transcoders. Transcoding documents was not always easy in the times before free office suites like OpenOffice or NeoOffice.

Oh yes, OpenOffice and NeoOffice… When these came along I was thankful. Very very thankful. Finally, we could open those damn Word documents, and get the text out of them for whatever purpose we needed! Print brochure, web site, whatever. They were like can openers (or crowbars) for those .doc formatted files.

Years ago I did a contract job as a web developer in a Windows shop. They gave me Microsoft Word for some work I had to do, and no matter what I did, I could not get the thing to work the way I wanted it to work. Maybe I was used to QuarkXPress or InDesign, which are page layout applications where you have control over everything, but Word seemed to have a mind of it’s own as to where it would place things and how it would format them. It was maddening!

Sadly, while OpenOffice and NeoOffice are free alternatives, and great open source projects, I still didn’t find either one that good for creating documents. They just seem to do “weird” things that I don’t want. But recently, I started using Pages… lo and behold, it actually seems to do things that make sense. It actually seems to work the way I expect it to work. I don’t know if there’s some “Do What I Mean, Not What I Say” magic in there or what…

My only gripe about Pages so far is that it can’t open .odt documents. This would be an ideal feature, as I could easily open all those files I’ve created with OpenOffice and NeoOffice. Sadly, to get the most widespread ability to open a document, it looks like .doc is the best option. It can be opened by Pages, TextEdit, OpenOffice, NeoOffice, Microsoft Word, and many others… It’s not an ideal solution, but it works.

And Apple, why can TextEdit open .odt files but Pages can’t? You obviously have the capabilities. Yes, there is some loss of formatting, but it would save one more step in the chain… Hmmm, maybe you’re working on better .odt support for Pages… yeah, that must be it.)

See Also: iWork Smarter, not Harder (Part II)

Categories
Uncategorized

I Googled Apple

I Googled Apple

I swear I won’t use the word “evil” or “conspiracy” in this post, but…

This seems weird to me. I used Google to search for “Apple, Inc.” and I got a search result for “www.apple.com” with the title showing “Apple Computer, Inc.”

Now, as you know, “Apple Computer, Inc.” recently changed it’s name to “Apple Inc.” so I wasn’t sure why Google showed it as “Apple Computer, Inc.” I then went to www.apple.com and the title of the page is just “Apple” not even “Apple Inc.”

So that begs the question… What’s up? If they indexed the page the same as they index every other site on the web, why does it not match? Is Apple feeding a different result to the Googlebot? (A quick test with Perl’s LWP::UserAgent says probably not.) So really… what’s going on? I’d like to know…

Categories
Uncategorized

This changes everything, even underwear!

Apple Box

download the large one

(consider it cc:by)

Apple Inc. came out with something new today an ZOMG it does something cool and I don’t know what it is but it’s better than the old one and holds more things and has more other things so yes I will need it when can I order it? Also, is it shiny? I hope it’s shiny! Or black! Black is good to. Maybe shiny on one side and black on the other? Is it made out of glass, or made out of metal, or some amazing combination of glass and metal!? Like a damn spaceship!

But really, Apple Inc. is the maker of fine consumer electronic devices for your Digital Lifestyle™. (Also, they make computers.)

Categories
Uncategorized

iPhoney

iPhoney is an iPhone simulator for web designers and developers that runs on Mac OS X. You can grab a copy of it from Marketcircle’s iPhoney page. (iPhoney is open source, and you can also find it on Sourceforge, though as of this writing the version there is not the latest.)

iPhoney does an ok-but-not-great job of replicating the iPhone Mobile Safari browsing experience. There is an option for Zoom to Fit as well as Hide/Show Location Bar, and it does let you View Source. You can also rotate it. (You can’t pinch/zoom or change the magnification beyond the Zoom to Fit capabilities.)

Here are some screen shots comparing Mobile Safari running on an actual iPhone versus running in iPhoney. (This post was used for comparison.)

Fig. 1: Mobile Safari on iPhone (vertical)

Fig. 1: Mobile Safari on iPhone (vertical)

Fig. 2: Mobile Safari on iPhone (vertical)

Fig. 2: Mobile Safari on iPhone (horizontal)

Fig. 3: iPhoney (vertical)

Fig. 3: iPhoney (vertical)

Fig. 4: iPhoney (vertical)

Fig. 4: iPhoney (horizontal)

I’ve found iPhoney useful for basic testing. It obviously does not take the place of an actual iPhone for proper testing, but if you just want a quick overview of how a page might look, it’ll work just fine. Also, since it’s open source, you can feel free to use the code as you wish, and even improve it. (Under the terms of the GPL of course.)