Hi, I’m Craig Bailey and this is my personal blog where I write about technology, business systems, HubSpot and general life experiences. You can read my posts here.

(If you are looking for the Content is King post by Bill Gates it is here)

I’m involved with three agencies in Sydney:

  • The first is XEN Systems. We help government departments and mid-large B2B technology companies with their sales and marketing strategy, including implementation and training in HubSpot 
  • The second is XEN Create. We provide premium graphic design services to companies, with a focus on using the latest AI tools, including Midjourney
  • The third is XEN Solar, where we help high quality solar companies (dealers, installers) with their sales and marketing processes.

I also co-host HubShots, the podcast and YouTube show focussed on getting the most out of HubSpot. We are the creators of the HubShots Framework.

Craig Bailey presenting

Latest stories

MapPoint denied

M

I want to write a quick MapPoint app. But you need to sign up with Microsoft for the free Web Service trial. Which I did. But after registering I was informed it takes 2 business days before my login ID is sent out. Why can’t this be automated? I can’t do anything until next week now.

Finished The Rule of Four

F

I finished reading The Rule of Four.
If you are expecting The Da Vinci Code (as I was) then you will be a little disappointed. It is a better written book, but it is not a page turner like TDVC was. However, you’ll like it if, like me, you enjoyed Focault’s Pendulum by Umberto Eco.

TechEd 2004 – Day 3

T

Day 3 (Friday) – the final day. I had trouble getting up this morning. Its been a whole week without exercise, and hardly any fruit. My body starts breaking down pretty quickly. Also I’m missing my wife big time. Anything over a night away from her and I start feeling down. But I’ll be seeing her tonight so I’ve just got to hold on. Missed the first session cause I was running late...

TechEd 2004 – Day 2

T

BizTalk 2004 We’ve used BizTalk a lot at work, but only BTS2002. This new version is incredible. As Scott Woodbridge said, this is a revolutionary jump, not just evolutionary. Everything is done from in VS2003 and the output/deployment is via assemblies. I don’t really know where to start, there is so much to say about this product. See Scott’s blog for more details: User group/MSDN...

TechEd 2004 – Day 1

T

Some of my thoughts on TechEd 2004 held in Canberra, Australia from August 3-6. Whilst today (Wednesday) is officially day 2 (it started on Tuesday with registration and a welcome reception) I have labelled my posts based on the 3 days of sessions. Keynote The conference was opened by Dr Joe MacInnis, a marine scientist who has done heaps of impressive stuff. But I won’t note that here, see for...

The Rule of Four

T

Just borrowed The Rule of Four from the library. I’m hooked.
I’m told it is similar, but better, to The Da Vinci code which I loved.
Michele started reading it aswell, and because we are both hooked we had to go and buy a copy. We spent the afternoon together reading it in a cafe.

STREXTRACT()

S

I’m almost too embarassed to mention this… I found a VFP function STREXTRACT() for extracting text from a string. Yep, I have the following code all over the place: nStart = AT(‘Starting text’, cString) nEnd = AT(‘End text’, cString) cSubString = SUBSTR(cString, nStart, nEnd – nStart) which can now be replaced with: cSubString = STREXTRACT(cString...

Moving back end rules to the middle tier

M

Traditionally I have been putting a lot of the admin business logic (eg auditing, recent changes logs) in the back end, but I’m wondering if I should be moving it to the middle tier.   Let me give you a simple example. In SQL I log the last change to a record in a field using an update trigger that checks SUSER_SNAME(). Previously (read client-server projects) this was fine. But...

Archives