Upgraded to Subtext 1.9

Right havent blogged for ages as was getting loads of spam under the old .text blogging software. But just upgraded to SubText and looks very good, I think the guys on this project have done extremely well. Was a fairly easy upgrade from .text only problem I did have was primary key violations on the conversion scripts. After lots of digging… Continue reading Upgraded to Subtext 1.9

Reading memo fields in Access using asp and ado

as a reminder to myself really, in access 2000 there is now a memo field these can only be read once from the ado recordset in asp.  The second time the field will be null, ie if you do the following… twice the second one doesnt return anything as it loses the field contents, I believe this is by design

CSS and Accomodating different browsers

the same old problem, using css different things appear in different places.  The solution you have to trick some of the browsers so you can use different css tags – this is one of the best sites I have seen for a long time documenting the features of each browser. http://www.dithered.com/ enjoy…

The project you are trying to open is a web project you need to open it by specifying its URL path

The famous error “The project you are trying to open is a web project you need to open it by specifying its URL path” in visual studio .net.  Basically you have either lost your .webinfo file or your .webinfo file is pointing to the wrong project or wrong place. Took me a while to figure it out but hope that… Continue reading The project you are trying to open is a web project you need to open it by specifying its URL path