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

Programming & Design - February 2007

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

the remainder percentage of the page.

2007-02-13 08:20:54 · 4 answers · asked by Anonymous

I'm working on a templating system and would like to generate an html document, and show a preview of the document as an image (so the customer cannot copy the HTML from a preview). How would I go about doing this in php?

2007-02-13 08:18:45 · 5 answers · asked by whattheflp 2

a byline is a line below the title, the title is in word art and I couldn't get to do it close enough to the title. How do u create a byline anyway ? thanks

2007-02-13 08:14:46 · 2 answers · asked by Anonymous

Hi Kai here need help with my website (church ) i need to find a website software.someone say that coffee cup software is good. but i do not have know html code do anyone know of a software that i can buy without knowing any code.......Thank Kai

2007-02-13 08:07:56 · 3 answers · asked by LadyKai 2

I need to create a fourm using PHP and MySQL.

2007-02-13 07:58:26 · 4 answers · asked by loopy_and_yoshi 3

ok, i am creating an APPLICATION (not javascript or w/e) to launch an external application when someone presses a button. i have everything else except the actual launching part. i know in VB is like Shell ("C:whatever") but what is it in java and what classes would i need to import?? thanks!

2007-02-13 07:51:38 · 2 answers · asked by DarkAardvark 2

Not a fancy one, just enough to make stupid power beams and things like that.

2007-02-13 07:49:36 · 2 answers · asked by McLad 2

ok i have the program running theres just one detail i need to fix
one last detail
heres the relevant part of the program
int option;
cout<<"Enter 1 to encrypt, 2 to decrypt, 3 to quit"< cin>>option;
while (option!=3) {
if (option==1) {
cout<<"Enter a message to encrypt (! to quit)"< char letter;
cin>>letter;
while (letter!='!'){
if (letter=='k') cout<<"1 ";
assuming you choose option 1, after it is done encrypting it will print to screen "Enter a message to encrypt"
i need it to print "Enter 1 to encrypt, 2 to decrypt, 3 to quit"
it seems like i need to put the first statement in a loop as well, but i cant seem to figure out how to do it

2007-02-13 07:48:15 · 1 answers · asked by Alex P 2

I want to build a very large string from lots and lots of small strings. In C# I would use System.Text.StringBuilder without hesitation. At present I am using java.io.StringWriter, but I am concerned that it may not be efficient enough? Is there a better option? MUST be FAST! Thanks in advance.

2007-02-13 07:31:39 · 1 answers · asked by Aaron W 3

The other day .ico files stopped showing a preview. Like .html files have the (if IE is your main browser) have the E next to them well .ico's has dissapered and I want it to be fixed does anyone know how?
Links or info please.

2007-02-13 07:28:14 · 1 answers · asked by sbraidley 3

i only have one minor and one more than minor problem left
the program goes like this
int option;
cout<<"Enter 1 to encrypt, 2 to decrypt, 3 to quit"< cin>>option;
while (option!=3) {
if (option==1) {
cout<<"Enter a message to encrypt (! to quit)"< char letter;
cin>>letter;
while (letter!='!'){
if (letter=='k') cout<<"1 ";
26 more if stats
cin>>letter;
}
}
else if (option==2) {
cout<<"Enter a message to decrypt (0 to quit)"< int code;
cin>>code;
while (code!=0){
if (code==1) cout<<"k";
26 more if stats
cin>>code;
}
}
}
return 0;
}
ok the not so minor problem is that i need this program to "reset" (start with the first phrase) every time after a message is decrypted or encrypted, but it will keep repeating the end/dec based on what you did
what do i need to change
and also where do i need to put the endl; to not have the press. any key.. right after the decryption is shown

2007-02-13 07:27:58 · 1 answers · asked by Alex P 2

when people view my page how do I get my flash to come on straight away so everyone will see/hear it??

2007-02-13 07:22:30 · 1 answers · asked by louisemjryan 2

I need to make an email notifier using Visual Basic.Net as I have used yahoo! Messenger and I only use it to tell me when I get new mail so is there a way I can make a email notifier that im guessing has to connect to yahoo and check every x amount of seconds.
. So can it be done and how?
Please give links etc. if possible
Note: VISUAL BASIC.NET ONLY!!!

2007-02-13 07:19:05 · 3 answers · asked by sbraidley 3

i only have one minor and one more than minor problem left
the program goes like this
int option;
cout<<"Enter 1 to encrypt, 2 to decrypt, 3 to quit"< cin>>option;
while (option!=3) {
if (option==1) {
cout<<"Enter a message to encrypt (! to quit)"< char letter;
cin>>letter;
while (letter!='!'){
if (letter=='k') cout<<"1 ";
26 more if stats
cin>>letter;
}
}
else if (option==2) {
cout<<"Enter a message to decrypt (0 to quit)"< int code;
cin>>code;
while (code!=0){
if (code==1) cout<<"k";
26 more if stats
cin>>code;
}
}
}
return 0;
}
ok the not so minor problem is that i need this program to "reset" (start with the first phrase) every time after a message is decrypted or encrypted, but it will keep repeating the end/dec based on what you did
what do i need to change
and also where do i need to put the endl; to not have the press. any key.. right after the decryption is shown

2007-02-13 07:15:04 · 1 answers · asked by Alex P 2

2007-02-13 07:01:19 · 7 answers · asked by Jessica F 1

i have tried to get a pic like most have yous have done but i dont now how. can anyone help me plz,sorry but i dont now a great deal about yahoo thanx

2007-02-13 06:42:52 · 1 answers · asked by rob 3

In admin what is SAP? Is it something to do with a computer package? And how can I learn it quickly? Any places online? Please help!! Thanx.

2007-02-13 06:10:02 · 5 answers · asked by Kelle 2

Hello Everyone,

I keep getting a "Conversion from string "TrueTrueTrueTrueTrue" to type 'Boolean' is not valid." error....Why? and how do I fix?

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim all As Double = 3
Dim love As Double = 5
Dim mid As Double = 2
Dim house As Double = 0
Dim vac As Double = 3
If (TextBox1.Text = CDbl(all))
& (TextBox2.Text = CDbl(love))
& (TextBox3.Text = CDbl(mid))
& (TextBox4.Text = CDbl(house))
& (TextBox5.Text = CDbl(vac))
Then Form3.Show()
Else MsgBox("Sorry, please try again")
End Sub

2007-02-13 05:55:27 · 5 answers · asked by relms2000 1

Can someone tell me a HTML code to put my own image as a background for the Contact table on MySpace please?

I don't want to change the font or wording that is already set to it, I just want to add my own image, so it looks something like this:

http://i87.photobucket.com/albums/k127/kinkykayla1987/Example.jpg

Thanks in advance...x

2007-02-13 05:51:44 · 2 answers · asked by M 2

Is it still popular

2007-02-13 05:37:25 · 4 answers · asked by groundbrandon 3

My friend in work is trying to program a PLC and got a question...does an "and (&)" gate with 3 inputs need to have all three inputs positive to give a positive output or will just 2 do it?...what is the gate called that has multiple inputs (which have to be active) to give a positive output

2007-02-13 05:32:04 · 9 answers · asked by Anonymous

HELLLO 2 ALL HPE UR ALL DOIN WELL!! jus wanted to ask if ANY1 knw of a good Photo editing program which i can dwnload on my pc...i wnt it so i cn edit ,crop,design and create sum kool stuff with my pics cn anyone help??/

2007-02-13 05:29:11 · 10 answers · asked by MissTrOubl£:Mak£r 2

2007-02-13 05:14:25 · 2 answers · asked by princess_nikki_91 1

2007-02-13 05:13:54 · 3 answers · asked by deb 1

I recently designed my first website for a friend.

http://www.allpetnanny.com/

It seems I am having a problem getting it to look presentable in IE 6. It looks fine in IE7. In IE6 it looks like the two side-by-side divs are pressed together along with the background being shifted to the right. I was just wondering if someone knew what the problem was and how to fix it? Thanks.

2007-02-13 05:06:58 · 3 answers · asked by stevekirby04 2

whenever i try to burn the DVD it tells me that my "C:\Docume~1\ADMINI~1\LOCALS~1\Temp" if full ... iam just wondering what will happen if i delete all the files in same path !?

2007-02-13 04:38:56 · 6 answers · asked by Mohamed A 1

2007-02-13 04:33:23 · 2 answers · asked by praveen p 1

fedest.com, questions and answers