Kinlan

Stories submitted by Kinlan

Announcement of Rhino Queues(ayende.com)

submitted by KinlanKinlan(150) 3 years, 1 month ago

Looks like the start of something good. Looks simple. Not yet looked at the code to see the complexities it has, but it is said to fully support System.Transactions, which is no easy task. read more...

add a comment |category: |Views: 73

tags: another

Report on Day 2 Dev Week 2007(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 2 months ago

The Second day of Devweek 2007, was better than the first. View my report on the lectures that I attended. read more...

add a comment |category: |Views: 1

tags: another

Day 1 of the DevWeek Conference(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 2 months ago

A brief overview of my experience on the first day of DevWeek 2007 in London read more...

add a comment |category: |Views: 0

tags: another

Easy HTML Screen Capture in Windows in three lines(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 3 months ago

Create a HTML Screen Capture program like www.websnapr.com in three lines of code. read more...

3 comments |category: |Views: 53

tags: another

Why I Love WSE 3.0(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 6 months ago

I little reason why I love WSE 3.0 read more...

add a comment |category: |Views: 19

tags: another

Solution to my "Problem with List<T> and TypeConverter" Problem(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 7 months ago

I ran into problems with the XNA Beta1, where by I had a class that had a Vector2 struct in. The problem with the XNA Vector2 struct is that there is no TypeConverter for it at the moment. This means that there is no support in the designer. read more...

add a comment |category: |Views: 6

tags: another

Assigining a TypeConverter to a class you don't own(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 7 months ago

I ran into problems with the XNA Beta1, where by I had a class that had a Vector2 struct in. The problem with the XNA Vector2 struct is that there is no TypeConverter for it at the moment. This means that there is no support in the designer. read more...

add a comment |category: |Views: 9

tags: another

Regex to Parse CSS Classnames(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 10 months ago

As promised, although a little late I have updated the Regex to get CSS classnames via C#. The problem I had was that it would find file extensions in a url specified by the "url(xyz.png)" in an attribute. read more...

add a comment |category: |Views: 309

tags: another