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

Programming & Design - September 2007

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

I am using Front Page to design some websites but when i finish designing, i upload my page and when the internet explorer settings are normal everything is ok but if i change it to Large it will screw the whole tables and margins! i want to lock the text font size so that it doesnt change at all! Thanks alot for the help :)

2007-09-19 00:25:15 · 3 answers · asked by Shervin E 1

Can someone please help me...

Can someone please tell me HOW to create a HTML document in linux command line. I need to create one for a web server but i cant think how.

web pages welcome

2007-09-18 22:14:13 · 6 answers · asked by saz 1

What base does it use? Please explain the relationship between Binary and Hexadecimal. Show how "A0D3" this hexadecimal number is represented in both binary and base10. Please include an explanation.

I'm just curious.

2007-09-18 21:37:17 · 7 answers · asked by Ariana 3

i had my website made and the webesigners said i could maintain it by configuring my ftp programme and they gave me my ftp account name and password. i need a step by step system telling me how to work the ftp programme

2007-09-18 20:03:08 · 1 answers · asked by Anonymous

2007-09-18 13:50:37 · 3 answers · asked by Anonymous

I want to add some information to my webpage, but I have to "paste" some information from another site. Can someone just tell me step by step how to do it? Thank you.

2007-09-18 11:31:45 · 8 answers · asked by super saiyan 3 6

with readXml method.

Could not find file 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\File.xml

The File.xml file is in the same project directory as default.aspx
This has to do with relative path? How do I configure it to automatically look in its same directory for the xml file?

2007-09-18 10:35:27 · 2 answers · asked by theedge2343 2

What are the advantages/disadvantages.

2007-09-18 10:06:09 · 1 answers · asked by doshua2 2

is there any one that can help me find some basic info about writting shells with linux or like step by step kinda thing

thanx

2007-09-18 09:46:15 · 2 answers · asked by josue 2

Ok Im trying to make something and I needed to know what it is.

2007-09-18 08:57:15 · 7 answers · asked by Naruto Gal#1 1

I would like to somehow write a piece of VBA code that would detect a change in the Pivot Table data range and automatically updates the range without having to go through the Pivot Table Wizard. Could someone show me the VBA Code?

2007-09-18 07:44:11 · 2 answers · asked by Tony C 1

I have a table with column name Friendly_Name(varchar(250)) which displays the values for the query:

SELECT Workstations.Friendly_Name FROM Workstations WHERE Hits > 0 AND (Workstations.Friendly_Name LIKE '%') ORDER BY Workstations.Friendly_Name

192.168.5.1
192.168.5.10
192.168.5.11
192.168.5.111
192.168.5.112
cosupport1\admin
cosupport1\administrator
testlab1\admin11
testlab1\admin12
testlab1\admin14
testlab1\admin15

...Now I want the query to dispaly the records in the following order...

cosupport1\admin
cosupport1\administrator
testlab1\admin11
testlab1\admin12
testlab1\admin14
testlab1\admin15
192.168.5.1
192.168.5.10
192.168.5.11
192.168.5.111
192.168.5.112

Iam new to SQL Server and not familiar with buil in functions in SQL Server! Please help me!

Thanks in Advance!

2007-09-18 06:50:11 · 5 answers · asked by Deepak K 1

Linux - Determine number of unique hosts connected to server
Normally; I would use netstat -a | grep
To see a list or to get a count of how many connections to a particular port. However, I need a bit more granular output so that I can also see the number of UNIQUE hosts connected to that port. Otherwise, the current output I am getting will show multiple connections a host may have; which doesn't give me an accurate 'count' of total hosts connected.

Thanks

2007-09-18 06:41:34 · 1 answers · asked by Anonymous

Using Outlook in the past I have used this method of faxing documents from my computer to a fax machine. Outlook parameters were: (fax: XXX-XXX-XXXX), placed in the TO field. Is it the same for Yahoo?

2007-09-18 05:58:18 · 3 answers · asked by aashley197 1

Hi. I want to make my page to play some music (if the user wants). I store some free-sharing music in my site's ftp, and I know that music playing can be made using tag. That will not be the problem I guess.. But there are some following things: I want to add to my database what files of audio are in my website, so I would be able to play them randomisly and depending on what style user likes. The problem is that: how can I make music allways going on (even if user is exploring my website and going from one page to another) - I do not want the music being interupted? Is there any sollution? Thank you. Please help me!

2007-09-18 04:02:21 · 3 answers · asked by kolibrizas 3

I'm just curious. i want to know if this would work:

I have a folder called "NEW FOLDER 1"

I put a shorcut to a word document inside "NEW FOLDER 1"

I want to click on "NEW FOLDER 1"... and instead of opening the folder to view the file... i want to open the file automatically.



can it be done?

i just want to see if this is a valid quirk.

I have a windows XP platform.

Thanks.

Shame

2007-09-18 02:33:03 · 3 answers · asked by Rastafarianhobo 4

Hi!

I need to write a java program that asks the user to enter 2 numbers, x and y, and prints the remainder of x divided by y.

I know how to do this, its not the problem, my question is, how do you do it without using a java modulo operator?

I know how to write the script, im just not sure how to find a remainder of something without using mod - Only using division, multiplication and subtraction -


Thanks

2007-09-18 01:29:01 · 3 answers · asked by Anonymous








Bookmark this site!




I'm trying to make it an external code so that my code will be cleaner please help me!

2007-09-18 00:52:01 · 1 answers · asked by Patrick M 1

Some sites I can connect while others I cannot due to the FTP. My HTTP works fine.

2007-09-18 00:27:07 · 2 answers · asked by Mike A 1

Here's a sample of a program:

char cur[6][20]={"Euro ", "YEN ", "Franc", "ZWD", "DOP", "Exit"}; //five currencies types plus exit option (6)
float rates[5] ={1.3859, 114.9750, 0.8424, 0.00003333, 0.02988}; // five (5)exchange rates


What would the (20) relate to if we are doing currency conversion? Why should the number (20) be used in this example if the conversion is hard-coded why not any other number?

2007-09-17 22:18:55 · 4 answers · asked by tiera29 2

2007-09-17 17:57:37 · 2 answers · asked by a_amir07 2

Specifically this image code:[IMG]http://i14.tinypic.com/6gmx98n.jpg[/IMG]

Specifically this website:
www.z7.invisionfree.com/Adventure_Islands

2007-09-17 14:14:27 · 9 answers · asked by Blaine F 2

I have an associates degree in Computer Science. I have gone to monster.com to look for jobs and ever one of them want u to have at least 2 years of experience. Does anybody know what companies have computer science internships so that i can gain experience?

2007-09-17 13:44:09 · 3 answers · asked by Anonymous

i know a flash banner is created with Flash, but isn't that animated I'm not so sure between the differences in the two. Would the animated banner be just picture after picture? I don't know please some one explain this to me. If its a dumb question then I apologize for my ignorance. (well not really but thanks for the help)

2007-09-17 13:32:14 · 7 answers · asked by Brenda M 1

http://www.emmawatsonofficial.com/# is an example. Go to that and see what it does. Do I need flash for that?

2007-09-17 11:31:20 · 2 answers · asked by AEagleLuv 2

how do i make a web site? pez help me !!!!!!!!!!!!!!!!!!!!!

2007-09-17 09:08:52 · 3 answers · asked by Anonymous

what should i type in VBA so that it can do math calculations and show the results in a box. for example i want to type a ramdon number in a box then press a button and it will divide it by 15 then add 100 to it and show the result in a box

2007-09-17 08:18:31 · 2 answers · asked by Anthony 2

how do you resize an imbedded excel object?

2007-09-17 07:36:48 · 5 answers · asked by martin 4

2007-09-17 07:34:20 · 1 answers · asked by Cathy L 1

Have you ever used person to person outsourcing sites like rentacoder.com either to find work or to commission work? Do these sites work? Which are the best sites? And what did you think of the experience?

2007-09-17 06:07:45 · 2 answers · asked by CuriousJ 4

fedest.com, questions and answers