Viewing 15 posts - 16 through 30 (of 70 total)
Wow, I never even thought about doing charts like this. I just wrote a .NET script to do something very similar with Google Maps. I see from your...
June 21, 2013 at 1:18 am
Does that work in Gmail? I recall having an issue putting the <head> tag in the body of the email, so I couldn't use CSS. Although I wanted...
June 20, 2013 at 2:10 am
Jeff Moden (6/19/2013)
June 20, 2013 at 12:55 am
While I actively follow the C# post, what I really want to know is how we geeks can be more actively involved in revenge against these spamming idiots....or is this...
April 30, 2012 at 12:45 pm
I think many people are missing the point, or let's say use case, of this article. Users are not always rationale, nor do they necessarily have SSMS installed. ...
April 27, 2012 at 4:59 am
That is one of the better comments I have seen on any tech forum. I agree and I appreciate the feedback.
Steve
December 6, 2011 at 12:18 am
Great stuff. JSON is well on its way to replacing XML for one simple reason - you can access the data from anywhere. This is not the case...
July 18, 2011 at 3:14 am
XML is not going to work with HTML as content unless you enclose it with CDATA tags, like so...
<Content>
<![CDATA[
<div id="contentcenter">
...
January 11, 2011 at 4:24 am
I wonder what others are doing about doing an example like this when the XML is from a web service. I run into that more often then XML files....
January 3, 2011 at 3:28 am
Thanks for a great article. I don't typically read through 7 pages of comments but this one was worth it. I have to say though that some of...
November 10, 2010 at 2:42 am
What did you find for a performance result??
October 11, 2010 at 5:15 am
Thanks for the article. It seems way too common to get data 1) in Excel (ugh) and 2) completely formatted with no usable way to extract the data. ...
April 28, 2010 at 1:51 am
Well, I am not really sure this will help because it is an example of inserting an XML web service into an Access table in VBA, but the approach is...
February 24, 2010 at 12:55 am
Sherif.Ahmed, you rock man. I am surprised that you are a "Forum Newbie." Keep it coming!
December 16, 2009 at 4:00 am
I think the typical rollout to the cloud is going to be a database that you design locally, then script the database. Which of course brings up the much-needed...
December 15, 2009 at 11:19 am
Viewing 15 posts - 16 through 30 (of 70 total)