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

2007-09-30 19:30:10 · 6 answers · asked by Anonymous

http://www.tvlinko.com

How much traffic do i need to able to make a living on it?
my website is getting about 15000 pageviews a day and about 3000 unique visitors a day constantly 24/7. and its stilll going strong and the numbers keep growing everyday. i only use one adbrite banner for advertising..and only interested in CPM. (cost 1000 impressions) how much traffic do i usually need to make say... 1G to 2G a month?

2007-09-30 18:54:00 · 3 answers · asked by Anonymous

I have been offered a new job which will involve me using a Mac which I have never used, I am not very computer savvy, this job will involve me e-mailing photos to clients and editing video clips to e-mail, I will get some training on the job but I am a bit intimidated. Is a Mac easy to navigate/easy to learn? Using the computer is not the main part of my job but I will have to do the above things on a regular basis. How hard do you think this will be for me?

2007-09-30 18:45:55 · 4 answers · asked by Andrea G 2

Whenever I run my Program "Invalid Use of Null" occurs.

Here is the code. I have also made a module.

Private Sub Form_Load()
Set Conn1 = New ADODB.Connection
Call OpenDB

sSQL = "SELECT DISTINCT Name FROM Authors"
Set Rs1 = New ADODB.Recordset
Rs1.Open sSQL, Conn1, adOpenDynamic, adLockOptimistic, adCmdText

List1.Clear
Rs1.MoveFirst
Do Until Rs1.EOF
List1.AddItem Rs1.Fields(0) ---> this is the problem
Rs1.MoveNext
Loop
End Sub

2007-09-30 16:47:43 · 2 answers · asked by Ryan B 1

i want to create a flash website. this'll be the first website i've owned/created and i'm wondering what i need to know before i buy a domain. any help appreciated!

2007-09-30 15:46:06 · 4 answers · asked by hannah 3

http://i119.photobucket.com/albums/o147/ICEcream223/IDIDITYAY.gif

2007-09-30 10:47:47 · 2 answers · asked by cookiefart91 1

Hi,
i have some questions about macro code for excel. I'm not very familiar with vb so it may be very simple but here are the 2 Questions.

Part of my macro code is "Sheets("Today").Select" But i want to place instead of "today" which is the sheet name, i want to place a variable lets say m which will be the place holder for the sheet name so i can keep changing the sheets it selects.

Second, how can i tell my macro to place text in a cell, because when i try
ActiveCell.Text = "Item#" does not work and i want to place "Item#" in the active cell.
Thank you

2007-09-30 09:56:11 · 3 answers · asked by Matt 2

here is an example of what im thinking. I want to get my program to add two binary string(8-bit 2's complement) number and after show the result like this.

Enter your 1st binary number: 00001111
Enter your 2nd binary number: 00001011

Then I will output the following:
ur 1st binary number is 15
and ur 2nd binary is 11
15 + 11 = 26
26 in binary is 00011010
____________________________

But saying all that, i cant get my program to add or subtract binary string(numbers). Can someone please help me.

2007-09-30 08:53:44 · 3 answers · asked by Anonymous

So one of my batch files just opens another program with a few arguments that are always the same. What I'd like it to do, however, is for one argument to change every time I run the batch file. Instead of always specifying the same file name, I'd like for it to increase by one every time it runs. So something like this:

Run batch file, batch file calls this:
programtorun.exe option1 FILE01 option2

Run batch file again, it runs this:
programtorun.exe option1 FILE02 option2

Run batch file a third time, it does this:
programtorun.exe option1 FILE03 option2

How can I get a batch file to just up the filename by 1 every time I run it? Or is it even possible?

Thanks!

2007-09-30 08:19:02 · 1 answers · asked by Doorrat 3

I want to download a photo-editing program LIKE Adobe Photoshop, but it has to be free.
Any suggestions?

2007-09-30 07:58:38 · 13 answers · asked by Anonymous

I have a project saved in Wordpad because i dont have word on my computer. is there a way i can convert it to word because i need to take it to kinkos to get it bound, and they only open up word files.
anyone help?

2007-09-30 06:40:37 · 6 answers · asked by Katie :] 2

When I got to load swatches in the swatch library, there are no pantone swatched coming up. Instead it shows as though I want to open some self made swatches in a folder, which I don't have.

In Illustrator, they have them, but what about Indesign?

I need coated and uncoated.

2007-09-30 05:55:26 · 2 answers · asked by jelly tots 4

I've been building my own site from scratch in HTML and just wanted to know how to put my "Website" "Logo Icon" in the "Address Bar" so that it proceeds it?(Just like the "Yahoo Q&A's" does!)

2007-09-30 04:54:44 · 7 answers · asked by Anonymous

i need real help where can i make a webiste free and have a free url not www.websats.com/lloyd etc. please help is there anywhere please answer thanks lloyd xx

2007-09-30 03:31:54 · 7 answers · asked by james l 1

2007-09-30 03:12:04 · 5 answers · asked by Ernie M 1

http://i21.tinypic.com/35nap1s.png

2007-09-30 02:09:02 · 3 answers · asked by ♫ ali 5

I was wondering should all student required to learn and know how to make a program or just use the application without know the basic programming language. Is it important to learn programming and what is the exiting part of learning programming.

2007-09-30 01:52:35 · 6 answers · asked by yippie_s 1

Can any individual build an entire opertaing system all by himself/herself .If yes what are the skills required and what programming languages does one need to know.Also have there been any instance of someone acheiving this?

2007-09-30 00:01:51 · 8 answers · asked by Anonymous

i have "windows movie maker" but it can not open an .mp4 video...
what can i do?

2007-09-29 23:57:09 · 2 answers · asked by Robin 4

At the time of no Flash and no AJAX, I used to validate all my sites with W3Cvalidator.
Nowadays, I have the choice: a working website (no bugs, no bad layout, all "a-ok") on IE7, Firefox, Opera and Netscape, but 20+ failures in validation, OR
Validated... but not working (sometimes not working at all!!)
What is the way forward?

2007-09-29 23:37:31 · 4 answers · asked by just "JR" 7

Are .eu domains as good as .com are they as searchable as other domains?

2007-09-29 23:20:08 · 4 answers · asked by Anonymous

this is our project in our programming class and i dont know how to make it. We are going to provide a printout of the interface into a receipt using VB code.

2007-09-29 22:33:30 · 2 answers · asked by rollz_mae 1

I design websites for a living and have built many.
Recently, working on www.skytargets.com, and typing the URL, IE7 warns me: This site wants to run the following add-on: Microsoft Office XP.
I have not written anything to ask for that!
Where does that come from and how to get rid of it?

2007-09-29 20:44:03 · 3 answers · asked by just "JR" 7

They always come out crappy and weard. How do i make it look good?

2007-09-29 19:13:19 · 3 answers · asked by Anonymous

0

ex. http://(INSERT IP ADRESS)

Okay, the above is an example of how to access phpMyAdmin... How do I get to allowed referers?

2007-09-29 16:36:36 · 2 answers · asked by Black Heaven - Band 1

2007-09-29 14:51:48 · 6 answers · asked by Anonymous

cout << "Enter a number: ";
cin >> a;

2007-09-29 11:44:31 · 5 answers · asked by Anonymous

G = E OR D AND A + 8 <= B^2 MOD C
G = false OR true AND 6 + 8 <= 9^2 MOD 4 
G = false OR true AND 6 + 8 <= 81 MOD 4 
G = false OR true AND 6 + 8 <= 1 
G = false OR true AND 14 <= 1 
G = false OR true AND false 
G = true AND false 
G = false 

how do u get 1 after having G = false OR true AND 6 + 8 <= 81 MOD 4 

81 MOD 4 =????

2007-09-29 11:12:32 · 2 answers · asked by More-Love 2

http://dowthemes.com
i want to download a mac looking theme but will it harm the computer?

plz and thank u!!!

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

fedest.com, questions and answers