Forum: IT Professionals' Lounge Aug 24th, 2008 |
| Replies: 4 Views: 1,441 Sorry , I haven't been paying attention to this thread. I did end up buying a Mac Pro (AND IT IS NICE!) and a copy of Parrels. I think I will install XP on it someday and hopefully get IIS working. I... |
Forum: IT Professionals' Lounge Jul 21st, 2008 |
| Replies: 4 Views: 1,441 Hey guys, I am a graphic designer and web developer at work and sometimes I have to bring my work home with me or sometimes I like to start my own personal web projects.
I would like to have a... |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2008 |
| Replies: 4 Views: 2,435 Let me know if my post was too wordy. I can try to simplify it for you guys if you want? or how could I take this code that I just written and set the array to equal whats in a div tag with the id of... |
Forum: JavaScript / DHTML / AJAX Jul 10th, 2008 |
| Replies: 4 Views: 2,435 I'm looking for a snippet of code that would let me generate testimonials, quotes or any string value randomly on a webpage. I would like for it be standards compliant, XML based(meaning I would... |
Forum: IT Professionals' Lounge Jul 10th, 2008 |
| Replies: 1 Views: 3,202 I'm a web developer at this small IT company(who never completed college by the way) and the one thing I learned that's important when it comes to sales, business and computers is a reliable CRM or... |
Forum: ASP.NET Jun 19th, 2008 |
| Replies: 1 Views: 563 Sorry if i'm posting this in the wrong place. I figure that there will be more c# developers here than in the web dev lounge.
I would like one that has comprehensive chapters on creating asp.net... |
Forum: IT Professionals' Lounge Jun 19th, 2008 |
| Replies: 77 Views: 30,267 I'm working for a company as a web designer. Funny thing is...I'm not that good at designing. I barely get by and I have to constantly visit websites like cssdrive and cssmania for inspiration. My... |
Forum: VB.NET Apr 30th, 2008 |
| Replies: 7 Views: 1,151 Thought I already marked this one as solved. Sorry if I didn't...I remember thinking about doing that. |
Forum: Upcoming News Stories Apr 30th, 2008 |
| Replies: 2 Views: 941 You weren't the only one. I got freaked out as well and I ended up emailing Daniweb about it. They didn't get back to me, but it's scary how these a-holes can do something like this. Speaking as... |
Forum: VB.NET Apr 29th, 2008 |
| Replies: 7 Views: 1,151 Changing the syntax worked! Thanks a lot, I really appreciate it. and to think i was going to add unnecessary operators. |
Forum: VB.NET Apr 29th, 2008 |
| Replies: 7 Views: 1,151 An error is showing up with that code. It says 'Text' is not a member of System.Web.UI.Control, does that belong to a namespace? I tried searching for it but had not luck. |
Forum: VB.NET Apr 29th, 2008 |
| Replies: 7 Views: 1,151 Basically, I'm building a aspx calculator page for a client. What the visitor has to do is fill out the textboxes with a number. it takes the sum of all the text boxes, multiplies the sum by one... |
Forum: Troubleshooting Dead Machines Apr 8th, 2008 |
| Replies: 2 Views: 819 Thanks, I will have to see if I can get my hands on one of those. I will mark this resolved if it works... |
Forum: Troubleshooting Dead Machines Apr 5th, 2008 |
| Replies: 2 Views: 819 I have an ATA drive that I want to recover old harddrive files from, but it doesn't seem I have any usable HDs to install XP on. Every time I tried to delete a partition and reformat it, I get an... |
Forum: IT Professionals' Lounge Jan 24th, 2008 |
| Replies: 3 Views: 1,827 I know the help desk I'm working for is using Voice Print.
http://www.vpi-corp.com/
Unfortunately, they don't have any online support of any kind; well, not that I know of. |
Forum: ASP.NET Dec 20th, 2007 |
| Replies: 1 Views: 1,255 Nevermind, it's all cool now.
Instead of waiting for a reply here, I took the time to hit the books.
It was much simpler than I thought:
If IsValid Then
... |
Forum: ASP.NET Dec 20th, 2007 |
| Replies: 1 Views: 1,255 I usually deal with front end stuff involving just xhtml and css, but I've been dabbling in vb lately...because I got this web dev job that requires it. My manager recognizes that I had no previous... |
Forum: ASP.NET Dec 18th, 2007 |
| Replies: 3 Views: 827 Do you know any CSS?
I haven't had too much experience with Microsoft's AJAX framework, but if you're dealing with div tags then you could resize those via CSS.
All you have to do is give the... |
Forum: HTML and CSS Dec 17th, 2007 |
| Replies: 5 Views: 1,849 Maybe you're right MidiMagic, but those suggestions have worked for me in the past and it's hard to tell what the problem is, so my suggestions might be completely useless. OP, if you're reading this... |
Forum: HTML and CSS Dec 17th, 2007 |
| Replies: 5 Views: 1,849 A few things to keep in mind
How are you linking to your CSS styles? Have you tried inline styles yet? Conditional statements? or have you checked your syntax?
There are two ways to attach... |
Forum: HTML and CSS Dec 16th, 2007 |
| Replies: 5 Views: 1,849 You said that you had a seperate CSS class for your links, right? You're on the right track then:)
Changing the default color in all browsers via CSS should be:
a:link(color:#000000}... |
Forum: ASP Dec 16th, 2007 |
| Replies: 21 Views: 11,218 Label me no asp expert because I usually deal with aspx pages but let me try to help.
possible solution #1: Did you create a application out of your site folder located in your wwwroot directory?... |
Forum: VB.NET Oct 9th, 2007 |
| Replies: 0 Views: 1,224 Is there any way to edit Dreamweaver templates in Visual Studio 2005? |
Forum: PHP Jul 8th, 2007 |
| Replies: 7 Views: 2,392 I see. I'm lacking knowledge in the basics. Thanks for all your help.
-Newbie |
Forum: PHP Jul 8th, 2007 |
| Replies: 7 Views: 2,392 How do you wrap it in a mysql_query() statement? I was just following this tutorial here:
http://php.about.com/od/phpbasics/ss/mysql_files_2.htm |
Forum: PHP Jul 8th, 2007 |
| Replies: 7 Views: 2,392 I'm trying to learn php and I'm trying to build a simple form that stores data. However, I'm getting this error message when I submit my form:
Parse error: parse error, unexpected T_STRING in... |