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

Programming & Design - May 2007

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

I am not sure how to ask this question or know if anyone will understand the question but, how much space or measurement does a 3d object take up-up? For instance: One pixel takes-up about 66K-bytes and one symbol(letter "a") takes up 1bit or one byte. I can't remember at the moment.
If anyone understands what I am talking about please help me.

I am trying to make a 3D computer game. I want to know so that I know how big I can make a "digital world" in my game.

2007-05-29 14:07:02 · 3 answers · asked by lex_824 3

z_b_54@yahoo.com


thanks.

2007-05-29 13:31:04 · 4 answers · asked by Purplish 3

0

I am trying to get a range to return blank if it does not meet my criteria, does anyone know how I can do this.

Here is my problem, Februray has 28 days but 29 days in each leap year, I want the range of cells to return blank if the cell is not the 29th. I am using the =DATE(YEAR(CellRef),MONTH(CellRef),DAY(CellRef) to calculate the days, so for this year it's showing as 01/03/07, i have a numerical column that lists the days ie 1-29 and then my formula to calculate the actual dates, I then have another field that calculates the days ie Monday to Friday which changes for me year on year, but Im having this slight problem with February, I think it's because my brain has gone to sleep...lol All i want to do is mark both the Numerical column and the day column blank if the date does not equal the 29th Feb. If anyone knows how I can accomplish this, I would be most grateful.

2007-05-29 11:36:11 · 4 answers · asked by thornem10 2

alright this is what im trying to do...im editting the file C:\Windows\explorer.exe
and i save it after im done working with the codes in it..and i end process by Windows Task Manager..and then i turn it back on...by clicking new task

for some reason my file doesnt get saved.... i've saved it to my desktop also and tried to replace it..but that didnt work either?
so is windows automaticalyl doing this and how can i stop it?

thanks

2007-05-29 11:16:56 · 2 answers · asked by aman 3

I have installed IIS on XP Pro and so far I have something which looks like an ftp server. When I go to the parent directory,I get my default webpage, but it seems that no-one else can connect to it. Somone got "connection refused when attempting to connect to localhost". I have http://localhost and then the name of my computer, but going to my default page only shows http://localhost in the address bar.

2007-05-29 11:14:46 · 3 answers · asked by Anonymous

Hi people how can i place page elemenst in a window with CSS like this simple examle http://i9.tinypic.com/4lzammo.jpg can you write the CSS for this sample arrengment?

2007-05-29 09:45:47 · 2 answers · asked by Maysam 4

I see these linksynergy.com links in many places. I think it is a way to track different links and their performance, but when I try going to the website it does not work. Anyone know anything about this?

2007-05-29 09:41:45 · 0 answers · asked by CLJ 1

I have the following routine that I call when I click on a button in a form:
Private Sub View_Report_Of_Features_And_Activites_Click()
On Error GoTo Err_View_Report_Of_Features_And_Activites_Click

Dim stDocName As String
Dim SQL As String

SQL = "SELECT All_Trial_Details.[Technology]" & _
"FROM [All_Trial_Details]" & _
"WHERE All_Trial_Details.[Activity Name]=ActivityNameComboBox;"

DoCmd.RunSQL SQL

If All_Trial_Details.[Technology] = "Java" Then
stDocName = "Java Activities And Features Report"
Else
stDocName = "CD Activities And Features Report"
End If

DoCmd.OpenReport stDocName, acPreview

Exit_View_Report_Of_Features_And_Activit:
Exit Sub

Err_View_Report_Of_Features_And_Activites_Click:
MsgBox Err.Description
Resume Exit_View_Report_Of_Features_And_Activit

End Sub

When I run this, I get an error that says that my SQL statement is invalid. Help.

2007-05-29 09:31:18 · 4 answers · asked by qbros 1

Hi,
I am starting with VB.Net and I am not sure if make more sense to study and get experience programming Web apps or Windows apps.
Something tells me that maybe Web apps has more future or more open to job opportunities than Windows apps but I do not know and would be great to see an advice from an experienced programmer.

Thanks in advance.

2007-05-29 09:05:28 · 8 answers · asked by Anonymous

I just want to be able to write and keep an online journal that only i can see..If anyone has any good sites it would be much appreciated Thank You

2007-05-29 08:52:37 · 5 answers · asked by Anonymous

2007-05-29 08:45:24 · 2 answers · asked by Dirk N 3

I know there's one for yahoo? What's it called and how do I get there and what are some others

2007-05-29 08:44:56 · 12 answers · asked by Anonymous

the publisher say i need to send them the book manuscripts via acrobat reader

2007-05-29 08:31:26 · 5 answers · asked by howaboutit99@sbcglobal.net 2

I have a form which has a select element with about 5 options. Once the form is submitted, the various elements are repopulated so the user can reuse in information for a similar set of data. Most of the fields are text so this is pretty easy, but I'm trying to figure out a simple way to select the item in the select box with out having to do an "if" statement before each element of the select box. Any ideas?

2007-05-29 08:06:52 · 3 answers · asked by Justin H 7

I have an image of mine that I want to use for a cursor. How would I be able to do that?

2007-05-29 06:05:14 · 1 answers · asked by Baconbitz 1

Ok let's say I have my website called :www. pctech.com
Now I want to create a subdomain name : www.dallas.pctech.com
Should I create a different folder named dallas??
When they say you need to point out to your subfolder what will be my subfolfer? Dallas??
Please explain that into details. I know exactly how to host a regular site but I never created a subdomain before. Thanks

2007-05-29 06:02:27 · 4 answers · asked by George 1

If I create like 20 subdomains name will I get more traffic?
I mean I read that creating subdomain is free and can
be unlimited. Can I build 1 site and register in yahoo.com
my 100 subdomain ?? Thanks

2007-05-29 05:35:52 · 4 answers · asked by George 1

I have to archive many old files and I would like to know the easiest way to do this. Website references will be very helpful also.

2007-05-29 05:24:07 · 6 answers · asked by Oceangrl03 2

I want to rewrite URL from
http://www.topofhosting.com/directory/
to
http://directory.topofhosting.com/
by .htaccess file
I need a sure and simple code.
Could you help me to doing this?

Thank you,
Joey

2007-05-29 05:10:37 · 1 answers · asked by JoeyPeter 1

2007-05-29 04:43:42 · 2 answers · asked by SCORPIOMAN 1

I notice on some websites that if I type in "domainname.com" it loads fine, but on others, it gives me an error unless I type "www.domainname.com". Why is that?

2007-05-29 04:34:19 · 6 answers · asked by vicariousobserver 2

2007-05-29 03:50:19 · 1 answers · asked by singhdarshpreet 1

I want to add a banner to my website (using framesets, b/c it has to be in html). The problem is that I have many pages and I dont want to manually include the banner to everypage.

Just wondering if there is a way (maybe with css?) to automatically include the banner in the top of every page.

2007-05-29 03:37:26 · 6 answers · asked by at_radio 1

explain the advantages of using CAD compared to manual drawing methods. btw cad is computer aided design

2007-05-29 02:44:53 · 3 answers · asked by ronaldo 1

How do I select random values out of an enum?
Why wont this work?
"enum e{One, Two, Three, Four, Five};
Random r = new Random();
e myEnum = r.nextInt(4);"

2007-05-29 01:13:49 · 3 answers · asked by chase 3

2007-05-28 23:00:25 · 8 answers · asked by Mayukh Sen 2

i neeed people who r ready to work with me to improve my forum i neeed a layout maker people who would invite others to sign upp nd many more pleeez if ur ready to work with me tell meee

Additional Details

first of all its nottt paid becuz its a free probords forum am just trying it if it worked welll ill make it paid if u want to work just send me a msg or create a thread on the forum www.funtymforumz.proboards61.com

2007-05-28 22:44:52 · 4 answers · asked by sweetkiti2005 1

As far as using Javascript, I know it has it's uses, but I also know that a lot of users turn off Javascript in their browsers because they can be exposed to security breaches and viruses and the sort.

So far I have been learning xHTML, CSS, PHP, MySQL, and Photoshop. I have intentionally not studied Javascript, nor Ajax. Do you see a future for Javascript, and do you think I should take the time to learn the language?

2007-05-28 20:44:26 · 3 answers · asked by jayztttight 4

2007-05-28 19:22:00 · 3 answers · asked by DGS 2

fedest.com, questions and answers