No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
Re: 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 customer relationship management application. I work with a guy who builds ours and let … | |
Re: 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 photoshop techniques are lousy while my Illustrator skills are exceptional, but that doesn't mean I … | |
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 store the testimonials in an xml file), and the less obtrusive it is, the better. Where … | |
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 Mac pro as my home computer, but I would also … | |
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 feedback and that teaches you how to build simple database driven web applications. Bonus … | |
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 number to get the minimum value and then another to get the … | |
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 error message. I can't recall the exact message but … | |
Re: I know the help desk I'm working for is using Voice Print. [url]http://www.vpi-corp.com/[/url] Unfortunately, they don't have any online support of any kind; well, not that I know of. | |
Re: 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? If not go to IIS and click on your site. If it doesn't display … | |
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 experience with vb, so he offered to help me on it whenever possible. Now … | |
Re: 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 div tag an id or class(if you're going to use the same one … | |
Re: 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: [CODE=css] a:link(color:#000000} a:active{color:#000000} a:visited{color: #000000} a:hover{color:#0000000} [/CODE] I'm sure you know already to change the hexidecimal values to change the … | |
Is there any way to edit Dreamweaver templates in Visual Studio 2005? | |
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 /sites/yuma2/swaters210/home/public_html/music/music.php on line 7 you check out my form here: [url]http://www.stevenwaters.net/music/index.html[/url] [code] <? $artist=$_POST['artist']; $song=$_POST['song']; $album=$_POST['album']; … |
The End.