Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
2 Endorsements
Ranked #622
Ranked #2K
~116.97K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

32 Posted Topics

Member Avatar for samaru
Member Avatar for vegaseat

"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

Member Avatar for Reverend Jim
15
14K
Member Avatar for Duki
Member Avatar for debasisdas

"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 …

Member Avatar for James_28
8
17K
Member Avatar for tayspen
Member Avatar for Helianthus

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 …

Member Avatar for Helianthus
0
874
Member Avatar for Helianthus

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 …

Member Avatar for Reverend Jim
0
164
Member Avatar for Helianthus

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 …

Member Avatar for AndreRet
1
346
Member Avatar for JameB

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?

Member Avatar for juliagarner
0
182
Member Avatar for unamoo
Member Avatar for jeff.erskine.1

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.

Member Avatar for jeff.erskine.1
0
358
Member Avatar for JTate89

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 …

Member Avatar for lous39
1
279
Member Avatar for arctushar

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*;`

Member Avatar for rotten69
0
131
Member Avatar for suavedesign

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 …

Member Avatar for Helianthus
0
190
Member Avatar for VenusCrystal
Member Avatar for kevwood

You didn't attach the images you mentioned. Could you please attach them so we can see the issue?

Member Avatar for kevwood
0
84
Member Avatar for zack654

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 …

Member Avatar for Helianthus
0
358
Member Avatar for tommorsebrown

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.

Member Avatar for Helianthus
0
147
Member Avatar for Helianthus

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. …

Member Avatar for phorce
0
294
Member Avatar for loligator

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)

Member Avatar for Helianthus
0
137
Member Avatar for bo0ga
Member Avatar for Helianthus

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 …

Member Avatar for DeanMSands3
0
111
Member Avatar for sillyboy
Member Avatar for jonny_tech_brat
Member Avatar for vizz

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/)

Member Avatar for vizz
0
369
Member Avatar for Reverend Jim

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.

Member Avatar for Helianthus
2
96
Member Avatar for SolidSora

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>

Member Avatar for Helianthus
0
165
Member Avatar for Helianthus

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 …

Member Avatar for Taywin
0
497
Member Avatar for Helianthus

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> …

Member Avatar for Helianthus
0
197
Member Avatar for lil_bit

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 …

Member Avatar for Reverend Jim
1
209
Member Avatar for 6pandn21

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. …

Member Avatar for Helianthus
0
287
Member Avatar for Helianthus

The End.