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

Programming & Design - November 2007

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

I noticed when i design a website.. im over critical on it..
the typical "naaah doesnt look good" or something along those lines..

What bugs me is, am i a perfectionist or over-critical on myself because this happens ALOT for me?

I mean, obviously while your designing, theirs some things that you know just plain dont look good.. but when i finish a designs outline.. i always think its not good enough.. even when i look at other similiar designs and those look WORSE... Even when i do finish a design and like it.. a bit later ill look back on it and think it sucks and scrap it..

Its extremely fustrating to me because what if the design i just finished is actually really good, but because of my thoughts on it, i end up scrapping it and starting over thus waisting a perfectly good template...


Is this a problem? something i have to live with? something that can be helped?

any opinions on this if you can relate are much appreciated!

2007-11-15 22:00:31 · 4 answers · asked by Anonymous

I downloaded a programme to discover it runs on the python operating system. It downloaded as a winrar file with loads of info, but no setup or .exe.
I then downloaded python which is stored in c:/python25.
How do i open the download in python?

2007-11-15 20:35:36 · 3 answers · asked by Anonymous

Through C/C++ I want to code that can bring me up the Processor ID of the computer and can store it in a file(After creating) for where code will run.

2007-11-15 18:04:44 · 3 answers · asked by rabinbiswas 1

when i enter something into the textbox and press submit
on the next page the echo isnt echoing anything.
i tried on both ie and firefox. i also tried echoing like this:
echo $_POST[$name]; and nothing shows.
what am i doing wrong?
--------------------------------------------------------------------------
filename: form.html



Empty











-------------------------------------------------------
filename: resultsbyname.php

echo $name;
?>

2007-11-15 17:39:38 · 3 answers · asked by sarmenhbb 1

I have been able to solve the heap sort problem. The problem i have now is how to input from a file into a string. Its not as easy as it sound. it begins wiht a letter e.g. 'I' that means insert, 'S' for search, 'R' for remove or delete, 'C' for change and 'P' for print, all on multiple lines.
An example of an input will be:
I 2 34 56 78
P
S 2 30
R 56
P
I 45 67 43 23 45
C 45

2007-11-15 16:53:23 · 1 answers · asked by FrederickVonHausen 1

what is the difference bet get and getline functions?

2007-11-15 16:34:19 · 2 answers · asked by enSo 1

I'm using dreamweaver

2007-11-15 16:19:41 · 4 answers · asked by néjib c 1





echo "";
?>



it is possible....???

2007-11-15 15:49:27 · 2 answers · asked by Rohit B 1

Can someone please tell me what is wrong with this simple script?

From Actionscript 2.0

on(release) {
getURL("http://yahoo.com");
}

I also tried this one from Actionscript 3.0...

on(release) {

flash.net.navigateToURL("http://yahoo.com");

}

For both, error message keeps saying-
1087: Syntax error: Extra characters found after end of program: Source }

There are no other characters.

Another error appears sometimes saying something like "mouse action permitted on instance of symbol only" but it is an instance of the button symbol in the library.


I am new to this and would appreciate any help. I'm going crazy!

Thanks

2007-11-15 15:35:43 · 4 answers · asked by Hello Kitty 7

Thanks to Zhen Zhen for a better solution to my program.
It runs, but doesn't print the right info. There is something else not right about the program. What else could I do to fix this?

import java.util.*;
import java.io.*;


public class PalindromeTester
{
public static void main (String [] args)
{
Scanner scan=new Scanner (System.in);
String input;

System.out.print ("Enter a text");

input=scan.next();

Palindrome obj=new Palindrome (input);

boolean isP=obj.isPalindrome();
System.out.println ("your word is Palindrome:"+isP);
}
}


class Palindrome {


private String word;

public Palindrome (String word)
{
this.word=word;
}

public boolean isPalindrome() {
String temp = "";

for(int i=word.length()-1; i!=0; i--) {
temp += word.charAt(i);
}

return ( temp.equalsIgnoreCase(word) );
}

}

2007-11-15 15:17:40 · 3 answers · asked by Anonymous

I want to know if java is the future. as you might know Microsoft was planning on switching to java programming for their OS, but it never work out. Now Microsoft is using Languges such as DirectX to make the Vista interface, also using C#,.Net, and Silverlight to make stunning Apps. Although Java is capible of doing simaler things, it is not as stable as C# or .net, and is limited is some areas.

so is Java the Future?

2007-11-15 15:14:16 · 6 answers · asked by trentben101 2

If so can they run at the same time?


Thanks in advance!!

2007-11-15 15:09:31 · 6 answers · asked by Mackenzie 3

I have this code:

int readConfig(char *IP, int *p, char Myfile[]){
char dir[32];
char pto[32];
char c='a';
FILE *fp;
int i=0;

if((fp=fopen(Myfile,"r"))==NULL){
return -1;
}
while(c!=EOF && c!='\n'){
c=getc(fp);
if(c!=EOF && c!='\n'){
dir[i++]=c;

}
}

i=0;
c='a';

while(c!=EOF && c!='\n'){
c=getc(fp);
if(c!=EOF && c!='\n'){
pto[i++]=c;
}
}

*puerto=atoi(pto);
strcpy(IP, dir);
return 0;
}

and the file contains this information: 255.255.255.255
5555

Well, when I print the IP value, this is the result
IP: 255.255.255.255fhv���

How can I do for fix it??? I want that only print: IP: 255.255.255.255

Thanks!!!!

2007-11-15 15:07:18 · 3 answers · asked by yo 1

I want to make a webpage for any type of picture.

2007-11-15 14:59:16 · 3 answers · asked by Anonymous

ok so I'm trying to learn C and C++, and whenever I execute the program it runs in the blink of an eye and I don't have time to see what it says, I remember there being a pause command or something that I could put in there somewhere that would wait for me to press enter, can you tell me where to put it and exactly what it's called? thank you

2007-11-15 14:56:52 · 6 answers · asked by ted-m 2

0

Input a list of positive #, terminated by 0, into an array #s. Then display array and largest and smallest # in i.t

2007-11-15 14:54:20 · 1 answers · asked by Anthony G 1

Ok my parents want me to have my OWN site that people can use like For stuff and wat not
so how do u make a web site?

2007-11-15 13:27:40 · 7 answers · asked by ovoxo 3

i really have no idea, i this is the only problem i have coding it! please help and give good and clear instructions!

example:

http://i203.photobucket.com/albums/aa59/dvn_122/help.gif

2007-11-15 13:17:44 · 4 answers · asked by Anonymous

2007-11-15 13:01:27 · 12 answers · asked by Anonymous

I have a 30 plus column database to build. There are no columns with unique rows. To find a unique row, I would need to combine the first 5 columns. If i do that, there would be a problem, [unless you can suggest otherwise] when someone wants to do a query based upon one of those 5 merged columns. Or should I just utilize the autonumber option and allow for my rows to be numbered 1, 2, 3, 4 etc. thanks!

2007-11-15 11:42:18 · 2 answers · asked by 27ysq 4

A
BB
CCC
DDDD
EEEEE
FFFFFF

i have to write a program at school that will display the above letters, it has to have two loops in it, does anyone have code that can do that?? im using Dev-C++
i know its something to d with incrementing, but i cant get it to work

2007-11-15 09:55:42 · 3 answers · asked by d_nortontaylor 2

Suppose that the instruction format for a modified Little Man Computer requires 2 consecutive locations 4 each instruction. The high-order digits of the instruction re located in the 1st mail slot, followed by the low-order digits. The IR is large enough to hold the entire instruction and can be addressed as IR[high] and IR[low] to load it. You may assume that the op code part of the instruction uses IR[high] and that the address is found in the IR[low]. Write the fetch-execute cycle for an ADD instruction on this machine.

2007-11-15 09:53:08 · 1 answers · asked by Anonymous

I have a project to do and I need publisher to do it and my computer doesn't come with microsoft.

2007-11-15 08:44:00 · 2 answers · asked by Gabbie 1

I am using blogspot. The navigation bar has default sections: about me and blog archive. How can I add additional sections (i.e. headings) to the navigation bar and add links under those sections?

2007-11-15 06:47:03 · 1 answers · asked by enarchay 2

I want to create the login and register feature in my website. If I download the ready use script codes, will it be easy to use them? Will it be just some simple installation or will there be any complexity in it? Hope to get some advice from any experts out there. Thanks a lot.

2007-11-15 06:46:14 · 2 answers · asked by Anonymous

And how do you get the link to say what you want, and not "external link"?

2007-11-15 06:42:02 · 2 answers · asked by iphone1234 2

whats the best wat to encrypting the password accepted from say a login form b4 storing into database using security package..? is one-way hashing a better option rather than encrypt-decrypt method? plz be detail java gurus...

2007-11-15 06:21:46 · 1 answers · asked by TheOne 2

A while ago, I came across a contest on the internet. I believe it was a 'Shortest/Messiest Code Competition'.

Anyways, the winner was a program that created a 3d-esque cube and had it spin around in space. The text was black, and the background was white.

I think the program was about 1-3 lines long, almost impossible to understand, and written in C or C++.

Anyone have this bookmarked, or can provide me with a link?

2007-11-15 06:14:02 · 2 answers · asked by skulltacula 1

fedest.com, questions and answers