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

Programming & Design - January 2007

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

2007-01-12 05:34:59 · 4 answers · asked by best123 1

how do you add music to myspace?

2007-01-12 05:18:55 · 5 answers · asked by ? 3

2007-01-12 05:02:18 · 2 answers · asked by MT 1

Hi,
I am writing something in HTML...
I need to have in the same line WITHIN THE SAME PARAGRAPH the following...

............................ SOMETHING ..........................................some text
(please ignore the dots... I put here just for giving some idea or visualization of the place I want the word to be)

The word "Something" must be centered, and the word other text must be to the right...

I thought about one single line... the word SOMETHING (black color) in the center..then dots colored white and to the right the other words black again... I know this looks odd, but it's a possible solution I thought... But I do not know how to use two different LETTER SIZES within the same line!!!

how can I do it?
I though that <\SPAN> was a good idea, but it seems not work.. Please help!

2007-01-12 04:58:04 · 3 answers · asked by Anonymous

Form excell documents

2007-01-12 04:49:12 · 4 answers · asked by Anonymous

2007-01-12 04:32:17 · 24 answers · asked by neeta m 1

I would like to install a FREE (or very cheap) message board on a website I am building. PHP Preferred. If you have any suggestions, please send them to me. Also, please include some pros (and maybe cons) of each. Thank you very much!

2007-01-12 04:27:27 · 5 answers · asked by M 4

Are there any particular programs available free or that I have to pay for to create and edit GIF files?

2007-01-12 04:20:49 · 6 answers · asked by Anonymous

Are there any particular programs available free or that I have to pay for to create and edit GIF files?

2007-01-12 04:20:20 · 5 answers · asked by Anonymous

2007-01-12 04:18:15 · 5 answers · asked by achint v 1

virtual host in website developmet terms wha exactly does it mean?

2007-01-12 04:17:04 · 2 answers · asked by buscog2000 1

DECLARE @totalDue money
DECLARE @totalDue1 money
DECLARE @totalDue2 money
set @totalDue=(select sum(balance) from Chart_Of_Accounts
where account like '11%'and [ShortDescription]like 'La Jolla%'
group by [ShortDescription])
set @totalDue1=(select sum (balance) from Chart_Of_Accounts
where account like '11%'and [ShortDescription]='Del Mar'group by [ShortDescription])
set @totalDue2=(select sum (balance) from Chart_Of_Accounts
where account like '11%'and [ShortDescription]='Encinitas'group by [ShortDescription])
print 'The Total Balance for La Jolla is: $' + convert(varchar, @totalDue,1)
print ' '
print 'The Total Balance for Delmar is: $' + convert(varchar, @totalDue1,1)
print ' '
print 'The Total Balance for Encinitas is: $' + convert(varchar, @totalDue2,1)
print ' '
DECLARE @thisOne money
set @thisOne=(select sum(balance) from Chart_Of_Accounts
where account like '12%')
print 'The Inventory balances for La Jolla are as follows: $'+ convert(varchar,@thisOne,1)

2007-01-12 04:04:38 · 2 answers · asked by Valencia E 1

2007-01-12 03:57:11 · 4 answers · asked by TTC #1 With PCOS 3

That is the link in the centre of emails etc.

2007-01-12 03:52:43 · 2 answers · asked by Allan S 1

2007-01-12 03:39:17 · 4 answers · asked by kailash m 1

I tried the "getdataback" software. But I am not satisfied with it. It retreives only the very recently deleted files. I want very old data which was deleted earlier. Hope there will be some mechanisms to take them. Is there anybody to help me?

I'll be very very Greatful to You.

Thank You.

2007-01-12 03:10:46 · 9 answers · asked by Anonymous

see pic please because i can't explain it. thank you http://uk.pg.photos.yahoo.com/ph/allanccs2004/detail?.dir=61d9scd&.dnm=74d5scd.jpg&.src=ph

2007-01-12 03:09:19 · 3 answers · asked by loving the super cat 2

2007-01-12 02:14:25 · 3 answers · asked by Jesse 2

Would be very grateful for guidance here. I have created a gallery in which 30 pictures fade in and out in sequence, that's all fine.

My first problem though is that when I test the end product or publish my animation some of the pictures have an odd sort of blip, whereby they appear to be squeezed vertically, only by a few pixels but it spoils the smoothness of the fade in / fade out. It doesn't happen when I 'scrub' the timeline and I'm confused. Has this happened to anyone else?

Also, have created a splash page and cannot for the life of me get the link at the end to work, which should take me into the main web-site. Was hoping to be able to click anywhere on the splash page to continue.

Finally, how on earth do I add my gallery animation to my web-site? I understand html but am struggling to have the animation appear on my page and it's very frustrating.

I know I'm asking a lot but I'd be eternally grateful if a kind soul could help me. Please?!!

2007-01-12 02:10:16 · 3 answers · asked by Katie D 3

pls help i cant go on myspace so ihave to make one or find a sit like it

2007-01-12 02:01:17 · 4 answers · asked by joshiscool200 2

I've managed to get JavaScript to round to 2 places using:
Math.round(x*100)/100
However if x = 6 it displays as '6' rather than '6.00' which I want.

2007-01-12 01:50:51 · 4 answers · asked by Yak 2

i want to develop a project using VB.NET,suggest me a topic and i also need the codes for the same.plz help me out

2007-01-12 01:50:47 · 4 answers · asked by Sanns 1

Hello! I am looking to become certified in all aspects of Microsoft. I was wondering if this is still a good thing to do if you want to do IT Support in a company? What does the Certification include, and how much do classes usually cost? If you have taken it, are you glad you have done it? What schools do you recommend? Thank you!

2007-01-12 01:32:45 · 3 answers · asked by atlantagal 5

I just want to know, is it possible to develop a stanalone application using PHP. Or PHP is only capable to developing web based applications. Is php is using in any application to develop standalone softwares?

2007-01-12 01:26:48 · 5 answers · asked by Univ PMAL 1

Hi ppl.. can anyone tel me how to write code to play songs in Vb.. i know there is this control which has all the play,pause,stop etc.. but where can i store these songs in the backend and how do i connect it to the buttons.. i should be able to put the song list in the list box and when the user selects the song and plays it, he must be able to pause, stop, rewind etc and how do i proceed.. do help me...

2007-01-12 01:17:16 · 6 answers · asked by savi 3

0

help

2007-01-12 01:16:24 · 9 answers · asked by Anonymous

All my screen in yahoo answers is displayed like this, please help me fix this problem in yahoo, i hate hackers, who violate freedom of others.They WILL go to HELL! The display message is
\<\?php $special_groups = array ( 'official' => array ( 'in' => array ( ), 'all' => array ( '1e6b7ca835ee0cc4185b0ab950476c08aa' => 'APJ Abdul Kalam', ), ), ) \?\>\<\?php $special_groups = array ( 'official' => array ( 'in' => array ( ), 'all' => array ( '1e6b7ca835ee0cc4185b0ab950476c08aa' => 'APJ Abdul Kalam', ), ), ) \?\>\<\?php $special_groups = array ( 'official' => array ( 'in' => array ( ), 'all' => array ( '1e6b7ca835ee0cc4185b0ab950476c08aa' => 'APJ Abdul Kalam', ), ), ) \?\>\<\?php $special_groups = array ( 'official' => array ( 'in' => array ( ), 'all' => array ( '1e6b7ca835ee0cc4185b0ab950476c08aa' => 'APJ Abdul Kalam', ), ), ) \?\>

2007-01-12 00:30:48 · 10 answers · asked by Anonymous

fedest.com, questions and answers