- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I am majoring in Computer Science and Mathematics. I have also owned my own design business for about 8 years
- PC Specs
- own several Mac and PC
32 Posted Topics
Re: "Emancipate yourself from mental slavery. None but ourselves can free our minds." Bob Marley "Life is just what it seems: the hammer or the anvil, or the space in between." Peter Bernard "The key to thinking outside the box is to realize that there is no box." Luke Short | |
Re: "there are many people in the country today who, through no fault of their own, are sane. Some of them were born sane. Some of them became sane later in their lives. It is up to people like you and me who are out of our tiny little minds to … | |
Ok, so I am working on the hangman game for a school assignment. I have everything doing what I want except for one issue: No matter how many letters are in my word, the number of dashes is always one more than I need. For example: say the word is … | |
Hi All, I have just started building a program that will allow a user to select a plant from a dropdown list and then click a button to view detail related to the selected plant in another form. I would like to be able to read from a sequential access … | |
I have been struggling with this for 4 days - Please help. I have attached a copy of my code with the hope that someone here can give me some insight as to what I am missing. (This is a homework assignment, so please keep that in mind. I am … | |
Re: As Stultuske points out, their is a difference between designing a site and building a site. Are you looking for cost estimates on both? There is also the ongoing cost associated with processing payments online. Have you got that part figured out yet? | |
Re: Pankicid, You need to start your own thread. | |
Re: Jeff, you might want to take a look at your opening and closing tags, particularly </n> here: `<div class="content_bottom"></div></n></div></div>` A quick look did not show an opening tag for it. | |
Re: There are many languages, as noted above, that you could work on next. I would suggest first determining what you want to be doing as a programmer. Then do some job description research, see what languages those who are doing the hiring are asking for. Take that information and couple … | |
Re: Unfortunately, `vertical-align` doesn't work well with IE. I would suggest first determining how many pixels from the top of the page that you want your list to start. Then add: `top: *number of pixels from top*;` | |
Re: Firefox does not support mp3 format Wave files are inappropriate for web use do to their size I agree with Troy, ogg vorbis is the format you want to use for Firefox. Unfortunately, IE does not support .ogg, so you will have to use note both sources in your code … | |
Re: Have you tried embedding the onload function in the gotonextpage() function? | |
Re: You didn't attach the images you mentioned. Could you please attach them so we can see the issue? | |
Re: I agree with IPS. I have been designing for years and often get designer block. Surfing through some template sites is a great way to get inspiration. Some points I always try to remember when designing are: 1. Make sure that your site is user intuitive. In otherwords, don't make … | |
Re: Have you tried adding a left margin to the h2 heading in your .aside? I looked through your CSS and saw no reference to one, but I may have missed it. | |
Hey everybody.I am going into the second year of a Computer Science degree that I am paying for out of pocket, so can only attend part-time. I have taken a Javascript class, basic web development (HTML, CSS, JS), and will take Visual Basic and a hardware class in the fall. … | |
Re: Did you remember to increase the width of the column to compensate for the additional 34px (border and padding)? Don't forget you boxmodel: [Click Here](http://www.w3schools.com/css/css_boxmodel.asp) | |
Re: Try adding this to your css: * { margin:0 auto; padding:0; } | |
You've probably seen the "The Most Interesting Man in the World" commercials. Some that we have heard: * If he were to pat you on the back, you would list it on your resume. * When in Rome, they do as he does * He is the life of parties … | |
Re: I found an article that might help you. You would want to use an RGBa background to set the background color for all but IE. Then use a gradient for IE. This article explains it in pretty good detail with some sample css code: [Click Here](http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/) | |
Re: Great article. One of the comments to it summed up his thoughts pretty well, I thought. > A good quote I've heard: it's lines of code *spent*, not lines of code *written*. > How many lines did you spend to get the job done? Thanks for sharing. | |
Re: You have a typo for your prevPic(). You are missing the c in onclick. > <img src="images/leftarrow.png" onlick="prevPic()"/><img id="full" width="640" height="480" src="images/tanks1.jpeg"/><img src="images/rightarrow.png" onclick="nextPic()"/></center> | |
Hi all, I have a new website that has a portfolio page. Currently, the code is such: <input type="image" src="_images/01.png" id="01" alt="" onclick="document.getElementById('outputDiv').innerHTML = '<section class=gallery><img src=_images/img01.jpg>' + '<p>Image name - by Photographer</p></section>';" /> This seems extremely cumbersome and is impractical for a site that could have many images on … | |
Hi all, I have a new form that is not responding in the Firefox browser and I can not figure out why. The code is: <form action="http://www.hostmonster.com/monstermail" enctype="multipart/form-data" method="post"> <fieldset id="contact"> <label for="fName">First name</label> <input name="fName" id="fName" required="required" /> <label for="lName">Last name</label> <input name="lName" id="lName" required="required" /> <label for="biz">Company name</label> … | |
Re: Hi everybody, my name is Helianthus and I am a Noob.... :) I have to say that I found this Cycle of Life Code article refreshing. I just joined this site today and, in addition to a lot of good information, I also found what I expected. Noob bashing and … | |
Re: Did you survey. I am not sure how helpful my input was though. My husband and I run a 2 person web and design business pretty much part time and by the seat of our pants. My primary "job" is as a student and he is a visual communication specialist. … | |
The End.