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

Programming & Design - April 2007

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

Two pictures NEXT to each other? when I insert two pictures they are above and below each other how do I insert them to be next to each other?

2007-04-26 09:29:57 · 10 answers · asked by I SLEEP TO DIE. 3

If a friend wants me to build a web site for his plumbing business, how do I set up a hosting package? Do I purchase an account from a web server or do I make him do that? If I purchase the account, do I give him access? What do other people do?

2007-04-26 09:18:58 · 8 answers · asked by Anonymous

I need some help understaing "block" types and "inline" types in html. Can someone please explain what they are and how they are different from each other? Thanks...

2007-04-26 08:06:10 · 3 answers · asked by jack 6

0

How would you write a new class for a fish that always moves forward, unless that space is not empty. If it is not empty, it changes direction.

2007-04-26 07:53:17 · 2 answers · asked by John B 1

suppose i have (b,b,c,b,c,a,f,a) in column A and to get (b,c,a,f) in column B. pls instruct step by step using above info in your formulas.

2007-04-26 07:33:30 · 2 answers · asked by firooz 1

1

I am putting a date in a cell and I would like another cell to automatically calculate 90 days. What is the formula?

Thanks :-)

2007-04-26 06:22:00 · 8 answers · asked by Anonymous

2007-04-26 06:11:09 · 1 answers · asked by that_guy 2

Can any one Write a program to display odd numbers from 1 to 10? Please need help.
U can write after this:
#include
#include
main()
{
/*your answers thank you......*/

2007-04-26 05:24:00 · 10 answers · asked by mac_pc 2

I have a picture that that I want to make clickable How can I do this to add to my webpage?

IE they click on the picture and get the web page

2007-04-26 05:23:36 · 4 answers · asked by hypergirl328 1

This is what I got so far I might be really off and if this is right I dont know what to do with it... please help!!!



2007-04-26 05:12:24 · 4 answers · asked by Anonymous

I am a budding font end web developer and would like know if when designing DHTML websites do we implement them using table-less, table or mix of both design formats and why?

2007-04-26 05:05:25 · 2 answers · asked by James 1

Do I have to install PHP software before my PHP codes will work when creating my own website? This may be a stupid question, but I'm self-learning programming and creating websites, so please forgive me if this is an incredibly stupid question. Thank you.

2007-04-26 04:47:04 · 6 answers · asked by Smily Evie 2

2007-04-26 04:10:55 · 2 answers · asked by aiswarya 1

what would be the best programming language for making applications for mechanics, operating systems, and tools used for measurment of data (such as a spedometer)

any help would be great
thnx

2007-04-26 04:09:02 · 7 answers · asked by Anonymous

i want to create a manga by using photoshop.. but the problem is tht my comp. cant support photoshop programme. im not plannin to buy new things to upgrade my comp. so does anyone noe any good software/programmes tht are very good in editing manga??

my comp. is windows XP.. such an outdated.. >.<
[neither am plannin to buy the windows vista software =p]

thx for readin n also answering the question in advance.. ^^

2007-04-26 04:08:18 · 5 answers · asked by ™ šmïŁê™ 2

I set up a contact management database that will show by appointments on a daily basis. What formula would I use in the date column to spefiy to only pull the current days information?
I tried using the "NOW()" formula, but it wouldn't show todays information.

I appreciate your help!

2007-04-26 03:06:39 · 4 answers · asked by Kristi 2

2007-04-26 02:25:16 · 6 answers · asked by brndnbckfrd 1

I have a good knowledge of computer software & quite alot about running websites, as I work for an e-commerce company, however, I'm pretty crap at web design.

So I need a decent, easy to use bit of software to design a banner for my blog: www.marksurbanreview.blogspot.com

If not, then I need someone to design me a banner, at a good price.

2007-04-26 01:02:06 · 5 answers · asked by markieboy1989 1

what's the html code where do i fit it in????


Copyright Protected src="http://i153.photobucket.com/albums/s204/putrilatifa/baby.jpg" border=0>

2007-04-26 00:59:52 · 4 answers · asked by pu3latifah 1

/* Reversing a String */
#include
#include
#include
void main()
{
char s[20], r[20];
int i, l, j;
clrscr();
printf("\n Enter A String :");
scanf("%s", s);
l = strlen(s);
for((i=l-1;j=0;i>=0;i--,j++)

{
r[j] = s[i];
}
r[j] = '\0'];
printf("\n Given String : %s", s);
printf("\n Reversed String : %s", r);
if ((strcmp(s,r))==0)
printf("Palindrome");
else
printf("Not Palindrome");
getch();
}

2007-04-26 00:57:07 · 4 answers · asked by robin j 1

2007-04-26 00:16:01 · 4 answers · asked by sergeweb 1

I want to make this piece of script work in Firefox. Could anyone help me re-write the code?

document.write('');

Thank you so much!

2007-04-26 00:02:42 · 3 answers · asked by dale.black 1

I wrote the following script;

function msOver(subName){
eval(subName). style. backgroundImage = url(imgs/download_bg.gif)';
}

function msOut(subName){
eval (subName) . style . backgroundImage = 'none';
}

All the browsers support this script besides Firefox and Navigator?

Note: the spaces that I've added between the "." dots in the script is only for Yahoo Answers, otherwhise it shows "backgroundIm..." in place of "backgroundImage"

2007-04-25 23:20:58 · 4 answers · asked by iguana 4

Where can I go to learn more about this? The people maintaining it currently want $308 per year for doing nothing, plus $60 an hour everytime we want changes. There's got to be a better way.

2007-04-25 23:19:46 · 5 answers · asked by dana 2

I created a form on my website that has name, email, phone, etc. I tried making a submit button to send the informaiton to my email and used mailto:blahblahblah@yahoo.com, but it didn't work. If the coding needed to make the button is not html then I wont understand it, but if you have the code I can use, I will be SO GREATFUL TO ANYONE WHO HAS IT!!! Please help! I need it ASAP! Thanks to everyone in advance.

2007-04-25 21:38:29 · 4 answers · asked by Anonymous

fedest.com, questions and answers