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

Horses for courses

H

We had to write a quick app for a client the other day. I wrote most of it over a weekend and then wrapped it up in InstallShield so the client could download it from our web site and install it. Their requirements very simple (this app only had 5 tables, 5 forms and 6 output html pages), and is possibly the smallest commercial app we’ve ever written. It basically captured auction sales...

Backspace in VFP

B

Thanks to Amit for alerting me to the fact that my backspace solution didn’t work for the mouse event. Turns out that the solution is still simple but involves using KeyPress aswell as Valid. Simply add a new property (eg bAllowBackspace) to your textbox baseclass and then throw the follow code in KeyPress and Valid events KeyPress() LPARAMETERS nKeyCode, nShiftAltCtrlIF nKeyCode = 127...

CodeCampOz

C

Updated: I had the wrong MSDN link – fixed nowI write this from CodeCampOz which has been a fantastic event. For a ‘free’ event it has been remarkably smooth and well organised. (The event itself is free, you only have to get and stay here (Wagga) so travel and accomodation is the only cost.)The weekend has focussed on Visual Studio 2005 Beta 2 (released just a few days ago and...

Do not fill out the VFP survey!

D

Did you know that Microsoft are conducting a big survey about VFP?It only takes about 3 minutes and you go into the draw to win a ticket to Devcon or a cassh prize. Too easy.But the less people who fill out the survey, the less entrants in the draw and thus the better my chances of winning. So I encourage you to ignore the great help this will be to the product and how it will enable Microsoft to...

INSERT into a view on joined tables in VFP

I

You can insert and delete records on a view that is a join of two tables.Not sure why I thought you couldn’t do this but I got myself confused over views. I thought you could only insert into views on a single table.But you definately can insert and delete on joined tables. In my case its on a 1:1 join. I need to investigate if this is the case with 1:M tables too…

Stop backspace in VFP

S

Here’s a tip Scott Scovell informed me of regarding a non-standard VFP behaviour:‘I had a request from a client to prevent the textbox from losing the focus when they use BACKSPACE. When removing details from a textbox using the BACKSPACE key, focus was being transferred to the previous textbox and they (more often then not) began to remove details from that textbox as well. Windows...

Binding to VFP9 System events

B

Here’s a link to Scott Scovell’s whitepaper and code from the Sydney VFP UG last weekhttp://www.svfpug.com.au/assets/2005Mar/Scott%20Scovell%20-%20Binding%20to%20Windows%20Message%20events.zipScott is our Chief Software Architect at TalmanSee also the UG sitewww.svfpug.com.au

VFP9 link summary

V

I trust you’ve all seen the links Ken Levy posted this past week (and if this is the first time you’ve heard about them then you really need to widen your blog reading <g> – mandatory reading are Ken, Rick and FoxWiki) Here’s a summary of the links: Microsoft Visual FoxPro Microsoft PressPass article on VFP9 VFP9 supported by Microsoft until 2014 ENT News RedmondMag...

West Wind HTML Help Builder

W

I’ve been playing with Help Builder again (I used an earlier version for a while) and have to say this really is one of the best products I’ve used in a long time. And here I’m talking about the effort to productivity ratio. This is a product you can install and use straight away to create really good help files. (To be fair I haven’t tried any others to compare it with...

Archives