English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - June 2007

[Selected]: All categories Computers & Internet Programming & Design

What programing language should i learn in the beginning and what is the difference between languages such as C++,C#,VB,Java,.....and what is .Net ?

2007-06-25 11:11:26 · 7 answers · asked by ahmed 1

Or...could you recommend a easy way of adding inline equations to my wordpress 2.2 blog?

2007-06-25 10:52:44 · 1 answers · asked by ? 1

I make a form in (dreamweaver) with php and html. I fill the form with the data and insert in my mysql database(wich is on a server).
But now I want to edit the data that i already insert. Send me some scripts

2007-06-25 10:25:39 · 4 answers · asked by priscilla l 1

2007-06-25 10:04:36 · 11 answers · asked by Anonymous

2007-06-25 09:43:56 · 14 answers · asked by sleekchic 2

2007-06-25 09:12:22 · 2 answers · asked by Doug T 1

2007-06-25 09:04:54 · 8 answers · asked by ♥Sasukeluver♥ 3

after about half hour of playing a game it says the display driver nvlddmkn has stopp resonding and has recovered then it closes my game what is this and how can i fix it

2007-06-25 08:30:33 · 2 answers · asked by Cevman 3

This php script uploads (jpg) and (gif ) images into a directory, but now i want to change the file type to only (xml) files.
I need help, im confused.

I want it to upload only .xml file types. can this be customized?
SCRIPT

html;
if($_GET['do'] == 'upload')
{
//upload all the fields until done
For($i=0; $i <= $_i-1; $i++)
{
//create a random number
$_random = rand(1, 1000000);
//actual file name with the random number
$_file_name =basename($_FILES['file' . $i]['name']);
$actualfilename=basename($_FILES['file' . $i]['name']);
$type= explode('.',strrev($actualfilename));
$type= strrev("$type[0].");
$type=strtolower($type);
//file with the upload folder
$target_path = $upload_dir.$actualuser."$type";
if (in_array($type,$file_exists)) {
}
else {
echo "Invalid file format";
exit();
}
$userjpg="userdata/avatars/$actualuser".".jpg";
$usergif="userdata/avatars/$actualuser".".gif";
if ($type='.jpg' and file_exists($usergif)) {
unlink($usergif);
}
elseif ($type='.gif' and file_exists($userjpg)) {
unlink($userjpg);
}
//do not upload the 'left blank' fields
if(basename($_FILES['file' . $i]['name']) != '')
{

if(move_uploaded_file($_FILES['file' . $i]['tmp_name'], $target_path))
{
//uploaded successfuly
$_uploaded=1;
}
else
{
//error uploading
$_error=1;
}
}
else
{
$_check=$_check+1;
}

}

//file(s) did upload
if($_uploaded == '1')
{
$_uploaded=0;
echo "

Your picture has been uploaded.
";
echo ("");
}
//file uploaded?
if($_error == '1')
{
$_error=0;
echo "There was an error uploading some of the file(s), please try again! Maybe the file size. Maximum file size is " . $_max_file_size/1000 . "KB
";
}
//user selected a file?
if($_check == $_i)
{
$_check=0;
echo "Select a file first than click 'Upload File'
";
}
}
?>

2007-06-25 07:49:55 · 5 answers · asked by Zamar 1

2007-06-25 07:42:09 · 4 answers · asked by Philip N 1

around $1000-$2000.
or any websties where I can get lots of projectst to work on..
does anybody know??
thanks

2007-06-25 07:29:48 · 3 answers · asked by Clickforglory 1

class Bird {
String birdName;
Bird(String birdName)
{
this.birdName=birdName;
}
Bird name = new Bird ("Eagle");
public String getname(){
return (birdName);
}
public static void main(String[] args) {
Bird x = new Bird();
System.out.println (x.birdName ) ; }}

who knows what is the problem here

It says : Bird.java:12: Bird(java.lang.String) in Bird cannot be applied to ()
Bird x = new Bird();
^
1 error

2007-06-25 07:29:05 · 5 answers · asked by e.taghiyev 1

I want to make a video, but I have no idea what to make it on. Please give me ideas. Also, if someone wants me to make them a video, I'll do that, too.

Here's my youtube profile:
http://www.youtube.com/profile?user=missxmadden

2007-06-25 04:51:05 · 1 answers · asked by Ashley M 1

2007-06-25 04:27:36 · 2 answers · asked by eion the all knowing 1

I would like to know what these templates are and how they are used. Also what is the Repeater Web Server Control

2007-06-25 03:09:37 · 2 answers · asked by Mary C 1

Hello friends;
as we know that one can insert an image from the folder exists within the computer .....
i tried to insert an image which is of an actress....and the shown matter under icon is
"nyactor298".............i don't know is it gif..or jpeg type.........
i made the way like this.........



but result is a box with x instead of the picture..
can you suggest me what should i do ?

2007-06-25 02:50:29 · 7 answers · asked by Anonymous

"navigation" is nested inside the "content_wrapper." I'm trying to get navigation_gray_bar_on_righ.png to display on top of the "content_wrapper" element. It works fine in Firefox but not in IE6.

Here's the web site - http://clbc.net/next

.content_wrapper {
background: url(images/background.jpg) repeat-y;
width: 770px;
height: 100%;
}

.navigation {
background: url(images/navigation_gray_bar_on_righ.png);
width: 200px;
float: left;
padding-top: 20px;
padding-bottom: 20px;

2007-06-25 02:13:21 · 3 answers · asked by Anonymous

How do i do this? Is there an easier way to alphabetically list all the items (about 2000!) into categories? Like books: adventure; school; science; etc. and then each title in each category alphabetized. It has to be an easy way...right?

2007-06-25 00:51:47 · 3 answers · asked by dearestm64 3

How can I find the prime / foreign keys and which tables these relate to??

2007-06-24 23:58:42 · 2 answers · asked by Robert A 1

Hi all,

I have the following issue and I was wondering if someone out there could help me on this.

Imagine that you have an Excel spreadsheet that has 19 tabs (sheet1, sheet2, etc right through to 19) and then one final tab named summary.
Sheet1 - 19 containes mobile phone data with column a stating the type of call e.g. national, premium rate, international, etc and column b the cost.

In the summary section I want to sum up these headings from Sheet1 - 19, however there is a slight issue in that if I want to sum up the totals for International, there are various headers for this i.e. International - Zone 1, International - Zone 2 etc up to zone 10. In the summary section all I want is to name this part "International Calls".
I guess I need to combine a 'sumif' statement with a 'left' but having not much luck with this.
Is there any way this could be done using a simple formula?

Your help is very much appreicated.

2007-06-24 21:29:27 · 7 answers · asked by No1DiamondGeezer 1

I just love asking question..I could do it all day! the only thing I hate is the dumb answers..lol!♥♥

so no dumb answers allowed..lol..jk!♥♥ wait..where was I goin with this whole thing???..... ♥♥OH YEAH♥♥

Ok... I love editing photos. its like my life☺ My question is do you kno where I can find some good and ♥cheap♥ softwear!

and hey if its free that would be even better...lol♥♥

♥♥thanx♥♥

2007-06-24 19:53:53 · 4 answers · asked by shelby m 1

it has a setting to control javascripts,ive had it for a day now,and if it's really that great i guess i can live w/ having to click every site.but it seems like every site will have 2 or 3 on each page. i noticed the names suggested that the following scripts would be tracking,or hit counter tools installed on the site. but what i want to know is when should i say no i wont let the script in from that site.what would happen if i didnt,would i loose being able to do anything on that site ?

2007-06-24 16:58:08 · 2 answers · asked by Anonymous

Tell me what you think and PLEASE don't be so rude about it or I will Report it!

AND I'M NOT AFFRAID TO DO SO!

2007-06-24 13:12:04 · 1 answers · asked by Anonymous

0

How do you work a joomla file.... i cant find the right file to edit??? whenever i open up a page it opens up the web browser then a download link appears and now im confused?? can anyone help

2007-06-24 09:24:39 · 2 answers · asked by Anonymous

and they will print them for you?

2007-06-24 09:21:19 · 3 answers · asked by ? 5

my boss want me to program using labview 7 to read weigh from a gse scale model 230.
the scale has one analog output and one 9 pin rs232 comm port.

how do I scan the values from the ports?

2007-06-24 09:20:38 · 3 answers · asked by ohio 1

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
CODE:

require_once("connect.php"); // Connect to database
session_start(); //<-- PROBLEM DON'T KNOW WHAT!!
// POST options:
$username = $_POST['user'];
$password = $_POST['password'];
$submitted= $_POST['submitted'];
// Make action with query:
if ($user && $password){
$query = sprintf("SELECT * FROM login WHERE user = '$username' and password = '$password'");
$result = mysql_query($query);
$account = mysql_fetch_array($result);
}
if ($account){

$_SESSION['id'] = $account['id'];
header("location:news_updater.php");
exit;
} elseif($submitted){
echo "Sorry, there is no such user";
?>
===============================

2007-06-24 08:54:05 · 3 answers · asked by truepal20032001 2

fedest.com, questions and answers