Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

Member Avatar for StephenopolousINC

Hello I am trying to learn the differences from Java and JavaScript so I am trying to take a working simple program in Java and make it work in JavaScript. I keep getting undefined. Here is the JavaScript I am trying: <script type="text/javascript"> function _(x) { return document.getElementById(x); } function …

Member Avatar for StephenopolousINC
0
325
Member Avatar for StephenopolousINC

This simple code changes sounds in firefox, IE, safari, and chrome but will not switch in Opera. Any thoughts? <div id="playlist"style="position: absolute; z-index:10001; top: 0px; width: 100%; height: 100%;"> <button id="one" onclick="song1();">Mello</button> <button id="two" onclick="song2();">Its Time</button> <button id="three" onclick="song3();">Its on now</button> <div id="hideme" style="width: 392px"> <audio id ="audio" controls loop> …

Member Avatar for StephenopolousINC
0
282
Member Avatar for StephenopolousINC

Hello everyone, I am doing an assignment that requires me to create an application that manages a student records database. They gave me the option to use a GUI or console application so I am making it a console app. The task requires that we use the abstract class pattern. …

Member Avatar for StephenopolousINC
0
273
Member Avatar for StephenopolousINC

Hello I am trying to create a class that called Lootable and create subclasses such as trunk, locker, etc. that will contain items that can be looted, they will inherit their lootability from the Lootable class. I am thinking of using the ArrayList for this. I have thought of different …

Member Avatar for StephenopolousINC
0
923
Member Avatar for StephenopolousINC

Hello, I have been playing around with a script. It is just a start of something like a really lame version of the street fighter layout. I am having trouble with figuring out how to get the character to move the way I want. I have mapped the WSAD keys. …

Member Avatar for StephenopolousINC
0
222
Member Avatar for StephenopolousINC

Hey everyone, I am a student at WGU studying for a Bachelor of Science, IT - Software Emphasis. I have already obtained several certifications: CompTIA A+, CompTIA Project +, CIW Web Foundations Associate, CIW Web Design Specialist, CIW JavaScript Specialist and plan on getting several more. The next programming cert …

Member Avatar for falkopartey
0
223
Member Avatar for StephenopolousINC

Hello, I am trying to call an audio file using the onload event. I am able to do it using the media player plugin but I need to be able to call it without the use of a plugin and have play directly in the browser. I think the <audio> …

Member Avatar for StephenopolousINC
0
319
Member Avatar for StephenopolousINC

Hello, I am trying to play a sound file directly in chrome. Is this even possible? I think it has to do with HTML 5, which I am unfamiliar. I know how to do it with plugins but that requires the user to have the plugin and interrupts their experience. …

Member Avatar for StephenopolousINC
0
110