September 2007

Now that Apple has so generously removed my ability (for now) to install, run and delete applications on my iPhone with the release of firmware 1.1.1, I really miss them. It will only be a matter of time before someone figures out how to break the new encryption and get our 3rd party apps up and running. So, in the meantime, we are left with basically what we started with…custom apps through the web.

I figured that I would help out with a small matrix of applications equivalents that can be found on the Web.

Note: I will update this chart as I uncover others as well receive suggestions, so SEND THEM IN!

Hope you like these! Let me know of others:

Type3rd Party AppWeb App
Instant MessengersApollo(IM)
MobileChat
BeeJive
Mundo IM
Meebo
TinyBuddy IM
Trillian Astra
TwitterMobileTwitterificHahlo
PocketTweets
Gambling GamesiBlackJackScenario Poker
iPhone Black Jack
SudokuSudokuiPhone Sudoku
MinesweeperMinesiMineSweeper
Etch-a-SketchSketches????
Picture uploaderSendPicsemail from gallery or update to dotMac from gallery
IRCColloquy???
To-Do listsMobile ToDoListRememberTheMilk
iPhone DiagnosticsFieldTestJust go to your phone any type in ” *3001#12345#* ” without the quotes
Repository & App CollectionsNullriver/Conceited Software/PXLAppleopolis
Mojits
Leaflets
iPhone Apps Manager
Widgets/DesktopsSummerBoardWidgetop
RSSRSSReaderNetvibes

[click to continue…]


{ 0 comments }

iPhone Firmware 1.1.1 was released today (as expected) to the general public. It came with a warning from Apple:

“If you have modified your iPhone’s software, applying this software update may result in your iPhone becoming permanently inoperable. Making unauthorized modifications to the software on your iPhone violates the iPhone software license agreement, and the inability to use your iPhone due to unauthorized software modifications is not covered under your iPhone’s warranty.”

I wanted to post my personal experience with the upgrade process for a phone that DID have 3rd Party applications on it and that WAS jailbroken but NOT unlocked. See my previous post for my ideas on the two. Reminder: SYNC your Photo album before you do anything as those photos will be lost!

What follows is a picture tour from my Mac desktop of iTunes in action. I followed the advice from iPhoneAtlas about doing a RESTORE first. When I clicked on restore (after doing a full sync), iTunes gave me the option to “Restore and Upgrade” which scared me a little but I had faith that Apple wouldn’t intentionally “brick” my phone simply because I had performed a “jailbreak.”

Step One – Download the Software

[click to continue…]


{ 16 comments }

I’m going through and reviewing my site after updating it to WordPress 2.3 and it looks like there are still some hidden “issues” stemming from the migration to the new Category/Tagging structure. The latest one that I found is related to the “Twitter Tools” plugin.

Update: Some people were reporting that “term_ID” was not working where “ID” was in capitals so I have changed the code references below to lower-case (e.g., “term_id”). Remember to retype your quotes!

Here is what I did to fix:

  1. Find, (Download), Open and Edit the “twitter-tools.php” file which resides in the “wp-content/plugins/twitter-tools/” directory
  2. Locate the following lines of code (around line 868):

    function aktt_options_form() {
    global $wpdb, $aktt;
    $categories = $wpdb->get_results(”
    SELECT *
    FROM $wpdb->categories
    ORDER BY cat_name
    “);
    $cat_options = ”;
    foreach ($categories as $category) {
    if ($category->cat_id == $aktt->blog_post_category) {
    $selected = ‘selected=”selected”‘;
    }
    else {
    $selected = ”;
    }
    $cat_options .= “\n\t<option value=’$category->cat_id‘ $selected>$category->cat_name</option>”;
    }

    [click to continue…]


{ 68 comments }

Blog Fix: HemingwayEX and WordPress 2.3

by Michael Sheehan on September 25, 2007

in General, Open Source, Software

Last night I upgraded to the latest version of WordPress 2.3. See my previous posts (here and here) for more information. However during the upgrade process, I found an incompatibility with the new Category and Tagging functions and the theme I was using (HemingwayEX). On my homepage, I was getting the following error:

WordPress database error: [Table ‘weblog_td.wp_categories’ doesn’t exist]
SELECT cat_ID FROM wp_categories WHERE cat_name=’Asides’

This error was also appearing when using the HemingwayEX Asides module in my Sidebar. Luckily I had a local copy of my blog running on my laptop and I was able to figure out the differences between the two databases and the tables and fields therein. So, I have posted my results for the benefit of those users who have HemingwayEX as their theme.

In order to fix the code to make things work, this is all that you need to do:

  1. Find, (Download), Open and Edit the “functions.php” file which resides in the “HemingwayEX” folder in the “themes” folder
  2. Locate line 133 (or somewhere near that) that reads: [click to continue…]

{ 34 comments }

Blog: TechDadBlog updated to WordPress 2.3 with some issues

September 24, 2007

I took the plunge and installed WordPress 2.3. For the most part, it was pretty straight forward. Do follow the standard upgrade instructions (including deactivating your plugins). I didn’t do that and left the Ultimate Tag Warrior enabled. After running the upgrade.php, I had issues still, referencing UTW. So I went to the plugin directory [...]

Read the full article →

iPhone Question: “Unlocking” and “Jailbreaking” the same thing?

September 24, 2007

Apple today released a statement that said the following: CUPERTINO, Calif., Sept. 24 /PRNewswire-FirstCall/ — Apple has discovered that many of the unauthorized iPhone unlocking programs available on the Internet cause irreparable damage to the iPhone’s software, which will likely result in the modified iPhone becoming permanently inoperable when a future Apple-supplied iPhone software update [...]

Read the full article →

Blog: WordPress version 2.3 scheduled to be released Sept 24, 2007

September 24, 2007

A fairly significant update to WordPress is slotted to be released today (09.24.07) with some interesting new features, including: Plugin Update Notification Tags! Improved Post and Draft Management Pending Review Advanced Visual Editor Buttons Pretty URLs Updated Default Blogroll Other “advanced user” stuff More details on the features/changes are below: Plugin Update Notification Not only [...]

Read the full article →

Blog: New tweaks to my WordPress Theme now live!

September 22, 2007

Well it has been a long night but a few beers later, I think that I have some things that I like. CSS has never been my strong point, nor some of the newer HTML tags (I’m a bit too used to seeing “div” and “class” and “id” for now!) So, before I go to [...]

Read the full article →