Subscribe to Updates

Click here to subscribe to new posts by email. We use Google FeedBurner to send these notifications.

Archive for the ‘Tech Support – General’ Category

Quick and Easy Custom “Books” for PocketBible Using BookBuilder

Posted on: April 28th, 2008 by Craig Rairdin 5 Comments

I get the best ideas from customers. I’m corresponding with one now who is lamenting how hard it is to use BookBuilder to bring a text file into PocketBible. That gave me an idea to just tell you how to do it. It’s pretty easy.

Let’s just take the text of my blog posting from April 21 and turn it into a Laridian book. Laridian books are HTML files with some added tags. They all look like this:

<html><head>
<!– meta tags go here –>
</head><body>
<!– your book goes here–>
</body></html>

The meta tag section comes right out of the documentation. Here are the meta tags for a dictionary, which we’ll modify to make our book:

<html><head>
<meta name=”pb_title” content=”Tyndale Bible Dictionary”>
<meta name=”pb_abbrev” content=”TBD”>
<meta name=”pb_copyright” content=”Copyright &copy; 2001 by Tyndale House Publishers, Inc. All rights reserved.”>
<meta name=”pb_publisher” content=”Laridian Electronic Publishing”>
<meta name=”pb_city” content=”Cedar Rapids, IA”>
<meta name=”pb_date” content=”2004″>
<meta name=”pb_pubid” content=”101″>
<meta name=”pb_bookid” content=”35″>
<meta name=”pb_editionid” content=”1″>
<meta name=”pb_revisionid” content=”1″>
<meta name=”pb_synctype” content=”word”>
</head><body>
<!– your book goes here–>
</body></html>

We’ll change a bit of the text in the meta tags to make it make sense for our blog article. We end up with this:

<html><head>
<meta name=”pb_title” content=”April 21 Blog Article”>
<meta name=”pb_abbrev” content=”BLOG”>
<meta name=”pb_copyright” content=”Copyright &copy; 2008 by Craig Rairdin. All rights reserved.”>
<meta name=”pb_publisher” content=”Laridian Electronic Publishing”>
<meta name=”pb_city” content=”Cedar Rapids, IA”>
<meta name=”pb_date” content=”2008″>
<meta name=”pb_pubid” content=”9999″>
<meta name=”pb_bookid” content=”1″>
<meta name=”pb_editionid” content=”1″>
<meta name=”pb_revisionid” content=”1″>
</head><body>
<!– your book goes here–>
</body></html>

In addition to changing the text of the copyright message etc. I also changed the Publisher ID (pb_pubid) just because it doesn’t matter and I didn’t want it the same as the Tyndale Dictionary from which the example was lifted. I set the pb_bookid meta tag to 1, and I would change that for every book I create. And I removed the final pb_synctype tag, because that’s what tells PocketBible this is a dictionary, but my file isn’t a dictionary.

I have to add at least one heading so I have something in the table of contents for the book. So I put that on the top of the text of the blog article. I paste in the text of the blog article and add <p> tags at the start of each line to indicate new paragraphs.

Text in bold is text I modified in some way just so you can see how little I changed from either the sample meta tags or the text of my article.

<html><head>
<meta name=”pb_title” content=”April 21 Blog Article“>
<meta name=”pb_abbrev” content=”BLOG“>
<meta name=”pb_copyright” content=”Copyright &copy; 2008 by Craig Rairdin. All rights reserved.”>
<meta name=”pb_publisher” content=”Laridian Electronic Publishing”>
<meta name=”pb_city” content=”Cedar Rapids, IA”>
<meta name=”pb_date” content=”2008“>
<meta name=”pb_pubid” content=”9999“>
<meta name=”pb_bookid” content=”1“>
<meta name=”pb_editionid” content=”1″>
<meta name=”pb_revisionid” content=”1″>
</head><body>
<h1 pb_toc=visible>On the Problems of Designing User-Friendly Software for PDAs and Smart Phones</h1>
<p>A comment from one of our PocketBible 4 beta testers got me thinking about the nature of what we do and what users complain about. I’ve expressed this with respect to the iPhone but I haven’t put it into a larger context that might help people understand what software designers are up against when we implement a solution, regardless of the platform. These issues are especially true of the mobile device market but the same ideas apply to the desktop and other general-purpose computing platforms.
<p>If you start from the beginning, you find a user with a problem. It might be: “How do I take my contact database with me?” or “How can I work on my spreadsheets on the train?” or “How can I browse the Web when I’m away from my computer?”. Hardware companies like Sony, Apple, HP, and HTC get together with software companies like Microsoft and whatever Palm is calling itself today and come up with a device and operating system software that address those problems. In the course of doing so, they create a way for third parties (that’s us) to create software for their new device/OS platform.
<p>By the time we consumer software companies (independent software vendors or ISVs) get our hands on these products, we’re no longer solving the original customer problem. Instead, we’re programming for a device, and the device is solving the problem. When we program for a device we have certain limitations imposed by the hardware and software. The screen is only so big. There may or may not be a keyboard. There may or may not be much memory. There may or may not be good internet connectivity. The tools provided by the OS software developer may not be very powerful. There are a host of these limitations, and we have no control over them. It is the sandbox in which we have to play if we’re going to play at all.
<p>etc…..
</body></html>

That’s all there is to it. If you can master cut and paste and typing <p> you can create books out of text files. If you know a little HTML you can add bold, italics, underlines, and even tables and lists.

Displaying Bible Verses During Sermons

Posted on: March 24th, 2008 by Craig Rairdin 2 Comments

I just had a customer write to ask how to solve a problem. His pastor speaks very extemporaneously and as a result, the computer operator/projectionist is scrambling to look up every verse he mentions in a printed Bible, type each into PowerPoint, and display it on the screen.

At a minimum, running PocketBible for Windows and cutting/pasting into PowerPoint would be a good idea.

But better yet:

  1. Turn off the toolbar (View > Toolbar)
  2. Set the size of the Bible text to 72 points (Edit > Options > Appearance, make sure “Bible” is selected next to “Set”, then change Font Size to 72)
  3. While you’re there, choose pleasing foreground and background colors
  4. OK to close the Options dialog
  5. Zoom the Bible window (using the zoom button or View > Zoom Window)

Now your Bible will appear in very large type. On Sunday morning, all you need to do is type the reference into PocketBible. Remember, with its instant “type-n-go” feature all you do is type the reference while the Bible is selected. So to go to John 3:16 there’s no need to select Search > Go To or press Ctrl+G. Just type J O H N [space] 3 : 16 [enter] and the Bible will go there. Assuming PocketBible is running on the monitor that you’re projecting, you’ll instantly see the referenced verse on the big screen.

(In case you’ve wondered, this is why we gave you the ability to set the point size up to some outrageously large number.)

PocketBible Screenshot - John 3:16

Using Your Bible Resources – Bible Maps

Posted on: February 14th, 2008 by Michelle Stramel 8 Comments

Awhile back I had created a series of articles on using your Bible resources.  This included commentaries, reference books, devotionals and more.  If you missed that series or could use a brush-up on the information you can enter “Using Your Bible Resources” in the search dialog box to the left of this article and do your search.  Once you have the list of articles you should scroll down to the September 9th article and work your way up so you read them in order.

This new article is on how to use the Bible Maps. The Bible Maps are available for use with PocketBible 4 for Windows Mobile and our PocketBible for Windows software for desktop PCs running Windows. (more…)

Add iPocketBible to your iPhone’s “Home” screen

Posted on: January 18th, 2008 by Craig Rairdin 8 Comments

Recently, Apple released the 1.1.3 update for the iPhone and the iPod Touch. This update included a feature that some of you requested we take advantage of… the ability to add iPocketBible to your “home” screen.

  1. Update your iPhone/iPod Touch to version 1.1.3.
  2. Launch iPocketBible from within Safari. If you are already there, I suggest that you “reload” the page in order to ensure that the latest version of iPocketBible is loaded. One thing to remember: you are essentially creating a bookmark that gets placed on the home page of your iPhone/iPod Touch. Whatever page within iPocketBible is visible when you start this process will be the page associated with this bookmark. You may want to consider going to the “front matter” or “table of contents” of your favorite bible or commentary before starting this process.
  3. Click on the “+” located on Safari’s bottom navigation bar.
  4. A menu will appear with the options to “Add Bookmark”, “Add to Home Screen”, “Mail Link to this Page” or “Cancel”. Select “Add to Home Screen”.
  5. A new screen will appear that will show our icon as well as a text field for selecting the text associated with this icon. The text field has limited space, so I would suggest putting “iPocketBible” within the field.
  6. Press return.

That should do it!! You should now see your home screen, complete with your new iPocketBible icon.

Enjoy!

Synchronization Providers released for PC and Pocket PC versions of PocketBible

Posted on: December 14th, 2007 by Michelle Stramel 12 Comments

If you’ve been waiting for the promised ability to synchronize your PocketBible Pocket PC data with your PocketBible Windows PC data, the wait is over. We have released Synchronization Providers for both programs which will allow you to synchronize user-created data (i.e. notes, bookmarks, highlights, devotional or reading plan progress) between the two PocketBible programs.
(more…)

Progress Report

Posted on: November 20th, 2007 by Craig Rairdin 19 Comments

Wow it’s been a month since my last article. Time flies. (more…)

PocketBible for Windows 1.003 is released

Posted on: September 6th, 2007 by Michelle Stramel 6 Comments

PocketBible for Windows has been updated to version 1.003. This is a free update for registered PocketBible for Windows users.

For information on the corrections that have been made, click here to visit the PocketBible Revision History page. (more…)

PocketBible for Windows Now Available

Posted on: August 21st, 2007 by Craig Rairdin 45 Comments

I’m happy to announce that PocketBible for Windows is now available at our Web site.

We’ll be sending emails to existing customers over the next 2-3 days with a discounted price of $19.99. Regular retail price is $29.99. If you can’t wait we’d be happy to accept the extra $10. :-)

Any books you’ve already purchased for MyBible or PocketBible will entitle you to download the same books for your Windows PC. The only exception is the Ancient Christian Commentary Series, which we’re prohibited from distributing on the desktop until some date in the future. We’re trying to remedy that because it’s a great commentary series and we’d like to see more people using it.

We’ve mentioned it before but one of the cool options you have for another $19.99 is receiving your entire PocketBible for Windows library on a USB flash memory drive. You can still download now for immediate satisfaction, but then we’ll send you everything in your download account (including existing purchases plus anything you purchase at the time you place your USB flash drive order) that is compatible with PocketBible for Windows on one USB drive, complete with custom Laridian lanyard.

Just a reminder: If you have technical questions, send them to Tech Support through the Help Desk at our Web site. Don’t post them here. There are several reasons: First, by going through the Help Desk you may find that your question is already answered. Second, your question will get directly to our tech support department without depending on one of them to wander in and read the blog comments. Finally, there are people who subscribe to these blog comments and you’re just clogging up the comments with issues that only pertain to you. Just so you know, even though all comments to this blog are moderated, we always approve the tech support questions that get posted here just so people can laugh at you behind your back. :-)

OK one major new product down. Several more to go…

Didn’t receive a response to your email? Please read.

Posted on: May 24th, 2007 by Michelle Stramel 2 Comments

One of the many things we work at doing well at Laridian is to respond to customer support emails as quickly and accurately as possible. How quickly is determined by when we receive the message and how many other messages are pending. Email is responded to at different times throughout the day depending on who is working tech support that day. Messages left after normal business hours are often responded to in the evening, but may have to wait until the next day.

How accurate the response is determined by the information supplied. Just saying “it doesn’t work” doesn’t help us to help you. We need detailed information on what’s not working, how it’s not working, and what you’ve tried to resolve the problem before contating us. The make and model of your PDA is also helpful since some issues are PDA specific.

Sometimes, though, an unexpected breakdown can occur that befuddles our best laid plans. That’s really what this blog article is about. Yesterday (May 23), we discovered that the email replies being sent were not actually being received by our customers. It was discovered when we started receiving numerous messages from customers stating that they never received a reply to a message sent previously. Since I know they’ve been getting answered promptly (I handle the email replies), that was a concern and some further investigation was done. A problem was found and has been fixed.

If you sent us a message between May 14 – 23 and did not receive a reply, please accept our apologies. I will be working through all messages sent during that time frame and will be resending those replies. I expect to have it completed by the end of the business day, May 24th. If you had sent an email during that time frame and you still have not heard from us by May 25th, please resend your message and it will be answered during our normal business hours.

We do apologize for the inconvenience and appreciate your understanding.

How to Back-Up Downloaded Files

Posted on: April 27th, 2007 by Craig Rairdin 1 Comment

Because of the large number of products we have and the fact that everyone selects a different collection of products to purchase from us, it’s not possible to ship every product we sell on a CD. That seems simple but it throws some people for a loop.

Today I was asked: “If I can’t purchase this Bible on a CD but instead have to download it, how do I back it up in the event of hard drive or computer failure?” Seems like a good question but I have to say this user is thinking too hard.

First, it sounds like this person is concerned about keeping good back-ups of their hard drive. That’s a good practice. I use Connected Online Backup (www.connected.com) to back-up my files every night while I sleep. But if this person is doing regular back-ups, then the question is already answered: If you download the file from our site it will be backed up during your normal daily back-up procedure.

When I tell people this, I’m often met with stammering. “Well,” they say, “I don’t really do back-ups the way I should.” If that’s the case, then it’s worth pointing out that our failure to ship the product you want on a CD isn’t really the cause of your problem — the problem is that you’re not really backing up your data to begin with, hence your fear of losing our files.

The solution of course is to simply write a CD or DVD containing the files you download from our site. It can’t get much simpler than that. It’s way cheaper than buying a CD from us (if we sold such a thing). By the time you paid for shipping it would be significantly less expensive to just make your own CD.

I’m sorry if this article seems obvious. We get this question surprisingly often so I thought it would be worth addressing here.

©2013 Laridian Bible Software