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

Programming & Design - November 2007

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

Can anyone give me a good site or give me some good tips on fieldet

boxes.

Some questions:

How do you change the retangle shape if you can?
How do you change the color?
How do you put heders between the lines a the top of the box?

And also anything about headers. The boxes on myspace that you can put text in and change the background color and stuff..

Most detailed answe get's voted best..

2007-11-10 07:40:38 · 2 answers · asked by Anonymous

2007-11-10 07:21:58 · 4 answers · asked by sarmenhbb 1

I have an Amazon.com website that has a url of astore.amazon.com/. The website has a domain name already. In layman's terms, how do I change things so that
visitors can just type in my store name(-----------.com)

2007-11-10 07:13:08 · 2 answers · asked by roxie 1

printCoupons( )
const num MONTHS = 12
const num YEARS = 30
num monthcounter
num yearcounter
while yearcounter <= YEARS
while monthcounter <= 12
print month, year, "Remenber to send your payment by the 10th."
yearcounter = yearcounter + 1
endwhile
endwhile
endwhile
return

It is meant to print 360 payment coupons for a new borrower, and each coupon lists the month number, year number, and a friendly reminder.

2007-11-10 07:11:21 · 2 answers · asked by Anonymous

Verify that the patch package exists and that you can open it) Ok, "where" do i verify it exists so i can open it?

2007-11-10 06:32:14 · 2 answers · asked by RRocket 4

I'm fairly new to coding- I know basic HTML, but I want to go on to CSS, Java, and all that and make databases. I've heard mixed reviews about Visual Basic and am not sure about which to get, and what type will train me. There was one I had awhile ago with video-training as an additional download. (It was all free) But I want something that will bring me to a higher level...

2007-11-10 05:09:25 · 4 answers · asked by Ari 2

I'm learning JAVA and I might do this.

2007-11-10 02:46:00 · 1 answers · asked by somebody 2

Hi i want to build my own laptop and i want to make my own design the only change i want to do it the cover of the laptop and i want to no were i can get it done if you have any information or idea's please tell me.

Thank youu for answering

2007-11-10 01:57:54 · 5 answers · asked by Anonymous

-(function( ) =var F = document. got E LEMENT BYLD ("CREF_IFRANE"S; IF (IF)

2007-11-10 01:15:33 · 3 answers · asked by sundeep 9732 1

I have a large (2,500 row) sheet in which I need to insert a considerable number of blank rows, then copy the contents of the row above into this. I select the rows I need to perform this operation on using an IF statement which inserts the word 'both' into a cell if a condition is met. I then filter the column which contains this cell so I end up with a filtered list of between 2 and 300 rows. Currently I use a short macro:

Sub InsertCopyRow()
ActiveCell.Offset(1, 0).EntireRow.Insert
ActiveCell.EntireRow.Copy ActiveCell.Offset(1, 0).EntireRow
End Sub

to perform this operation, but I have to run the macro manually on each selected row, which is quite time consuming.

Is there a way of automating it so that the macro will run on every row where the target cell contains the word 'both', as in:

=IF(H1="both","run macro 'InsertCopyRow'","") ?

2007-11-10 00:25:41 · 3 answers · asked by Midas 2

Why can't we humans talk to computers in the natural language like English? Why do we have to use an artificial language like Cobol, Fortran, C, C++ or Java ? Why can't we give instructions in the English language we speak everyday ?

If we already have a language like English, why did Dennis Ritchie do the painstaking work of developing a new language called C, building a translator (compiler) for C, and also make all of us learn these new languages ? What is the specific reason? All you programmers and computer scientists, put on your thinking caps and start thinking!

2007-11-09 18:28:00 · 6 answers · asked by Quasar 2

I want to make a web site but i dont like having the webster of webly tag in the URL. is there any site where i can creat a free website that has somthing like www.ccekche.com instead of www.ccekche.webly.com? sorry i am having a hard time explaining it.

2007-11-09 18:15:17 · 4 answers · asked by Anonymous

hello!

i am trying to export all the data and tables of one remote sql database to another remote sql database...

how do i do that?
I tried to search on online but no luck...(please dont tell me to Google it,lol..)

Thanks in advance

2007-11-09 18:11:59 · 5 answers · asked by baroon 2

2007-11-09 17:22:32 · 3 answers · asked by Anonymous

ok i want to learn 1 of these.

im going to be using it to make a mmorpg in time when i learn it.. so wiitch is better?

also any information about this is accepted to!!

please and thank you everyone

2007-11-09 17:03:49 · 9 answers · asked by Alex S 2

which one is right

("SELECT * FROM integers WHERE number = $num");

OR

("SELECT * FROM integers WHERE number = '$num' ");

should we put qutation mark ' around $num ? like '$num' ?

2007-11-09 16:16:19 · 5 answers · asked by ___ 4

It is for an 11 y/o's girl club

2007-11-09 13:35:16 · 4 answers · asked by Anonymous

This is what I need help with:
http://i1.tinypic.com/73fiv52.jpg

Basically, I want all of the links in my menu to have a different highlight color on mouseover/hover, so that as you go down the links it looks like a rainbow. Ex: link1 is red on mouseover, link2 is orange, link3 is yellow, etc.

Can someone give me the code please???
(My layout is edited with html,CSS, and divs, if that helps.)

2007-11-09 11:01:36 · 4 answers · asked by ♥Kay 4

I am using notepad. Do I have to buy another program? I'd rather not if I don' t have to.

2007-11-09 10:43:00 · 10 answers · asked by Anonymous

Anyone know what it means.
Any link will be great!
Thank you.

2007-11-09 08:45:43 · 1 answers · asked by Anonymous

2007-11-09 08:26:29 · 1 answers · asked by DrK 2

This program is supposed to calculate how much a person would earn over a period of time if his salary was I penny the 1st day, two pennies the 2nd day, 4 pennies the 3rd day, 8 pennies the 4th day and so on.
The program should ask the user for the number of days. Then, it is to display a table showing how much the salary was for each day, and then show the total pay at the end of the period. The output should be displayed in a dollar amount, not the number of pennies.

I was told that I should use a while loop for input validation because it's not supposed to accept a number less than 1 for the number of days worked.

The formula is 2^n-1

Finally, I tried to use a for loop to do the calculation because it's supposed to display a list of totals for each day.

If you could copy and paste and correct this for me, I would greatly appreciate it thanks.

2007-11-09 04:04:05 · 6 answers · asked by USAman 6

for the following files:
WIN.COM =
QEMMFIX.VXD =
XCOPY.EXE =
KEYBOARD.DRV =
WAIT_1.CUR =
GDI.EXE =

2007-11-09 03:45:21 · 1 answers · asked by Anonymous

2007-11-09 03:23:01 · 2 answers · asked by David Junior 3

2007-11-09 03:14:45 · 3 answers · asked by nanaynikikay 2

how do u overlap fonts on html?

2007-11-09 02:27:36 · 4 answers · asked by penguinluver 2

Trying to copy values from two different text fields and add these values into a single seperate text field.....if you anyone understands what I mean??!!
Basically, I am trying to enable a user to create their own unique user ID for a registration system. I want the values of the SURNAME field and the Date of Birth field to be combined into ONE SINGLE FIELD, called user ID. An exmaple of this would be ........ User ID : [ smith170188] - smith being the surname, and 170188 being the Date of Birth.

Thanks in advance!

2007-11-09 02:00:02 · 4 answers · asked by gecko 2

2007-11-09 00:20:44 · 4 answers · asked by mark 1

2007-11-09 00:02:03 · 4 answers · asked by just me 6

fedest.com, questions and answers