blah blah blah is here! blah blah » Close

-2
votes
0 answers

C# Debugging

https://docs.google.com/leaf?id=0B89GBk8q-FkkMWE1NTVkZjEtODE2Ny00MjliLWJhYTEtMTdmYzZiOWJhYjI2&hl=en

0
votes
0 answers

Javascript/HTML Help

[url=http://allderek.com/geo.html]HTML Online[/url] [code] <html> <body> <script type="text/javascript"> function showMap(position) { method = method || "post"; // Set method to post by defa ...

0
votes
1 answers

PHP Error Message

Parse error: syntax error, unexpected $end in /home1/allderek/public_html/quiz/main.php on line 268 [code] <?php // Open DB $link = mysql_connect('localhost', 'allderek_quizzer', '****'); if (!$link) { die('Could not connect ...

1
votes
3 answers

PHP Vars, T_Constant Encapsed String

I keep getting a VARS error message. Here is the server adress: latin.allderek.com/input.html Source: [code] <?php // Declare Buttons // Connect to Allderek.com Latin Vocab Database. $link = mysql_connect('localhost', 'all ...

0
votes
1 answers

PHP - COOKIES and MySQL Help

I am trying to pass a variable back and forth between some pages. Here is the live adress: latin.allderek.com/input.html Source: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www. ...

0
votes
1 answers

PHP Passing Variables

I have a PHP script (Starting at the form on latin.allderek.com/input.html . On the main PHP Script (latin.allderek.com/latin0.php) I have a set of error messages I dont get. What is wrong? Thanks, D Source: [code] <sty ...

0
votes
0 answers

PHP MySQL - Question

What is wrong here? http://latin.allderek.com/latin.php Source: <?php $link = mysql_connect('ftp.allderek.com:21', 'latin@allderek.com', '*****'); $status = explode(' ', mysql_stat($link)); print_r($status); ?>

0
votes
0 answers

New to Java - HELP!

public void chaptercheck() { if(spinone.get(value) <= 0 || spintwo.get(value) <= 0){ spinone.value = 1; } if (spinone.value > spintwo.value) } I have two spinners named spinone ...

1
votes
0 answers

Can I make a normal java SE file into an Applet?

Sorry. New to Java. Theo

1
votes
0 answers

Java Spinner - EASY

I have named a spinner "spinone" in a gui. I am trying to get the value of the spinner: What am I doing wrong? if(spinone.value > 0){ } Thanks, Derek

0
votes
1 answers

Variables

How do i send a variable from Flash to PHP? Simple please because I am a beginner.

0
votes
0 answers

Arduino

Could I tether my android phone to Arduino using an app like PDANET and then rebroadcast the internet over WIFI with a WiShield?

0
votes
1 answers

MP3 Arduino

How can I stream MP3 File Audio to an Arduino via the WiShield?

0
votes
0 answers

C# Array Excel Spreadsheet

How do I import an Excel Spreadsheet into C# as an array in a way that can be ported to both PC and mac. Using the GTK# Library?

1
votes
1 answers

C# Array Import

How can I import an excel spreadsheet like in this tutorial (http://www.davidhayden.com/blog/dave/archive/2006/05/26/2973.aspx) into a C# Array. Thanks, Theo

Feedback