Chris Garrett
Just Another Web Geek
-
Emailing Unicode Emails to Hotmail - solved!
In my last blog I asked how I could send unicode emails to hotmail, well Dave Wanta and www.AspNetEmail.com (no affiliate code, heh) to the rescue!
-
Emailing UTF-8 to Hotmail?
It looks suspiciously like Hotmail explicitly rejects viewing UTF-8 encoded email - is this correct?
-
How do I get around the "The same table (xxxx) cannot be the child table in two nested relations" error?
I bet this is a schoolboy problem but even the mighty google is not helping. I am trying to read chunks of DMOZ RDF xml into a dataset.
I am getting a "The same table (xxxx) cannot be the child table in two nested relations." error which I think I can sort out by doing a XSL transform .. which is where I am stuck.
What I am doing is
Dim DS As DataSet = New DataSet
DS.ReadXml(MapPath("xml/" + Request("x") + ".xml"))
DataGrid1.DataSource = DS.Tables("externallinks")
DataGrid1.DataBind()
DS = Nothing
How do I wedge in a transform to take out the offending relation before I do the ReadXml statement?
The XSL examples I see online either output to a file or use methods that VS is telling me is obselete :O( -
Google caught Search Engine spamming?
Google caught breaking their own webmaster guidelines, specifically keyword stuffing and cloaking
-
Cool technology - a vision of the future
Wouldn't it be wonderful to have a computer with the form factor of a mobile phone but with a full size screen and keyboard? How about using gestures instead of a mouse?
-
Giving the fox keys to the chicken coup?
Gator exec joins federal privacy committe
-
Calling UK developers - MsWebDev ads blogs
MsWebDev.org.uk, the UK ASP/ASP.NET community has now added free blogs for members so sign up if you are a UK developer and want your own blog :O) This is thanks to the new release of CommunityServer - great work guys! I just hope our little MSDE database can cope ;O) At the moment email list signup is seperate to registering for the site, until we get a large injection of cash it will need to stay that way unfortunately.
-
Sick and tired of MS bashing
NickW posts an interesting snippet about IE7 and as usual with Microsoft related subjects the anti-ms/pro linux comments come back (rather than discussion of the topic)
http://www.threadwatch.org/node/1503 -
Cryo mouse mod
Take one mouse, a lego person and some skill ... transform your mouse
-
Everyone is an expert, especially when it comes to Web Design
Jason Mauss has blogged about everyone having an opinion on web design. It gave me a chuckle cos it is so true. Got to disagree on one point though. He reckons people don't get so opinionated about interior design, etc. Sorry Jason, in my experience people will have an opinion about anything they are not qualified to discuss :O)