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 need a program that hand handle XHTML, JavaScript, PHP, MySQL, CSS etc...

2007-03-20 04:50:23 · 13 answers · asked by Yak 2

..using mircrosoft word program

2007-03-20 04:45:57 · 6 answers · asked by Anonymous

Basically, its data entry. I want to have a couple fields on a master document where i enter the @ symbol in those fields. Then i can jump from field to field using Alt A and enter the necessary information. anyone know anything on this topic? I believe its within the macros

2007-03-20 04:38:46 · 1 answers · asked by ajh248 1

How can I put the slide show on my artist page. It says I can look for (about me) and paste it there. But i don`t find it.
Also how can I put those nice background for the whole page on there.

Please help.

thanks,

rk

2007-03-20 04:31:47 · 2 answers · asked by rolandtroy 1

Hi Guys,

I know there are some genuises around here that are great with PHP

I was hoping one of you might give me 10 mins and help me with an error I'm getting:

Fatal error: Call to undefined function: tep_image() in /home/sites/www.jewelleryfountain.co.uk/public_html/catalog/includes/header.php on line 57

I just cant work it out. Please message me if you can help - I would really really appreciate it!

Thanks Kelly.

2007-03-20 04:23:39 · 4 answers · asked by angelicakelly 2

I have a lot of songs that I would like to arrange in order to put on cds is there any sofewares that can help me? please let me know thank you?.

2007-03-20 04:18:18 · 2 answers · asked by S☺♥☼@♫ 2

if we know the line number, column number, in a file xxx
how to get the letter in that particular position?
pls give me the instructions,

ex,
----------------------------------------------------------
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
01234567890
-----------------------------------------------------------
here the inputs for the script is row and column number,
if input is (1, 8), then script should return, H

2007-03-20 04:16:38 · 2 answers · asked by sekhar 1

2007-03-20 03:57:04 · 3 answers · asked by wintermaybea 1

I'm looking for algorithms written in Java and I need the source code for a full program. Where should I find it other than www.sourceforge.net?

2007-03-20 03:53:02 · 2 answers · asked by enoki_ta 1

i had created a project,it was run after opening Visual basic and using run option ,,,,,,, Instead i want to run my project directly when i double click on my project name without viewing the code any one help me

2007-03-20 03:44:10 · 1 answers · asked by rajesh 2

I have a bunch of domain names I registered through go daddy. Although I know HTML, I don't have time to build and maintain the seven or eight sites I'm developing. would godaddy's website tonight program be sufficient. I plan to use a PayPal link for services I offer. Are there any other online alternatives I can use so I don't have to use Dreamweaver or FrontPage? Since I have carpal tunnel, the less input on my part for better. I need to save my hands for my book writing. I'm also not interested in multimedia or moving graphics or sound, so a basic program should do just fine.

2007-03-20 03:42:18 · 2 answers · asked by holacarinados 4

Looking for a program that allows uploading of class pictures and resizing of pictures. We are looking for something that we can purchase and also be able to view the final layout before sending it to a publisher.

2007-03-20 03:38:09 · 1 answers · asked by janey 2

I need to find a way to have microsoft word docs (or powerpoint decks) automatically updated using a database system (similar to a versioning system but actually that DOES the updating). Price isn't an issue, and I am looking for an all encompassing solution that would require as LITTLE manual intervention as possible. The database is SQL by the way. Any ideas?

2007-03-20 03:34:11 · 2 answers · asked by late_night_surfer 2

I'm currently on my first job and I was assigned to JAVA programming.. Now I'm assigned as an ariba developer. I just wanted to know if I'm lucky. Is being a java programmer, particular in ariba, grants me great oppurtunities? Or it would be better if I was assigned in COBOL?

2007-03-20 03:21:24 · 9 answers · asked by Justin C 1

what is a field size/lenght

2007-03-20 03:13:21 · 3 answers · asked by Anonymous

I have an oscommerce store and am trying to add mods to it.
I'm relatively new to PHP so its going slowly.

Is there anywhere that I can get good advice quickly regarding errors etc

I have tried out a few PHP forums but it can take days for 1 answer when I I could do with talking either live to someone or getting a quick reponse

Anyone know of a good site to go to, so I can get the answers I need?

Thanks, Kel.

2007-03-20 03:09:47 · 5 answers · asked by angelicakelly 2

I want to display the questions randomly from the database (ie in online quiz program the question will be displayed randomly to students)

2007-03-20 02:57:48 · 4 answers · asked by Saravanan R 1

You are to build a simple “English language” calculator that does the following:
• Takes three inputs from the keyboard, in the form of
x1 operator x2
where x1 & x2 are single digits (0 to 9) and the operator is a single char, +, -, *, or /.
• Outputs the description of the operation in plain English, as well as the numeric result
Constraints:
• You need to take care not to divide by zero. If the 2nd argument in the division operation is a zero, then you shall display a message “Division by zero is not allowed“
• If the number entered is more than 1 digit then display a message, “Invalid number
• If the operator is not one of the 4 preceding operators then display a message “Invalid operator”

2007-03-20 02:53:51 · 3 answers · asked by LULU 1

I am currently studying a home course in web design which i will achieve a ACITP Certificate. I have noticed that in the job searches they look for people with ASP.net, which will get me the best pay once i am qualified if i took that course after this one.n Would be interesting to know if i am right and what you all did to get where you are?

2007-03-20 02:37:37 · 8 answers · asked by honeybx 1

2007-03-20 02:25:11 · 5 answers · asked by ramy g 1

my C++ code:


#include
#include
#include
using namespace std;

int main()
{
char a[128]="**** the truth!";
cout<
ofstream outfile("temp.txt",ios::out);
for(int i=0;i<=127;i++)
{if(a[i]!=NULL)outfile< outfile.close();

char b[128];
ifstream infile("temp.txt",ios::in);
for(int j=0;j<=127;j++)
{infile>>b[i];}
cout< infile.close();

return 0;
}



result:
**** the truth!
烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫!烫烫烫烫
烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫烫蘁

2007-03-20 02:19:28 · 1 answers · asked by gardenants 1

i want to know why do we use jdbc in java when we have ODBC

2007-03-20 02:05:00 · 1 answers · asked by gaurav s 1

2007-03-20 02:02:19 · 1 answers · asked by thajudeen a 1

2007-03-20 01:57:05 · 4 answers · asked by Anonymous

2007-03-20 01:52:53 · 8 answers · asked by Anonymous

and when i try and open the file it has dissapeared from my documents I am running xp and my compy is just over 12 months old (dell dimention) is it that windows wont let me download info for another os does anyone know how to get around this

2007-03-20 01:28:24 · 7 answers · asked by Anonymous

i have read and re read the directions and still wind up with the code instead of the clip.

2007-03-20 01:19:11 · 1 answers · asked by SweetieGoat 4

fedest.com, questions and answers