web 2.0

Looking for programming advice

I have a student in my A-Level maths course who is interested in pursuing a computer science degree.

I have suggested that they have a go at programming. Having very little experience of programming what would be a suitable type of project for them to attempt.

My initial thoughts are some numerical method, however, something more immediate and tangible maybe more applicable.

Tags:

Extracting a Flash File

Geetesh from Indiezine has just released an interview based around my flash extraction tool. It has raised an interesting point regarding the perceived security that one hase when bundling an object in an office document.

Remember that once you give away your files, you give away your files. It's as simple as that. Whatever security you wish to have you lose it as soon as you make it public. Just live with it.

Please read the Extract Flash article for more information.

Tags:

Windows Developer Tools Day

Apparently today is "Windows Developer Tools Day" and because I contributed to the book of the same name, I've been asked to write an entry on my favourite free tool, how it has helped me.

I use a lot of free tools, it takes me ages to install them and as I don't really keep a list it's largely an organic process. However, the tool which really sticks out in my mind is Fiddler. Basically it's a proxy which sits on your machine and logs all HTTP traffic.

So why is this useful, well sometimes you really need to know exactly what is being sent from the server to the client, especially these AJAXY days when requests to the server can happen at any time. Not to mention the rise and rise of web services. All these requests get logged by Fiddler.

The time that really sticks out as a life saver was the development of a web service client windows application which in development and release worked 100% with site 1 however with site 2 the application crashed on every call to the web service. As the development environment was a long way away debugging was discounted so I launched Fiddler and had a listen. It logged the call out, and the return from the server. The BODY of the response was fine, however, when I looked at the HTTP Header there was something very wrong. It turned out there was an ISAPI Filter at site 2 which announced itself by including an invalid HTTP Header.

The filter wasn't necessary so we removed the filter and this removed the problem. Actually I believe that the error was being thrown from a third party component and so it would have been impossible to handle the error other than by fixing the HTTP Header.

So there we go enjoy the rest of "Windows Developer Power Tools" day.

Tags:

I'm for hire

Well I've been sat at home for too long now. I'm finding that you can't hold a conversation with a blank wall. So I've decided to make more of an effort to get myself back in some form of gainful employment.

So if you have a proposition to make please get in touch, my details are scattered across this site, you could even drop me a comment. I can send through a CV at a moments notice.


Tags:

Google Analytics

I've finally got some data to view on Google Analytics and I have to say there is a huge amount of information to absorb.

It's really good. Really it's very good. Scott Hanselman makes the point that a lot of small web analysis companies would have been close to tears the day google released this tool. I have to agree, however, I don't think that this will affect only the small firms.


Tags:

Finally completed the update.

Themes now work.

Tags:

I'm a dad!

I've now witnessed the most amazing sight in the world, the birth of a baby. It's quite simply the most incredible experience. Frankly, it amazes me how the human race continues, humans are just not built to give birth.

Still my wife was incredible and pushed out our first child yesterday morning. They are both now recovering from the experience and hopefully will soon be home.

 

Tags:

Damn spam comments

I've been forced to enable captchas in attempt to defer spam bloggers.

 

Tags: