Google is entering the browser wars.

But true to its “Don’t be evil” slogan, Google is not really waging a war. In fact, just last week Google announced that they would continue their support of Mozilla’s Firefox browser until at least 2011.

So why launch a new web browser?

Because we believe we can add value for users and, at the same time, help drive innovation on the web.

What, more specifically, does Google think it can contribute?

Because we spend so much time online, we began seriously thinking about what kind of browser could exist if we started from scratch and built on the best elements out there. We realized that the web had evolved from mainly simple text pages to rich, interactive applications and that we needed to completely rethink the browser. What we really needed was not just a browser, but also a modern platform for web pages and applications, and that’s what we set out to build.

On the surface, we designed a browser window that is streamlined and simple. To most people, it isn’t the browser that matters. It’s only a tool to run the important stuff — the pages, sites and applications that make up the web. Like the classic Google homepage, Google Chrome is clean and fast. It gets out of your way and gets you where you want to go.

In other words, Google’s browser will apparently focus on web applications, rather than on the comparatively “simple” matter of web browsing. This reflects a more general trend towards “Web 2.0/3.0″ and, to bring in another buzz word, “Cloud Computing.” In short: Google anticipates that more and more of your interaction with the computer will actually be interaction with the web. The software you use, the files you store, and the Operating System you run will increasingly be web-based, not hardware-based (Microsoft agrees, by the way). To put the matter even more succinctly, in 10 years Google expects that your web browser will be your OS. I suspect that their release of this new browser is intended to reflect this prophecy, while at the same time assisting Google (in its real war against Microsoft) to fulfill its own prediction. A self-fulfilling prophecy, in browser form.

Will it work? We will see (I personally would like to see a hybrid system—I hope the “cloud” will be grounded in open-source-supported home-hardware). In the meantime, it is encouraging to again reiterate: Google is still supporting Mozilla, and in addition to this continued Firefox support, which serves Google’s own interest (for the time being), they have committed to an open-source model for their own offering:

We owe a great debt to many open source projects, and we’re committed to continuing on their path. We’ve used components from Apple’s WebKit and Mozilla’s Firefox, among others — and in that spirit, we are making all of our code open source as well. We hope to collaborate with the entire community to help drive the web forward.

This is a good move (and the only legal one available to them, since Mozilla publishes Firefox ‘s code under an open-source license that requires open-source reciprocation).

So how can you get your hands on this technology?

Check in again tomorrow to try Google Chrome for yourself. We’ll post an update here as soon as it’s ready.

The only hurdle I can foresee here is the recent controversy Google has had over privacy issues (regarding ad-targetting in Gmail, the Viacom/YouTube controversy, and, of course, Google street-view concerns). But Google makes such good “products,” it’s hard not to trust them.

Read the whole story here.

 

My Windows readers will be perplexed by this post, so as a brief preface, let me just say feel more than free to skip this one (and any other “Linux how to” posts that might pop-up in the future). I spend most of my computer time in Linux, but there are a couple of Windows applications that I use regularly. Bibleworks is one of them. This post explains how I got Bibleworks to run in Linux (Ubuntu 8.04 and Ubuntu 8.10) using Wine. This guide is confirmed to work with Bibleworks 7 and Bibleworks 8 using any Wine version 1.0 and up (Bibleworks 6 has worked fine for years).

Here are the steps I used to run Bibleworks in Ubuntu 8.04 and 8.10 (though the instructions should also work in any Linux distro, like Fedora or OpenSUSE, that includes Wine 1.0 and later).

Step 1: Install Wine

You will need to most recent version (1.0 or higher). Use your distribution’s package-manager or follow the instructions for your distribution here (for Ubuntu, use this guide.

Step 2: Tell Wine to Play Nice

There are a few modifications that you will want to make to ensure that Wine plays well with Bibleworks. First, and most important, make certain that you are emulating XP. To do this, type “winecfg” in the command line, and make sure XP is the selected version.

Second, the default settings for Internet Explorer will not work with Bibleworks. We will need to change it. Do the following in a terminal to backup the default setup:

mv ~/.wine/drive_c/Program\ Files/Internet\ Explorer ~/.wine/drive_c/Program\ Files/IE6BACKUP

Now we need to use the winetricks script to set up a fake Internet Explorer. In the command line:

wget http://www.kegel.com/wine/winetricks

chmod +x winetricks

./winetricks

This will bring up the following window. There are a lot of great options here. The only one that you need to worry about at the moment is fakeie6. Select it and let winetricks do its work.

Step 3: Install Bibleworks 7

Now the fun part. Pop in your first Bibleworks disc. Open you favorite file manager and explore the CD. The application you want is “autorun.exe,” and it is best not to run it from the command line (since you will have to switch discs several times). Select the modules you want and start installing.

The only difficulty I ran into here is being a little trigger happy on the disc switching. When the window for exchanging disc opens, go ahead an put in the requested disc. Do not click OK until the disc is fully loaded. Once the disc icon shows up on your desktop (or “Computer” folder), it’s ready to go, and only then should you click OK. Jumping the gun here could result in Bibleworks never recognizing the disc, and you will have to start over. (If this does not work, you can copy the contents of each disc into a folder in your home directory, then use the command line and run wine /path/to/folder/setup.exe).

Once it’s installed, you will have a Bibleworks icon on your desktop. Drag and drop this to whatever launcher or menu you want, or just doubleclick to launch Bibleworks.

Step 4: Updates.

Shutdown Bibleworks and then start it up again. This saves your settings, which is necessary if you have a crash. You should do this anytime you make changes to Bibleworks, such as setting options or default versions.

Before tailoring Bibleworks to your personal needs, it’s a good idea to download all the updates. Sometimes an update can reset your settings, so update before your tweek.

You should be able to check for automatic online updates (this is why we ran the winetricks script). Do not use the dialog for this in the Options menu. Instead, go to Help – Bibleworks on the Internet – Check for updates. This should bring up the window to the left. Check all that you want (I recommend everything), and then click “Apply.”

It should work, and will eventually restart Bibleworks on its own.

Step 5: Getting Pretty

Check out this screenshot. Not pretty, right? That’s because the standard fonts are not really good in Wine. Go to Tools – Options. Select the Font Tab. Adjust as necessary. I used the default font for my Ubuntu theme, which looks very nice. You may also want to change your Greek and Hebrew fonts. For recommendations, check out this post.

Also, while you are in this dialog, set up the “Export” fonts for Unicode support. Use the screenshot to the left as a guide.

You can “pretty up” the rest of the interface by using the aforementioned winetricks script to install the “Core Fonts” package and “Tahoma.”

Step 6: Fixing Smaller Bugs

One minor annoyance occurs when Bibleworks starts and the Welcome Screen appears. In the bottom right hand corner of this dialog box you can uncheck the “Appear at Startup” button, but it won’t do any good. To keep this screen from appearing you need to manually change a line in the bw700.ini file. Located this file in your Wine/BibleWorks 7/ directory and change the following line:

ishowgetstart=1

Change the value to 0.

Step 7: Enduring Problems

There are several issues, but only one of them is major. The most obvious is the lack of any icons on the toolbar. This is really not a problem, however, since Bibleworks gives you many ways to get to the dialogs you need.

Update: Some of what follows is not an issue in Bibleworks 8, but help files do still crash Bibleworks.

The biggest issue is that modules that require Windows Help files (.chm) will crash Bibleworks when you close them. This includes many of the various “books” that Bibleworks provides, such a Gesenius’s Hebrew Grammar. There is a work around, however: don’t close the window after you open it. As long as you do not close the window, you can browse, read, copy/paste to your heart’s content. Bibleworks lets you have as many of these windows open as you want, so when you are done with them, just minimize them.

Work Around: You can always view the resource in a native Linux CHM viewer, such as gnochm. I have linked all the .chm files in the Bibleworks “databases” directory into a separate folder to make accessing these resources easier.

Finally, if you do have a crash, you will see the screen to your right. Make sure you select the last option. Bibleworks is a little over-protective. Do not allow it to delete your .ini file, as you will have to reset all your settings. Instead, select “Let the operating system handle the error” and just restart.

I very much recommend backing up your settings file, particularly if you make heavy modifications to the default options (such as specialized search versions, font choices, etc). Despite Bibleworks’s claim to the contrary, the bw700.ini file in the Bibleworks directory is not the file to backup. Bibleworks creates an .ini file in the Windows directory, and that is the one you need (this has been fixed in a recent update). To backup, simply browse to that directory and copy the bw700.ini file, or use the terminal:

cp ~/.wine/drive_c/windows/bw700.ini ~/.wine/drive_c/windows/bw700.ini_BAK

Do the same for the file in the Bibleworks directory, since the most recent version does use that file:

cp ~/.wine/drive_c/Program\ Files/Bibleworks\ 7/bw700.ini ~/.wine/drive_c/Program\ Files/Bibleworks\ 7/bw700.ini_BAK

Should you have any problems in the future, just restore your backup file. Windows users will benefit from this as well (I get the occasional crash there too).

I have not had too many crashes. It is pretty stable, for a Wine app, and you can always use something like VirtualBox if you need more stability. Also, whenever you spend a good amount of time changing your settings (such as default search versions, etc.), shutdown and restart to save your settings.

Conclusion

I hope this helps Linux users use this wonderful software. Please post problems (and solutions) in the comments. Here is one last screenshot, with everything running:

 

Check out this list of handy websites for writers. Here are a couple that I have found particularly useful:

SparkNotes Ultimate Style. The web’s ultimate guide to grammar provides a searchable database of topics and an easy-to-search A-Z list of common questions.

MIT OpenCourseWare. MIT offers dozens of free writing courses through their OpenCourseWare program. Course topics include short story writing, fiction writing, expository writing, technical writing, essay writing and poetry.

Also be sure to check out the Internet Archive, which contains a ton of resources in the public domain. It is a great place to look for old books, lectures, etc. And while your browsing, you can download live music (or go here, particularly if you like bluegrass or the Grateful Dead)!

You will need a good Bittorrent Client to download large items from the Internet Archive.

 

At first it may seem that the Garfield comic strip has nothing to do with my aforementioned open-source agenda. But check out this post, which not only tells us about the benefits of a culture of sharing, but also provides an interesting perspective on art, language, hermeneutics, and the contextual nature of meaning.

 

Several factors have contributed to a recent surge among big-name companies in supporting open-source software. Chief among these is the increasing importance of interoperability in a Web 2.0 world. This is true across the board, from big-business capitalism, to the little-guy blogger, to governments around the globe–the world needs its data in transparent patent-free formats.

Microsoft is slowly responding. From Windows Live
to OOXML, to a partnership with Novell, and now a recent announcement that they will financially fund Apache, its biggest open-source competitor in the server market (this blog runs on an Apache server). Read more here.

This is all welcome news, but it is going to require a corresponding change in business model, one which open-source friendly companies like Novell, Red Hat, Sun, and IBM have been pioneering and perfecting for years. It is the move from a product-based model, where one tries to differentiate their product from its competition in order to sell the most items, to a service-based model, where you are selling your ability to help others.

In any case, the future will be interesting. In my opinion, Microsoft is on the right track. The sooner it moves to a service-based business model the better, for us and them.

 

This is the third past in a series of posts about typing in Greek. The first post was about the the joys (and necessity) of Unicode character encoding. The second detailed how to set up a Greek keyboard. Now you need a good font. While up to this point we have been dealing with encodings and characters, the way in which an operating system matches the push of a key to a letter in a given language; now we are going to focus our attention on glyphs, the way in which different characters are represented by a particular font.

What do you want in a Greek Font?

Eye Candy: The most immediate qualification for a good font is eye candy. Seriously: this is important. The better looking your font, the easier it is to read, both for you and your audience.

Which do you prefer?Check out the image to the left. Which do you like better? The top glyph is what we call “sans serif” because it does not have the fancy shaping and decorative formatting that the bottom glyph has. Sans serif fonts are particularly common on the internet because they are the easiest to read, even if not the prettiest over all. Times New Roman, by contrast, is a serif font. If you write your papers using a serif font, your Greek should be a serif font as well (and vice-versa). This is usually just a matter of personal preference, but generally readers prefer serif over sans serif for extended amounts of text, and the opposite for presentations (PowerPoint) and Web pages.

A more specifically Greek decision involves accents, the most important of which is the circumflex. This again is a matter of preference, but I prefer the full semicircle over the tilde. Having said that, the font I am eventually going to recommend uses the tilde. Oh well…

Free: The second (and most important) qualification of a Greek font is that it should be free. There are two types of free: free beer and free speech. The former is probably the most immediate concern, but the latter is really the most important. A “free beer” font will be free to use and will not encumber you with licensing fees should you decide to publish your work using that font. The Microsoft fonts seem like they are free-beer fonts—at least you probably do not remembering paying for them—but in reality they are encumbered by a pretty strict license. They will be fine for basic personal use, but if you are planning to start a Greek-Verse-Greeting-Card business, or am online journal for NT studies, you might want to pick something else. At the very least, you want to use a font that is free for both non-commercial and commercial use.

You may also be interested in a “free speech” font. In addition to being free as in free beer, free speech fonts allow you to redistribute, modify, and have absolute control over all underlying mechanics. You can use them, change them, and distribute them, all without asking permission.

In short, you want a font that is licensed under an a so called “copy left” license. These are “open source” licenses. Applied to fonts, these licenses define the parameters by which you can use and modify the glyphs in question; they will be royalty-free (“free beer”) and also free-to-modify (“free speech”) under certain conditions. .

So what fonts should I use?
The following is a list of the best fonts available. Only Unicode fonts are included:

  • Gentium would be my first-choice recommendation. It is a serif font. The standard versions uses the tilde for the circumflex, though an alternative version (GentiumAlt) is now included in the download that uses the half-moon. It includes a full Latin set of characters, which means that in addition to being your Greek font, you could use it as a whole-sale replacement for Times New Roman, or whatever default font you use in your documents—a one-stop shop for all your Latin-based language needs. Additionally, it is fully open (both “free beer” and “free speech”), and is licensed under the SIL Open Font License, which is excellent. It includes installers for Windows, Mac, and Linux, as well as source code. The recent addition of GentiumAlt to the font family eliminates all my previous hesitations about recommending this font. It really is excellent, and its Latin characters are so nice that I have begun using it as my default serif font for all my documents.  Gentium is maintained by SIL, which has developed quite a reputation among linguists, and promises robust future development while maintaining an open licensing schema. (By the way, if you are using Ubuntu/Debian Linux, you can install from the command line: “sudo apt-get install ttf-gentium”.)
  • Galatia SIL is a serif font that uses a half-moon circumflex. It is “free beer” but not “free speech.” This is a slight problem because the font no longer appears to be actively developed, which is unfortunate because it is probably the best-looking Greek font available. A font that is no longer supported by those that made it can be problematic because errors will not get fixed, and errors might crop up as the rest of the computer world marches on.
  • Freefont. I have not had much experience with this font. It’s biggest claim to fame is its audacity: the goal of the project is to support every unicode character, which is pretty ambitious. It looks nice and is licensed under the GNU (pronounced GooNoo) public license, the best and original “copy-left” license. You can check out more information on the project here.
  • Linux Libertine and other OpenType fonts are available for Linux and other operating systems, including Windows, despite the name. A good choice. Fully open. But they are not the prettiest fonts available, and I’ve had issues with software compatibility (such as exporting a document to PDF).
  • Other SIL fonts. The Summer Institute of Linguistics specializes in languages, translations, and technological tools. There are many fonts available on their site, most of which provide Unicode support, many of which are licensed under their OFL. If you are in search of a different Greek font, or a font for a non-Latin character set (coptic, Hebrew, etc.), this is the place to start.
  • The Free Font Foundation has several Unicode fonts that are worth checking out.
  • Gentium Basic and Gentium Book Basic are not yet ready to deploy, as they do not yet support Greek characters. Nevertheless, they are the next “upgrade” to the wonderful Gentium font family, listed above. Gentium only builds regular and italic glyph-sets into its definition: no additional weights are included. This is not a problem for basic users; almost all Word Processors are able to automatically “add” bold weighting to any font, regardless of its internal definition (at least that is my understanding—I am able to get great-looking bold characters with the regular Gentium fonts listed above). Publishing companies, by contrast, will not want to rely on a particular Word Processor’s interpretation of a font, and will therefore require additional “built in” weights. So, to make up for this deficiency, SIL has split Gentium development. Both Gentium Basic and Gentium Book Basic are based on the Gentium glyph-set, but will include bold-weight characters, as well as some other features not included in the original Gentium (again, this is my understanding of their explanation, and I invite correction from anyone with more accurate knowledge). They do not yet support Polytonic Greek, however, though eventually they will support every character that Gentium supports. Keep an eye on these; when they are finished they could supply the biblical scholar and publisher with all their Latin-based-character needs.
  • Still looking? While the above fonts are, in my judgment, the best available, there are others. The above link provides some additional online resources. This site might also come in handy, though some of the fonts listed are either terrible or not free in any sense.
  • SBL has an collection of legacy fonts available at their site, none of which are included in the above lists due to their non-open license, and also because only a few of them include Unicode support.

What about Hebrew?

I have given short-shrift to Hebrew, and I apologize. There are reasons, however. There really is only one decent open-standard font that I know about for Biblical Hebrew: Ezra SIL. It’s fully open under SIL’s OFL, it supports every character used in the Biblia Hebraica Stuttgartensia, and it’s easy on the eyes. You will need to download a special keyboard to get it working, though. Instructions for doing so are available on the download page, where you can also find a keyboard map of the layout. Also: you may run into small problems with Macs and in Linux, though nothing catastrophic. If anyone has other Hebrew fonts they would like to recommend, please do so in the comments.

Ros Clarke notes in one of the comments that SBL has a good Hebrew font available here. It is a very well designed font that includes Linux support. The only disadvantage is that it is not licensed under an open standard, though SBL does provide it free of charge for non-commericial use. Thanks Ros.

Conclusion

Don’t forget to check out my previous posts on Unicode and on setting up a Greek keyboard. All this might sound a bit intimidating, but it really will make your life easier in the long run.

 

According to Google Analytics, at least 5 people downloaded Firefox 3 due to my post. Apparently, however, my contribution to Firefox’s World Record was fairly meager. The fabled Colbert Bump had far more impact. The Mozilla Foundation (the company behind Firefox 3) has provided precise measurements of the effects of the Bump, but are apparently not the first to do so.

Included here is a video of the Bump in action, or you can go directly to Colbert’s site.

 

For those who use the excellent bibliographical software Zotero, a major milestone is in the works. The 1.5 release will support, among other features, keeping a full copy of your bibliographic database, which can be accessed by and synced with any of your computers, regardless of Operating System.

The latest release is still in development, and should be used with caution, but a preview candidate has nevertheless been submitted to the public for testing. If your are interested in trying out the new features, check out their announcement. Also, this release requires Firefox 3. Those who prefer the stable version should stick with Zotero 1.0.

Not familiar with Zotero? Check out my previous post, which introduces the software and shows you how to add JBL’s bibliographic style to the mix.

 

The much anticipated release of the excellent web browser Firefox 3.0 is available for download. Curious what all the fuss is about? Wondering if you should switch from Internet Explorer (you should, by the way)? Check out the discussion here and here for the best Firefox analysis. Wondering what’s new? Check out this list or a more in depth visual tour.

Convinced? Help Mozilla (the organization behind Firefox) set a record for most downloads in a day by downloading now! Once you have your very own copy, you can start adding extensions and customizing to your heart’s content.

In honor of this milestone in Web development, I thought I would provide some of my favorite extensions. Check them out!

Zotero of course. I have already posted a brief introduction. If you do any amount of research, Zotero is a must for organizing bibliographical material. It also generates citations in a variety of formats, including Chicago and SBL. If you are having trouble getting start, make sure you check out their online screencast, and I plan on developing my own tutorial for SBL/OpenOffice support in the near future.

Ever wish you could access your most-used internet bookmarks anywhere? Or maybe you want to share them with friends and family? Or post automatically generated links to your favorite posts on a blog (as I have in the sidebar to the right)? Well then del.icio.us is for you. The interface takes a little getting used to, and the website has the kind of interface only a techie could love, but its worth the effort. More to the point, it has a brilliant Firefox Extension.

If you’re a longtime use of Firefox, you probably already have a collection of favorite extensions. Some of them might not yet be updated for Firefox 3. Don’t worry, you can still use them: just download Nightly Tester Tools to override Firefox’s default functionality.

Gmail is wonderful, but it is even more wonderful when you install Better Gmail 2, which adds some customizable functionality to gmail’s site.

If you’re a blogger, you definitely want to check out Scribefire. Like Zotero, it runs inside Firefox, allowing you to browse and blog at the same time; no more switching tabs and juggling windows!

Well that’s enough to get you started. I would love to hear what everyone else finds helpful. Post your ideas in the comments!

 

Many potential readers of this blog may be unfamiliar with the concept of “Open Source” software. There are a variety of possible definitions (depending on your preferred open source licensing schema), but what essentially qualifies software as being Open Source is the availability of its underlying source code for reading and editing. Why is that important? Because if you know how something is built you can always rebuild it, or build something similar that does the same job. Put it another way: ever feel like your information has been hijacked by software companies? What if you stopped using Microsoft Office, or you want to distribute your writing to someone who can’t afford pricey software? Sure there are workarounds, but those workarounds (1) require the use of open formats (that is, they presuppose the existence of Open Source software) and (2) require you to take extra steps to have unrestricted access to your own data.

Practical Advantages of Open Source

I have long preferred using software that supports open standards out of the box, such as the free and multi-platform openoffice.org, for practical reasons. In addition to the points mentioned above, open source code allows for easy third-party modification, which has resulted in the overwhelming success of software such as Mozilla’s Firefox and Thunderbird. Need a feature not included in the original? Just Google, click, restart, and you’re ready to go, and all free of charge.

Ethics and Open Source

But the issue may be more than practical. Westminster professor Vern Poythress has made an ethical case for the superiority of open computing. This is a very interesting read. There are, of course, certain qualifications that must be made, such as for security software and other areas were privacy is necessary for proper program performance, but Poythress’s suggestions provide an interesting perspective on the current debate. As a side note, Dr. Poythress puts the open source mentality into personal practice–he has released almost all his writings for free reading on his website.

Recent Moves by Microsoft

Microsoft has recently come to appreciate the advantages, if not the necessity, of opening up their format standards. Many (including myself) question the company’s commitment, but yesterday’s news is in their favor, as is their recent commitment to begin opening up their API. The fear that open code leads to less revenue has apparently been thoroughly debunked, and Microsoft may have some catching up to do with regards to their business model in order to compete.

At the very least, this saga is an interesting example of the application of Christian ethics. No area of life is neutral; all most submit to God’s Lordship.

© 2011 Nerdlets Suffusion theme by Sayontan Sinha