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

Hi everyone,
I wrote an ebook on how to get traffic for free. Now I am struggeling to find a name that's catchy, innovative and not too long. Could you may be help?

So "free traffic generator" is not a good idea, because that sounds boring.

2007-11-06 02:59:11 · 1 answers · asked by CafeSchultz 2

I want to display sheet that depend on results from else weare in the workbook. that is fine. but i need a reset button that will hide all the sheets.

I dont know wht sheets will be visible becouse that will be visible at the time.

Any ideas?

2007-11-06 02:08:23 · 4 answers · asked by i am no fool 1

maybe a bit of a speciality question...

Does anyone know how i can learn to Design & Layout PCBs free? i have tried the download packages but struggle with making my own footprints.

cheers

2007-11-06 02:01:58 · 4 answers · asked by Anonymous

ive used a different software to create the flash menu bar, and now i tried adding it in dreamweaver but i cant plz tell me how to do it..

2007-11-06 01:58:03 · 1 answers · asked by It's me 1

www.dreaminblue.weebly.com

2007-11-06 01:35:18 · 7 answers · asked by Anonymous

I want to use a macro to hide and another to unhide rows in ms excel. But i also want to protect the sheet. The macro can't hide/unhide the protected rows. Is ther any way i can achive the level of protection for these rows and still have macros able to hide/unhide them?

2007-11-06 00:52:26 · 3 answers · asked by i am no fool 1

Here is the link check it out:
http://guitargaz.proboards104.com/index.cgi

My mate has created a forum and we are me him and another guy are running it. Unfortunatley we only have roughly 18 members and maybe 8 active ones. I was wondering how we can get more activity happening? Any idea's i've added the site to like a thousand search engines but they take ages to store in database so are there any other methods?

2007-11-05 23:06:07 · 6 answers · asked by Anonymous

Suppose you have the following structure for a Card:

* struct Card
o int suit
o int rank

4A. Write a function that takes two Cards as input, and returns "true" if they have the same suit and false otherwise.
4B. Write a function that takes two Cards as input, and returns "true" if they have the same rank and false otherwise.
4C. Write a function that takes two Cards as input, and returns "true" if they are the same card (same rank and suit).

2007-11-05 16:21:43 · 2 answers · asked by sdc 1

What is a good website that has nice brushes for photoshop?

2007-11-05 13:54:56 · 3 answers · asked by Lilyan 2

So, I have a MySpace. And well, I have a question about the bulletins.

This one girl sends me a bulletin, and everytime I open it up, she either has her letters big or they are colorful.

I'm wondering how you can change the font and color.

Please, please help me!

2007-11-05 13:48:29 · 16 answers · asked by [TeamJacob♥] 3

2007-11-05 09:58:26 · 5 answers · asked by terence b 1

ok, I'm trying to write a program using the Little Man computer instructions, and I asked my prof how to divide two numbers using repeated division. he told me that you need to have a separate mailbox to store the quotient, and after each time you subtract the divisor from the dividend, you add 1 to the quotient's mailbox. but my question is...when you use the add instruction, doesn't the little man add that number onto the calculator? how can I add 1 to the mailbox itself to store the quotient after each subtraction?

2007-11-05 09:03:24 · 2 answers · asked by Anonymous

create a link to someone else's profile on myspace. The code i have which is this :
TEXTYOUWANTITTOSAYHERE puts the link in the upper right corner. If there is such a thing, I would like a code where when i put the url and such in it would stay in the who I'd like to meet section, and maybe even be able to use a html code for a picture instead of just text.
Thanks!

2007-11-05 08:35:09 · 2 answers · asked by Anonymous

I am trying to use the gcc function but it doesn't work. I have CHECKED my program file and it's extension is .c. Everytime I type gcc samp.c -o samp.exe I get:
gcc: samp.c: no such file or directory
gcc: no input files
Do I need to save the samp.c in a specific directory?

2007-11-05 08:33:09 · 2 answers · asked by Shadow973 1

In june, I took a long break, since August(in this time...never opened a c book or wrote a c program!) And I hated it after that...I felt like I lost someone I love! Now, if you do not practice a programming language for a while, do you forget?

And one more question...give me an idea for a useful console C program! I am out of ideas...don't know what to do!

2007-11-05 08:32:07 · 2 answers · asked by myrmydon_lord 2

Using C++ programing how would I set up a loop that can read in a number, use the number, and then go on to the next number until I reach an end of file indicator?

Here's a little section of the program:

ifstream inData;

inData.open ("numbers.dat");
inData >> Number;
FormatNum();
cout << Number << endl;

2007-11-05 06:33:26 · 3 answers · asked by steven j 1

I'm new to these macros, I need to know the correct commands.
So from sheet "calculation" in cell C4, i want to search for data in a sheet called "round" then take the data in the cell which is offset (0,1) and return it to C4. Any idea how to do that? thanks.

Thanks
Any ideas? All ive gotten it to do so far is return True in the cell next to the found data. Haha.

2007-11-05 05:29:37 · 3 answers · asked by billgoats79 5

I've uploaded an image to our website, but I can't make the text wrap around it. Is there an HTML code that will correct this?

To be much more specific, when I put the image in the text flows over and below. I need to align the picture to the right and have the text take up the left portion of the page.

Thanks!

2007-11-05 04:16:19 · 2 answers · asked by Melody 1

2007-11-04 20:21:06 · 5 answers · asked by KalkalashTrish 1

2007-11-04 20:11:14 · 41 answers · asked by . 7

Here's a complete set of codes:

from math import *

def f(a,b):
if a > b:
return 0.0
else:
return 1/(a*(a + 2)) + f(a+4, b)

if __name__ == '__main__':
print "result=%10.6f" % f(1.0, 12.0)

What does " return 1/(a*(a + 2)) + f(a+4, b) " mean ? How do I add "1/(a*(a + 2)) " to "f(a+4, b) "?

2007-11-04 20:06:21 · 2 answers · asked by H 2

In IE7 don't have these borders.
The code from xslt is:







and from css is:
.ReportImage
{
position: relative;
border-color:Transparent;
padding: 0pt 0pt;
}
Thanks!

2007-11-04 19:33:30 · 2 answers · asked by adriana_leapsoft 1

I've never been able to figure it out and it's making me mad. Its on the computer, BTW. Just in case someone was confused. Is there a program I need??

2007-11-04 18:46:51 · 9 answers · asked by Starsky 2

I've been looking for a font like this, or even somewhat similar to this...

http://img513.imageshack.us/img513/5535/donkeykongfontaf7.jpg

It's the Donkey Kong logo, and I've searched Google, dafont.com etc. I'm just wondering if anyone knows of a font, or knows something that looks like it. Thank you!

2007-11-04 17:31:55 · 3 answers · asked by alphaaxl 1

2007-11-04 16:33:28 · 8 answers · asked by Anonymous

2007-11-04 08:42:42 · 6 answers · asked by mikers 3

HI, I want to be like online on my bank acct or in my ebay acct and push the Print Screen and then paste into Word and I enlarge it 200% so I can see it. What I want to accomplish is to copy a page like this with Print Screen and then be able to see it :) and save it and come back to it. Is this possible ? If so, please explain in steps if you would, like you are telling a child OK ?thanks, and this 200% etc, how do I make it a page ??..IF I want to start looking up these question on my own, where would I go to learn this, withiin the Word help ?

2007-11-04 07:59:55 · 3 answers · asked by I Love Jesus 5

I mean like how on a

you can make the corners rounded, I want to do that to the borders around my pictures, so my whole web page matches well.

2007-11-04 06:26:00 · 2 answers · asked by zachary.sweet 2

fedest.com, questions and answers