Forum: Posting Games Jan 8th, 2009 |
| Replies: 530 Views: 29,482 |
Forum: ASP Jan 6th, 2009 |
| Replies: 10 Views: 2,309 Is this along the lines of what you are
<asp:DropDownList ID="Colors" AutoPostBack="True" runat="server">
<asp:ListItem Selected="True" Enabled="false" Value=""> Select </asp:ListItem>
... |
Forum: ASP Jan 6th, 2009 |
| Replies: 10 Views: 2,309 - You want "Numbers" to be displayed as the title, when numbers are options in the dropdown list? If that is so then it will be a little code in the code behind file (.cs) |
Forum: HTML and CSS Jan 3rd, 2009 |
| Replies: 6 Views: 1,995 Just noticed your response! Thanks much Kanaku! Great explanation, clarified everything extremely well! |
Forum: HTML and CSS Jan 3rd, 2009 |
| Replies: 6 Views: 1,995 Google Chrome, Firefox and IE7 all exhibit different behavior. With regards to the position of the image at the top right. I just wanna know why the image moves its position in relation to the... |
Forum: HTML and CSS Jan 2nd, 2009 |
| Replies: 6 Views: 1,995 That does not explain why the image is off of the screen and then moves left when the window is resized |
Forum: HTML and CSS Jan 2nd, 2009 |
| Replies: 6 Views: 1,995 If anyone can explain the behavior that I observed recently then they deserve a cookie for their knowledge of HTML and CSS...
I observed this behavior in FireFox haven't tried this in another... |
Forum: JavaScript / DHTML / AJAX Dec 29th, 2008 |
| Replies: 8 Views: 1,834 That only changes the anchors background color, not the <li></li> background color... |
Forum: JavaScript / DHTML / AJAX Dec 29th, 2008 |
| Replies: 8 Views: 1,834 1. When you're setting in an event handler, you only need to assign the function to the handler. In your code, you were calling the actual function rather than assigning it. This meant initMenu() ran... |
Forum: JavaScript / DHTML / AJAX Dec 28th, 2008 |
| Replies: 8 Views: 1,834 The Javascript first...
(Purpose: When a user hovers over any link that is contained inside of a <li> tag, then change the background color of the <li>...)
1 - May have an issue with my... |
Forum: C++ Jul 31st, 2007 |
| Replies: 10 Views: 1,489 You say the book has no example? What book you have??? |
Forum: DaniWeb Community Feedback Jul 31st, 2007 |
| Replies: 96 Views: 9,187 hey infarction...
Definition: In medicine, an infarction is the process resulting in a macroscopic area of necrotic tissue in some organ caused by loss of adequate blood supply. Supplying arteries... |
Forum: C++ Jul 31st, 2007 |
| Replies: 10 Views: 1,489 omg what school you going to?
inString would be a varible that you would declare somewhere b4 you use it in the:
cin>> inString //statement
i.e.
string inString; //Now... |
Forum: C++ Jul 30th, 2007 |
| Replies: 10 Views: 1,489 lol, in main wth is for { }
there is no condition...
for(int i = 0, i < //?//, i++)
{
}
Have you been studying??? |
Forum: C++ Jul 30th, 2007 |
| Replies: 10 Views: 1,489 In the dataEntry() method after the cin >> there is no variable to store the users input!!! don't you see that?!?!? :O |
Forum: DaniWeb Community Feedback Jul 30th, 2007 |
| Replies: 96 Views: 9,187 For real Dani. I think you are sexy :) a female tech is so "cool." Not to freak you out or anything :D |
Forum: DaniWeb Community Feedback Jul 30th, 2007 |
| Replies: 96 Views: 9,187 |
Forum: IT Professionals' Lounge Jul 27th, 2007 |
| Replies: 30 Views: 5,513 LMAO!! Hilarious... That sucks!!! :D |
Forum: IT Professionals' Lounge Jul 27th, 2007 |
| Replies: 8 Views: 3,444 REGISTRY EDITING IS NOT NECESSARY JUST DELETE FILES, DISK CLEANUP AND DEFRAG ARE NECESSARY.. THAT WILL GREATLY IMPROVE PERFORMANCE... |
Forum: IT Professionals' Lounge Jul 27th, 2007 |
| Replies: 3 Views: 580 Don't know, sounds like a bad virus... Looks like a re-format C: will be needed.... Sucks... |
Forum: IT Professionals' Lounge Jul 23rd, 2007 |
| Replies: 11 Views: 1,878 I am leaning toward taking my advanced programming class in C#... although once you learn one transitioning to another high level language is not too difficult, so I've heard... |
Forum: C++ Jul 21st, 2007 |
| Replies: 47 Views: 8,594 |
Forum: C++ Jul 21st, 2007 |
| Replies: 30 Views: 6,830 To my knowledge char only stores one value i.e. 'e'... So how are you going to store a string in a char??? looks like you need => string board[8][8]??? |
Forum: Networking Hardware Configuration Jul 21st, 2007 |
| Replies: 3 Views: 771 |
Forum: Windows Software Jul 21st, 2007 |
| Replies: 12 Views: 2,632 I second that! I have an automatic backup on my computer, every 2 weeks... I don't like to add unnecessary software... :) |
Forum: Windows Vista and Windows 7 Jul 21st, 2007 |
| Replies: 14 Views: 13,811 Have you tried going to logitech and checking if they have an updated driver for the G7??? |
Forum: Windows Vista and Windows 7 Jul 21st, 2007 |
| Replies: 14 Views: 13,811 I built my own system recently too, with windows vista... and I have no problems, why not? Because I use wired mice! More responsive!! No connection probs!! just get a wired mouse :D |
Forum: IT Professionals' Lounge Jul 19th, 2007 |
| Replies: 4 Views: 4,879 Wow, that was easy! I do not know what I was thinking... Thanks! |
Forum: IT Professionals' Lounge Jul 19th, 2007 |
| Replies: 4 Views: 4,879 Hello all,
I am trying to finish an assignment in my programming class and I can't seem to get this compilation to work... For some strange reason the program will not sum the elements in the... |