Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
56% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
1
5 Endorsements
Ranked #340
Ranked #4K
~8K People Reached
Favorite Tags
Member Avatar for jspence29

I am writing a program that makes hands of five cards, and tests them against poker combinations. Wikipedia says you have a 1/254 chance in getting a straight, but I get an abysmally small mount of straights in each run. (around 50 in one million hands). Can anyone tell me …

Member Avatar for Prasanna_9
1
1K
Member Avatar for jspence29

I have this contact form that I use for everything and for some reason it is not working on this one site. If you could visit it and see what is wrong. http://www.spencedesign.netau.net/lori/me.html the php code is here <?php $field_name = $_POST['cf_name']; $field_email = $_POST['cf_email']; $field_message = $_POST['cf_message']; $mail_to = …

Member Avatar for jspence29
0
284
Member Avatar for jspence29

How can I make the menu more fluid than it is now, you will see what I am talking about when you see the fiddle http://jsfiddle.net/jspence29/wCXB5/

Member Avatar for jspence29
0
111
Member Avatar for designershiv

I have a requirement to remove the use of tables and replace the code with HTML lists (<ul> and <li>). The HTML code to be replaced is as below <table> <tr><td>John Smith</td></tr> <tr><td>24 years</td></tr> <tr><td>Chicago</td></tr> </table> How to replace the above code with (<ul> <li>)

Member Avatar for designershiv
0
343
Member Avatar for jspence29

I am making a program that does synthetic division, except for it is not showing the quotient only the remainder. I have checked my for loops so many times, and I can't understant what is happening here is my code: import java.util.*; import java.lang.*; class synthetic { static Scanner userInput …

0
214
Member Avatar for rupom1969

Hi; This is Rupom from Bangladesh,Is there any body assist me by giving Easy Web Tips.

Member Avatar for madelinekim
0
267
Member Avatar for jspence29

I can't figure out why my java applet is not displaying, I have all of the files in the same folder, and I have java enabled on my browser. Here is the code //java code import java.applet.*; import java.awt.*; import javax.swing.*; /** * The HelloWorld class implements an applet that …

Member Avatar for bguild
0
311
Member Avatar for jspence29

I am writing a program, and the solution I have involves deleting certain elements from an array until there are none. My code is below, but the error it shows is no return statement. This is because I don't have an else statement for some ifs, does anyone know how …

Member Avatar for stultuske
0
309
Member Avatar for jspence29

I can't figure out why my nivo slider is not showing, the link to the jsbin is here http://jsbin.com/opucok/4/edit. I followed the directions in the nivo website exactly, and the slider works when it isn't with the rest of my html and css code.

Member Avatar for pixelsoul
0
193
Member Avatar for jspence29

What I am trying to do is make a program that reads a txt file and converts the number into a double array. import java.io.*; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class rocket { public static void main(String[] args) throws IOException, FileNotFoundException { System.out.println(readLines("/Users/Jeremy/Documents/workspace/altitude.txt")); } public static Double[] readLines(String …

Member Avatar for jspence29
0
380
Member Avatar for jspence29

Throughout working on my project I think I created a simple clean and easily customizable gallery. <html> <head> <title> Singapore - Home </title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <style> * { margin: 0; padding: 0; } body { background: url('woodbackground.jpg'); background-size: cover; min-height: 100%; min-width: 100%; position: relative; top: …

Member Avatar for LastMitch
0
132
Member Avatar for jspence29

My site is www.jeremyspence.net78.net. As you scroll down I want to make the main menu dissapear(the one menu you see now) and another smaller menu (kinda like the apple menu from apple.com) appear on the top that is fixed, I was thinking about making a sticky menu, but I want …

Member Avatar for JorgeM
0
214
Member Avatar for <M/>

I am using this snippet of code: #recaptcha_image, #recaptcha_image img { width: 200px !important; cursor: pointer; } #recaptcha_image img:hover { position: absolute; width: 300px !important; } .recaptcha_only_if_image, .recaptcha_only_if_audio { display: block; } And no matter what I do I can not shrink the overall size of the recaptcha but I …

Member Avatar for <M/>
0
72
Member Avatar for jspence29

I have a one page website http://spencedesign.netau.net/SNL/SNL.html#home I am using anchors and targets, I am using overflow-y: auto; but the scroll bar only displays when the screen is big enough, so it works on my 1920 by 1080 desktop, but not on an average size laptop, how do I make …

Member Avatar for gauravkumaralwar
0
117
Member Avatar for jspence29

How can I make a table 100% width. For example, here http://spencedesign.netau.net/SNL/SNL.html#page3 I want this table to be the length of the panel, but I can't figure it out. I tried making the trs 100%, I tried just making the table 100%. I thought about changing the padding and the …

Member Avatar for JorgeM
0
98
Member Avatar for ranam

Please check the website given below http://www.purdue.edu/discoverypark/energy/ i want to know if i can get any resources for the listview beside the slider given in above link. Thanks and regards, Ranam

Member Avatar for ranam
0
124
Member Avatar for jspence29

I am trying to get an animation, like the one at http://tympanus.net/Tutorials/TypographyEffects/index6.html But for some reason it is not animating at all. Is there any fix for this? My code is <DOCTYPE html> <html> <head> <title> Saturday Night Live </title> <style> body { background-image: url('http://images.fanpop.com/images/image_uploads/SNL-Wallpaper-saturday-night-live-784022_1024_768.jpg'); background-size: cover; } .letter-container h2 …

Member Avatar for jspence29
0
202
Member Avatar for jspence29

My facts link is smaller than the rest for some unknown reason? http://spencedesign.netau.net/singaporehome.html

Member Avatar for JorgeM
0
101
Member Avatar for MrXortex

G'day. I created a simple FAQ page but the last line gets hidden behind the footer. I know why because the footer postion is set to fixed and I want it to be at the bottom too. Better explanation: http://i.imgur.com/eHZdv.png I don't see the need for posting any code right? …

Member Avatar for jspence29
0
336
Member Avatar for jspence29

If you look at the box shadow inset here http://spencedesign.netau.net/singapore-tour.html#/intro You can see that it is at 100% and goes all the way down no matter the size of the page, but I can not seem to recreate it here http://spencedesign.netau.net/singapore-author.html it is using the same code. I do not …

Member Avatar for JorgeM
0
126
Member Avatar for uhgarrett24

I am trying to create a website with a slide show similar to the one on this page www.gethealthymarshall.com. I have no idea where to begin. Does anyone know of any tutorials or source codes i could download to do this? Thanks.

Member Avatar for jspence29
0
87
Member Avatar for jspence29

Can someone please tell me why there is extra white space to the right, and why the border around the page doesn't go to the bottom! My link is http://spencedesign.netau.net/singaporehome.html There was no whitespace when I had the links in a ul, but now that I put them into divs …

Member Avatar for jspence29
0
502
Member Avatar for jspence29

For some reason I can't move one of my div tags, the gallery one. It looks just like all of the rest of the divs that move fine with absolute positioning. My website is http://spencedesign.netau.net/singaporehome.html If you look at the code it is obvious that the gallery is not moving. …

Member Avatar for JorgeM
0
144
Member Avatar for ibakir

I have a problem with my slide show have 6 images, and you can flick throw the images, there's three images that shows up in that slide show, if you click the middle one you go to a link if you click on the sides it should slide to the …

Member Avatar for jspence29
0
128
Member Avatar for jolly.kachhwaha

I'm working on a website project. I formerly designed and coded it on the mac. Everything was displaying and fucntioning correctly. When i tried loading my project through the pc, the pictures and headers are not showing up anymore. Plus the php codes are displaying on the page.

Member Avatar for jspence29
0
266
Member Avatar for Fannyyyyyyyyyyyyyyyyy

How do you make a link by a button field. I don't need to ordinary image link or button. But a field (in dreamweaver green transparent) where u can put up coördinates where it belong to with a link to an other page. When to user click on that side …

Member Avatar for jspence29
0
134
Member Avatar for jspence29

I am trying to make a website page that looks roughly like this. All the DATA is at http://spencedesign.netau.net/singaporehome.html I don't understand why I can't just move the pictures around with absolute positioning, usually that overrides everything. ![sketch](/attachments/large/4/sketch.JPG "sketch") My code is ul#gallery { list-style: none; width: 1300px; text-align: center; …

Member Avatar for LastMitch
0
97
Member Avatar for jspence29

In my page I want it so that when you resize the page past the point of the pictures, that the pictures will go into another row, all the way so each picture has it's own row. And then potentially I won't need any media queries. But unfortunaltely I can't …

Member Avatar for JorgeM
0
108
Member Avatar for jspence29

How can I change the size of the pictures in this example http://codepen.io/anon/pen/IDKAo I am making a photo gallery with this effect, and I need to change the size of the pictures, can anyone help? It is a pretty complex css so I understand if you can't.

Member Avatar for jspence29
-1
97
Member Avatar for jspence29

I recently just added a grid layout, but I can't figure out how to make my links work. The grid that I used is the 1140 one at http://cssgrid.net/. I studied the source code of that website, and tried to make my page like theirs, but when I put everything …

Member Avatar for jspence29
0
125