14
Jan
onto MP3player
Answer: Wallyboy,
check it out here
http://www.google.com/search?sourceid=na…
enjoy,
Hope
Answer: yeah i use limewire to get my audio books
Answer: Downloading audio books for free is illegal - but legit websites are great - www.audible.com for example.
Nappymonster
Answer: YAKiToMe! (http://www.yakitome.com) is a free website that has a bunch of free audio book titles and better yet, lets you convert any electronic […]
Read the rest of this entry »
14
Jan
I am using modify>convert>layer to table
and response is > This file cannot be made compatible with 3.0 browsers because it contains nested layers.
Answer: When converting layers to tables in dreamweaver, keep in mind that
a: you cannot convert overlapping layers
b: you cannot convert nested layers into tables, which means that you need to remove […]
Read the rest of this entry »
14
Jan
Which type of comment indicator should you use if your comment exceeds a single line?
a) // comment here */
b) /* comment here */
c) // comment here
d) // comment here //
I'm 90% its c) but I'm just making sure.
Answer: b) …… it can span multiple lines whereas the ” // ” is limited to […]
Read the rest of this entry »
14
Jan
I recently bought a .co.uk domain name from 123-reg and wanted to build myself a site using their instant site feature… having realised just how crap this instant site feature is, unless you pay a lot of money, i decided to build by website using html. Having now built it, I went to 123-reg, and […]
Read the rest of this entry »
14
Jan
copy and paste?
if you want sheet 2 to pull from sheet 1
maybe sheet 2 can use a formula like this
=Sheet1!A1
just change A1 to whetever cell you want.
might need need more info on what you are trying to do..
Answer: Lets say you have data in cells A1 thru B10, in your worksheet “Sheet1″
If you want to […]
Read the rest of this entry »
14
Jan
There are more actually
/
*
-
>
=
del.icio.us | Reddit | Slashdot | Digg |
Read the rest of this entry »
14
Jan
I’m taking this class in college I need to know how to make excel do a certain task.
I want a specific cell equal a certain number, when I add to numbers in I want that number equal to the cell without going over or under. No matter the numbers enter I want the program to […]
Read the rest of this entry »
14
Jan
free form languages are ones where the position of characters is not significant. Unlike old punch cards, it doesn't matter where on the line you place program text.
Python is a mix, as indentation is used to delimit program blocks.
Other free form languages are Java, Perl, C. In fact most of the common programming […]
Read the rest of this entry »
14
Jan
Let's say I have an array that contains 5 numbers (repeats allowed). How do I print out the largest number?
Answer: You can have a variable that stores the current max value (initialized with the first element). Then iterate through the array and compare it with each element, if the current element is greater - update […]
Read the rest of this entry »
14
Jan
The applet is designed to run within a browser, it can rely on the browser to take care of the Graphical User Interface (GUI) and screen handling. Applets also run in what is called a secure environment, meaning they are prevented from writing to the disk drives or causing overflow errors.
Applets are designed to run […]
Read the rest of this entry »