Search Results

Showing results 1 to 40 of 75
Search took 0.04 seconds.
Search: Posts Made By: tgreer
Forum: C# Apr 24th, 2008
Replies: 6
Views: 2,258
Posted By tgreer
Let us know. Remember to mark the thread solved if this answered your question.
Forum: C# Apr 24th, 2008
Replies: 6
Views: 2,258
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: DaniWeb Community Feedback Aug 28th, 2007
Replies: 35
Views: 4,667
Posted By tgreer
A very clear explanation, Dani. Thank you.
Forum: DaniWeb Community Feedback Aug 28th, 2007
Replies: 35
Views: 4,667
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,667
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,667
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
Solved: Recent changes
Views: 4,059
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 6th, 2007
Replies: 31
Solved: Smilies
Views: 4,331
Posted By tgreer
A post just to show my new extremely apropros signature, and to provide c>you et al an opportunity to give me bad rep. How very off-topic of me.
Forum: DaniWeb Community Feedback Feb 9th, 2007
Replies: 16
Views: 3,966
Posted By tgreer
Forum: JavaScript / DHTML / AJAX Nov 19th, 2006
Replies: 4
Views: 11,499
Posted By tgreer
That should work. You need to return either true or false, and call the function using the "return" keyword as vishesh has shown. He's missing the terminal semicolon, but it should still work. Also,...
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006
Replies: 10
Views: 3,934
Posted By tgreer
Many people agree, that the "body" tag should be treated as a top-level block element: the "box" everything is in. Another viewpoint is that it is a syntactical (rather than structural) element, and...
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006
Replies: 10
Views: 3,934
Posted By tgreer
I think I see what you mean... you've set a border on the body element, and your page contents are breaking through that bottom border. Unfortunately, it isn't clear how the "body" element should be...
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006
Replies: 10
Views: 3,934
Posted By tgreer
But, where are you expecting the content to go? With small enough browser window, everything breaks. I've looked with both FF and IE and I'm not sure I see a problem.
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006
Replies: 19
Solved: Hyperlink a div
Views: 19,738
Posted By tgreer
JavaScript is of course standardized. What confuses many is that it's a scripting language, so interacts with the underlying DOM, and that each doctype has its own DOM. Morever, JavaScript is used...
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006
Replies: 19
Solved: Hyperlink a div
Views: 19,738
Posted By tgreer
Well, all the mouse event handlers are just that: event handlers. The events are provided by JavaScript. Also, the "style." is a reference to the DOM, and again is JavaScript. So while you may not...
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006
Replies: 19
Solved: Hyperlink a div
Views: 19,738
Posted By tgreer
This entire discussion is very amusing. In short, you have to use JavaScript for most of the questions in this thread. There is no reason not to do so, either. If you want a real-world solution,...
Forum: JavaScript / DHTML / AJAX Oct 13th, 2006
Replies: 4
Views: 12,792
Posted By tgreer
There is no such thing as a combobox in HTML. Are you posting in the correct forum?
Forum: HTML and CSS Oct 10th, 2006
Replies: 15
Views: 24,864
Posted By tgreer
After a certain period of time, you cannot edit your post.

Your page is missing a doctype, so I'm not sure which version of HTML you're writing. However, since all the tags are lowercase, I can...
Forum: HTML and CSS Aug 3rd, 2006
Replies: 3
Solved: table shrinking
Views: 1,813
Posted By tgreer
That's what CSS is for: positioning, sizing, and styling HTML elements. It sounds like you're either not sizing your table elements, or if you are, you're using percentages.

Instead, you should...
Forum: HTML and CSS Jul 14th, 2006
Replies: 7
Views: 3,468
Posted By tgreer
We simply disagree that CSS is unrelated to "content".

In fact, it allows the HTML to be solely content. Ask yourself what "BGCOLOR" has to do with the "content" of your site, and perhaps you'll...
Forum: HTML and CSS Jul 14th, 2006
Replies: 7
Views: 3,468
Posted By tgreer
Puck - it's all in your mindset. When you realize that CSS was invented to FIX issues with HTML, or to SIMPLIFY/STANDARDIZE HTML (so that we didn't have a lot of custom-to-the-browser tags like...
Forum: HTML and CSS Jul 10th, 2006
Replies: 4
Views: 1,338
Posted By tgreer
That's fine, but... what is the question?
Forum: HTML and CSS Jul 10th, 2006
Replies: 4
Views: 1,338
Posted By tgreer
Sorry, but I've read this a couple of times and don't see a question. Could you distill all of the above into a single, succint, specific question?
Forum: HTML and CSS Jul 7th, 2006
Replies: 11
Views: 4,503
Posted By tgreer
I don't know what they do. You haven't shown the entire element, so I don't know if you're still trying to use "embed', or if you've switched over to "object".

This page documents problems and and...
Forum: HTML and CSS Jul 7th, 2006
Replies: 11
Views: 4,503
Posted By tgreer
The "embed" element isn't within the XHTML specification. It's been replaced by "object".
Forum: HTML and CSS Jul 6th, 2006
Replies: 11
Views: 4,503
Posted By tgreer
I still don't understand. The validator allows you to validate something you paste in, or a URL. In either case, PHP renders HTML. You shouldn't be pasting the PHP, you should be pasting the results...
Forum: HTML and CSS Jul 6th, 2006
Replies: 3
Views: 1,748
Posted By tgreer
A quick perusal through your CSS didn't show that you were defining any absolute point sizes. Relative terms like "medium" will be displayed... in relative terms. :)

In the future, could you...
Forum: HTML and CSS Jul 6th, 2006
Replies: 11
Views: 4,503
Posted By tgreer
Browse to your page. Select "View Source". Copy it all. Paste it into the appropriate spot on the validator page.
Forum: HTML and CSS Jul 6th, 2006
Replies: 11
Views: 4,503
Posted By tgreer
Who says you can't validate? Just copy and paste the URL into the appropriate spot on the validator page.
Forum: HTML and CSS Jun 27th, 2006
Replies: 6
Views: 5,683
Posted By tgreer
Any window you open, with script, you can close, with script.

The typical approach is to add a button with onclick="self.close();".

If you're asking how a user would close a fullscreen...
Forum: JavaScript / DHTML / AJAX Jun 8th, 2006
Replies: 2
Views: 4,532
Posted By tgreer
Start by changing your "submit" button to a regular "button". That way when you click the button it won't try to submit the form to a server-side process.
Forum: JavaScript / DHTML / AJAX Jun 8th, 2006
Replies: 2
Views: 4,126
Posted By tgreer
You cannot pass variables, per se, between JavaScript and PHP. However, your PHP script can certainly author JavaScript, including JavaScript variables. I hope that makes sense, because it's late and...
Forum: ASP.NET Jun 3rd, 2006
Replies: 2
Views: 11,821
Posted By tgreer
http://support.microsoft.com/kb/209805

http://www.aspfaq.com/show.asp?id=2259

http://blogs.wdevs.com/Gaurang/archive/2005/06/15/5112.aspx
Forum: ASP.NET May 19th, 2006
Replies: 10
Views: 6,700
Posted By tgreer
That should work fine, if IIS is installed properly:

http://server_name/folder/appname.aspx

So, you likely have an IIS configuration issue, which is outside the scope of this forum. You should...
Forum: ASP.NET May 18th, 2006
Replies: 10
Views: 6,700
Posted By tgreer
I cannot tell you anymore than I already have:

You access via a browser:

http://servername/appname

The "servername" is the name you've given the IIS server. That's all there is to it - there...
Forum: ASP.NET May 18th, 2006
Replies: 10
Views: 6,700
Posted By tgreer
ASP.NET works with IIS. You access ASP.NET applications through a web browser. Whatever you've configured a particular IIS installation's server name to be, is how you access it, via WAN, LAN......
Forum: ASP.NET May 12th, 2006
Replies: 5
Views: 2,175
Posted By tgreer
My experience was on a development machine, where I installed VS.NET. Later, I installed IIS, and things never worked correctly. I searched MSDN, and saw that this was a common problem, and then had...
Forum: ASP.NET May 11th, 2006
Replies: 5
Views: 2,175
Posted By tgreer
This is the ASP.NET forum. Is that what you're asking about? If not, I can move the thread to the ASP forum, just let me know.

ASP.NET and IIS can get into problems based on which was installed...
Forum: JavaScript / DHTML / AJAX May 8th, 2006
Replies: 6
Views: 1,943
Posted By tgreer
Please re-read my prior message. Your "li-related" style declarations are not complete. You need to provide a complete margin AND a complete padding, for every element, or else each browser will...
Forum: JavaScript / DHTML / AJAX May 8th, 2006
Replies: 6
Views: 1,943
Posted By tgreer
For spacing issues, make sure you always set the "margin", and the "padding", for all affected elements. Otherwise, each browser will set a default, and the default may not be what you want.
Showing results 1 to 40 of 75

 


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

©2003 - 2009 DaniWeb® LLC