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.

~23.9K People Reached
Favorite Tags

34 Posted Topics

Member Avatar for adaykin

Hello, I am looking for an API that will feed me soccer stats from leagues like the EPL, Bundesliga, Serie A, and La Liga such as personal player information (name, height, weight, dob, etc.), player statistics (goals, assists, minutes played), as well as results from games. If anyone knows of …

Member Avatar for binkish
0
942
Member Avatar for adaykin

Hello, I am able to get the height of the browser w/o the scroll bar, but I need a way of getting the height of the browser with the scroll bar. How can I do this with javascript?

Member Avatar for PsychicTide
0
100
Member Avatar for adaykin

Hey, This site [url]http://spanglerdesign.com/test/askmary/[/url] is working ok in all browsers except IE. The background images will not show up in IE. I have tried a few different solutions, but they just don't like to show up for some reason. There's another problem that is occurring in all browsers. The Calculators …

Member Avatar for MidiMagic
0
121
Member Avatar for adaykin

Hello, I need to put two <p> or <div> tags right next to each other so horizontally they line up with each other. So it would like something like: [CODE]<p>Text</p><p>More Text</p> <div>Text</div><div>More Text</p>[/CODE] But I want them to be on the same plane horizontally. How would I do this? I …

Member Avatar for almostbob
0
15K
Member Avatar for adaykin

Hello, I am trying to completely remove everything from a table. I want to delete all of the rows which I am able to do. But when I delete all of the rows and add rows in again there is whitespace at the top of the table and I can't …

Member Avatar for adaykin
0
219
Member Avatar for adaykin

Hello I have a JSON array data.cells that I need to iterate through to get the values out of and put the values into an onclick event listener. Right now the variable name data.cells[i].letter is being based through the buildString function for each cell in my board, instead of the …

Member Avatar for essential
0
139
Member Avatar for adaykin

Hello, I just upgraded my laptop, and unfortunately the drivers on the CD for the tv tuner are only available in the 32 bit version. Does anyone know where I could find a 64 bit driver for the TV Tuner FPCRC05AP?

0
110
Member Avatar for adaykin

Hello, I have been using a home wireless network, and at random times the connection dies, and I have to reconnect. I didn't make any changes to the network at all, it has randomly started going on and off. I have tested this out with several computers, and they all …

Member Avatar for adaykin
0
165
Member Avatar for adaykin

I've seen a lot of different possible ways to do so, but I was wondering what people thought the most efficient way was.

Member Avatar for adaykin
0
3K
Member Avatar for adaykin

Hello, I am having problems displaying a background image in ie. In firefox it looks perfect, but in ie I am having problems displaying the image, it doesn't display at all. Here is my code: [CODE] <table border="0" cellpadding="0" cellspacing="0"> <tr> <td height="120" colspan="8" valign="bottom"> <img src="https://www.rejoovme.com/images/wrapperHEAD_916.gif" alt="RejoovMe Relaxation Center" …

Member Avatar for raju.raghup
0
136
Member Avatar for adaykin

Hello, I am having problems with a rollover image, for a site I am updating. On the site [url]http://spanglerdesign.com/test/wamso[/url] the about us link on the menu is supposed to turn purple when the mouse goes over it. Also the menu for aboutus shows up to the left on monitors with …

Member Avatar for adaykin
0
149
Member Avatar for adaykin

Hello, I was wondering if there would be a way I could place an image without it overflowing. So say if there is images within each table cell in a row where each cell is 25 x 25, and the image is 50 x 50, I want to place the …

Member Avatar for Troy III
0
133
Member Avatar for adaykin

Hello, I want to be able to echo a redirect url, based on a few variables. The content type of this php script is set as Header("content-type: application/x-javascript"); here is my code: [CODE] $row = mysql_fetch_row($result); echo "window.location = \"http://myurl.com/test/".$row[0]."/index.php?name=".$row[0]."\";"; [/CODE] Right now the url just outputs the url as …

Member Avatar for digital-ether
0
134
Member Avatar for adaykin

Hello, I have done this successfully in firefox, but I need to do this in IE now, I want to dynamically generate an id for my input elements for an element being created. So far I can't get the id to come out correctly, here is what I have: [CODE] …

Member Avatar for adaykin
0
156
Member Avatar for adaykin

Hello, is there anyway that I can actually make my tables smaller? I tried putting in a value for the width for the td tags, but it didn't seem to do anything. Also I want the table to fit on one page, but changing the width of the table tag …

Member Avatar for MidiMagic
0
101
Member Avatar for adaykin

Hello, I have the following code, with 6 rows in the database for my query, although the mysql_fetch_row function is only able to get 5 out in my web page. I'm not sure what is wrong with my code, here it is: [CODE] $connection = mysql_connect("my server", "user", "pass") or …

Member Avatar for antwan1986
0
230
Member Avatar for dips255

Interesting I tried doing something similar, and in the web developer plugin debug console in firefox I got a message saying that the element is null. Mine was working in ie too, but not in firefox.

Member Avatar for adaykin
0
112
Member Avatar for adaykin

Hello, I want for the user to be able to click on a button that lets them add a <tr> full of <td>'s and <input>'s in the <td> tags. So I have code like: [CODE] <script type="text/javascript"> function addRow() { // Insert a row too the table with td's and …

Member Avatar for adaykin
0
130
Member Avatar for adaykin

Hello, I was wondering if there would be a way I could generate elements dynamically using something like this, where qtyElements is an array of all the elements that start with qty. [CODE]var qtyElements = document.getElementsByName('qty*'); for(var i = 1; i < qtyElements.length + 1; i++) { // var name …

Member Avatar for ~s.o.s~
0
140
Member Avatar for adaykin

Hello, whenever I try to call this function, web developer plugin for firefox gives me a message that says: "Error: addRow is not defined Source File: [url]http://localhost/xampp/Aptana/index.php[/url] Line: 1" Here is my code: [CODE] <script type="text/javascript"> var k = 7; function addRow() { var rowItem = document.createElement('input'); newRow.setAttribute('type', 'text'); newRow.setAttribute('name', …

Member Avatar for adaykin
0
125
Member Avatar for adaykin

Hello, I am trying to control the max length that the text appears, before it goes to the next line in a div. So I want the div to be say 100, but I want the text to only reach 50 before it wraps to the next line. Is there …

Member Avatar for macneato
0
183
Member Avatar for adaykin

Hello, I have the following code: [CODE] <dt> <p style="text-align:left;"> <a href="">SHOW HORSES</a> </p> <ul> <li><a href="">Riding The Best</a></li> <li><a href="">Western</a></li> <li><a href="">English</a></li> <li><a href="">Reference Trainers</a></li> </ul> </dt> [/CODE] with the stylesheet: [CODE] ul, li { display: inline; margin: 0; padding: 0; } p { display: inline; } /* Background …

Member Avatar for adaykin
0
123
Member Avatar for adaykin

My code is working in every browser except safari. I can't figure out how to get it to work. First I need to detect safari in the html, and then compensate for the margin issues in safari. My code is: [CODE] <div style="margin-left:0%; display:inline;"> Some text </div> <div style="margin-left:50%; display:inline;"> …

Member Avatar for buddylee17
0
80
Member Avatar for adaykin

Hello, I want to delay showing all of my links on my page for a few seconds until all the animation I am doing is done. I was wondering if there was a way I could delay placing them using javascript. In other words I want them to not show …

Member Avatar for ~s.o.s~
0
344
Member Avatar for adaykin

Hello, I just downloaded the PPM Repositories module from [url]http://search.cpan.org/dist/PPM-Repositories-0.11/[/url] How do I include the repositories in my PPM? I read the documentation but it didn't make any sense to me. I have PPM 4.01.

Member Avatar for KevinADC
0
219
Member Avatar for adaykin

Hey, I am trying to implement a ctrl + x to close my program when the user clicks on the exit menu item or hits ctrl + x, but so far it is unresponsive, here is my code: [CODE=java] package main; import javax.swing.*; import java.awt.*; import java.awt.event.*; import testing.Intro; public …

Member Avatar for darkagn
0
130
Member Avatar for adaykin

Hello, I get an error message saying flow() is not defined when I debug in firebug. I am not sure why this is happening. Here is my code: [CODE=javascript] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Image Flow</title> <script type="text/javascript"> function imageFlow() { var R = …

Member Avatar for ~s.o.s~
0
482
Member Avatar for adaykin

Hey suppose I have code like: <td id="something">I want to put stuff in here</td> How would I be able to put the value of a JavaScript array into the part where I want to put stuff. Say the value of the array at a position is hello, I would output …

Member Avatar for adaykin
0
81
Member Avatar for adaykin

Hello, I am getting an error message saying clock is undefined, I am not sure why, here is my code: [CODE=JavaScript] <script type ="text/javascript"> var theDays = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); var theMonths = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", …

Member Avatar for ~s.o.s~
0
130
Member Avatar for adaykin

Hello I am trying to display the total cost after the user enters a product ID, controlled by a switch statement. However the total variable ends up being the product ID, not the price. I want the total to be the sums of the prices. [CODE=javascript] <script type ="text/javascript"> // …

Member Avatar for adaykin
0
178
Member Avatar for adaykin

Hey, I am trying to get a sound to play when the user moves the mouse over on of my links. I don't know javascript, I just copied this code from a book, so it's probably something simple. Here is my code: [CODE]<script language="JavaScript" type="text/javascript"> function playSound() { src="misc020.wav"; } …

Member Avatar for hbk619
0
460
Member Avatar for adaykin

hey I am trying to do a postnuke installation now, I gave up with phpnuke since it sucks, and I am trying to install postnuke but I got an error when I was going through the install process and I'm not sure what it means. Any thoughts would be greatly …

Member Avatar for Sorcerism
0
133
Member Avatar for adaykin

Let me say I have been to many tech sites and this is by far the best I have seen so far. I am very impressed with the way this site is put together, it seems to have a good positive community. Anyways I am a college student in my …

Member Avatar for mattyd
0
72
Member Avatar for adaykin

Hey I have tried to search for a few but there aren't many tutorials on how to use phpnuke 7.9. I have set up a database so far with phpMyAdmin, and have populated it with the fields from my nuke.sql file. I have edited my php.config file I assumed I …

0
59

The End.