Search Results

Showing results 1 to 40 of 1000
Search took 0.09 seconds.
Search: Posts Made By: tgreer
Forum: DaniWeb Community Feedback Aug 27th, 2008
Replies: 8
Solved: PM Spammer
Views: 1,548
Posted By tgreer
User "YouCan" is spamming via PMs:


Hello "tgreer"

Have you worked with Winforms? Do you understand how to use it with C# pretty well? Would you be interested in a position using UI, C# and...
Forum: C# May 2nd, 2008
Replies: 9
Views: 868
Posted By tgreer
I still maintain your initial approach is wrong. Parsing each other's HTML is not how eCommerce applications behave. But if you want to doggedly press on, then your next web search should be "C# HTML...
Forum: DaniWeb Community Feedback May 2nd, 2008
Replies: 127
Views: 13,597
Posted By tgreer
Yeah, I agree.
Forum: RSS, Web Services and SOAP May 2nd, 2008
Replies: 3
Views: 2,316
Posted By tgreer
What programming language? What web server platform? What IDE?

Please follow normal conventions, spelling, grammar and punctuation when posting. There is no reason for your entire post to be in...
Forum: C# May 1st, 2008
Replies: 9
Views: 868
Posted By tgreer
You want to design an application that mimics a human user, fills out an online form, and processes the resultant HTML? Why? That's a bit of a challenge, and not how most eCommerce applications work....
Forum: C# May 1st, 2008
Replies: 3
Views: 650
Posted By tgreer
I see, you wish to call a Web Service in your windows application written in C#. What is the web service? Give us the WSDL.
Forum: C# Apr 30th, 2008
Replies: 3
Views: 650
Posted By tgreer
A Windows application using C# is not the same as an ASP.NET Web Service. I'd start by making sure I had the right development environment and understood the basic structure of a web service.
Forum: C# Apr 30th, 2008
Replies: 2
Views: 1,131
Posted By tgreer
I'd use a SQL query. I'd also only use code tags when posting code, and I'd use question marks when asking questions.
Forum: C# Apr 30th, 2008
Replies: 9
Views: 868
Posted By tgreer
Amazon publishes an API. For that example, I'd use the Amazon API in my project.

"Getting information from a web site" is much too general of a question. Web sites are built to be accessed by...
Forum: C# Apr 30th, 2008
Replies: 2
Views: 985
Posted By tgreer
What IDE are you using? If you're using Visual Studio, or one of the Visual Studio Express Web Developer editions, you publish the web service application to a Web Server just as you do a normal...
Forum: C# Apr 28th, 2008
Replies: 1
Views: 418
Posted By tgreer
Use a SQL stored procedure for the data integrity part of your task. Use an OUT parameter to indicate a successful write, or duplicate. Base your program logic on the OUT parameter.
Forum: C# Apr 27th, 2008
Replies: 3
Views: 919
Posted By tgreer
Your question doesn't make sense in the context of a coding question. What, exactly, do you mean by "bottom of the button"? Do you wish to start the timer in response to the "click" event of a...
Forum: C# Apr 26th, 2008
Replies: 1
Views: 634
Posted By tgreer
I don't quite "get" that line either, taken out of context. But I can tell you that everything in C# is an object, it's the most fundamental "type". This is roughly equivalent to the "variant" type...
Forum: C# Apr 25th, 2008
Replies: 7
Views: 3,038
Posted By tgreer
I understand. Regular Expressions are tough and I always resort to trial and error, and use http://www.regular-expressions.info as a good learning resource. RegEx, however, may not be the best...
Forum: C# Apr 24th, 2008
Replies: 7
Views: 3,038
Posted By tgreer
Please don't make your questions such a puzzle. You mention Regular Expressions in the subject, and "parsing HTML" in the post. You need to "get" certain tags. You need help. There is no question per...
Forum: C# Apr 24th, 2008
Replies: 6
Views: 2,121
Posted By tgreer
Let us know. Remember to mark the thread solved if this answered your question.
Forum: C# Apr 24th, 2008
Replies: 4
Views: 961
Posted By tgreer
I haven't downloaded the attached project. Many users who might have time to answer a question on a forum may not have the time to download someone's project, open it, and attempt to decipher all of...
Forum: C# Apr 24th, 2008
Replies: 6
Views: 2,121
Posted By tgreer
Do your Insert Query, the do a SELECT @@IDENTITY Query immediately afterward. It's best to do both in a stored procedure with the Identity as an OUT parameter.

Try this link:...
Forum: C# Apr 24th, 2008
Replies: 4
Views: 961
Posted By tgreer
Your question simply isn't specific enough. What are you printing? How? From what application? Visual Studio, I assume. Are you wanting, essentially, a screen shot of your IDE? Or are you coding a...
Forum: RSS, Web Services and SOAP Apr 24th, 2008
Replies: 1
Views: 4,043
Posted By tgreer
Visual Studio.NET for ASP.NET Web Service development auto-generates the WSDL. Can you be more specific?
Forum: DaniWeb Community Feedback Apr 24th, 2008
Replies: 127
Views: 13,597
Posted By tgreer
Pumping Gas: the laws vary state to state. Where I live, there are no full service stations at all.

Back on topic, one thing that irritates me about Daniweb that I haven't seen mentioned already,...
Forum: DaniWeb Community Feedback Apr 23rd, 2008
Replies: 127
Views: 13,597
Posted By tgreer
Yeah, yeah, she's every geek-boy's wet dream and hordes of daniweb fanboys are no doubt already launching DOS attacks against my ISP - but I happen to know she can't even pump her own gas.
Forum: DaniWeb Community Feedback Apr 23rd, 2008
Replies: 127
Views: 13,597
Posted By tgreer
Dani - that's what pisses me off about Daniweb. Herself, herself. How dare someone be so successful by being so wrong about so many things? How can you successfully argue with anyone who can make you...
Forum: DaniWeb Community Feedback Apr 14th, 2008
Replies: 28
Views: 3,072
Posted By tgreer
Don't listen to tgreer. He doesn't post here anymore, anyway.
Forum: XML, XSLT and XPATH Apr 2nd, 2008
Replies: 8
Views: 3,246
Posted By tgreer
Namespaces were messing me up. The techniques above work just fine. In order to split the file into several groups, I ended up using this:

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet...
Forum: XML, XSLT and XPATH Apr 2nd, 2008
Replies: 8
Views: 3,246
Posted By tgreer
Yes, I changed my example. I'm not really dealing with Students and student, but the structure is the same: root node, second-level node with attributes and child nodes. I will thrash around a bit...
Forum: XML, XSLT and XPATH Apr 2nd, 2008
Replies: 8
Views: 3,246
Posted By tgreer
I'm only getting the text nodes, not the element nodes or attributes, and I'm getting the entire file not just the first few students.
Forum: XML, XSLT and XPATH Apr 2nd, 2008
Replies: 8
Views: 3,246
Posted By tgreer
Altova.

It's a bit more complex. I need to do a deep copy of a second-level node, but it's the only second level node. Something like this:


<?xml version="1.0" encoding="utf-8"?>
<Students...
Forum: XML, XSLT and XPATH Apr 2nd, 2008
Replies: 8
Views: 3,246
Posted By tgreer
No, this still copies everything... perhaps my processor doesn't support position().
Forum: XML, XSLT and XPATH Apr 2nd, 2008
Replies: 8
Views: 3,246
Posted By tgreer
Hello, this is not a Web Development question, but this is the only XML forum on Daniweb. I need to copy a specific number of nodes in an XSLT transform. For example, I need to copy the first 5...
Forum: DaniWeb Community Feedback Aug 28th, 2007
Replies: 35
Views: 4,517
Posted By tgreer
A very clear explanation, Dani. Thank you.
Forum: DaniWeb Community Feedback Aug 28th, 2007
Replies: 35
Views: 4,517
Posted By tgreer
Wait a minute, back up the bus. No one claimed that feedback was a scientific poll. I'm saying, the only feedback you have is feedback given. That's all. If you are using feedback to make decisions...
Forum: DaniWeb Community Feedback Aug 24th, 2007
Replies: 35
Views: 4,517
Posted By tgreer
Dani, your "no complaints" argument is your standard flawed reasoning. The only feedback that matters is the feedback you've been given. You can make no assumptions about this nebulous "non-feedback...
Forum: DaniWeb Community Feedback Aug 24th, 2007
Replies: 35
Views: 4,517
Posted By tgreer
...but now, by reading the latest feedback on the issue, you realize that the annoyance of the hover previews is unrelated to speed, and that the all-or-nothing option of disabling all client-side...
Forum: DaniWeb Community Feedback Aug 23rd, 2007
Replies: 35
Views: 3,932
Posted By tgreer
I don't post anymore... but I do occasionally browse. The floating popups are very annoying, like having tape stuck to your fingers. Please reinstate the option to disable popups.
Forum: DaniWeb Community Feedback Jun 16th, 2007
Replies: 76
Views: 7,873
Posted By tgreer
I'll not respond to any of the criticisms against me, since some of them are actually valid, some are not, and some have nothing to do with the issues, but rather with frivolous "personality"...
Forum: DaniWeb Community Feedback Jun 15th, 2007
Replies: 76
Views: 7,873
Posted By tgreer
WaltP - then do something about it. You're a moderator, issue me an infraction. I'd welcome any sign that this site hasn't spun out of control, even if the action is directed against me. Name names,...
Forum: DaniWeb Community Feedback Jun 15th, 2007
Replies: 76
Views: 7,873
Posted By tgreer
Absolutely. I've been griping about the deterioration of the quality of Daniweb, so in the spirit of being part of the solution rather than part of the problem, I accept Josh's suggestion for...
Forum: DaniWeb Community Feedback Jun 15th, 2007
Replies: 76
Views: 7,873
Posted By tgreer
That is an excellent suggestion. I offer my services as a mentor to the young. Please PM me each time you have an impulse to post on this site and I'll provide coaching and remedial English. As a fee...
Forum: DaniWeb Community Feedback Jun 15th, 2007
Replies: 76
Views: 7,873
Posted By tgreer
This thread is ridiculous and highlights so much of what is currently wrong with Daniweb. The administrator responded in post number 2 (http://www.daniweb.com/forums/post387824-2.html), end of story....
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC