Lets see how long it takes to get here.
My old Nexus One has been the best phone I've owned (I've had some shockers)
So I'm hoping the N4 will carry on the great service.
I've got a bit entrenched in the Google ecosystem, but things do tend to "Just work"
Hmm I've heard that somewhere before.
Thursday, 31 January 2013
Tuesday, 13 November 2012
Windows 8 and the iMac
Our trusty old iMac has been in use for a while now, without having had the luxury of regular updates to the latest operating system. It was running Loepard, 10.5.8 I think, and there were quite a few apps that don't run on this dated OS.
Apple's word processor being the most annoying one.
The upgrade process involved something coming via snail mail as iTunes would only install music (apologies if this isn't correct, but I got fed up trying to work out how to get Lion installed via a download).
The upgrade process involved something coming via snail mail as iTunes would only install music (apologies if this isn't correct, but I got fed up trying to work out how to get Lion installed via a download).
So with Microsoft offering cheap Windows 8 licenses, it had to be worth a go didn't it?
It wasn't entirely plain sailing though.
First I discovered that we had a 9,1 iMac, which did support x64 versions of Windows, which was nice.
Second the version of Bootcamp didn't support installing from a USB drive, and I couldn't find any DVDs about the house.
What I did was run Bootcamp 2.0, which still partitioned the HD perfectly for me, and then tried to re-boot and get the Mac to run from a USB image of the Win8 ISO.
The next problem was that the iMac doesn't boot to USB natively and I needed to install rEFIt, from here.
rEFIt worked perfectly and when you plug in the USB drive and reboot a couple of times you get a menu to choose where you want to boot from.
After a half an hour or so, BINGO, Windows 8 was installed.
Then there are a couple of things to tidy up. To boot to Window 8 automatically you need to go into OSX and choose the default boot partition from the system preferences, and you will have a better Windows 8 experience if you download the Bootcamp drivers which Chris Carrol had documented here.
NB You need 7-Zip V4.65 to extract pkg files.
Enjoy.
Wednesday, 31 October 2012
Visual Studio, Box select/Column select
Well I never....
For years I've been copying text into and out of Notepad++ so I could use the column editing mode.
It turns out VS has had it since VS2010
Simply hold down Alt-Shift instead of Shift while you are selecting the text and you get a box select.
Then you can type across as many rows as you have selected.
Neat
For years I've been copying text into and out of Notepad++ so I could use the column editing mode.
It turns out VS has had it since VS2010
Then you can type across as many rows as you have selected.
Neat
Friday, 14 September 2012
Where are my AIF Services?
On a new AX install, the services may not be available when configuring AIF.
To get them registered you go into the AOT, expand Services, right click on the service you want to add, select Add Ins, then Register Service.
Then click on Refresh.
Things may take a few minutes so go and make a coffee or two.
That should crack it.
To get them registered you go into the AOT, expand Services, right click on the service you want to add, select Add Ins, then Register Service.
Then click on Refresh.
Things may take a few minutes so go and make a coffee or two.
That should crack it.
Tuesday, 28 August 2012
Delegates, Lambda and Linq
This is by far the best description of how Lambdas and Linq came about and have evolved.
Also has a good description of all the Linq operations. Nice to have them all written down.
http://wblo.gs/d75
Also has a good description of all the Linq operations. Nice to have them all written down.
http://wblo.gs/d75
Web API Examples
I bumped into some useful samples from MSDN for examples of using Web API.
http://blogs.msdn.com/b/webdev/archive/2012/08/26/asp-net-web-api-and-httpclient-samples.aspx
http://blogs.msdn.com/b/webdev/archive/2012/08/26/asp-net-web-api-and-httpclient-samples.aspx
Friday, 27 April 2012
Wiping troublesome disks
I'd forgotten the command in Win7.
It's Diskpart
and within that you "clean all" after selecting the disk
It's Diskpart
and within that you "clean all" after selecting the disk
Friday, 20 April 2012
Finding the correct action namespace for an AIF service
- Go to the AOT and find the services node in the tree
- Find the service you are looking for
- select it to display the properties
- The namespace details are in the Namespace and Class fields
Thursday, 19 April 2012
AIF Service Document Schemas
One way to find schemas for the AIF services is to
Certainly better than hunting around the internet for an example.
- Go into the AOT
- Expand Forms
- Right mouse click on the AifService node and choose Open
- Find the service you need like CustCustomerService and click on "Service Operations"
- Click on "Parameter Schema"
- Then "View Schema"
Certainly better than hunting around the internet for an example.
Monday, 12 March 2012
Trivial AX2012 AIF
Well I need to start getting up to speed with a migration from AX4 and BizTalk 2006 to AX2012 and AIF.
Microsoft have kindly provided a white paper which gives the basics for getting a sales order into AX.
At the moment that's going to be the largest volume of data I'll need to process.
Luckily I found someone had already ironed out the gotchas for the white paper, saving a bit of time.
Once they were out the way it seems a more flexible way to get data in and out and if you've experience of AIF the terminology is familiar in 2012.
I keep seeing references to WCF in documents and in AX which leads me to think it's WCF "under the hood" driving the messages.
Monday, 23 May 2011
The start of something new
Well I've taken the plunge and decided to go it alone, professionally.
I've handed my notice in and started up as a sole trader.
Happy days
I've handed my notice in and started up as a sole trader.
Happy days
Monday, 28 March 2011
Wikipedia never lies
- "Working more hours" does not necessarily mean "producing more output"
- "A happy team makes a tough task look simple"
Can't be wrong it's here.
Sunday, 27 March 2011
Weekend Ride
17 miles in one hour. That's my new personal best on my bike. There was a fair bit of blood sweat and tears.
Next objective 18 miles :-)
Cycling past MAMILs in a manky pair or shorts and a high street T-shirt, and my scruffy bike, was the best bit.
Next objective 18 miles :-)
Cycling past MAMILs in a manky pair or shorts and a high street T-shirt, and my scruffy bike, was the best bit.
Wednesday, 23 March 2011
Quote of the day
"Top notch development teams don't torture their programmers. Even minor frustrations caused by using underpowered tools add up, making programmers grumpy and unhappy. And a grumpy programmer is an unproductive programmer."
Taken from today's read here
Taken from today's read here
NHibernate and "The method or operation is not implemented."
I've had a minor set back.
Group joins don't seem to be implemented in version 3 of NHibernate. I found a blog that stated they were going to be added, but that was in November last year.
By my reckoning I have 2 obvious options.
Group joins don't seem to be implemented in version 3 of NHibernate. I found a blog that stated they were going to be added, but that was in November last year.
By my reckoning I have 2 obvious options.
- Swap out NHibernate for Linq to SQL but put in a common interface so I can swap it back later
- Re-work the linq code I have already developed and am re-using
I favour option 1 right now, which I thought would be a "Nice to do" right from the start.
Thursday, 17 March 2011
Fluent NHibernate and DB to Entity
I have a project to update a web app, which has a mature MSSQL database, to use ASP.Net MVC and NHibernate. The old Subsonic DAL is to be replaced so I've been looking into Fluent NHibernate.
The "My first Fluent NH" test app went well but getting the database to auto build the entity classes was more hit and miss.
I used NHibernate Mapping Generator which did a fair job at auto building the code but fell short when it came to foreign keys and keys that were made up of more than one column.
I think I'll end up using what was auto generated as a starting point to building new entity classes by hand, then auto build the DB from them. Interesting.. <scratched head>
The "My first Fluent NH" test app went well but getting the database to auto build the entity classes was more hit and miss.
I used NHibernate Mapping Generator which did a fair job at auto building the code but fell short when it came to foreign keys and keys that were made up of more than one column.
I think I'll end up using what was auto generated as a starting point to building new entity classes by hand, then auto build the DB from them. Interesting.. <scratched head>
Subscribe to:
Posts (Atom)
