About This Blog

I'm Arthur Wiebe, a Bible believing born again believe it or not saved by the blood kind of young man who has a desire to live his life in integrity not slacking in what it important but what is not. Seeking the glory which is to come instead of the destruction which has already come.

Need you know much else? Well I like to work as well--especially working towards making technology work better for all of us.

31 August 2005 - 23:00GMail Notifier Available for Mac OS X

Just released today, the GMail Notifier is available now for Mac OS X 10.3.8 or later.

It’s just like they say. Not obtrusive and yet does a great job. You can set GMail to your default mail client and read/compose mail.
It’s works great.

No Comments | Tags: Uncategorized

25 August 2005 - 23:00Safari Pulling Ahead

I’m a really active Firefox user. The only time I use another browser is when I’m downloading Firefox or doing some testing.
But Safari, or technically Webkit has been pulling ahead of Mozilla in terms of implementing new W3C standards such as CSS.
Mozilla has XForms and SVG which Safari doesn’t but SVG is already planned and knowing them it won’t take nearly as long as it took the Mozilla SVG project.
But it’s really in the area of CSS that Safari is pulling ahead of the game fast. Just checkout the latest blog post about new support for parts of CSS3.

I wonder how long it will take before somebody builds a Windows version? Linux already has Konqueror.

No Comments | Tags: Uncategorized

25 August 2005 - 23:00What’s Planned for MachCMS 1.1?

I’ve been working on an active deployment of MachCMS 1.0 recently, and there are a few things I would like to add for the next release.

  1. Google Sitemap integration. MachCMS would automatically create and keep updated a sitemap.xml file which Google can use to crawl your pages.
  2. Integrated search. A built-in search extension. It can be used to search all the MachCMS pages using an MC generated search cache.
  3. Support for plugins. So anybody can write a plugin that pages can use.

Other than that I will improve the learning curve by improving the experience when the system has been setup. Going to it originally will instantly tell you how to get started step by step.

No Comments | Tags: Uncategorized

23 August 2005 - 23:00Google Talk Released

Today Google Talk has been officially released. It already worked yesterday but today it became official.

They have a client that is only available for Windows operating systems but almost any jabber client including iChat can connect to the server.
If you would like to talk to me my user id is artooro.
The service requires a GMail account so if you need that leave a comment and I can get you one.

No Comments | Tags: Uncategorized

16 August 2005 - 23:00Israeli Forced Evacuation

Read more at the Jerusalem Post.

What is my position? I am totally against the disengagement for several reasons.

  • Why should the Israeli people suffer so that the Palestinians can enjoy some more fruit of their labors? Their labors being suicide bombing and attacks against Jews in general.
  • The Palestinians have done nothing, and I repeat nothing to help the peace. There have been talks but what good is a talk without the walk?

And that basically rounds my thoughts up. The only thing the Palestinians want is to destroy Israel. This forced evacuation will do nothing to help the peace. After things have settled down I expect a new surge in violence because now the Palestinians believe they have won and can continue to win more land with their attacks against civilians. This is the result of Islam.

No Comments | Tags: Uncategorized

14 August 2005 - 23:00Audacity 1.2.3 Versus Sound Studio 2.2.4

Sound Studio wins without any real competition from Audacity except for being cross platform (Sound Studio only runs on Mac OS X) and free. Sound Studio is payware (except in my case where I got it free from Apple) while Audacity is free as in open source.

It’s a pity Linux has no real good audio and video editing software that can compete with what I can run on my Mac.

No Comments | Tags: Uncategorized

12 August 2005 - 23:00Amaya W3C Web Browser and Editor on OSX

I just checked out Amaya again today as I’ve been looking forward to the native Mac OS X version for awhile now and it’s been fulfilled.
Here’s a screeshot of the left.

I have not done much with it yet but on first glance, I think I will be using it a little at least.

No Comments | Tags: Uncategorized

11 August 2005 - 23:00Back to wxPHP Again

Well today I finished releasing MachCMS 1.0 to the world. Yesterday the MacOSX installer was released and today the standard releases.

So I started work on wxPHP again. I’ve been kind of fed up with the GNU style make system and so will leave that for somebody else to figure out. Meanwhile I’m going to move to Xcode.
I’ve linked wxWidgets to wxPHP which is the first step. The next major step is to get a window to appear.

No Comments | Tags: Uncategorized

8 August 2005 - 23:00MachCMS on PHP4 Attempt #2

Today I tried once again to get MachCMS working together with PHP 4. With my experience from the last attempt, it only took me 3 hours of constant work. I rewrote the DataBase class which uses a CSV based file format (PHP4 only) instead of the much better SQLite which is only supported with PHP5.

I cannot make these two versions compatible with each other though. For example in the PHP5 version you could do this to set a value in the template:
$template->MyValue = “This is my value”;

While in the PHP4 version you have to do the same thing like this:
$template->values[’MyValue’] = “This is my value”;

As you can plainly see, the latter is more complex and is simply means more typing.
So pages written for PHP4 are compatible with the PHP5 version, but not vise-versa.

I am now going to put MC through some real world testing and then build a Mac OSX installer before releasing.

No Comments | Tags: Uncategorized

5 August 2005 - 23:00Evolution or Intelligent Design?

If you’ve read my blog or know me at all. You know that I know that the false theory of evolution is just that. False.

But what about this relatively new thing called Intelligent Design? While I do agree with them when it comes to there being an intelligent designer. I do not believe they can have much of an effect because they do not acknowledge the designer. So to the eyes of the “unbelievers”, it’s an incomplete theory. Not that evolution is anything but incomplete. The problem is brainwashing and the will many people have to deny any supreme being. Religion seems to = really bad for society these days.
They are doing some good though, through challenging evolution in the public schools. And I do wish them success to a degree.

I provoke you now to read this article called “Evolution–Impossible to Embarrass Its Believers.
I hope it will have some effect on you. Yes I do believe in Creation. Not only because it’s the only “theory” that makes any kind of sense. But because anything in the scriptures must be true. If we cannot prove it now, it will be proven in the future.

I challenge all of you to a dual. Leave a comment about why Creation cannot be true or challenge it in some way, and while you’re at it leave a pro-evolution comment. Let us see here who wins.

No Comments | Tags: Uncategorized

2 August 2005 - 23:00MachCMS 1.0 RC1 Released

I have written the documentation and finished the feature list and fixed all the bugs I know about.
Read the news on the MachCMS web site.

What needs to be done before the final release? Well right now I’m working on the PHP4 version. This will take a couple of days at least because MachCMS uses a lot of PHP5 only features. For example SimpleXML, PDO, overloading, classes & objects.

The more difficult part will be writing a PHP4 version of PDO. I do not plan on actually doing that but instead writing a flat file database system that is transparent to the current Database class in MachCMS. It will interact just like PDO but that’s as far as the similarities go.

Then it needs to go through some real world testing before it’s ready for release. I hope to release it by or on August 12th.

UPDATE:
I have now finished PHP4 support. It’s full of dirty hacks and stuff that is hard coded. Both which are foul language in the programming world. I’m not even sure if I’ll release it because the code looks so ugly.
Guess we’ll find out next week.

No Comments | Tags: Uncategorized