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

Programming & Design - March 2007

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

i have a real working star trek lcars skin i am currently using and this thing is really great. my ? is there any downloads out there that will interface with my skin so i can use touch screen application and do away with my mouse. i am running lcars evolved 2 a great program by mike steve. i hope someone can help or has any ideas thanks for any help

2007-03-22 07:19:11 · 1 answers · asked by chris h 1

we have a few comps in the house and i would like to take some files like pictures and stuff avalible to them all what is the easyest os to use to serve those files

2007-03-22 07:16:10 · 4 answers · asked by llamasrocknroll 2

So that they are in numerical order...

int[] array = new int [6];
int count = 0;
luckyNum = 1 + (int)(Math.random()*49);
array [count] = luckyNum;
jTextField1.setText(luckyNum+"");

count++;
luckyNum = 1 + (int)(Math.random()*49);
array [count] =luckyNum;
jTextField2.setText(luckyNum+"");

2007-03-22 07:01:18 · 3 answers · asked by Night_nurse 2

I was wondering if anyone could help me with a couple things. One, why do my transparent PNG images show up transparent on some machines, but on others the have grey backgrounds. Also, how do I speed up my load time for slower internet conenctions? I exported my slices with IMage ready and most pages are about 10k, but the navigation still loads slow. I use rollover commands and can't figure out how to make my NAV work with CSS instead. Any help is appreciated and here is my link: http://www.firstlinestudio.com/

2007-03-22 06:31:19 · 2 answers · asked by Brandon14_99 1

I have been asked to find an alternative to conducting
satisfaction surveys by paper and mail using either our Intranet or remote VPN. My knowledge is limited in this area as I am only a novice web designer and don't know much about databases. Is this possible to do??? Any suggestions?

2007-03-22 06:27:01 · 3 answers · asked by Anonymous

1 and the lastnode contains 2048) and pointer P that refers to the last node...what does this code do?
while(p->next!=p){
p->next=p->next=->next;
p=p->next;
}
cout<< p->info;

2007-03-22 06:26:58 · 2 answers · asked by hihi b 1

I am trying to deploy a new ASP .NET application on our productive server. The Global.asax seems to need to be in the root folder of the IIS. But there is another Web application, so I would like to put mine in a subfolder. How to reference the pages and code files from the Global.asax? In a Windows App I would make a namespace, but placing aspx pages in a /bin doesn't sound good to me.

2007-03-22 06:12:15 · 1 answers · asked by Rumtscho 3

Anyone know how to convert ".fla" back to ".swf" and save the changes that was made to the text and graphics?

The programs I have are Dreamweaver MX 2004, Macromedia Flash Pro 8, & Sothink SWF Decompiler.

2007-03-22 06:09:26 · 2 answers · asked by Am 4

Is it AJAX, CSS or ?? I am not asking about the programming part. I know my data and I use a similar slider on my web page, but this one is awsome. Anybody has any idea how to do the exact thing?

2007-03-22 06:02:03 · 2 answers · asked by kemallino 1

i really need to know for a school assignment

2007-03-22 05:54:47 · 7 answers · asked by karrissa j 1

I'm trying to make a search in PERL that searches for the occurrence of a periond, question mark, and comma.

Heres what I have so far (this just searches for 0 to 1 ?s)

open(AFILE, $ARGV[0]);

if ( =~ /\??/){
print ;
} else {
print 'no match';
}

If someone also has some time, can they explain to me why / \. / doesn't search the whole textfile for a period. Is it because I don't have a *,?, or + after the period i.e / \.+/

2007-03-22 05:50:06 · 2 answers · asked by Anonymous

i want to use the applications of cut, copy and paste in website.(in asp.net web application)
i am using vb.net and asp.net to develop my web based database.
i tried to do as below but i couldn't do that because
after the dot,there are no the list of copy,cut, and paste.(but these lists are found in windows application)
Private Sub cmdCopy_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdCopy.Click
textbox1.copy()
end sub
so how can i do the application of cut, copy and paste in asp.net web application?

2007-03-22 05:35:05 · 1 answers · asked by Anonymous

This is not complete yet. None of the links works. I Just started creating this site. Please let me know what do you think of the design of this site.

http://fashion-online.home.comcast.net/

2007-03-22 05:31:35 · 6 answers · asked by It's me 1

Buying some webspace involves some cost. But some sites offer to build websites free of cost. Explain me how this is possible?

2007-03-22 05:26:50 · 7 answers · asked by Anonymous

lblAnswer.Caption = Val(txty.Text - (txtm.Text * txtx.Text))

If IsNumeric(txtm.Text) = False Then MsgBox "Please type numbers only.", 48, "Numbers Only Please"
txtm.Text = ""
txtm.SetFocus

If IsNumeric(txtx.Text) = False Then MsgBox "Please type numbers only.", 48, "Numbers Only Please"
txtx.Text = ""
txtx.SetFocus

If IsNumeric(txty.Text) = False Then MsgBox "Please type numbers only.", 48, "Numbers Only Please"
txty.Text = ""
txty.SetFocus

I want it to come up with error 48 if there isn't any numeric values in my text boxes.... But it isn't working out that way. How could I redo my code so it works??

2007-03-22 05:22:19 · 3 answers · asked by Steve 3

How could I get the source code of an object.

In other words, if I want to write in HTML in a text feild where I could use tags, etc.?

I once pressed some keys on my keyboard by mistake and saw the HTML code of the object. I tried to find out how I ddid it, but I couldn't...

So I guess someone here knows

2007-03-22 05:16:13 · 2 answers · asked by MaNiC MoE 1

is it possible to put google images search results on my website like i did web, maps, and lyrics? >> my website is http://www.nadzrulsystem.com - please help---

2007-03-22 05:10:52 · 1 answers · asked by Anonymous

i have made a document in Microsoft Front Page . How will i make it as a URL ? ?

2007-03-22 05:03:19 · 2 answers · asked by astro james 1

Input
The input will contain a sequence of integers (positive, negative, and/or zero). Maximum length of the sequence will be 25
Output
The output for this program will be a line indicating the length of the longest subsequence, a new line, a dash character ('-'), a new line, and then the subsequence itself printed with one integer per line. If the input contains more than one longest subsequence, the output file should print the one that occurs last in the input .
Notice that the second 8 was not included -- the subsequence must be strictly increasing.
Sample Input
-7
10
9
2
3
8
8
6
Sample Output
4
-
-7
2
3
8

2007-03-22 05:01:05 · 2 answers · asked by atul a 1

2007-03-22 04:56:09 · 1 answers · asked by Anonymous

I would like to ask any internet address for me to learn vb.net? I really appreciate your help. Thanks!

2007-03-22 04:44:30 · 3 answers · asked by Anonymous

Please provide an example. Thanks in advance!

2007-03-22 04:43:40 · 1 answers · asked by Katmando 3

2

Making up t shirts for a new business. Everyone says I need images in PDF format and cant convert jpg or bmp to pdf..must be pdf image. Anyone know what that is and where I can find a simple pdf image? Maybe of a column or the roman Colosseum or something?
I called some silk screen companies and they said that a JPG. or BMP. will not print out clearly it will look pixelated so they need it in PDF form? Does that sound right?

2007-03-22 04:41:10 · 10 answers · asked by Anonymous

...

i don't want a table code. just a text box.

2007-03-22 04:40:58 · 3 answers · asked by zbam91 3

for example.. number.txt: (has these contents)

1.75:2.00:3.00
2.00:5.00:7.24
3.00:6.35:1.00

--
my source code is..

#include
int main()
{
FILE *infile;
double a, b, c, sum;
char d;

infile = fopen("number.txt", "r");
if(infile == NULL)
{
printf("number DOES NOT EXISTS!");
}
else
{
while(!foef(infile)) /*here's my problem*/
{
fscanf(infile, "%lf%c%lf%c%lf\n", &a,&d,&b,&d,&c); /*fscanf is used*/
printf("%f %f %f", a, b, c); /*just for checking*/
sum = a + b + c;
printf("sum is %f", sum);
}

}
fclose(infile);
return 0;
}

--

problem is..

if i put the while loop, it won't compile. it has these error message saying "undefined reference to `foef'".

if i remove the while loop, the fscanf reads only the first line.

i would like to read also the other data from line 2 and line 3 and solve their sum respectively.

so how can i loop the the fscanf?(assuming that i don't know how many lines are in the file? or maybe its safe to say to loop the fscanf until EOF?)
thanks a lot!

2007-03-22 04:32:44 · 5 answers · asked by Anonymous

IxI^2+5IxI+4.......what value can x hold???

2007-03-22 04:29:29 · 2 answers · asked by naughtyme12345 1

Essentially I want to display an image right next to the box corresponding to what the user selects inside of the drop down box. For example if I have a drop down box that has in it

tire.jpg
window.jpg
cup.jpg
seal.jpg

When the user selects seal.jpg for example 'onChange' kicks in and displays right next to the selection box a
. You understand what i'm saying.

2007-03-22 04:21:54 · 4 answers · asked by Anonymous

I am trying to create a countdown timer in flash. I have gather this from online searching however the numbers do not show up. I have no idea what i am doing wrong. I have embed the fonts and everything. Is the coding wrong?

this.onEnterFrame = function() {

var today:Date = new Date();
var currentYear = today.getFullYear();
var currentTime = today.getTime();

var targetDate:Date = new Date(2007,11,25);
var targetTime = targetDate.getTime();

var timeLeft = targetTime - currentTime;

var sec = Math.floor(timeLeft/1000);
var min = Math.floor(sec/60);
var hrs = Math.floor(min/60);
var days = Math.floor(hrs/24);
sec = string(sec % 60);
if (sec.length < 2) {
sec = "0" + sec;
}
min = string(min % 60);
if (min.length < 2) {
min = "0" + min;
}
hrs = string(hrs % 24);
if (hrs.length < 2) {
hrs = "0" + hrs;
}
days = string(days);

var counter:String = days + ":" + hrs + ":" + min + ":" + sec;
time_txt.text = counter;
}

2007-03-22 04:21:09 · 2 answers · asked by spklingstr 1

fedest.com, questions and answers