-
Recent Posts
- New Zealander going to the Netherlands on a Working Holiday Scheme (NL WHS)
- Home button doesn’t work on your Motorola Xoom running Android CyanogenMod?
- Using Git with XpDev
- IIS Websockets (for SignalR) do not work on Windows 7 (Even with IISExpress 8)
- Using TortoiseGit with GitHub– A checklist rather than tutorial
Recent Comments
- DarkSim905 on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )
- Helene Holmgren on Do you want France’s SFR neufbox in English?
- Cre on Home button doesn’t work on your Motorola Xoom running Android CyanogenMod?
- Dann on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )
- asa on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )
Archives
Categories
Meta
Author Archives: Dann
Converting MVC 2 RC to MVC 2 RTM
Ok, this is more of a hack than a true conversion, but I haven’t noticed the difference… yet. Remember to back up what you’re not willing to lose! Remove your MVC project from your solution. Don’t delete, just remove. Then … Continue reading
Arrh! Invocation Error! NHibernate
I had started to get this annoying error when I ran my web app: Exception has been thrown by the target of an invocation. Simple fix. Add back those virtual keywords onto my POCOs that somehow disappeared. public int Id … Continue reading
FTP Publishing on Windows Server 2008 with Amazon EC2 – Rough guide
AS A NOTE – WEB DEPLOY IS MUCH BETTER THAN FTP PUBLISHING – Just letting you know This is my quick guide ( i.e. how i did it) on how to get FTP Publishing working on a Amazon Instance Website. … Continue reading
Fiddler, Visual Studio and Localhost working together!
I found two new tricks to make all these things work together for debugging a Visual Studio Asp.Net web project on Localhost. Here they are: Disable IPv6 – This stops the “Fiddler: No connection could be made because the … Continue reading
Posted in Uncategorized
Leave a comment
Employers: Codility for testing your applicants!
This is about Codility Candidate Testing I just did a test on Codility and it’s great! In fact, this is sooo much than PreVisor (http://select2perform.com) which I had to use the other day. You can write your code in any … Continue reading
Posted in Uncategorized
Leave a comment
World Countries – Simple Outlines in XML format
I needed the outlines of most countries for a simple GIS project that I’m doing. I managed to find a world simple shapes file from http://mappinghacks.com/ called TM_WORLD_BORDERS_SIMPL-0.2.zip This was in a shapes format used by ARC GIS and the … Continue reading
Firefox Ubiquity Command for StackOverflow
Just made a quick and dirty Ubiquity command for StackOverflow searches. Download from GitHub: Ubiquity StackOverflow Search Don’t know Ubiquity? It’s like a Command Line for the web but… it’s really cool! Trust me. Watch the clip below. Sure it … Continue reading
Posted in Uncategorized
Leave a comment
Is Firefox using all your CPU? It’s probably Adobe Flash
But how do you fix it? The weird thing is that to fix it, you install another program: Adobe Shockwave Don’t know how or why, but it fixes the high CPU usage where Firefox sits at 99% or 100% … Continue reading
Godaddy Hosting – Medium Trust vs Inversion of Control
Whatever I think of Godaddy, they haven’t caused me too much pain yet, just minor inconvenience. This time it’s my precious StructureMap. StructureMap, I like it and alot of people do, but it just won’t work under Medium Trust! So … Continue reading
NHibernate, IoC and removing that damn Log4Net dependency
Ok, so Log4Net is not that bad. It is a very good logging system, etc… So how do you perform IoC with the NHibernate logger? Well, you can’t. Unless you are ready to HACK CODE. That’s the brilliant thing about … Continue reading