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

Programming & Design - December 2006

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

I went to a sharepoint demo and still am not clear on what it is and how much it costs for an organization such as mine with less then 850 people in it. Any easy explaination would be appreciated.

2006-12-08 06:37:05 · 4 answers · asked by Sonja S 1

i have seen pictures of extremely large emp machines and was wondering if you could get the technology to be any more condensed

2006-12-08 05:56:14 · 2 answers · asked by Fate 1

Here is what I am trying to do. It works with modules but not classes


typedef TESTDATA
x1 as double
y1 as double
x2 as double
y2 as double
dist as double
end type

sub func()
dim test as TESTDATA
dim TestClass as clsTest

set TestClass = new clsTest
TestData.x1 = 0
TestData.y1 = 0
TestData.x2 = 10
TestData.y2 = 10
TestClass.GetDistance TestData

end sub

2006-12-08 05:53:01 · 1 answers · asked by Zefram 2

I now have the code pasted in my myspace profile. Now what do I do to get the background on my site? Ive now done everything pimp my profile has told me to do and still no background. And thank all of you who helped me with the how to paste question. I spent all day yesterday trying to get this image on my site.

2006-12-08 05:43:37 · 3 answers · asked by ? 2

2006-12-08 05:42:47 · 8 answers · asked by cowchick6969 1

3

suddenly the enternet page and everything on the screen became smaller, the icons , the net page and everything...how can i get the screen to its normal size again...?

2006-12-08 05:38:58 · 4 answers · asked by lily 5

2006-12-08 04:50:58 · 1 answers · asked by Zefram 2

I use yahoo geocities but it sucks. If too many people try to access my webpage, it says "Temporarily Unavailable" and that "Website has exceeded it's allocated data transfer". What other alternatives are there. I want a website that can handle spikes in traffic without becoming "unavailable".

2006-12-08 04:49:40 · 3 answers · asked by Anonymous

does it come for macs? if it does can u tell me where i can get it. and there isnt what program does the same thing as it but a diff program?

2006-12-08 04:48:44 · 2 answers · asked by araleryani 1

2

I'd like to start learning to code programs, I heard I'd have to start with C++ so I'd like to know where should I start off, what book should I get, be as detailed as you'd like, thank you for all your help. I'd like to do it as a hobby and possibly in my future job searches,but mostly just. I've tinkered with Visual Basic, but that's another level of programming or whatever, thanks again

2006-12-08 04:38:11 · 5 answers · asked by puertorock882003 3

Trying to put a background on my myspace site. After getting the code it states to copy and paste the code on my myspace profiles. how do I go about that?

2006-12-08 04:38:04 · 5 answers · asked by ? 2

something about an old java version link? are any of you aware if so what is it
Thanks

2006-12-08 04:34:20 · 3 answers · asked by tanisha b 1

Using VB.NET, I have opened an SQLConnection and retrieved an SQLDataReader with the data I want to process. As I am going through each record in the reader, I may want to update the record. What is the best way to go about doing this?

Is it possible to call ExecuteScalar with UPDATE commands while the Reader is still open without the Reader keeping track of where it is?

Will I have to create a second connection?

What is the "best practice" approach?

Thanks!

2006-12-08 04:33:04 · 2 answers · asked by soulblazer28 2

I want to make an "at-a-glance cheat sheet" of the fonts on my computer. Is there a function where it will do this or do I have to type in each font and print that?

2006-12-08 04:32:50 · 2 answers · asked by Anonymous

write a C function void str_copy_drop(const char * string1, char * string2, char ch)
which copies the string string1 to string2 but with all occurrences of the character
passed as parameter ch omitted.


HERE IS WHAT I HAVE TRIED: its funny but can you check it and write me a correct program..

#include
#include
void str_copy_drop(const char *string1, char *string2, char ch);


void str_copy_drop(const char *string1, char *string2, char ch)
{
char *s1[20],*s2[20];


FILE *input;
input =fopen("string.txt","r");

fscanf(input,"%s",&s1);

s2= strcpy(s2,s1);
printf("\ncopied string is %s\n",s2);
}


above programs is wrong...i need solution for question described above..

Many thanks!!

2006-12-08 04:32:48 · 4 answers · asked by skyrider 2

How do i change the settings in my InDesign program so that it will measure in mm or even cm, cuz right now it is using this unit " p0 ", and im not quite sure what that even is. :D Could anyone help me out, please? =)

2006-12-08 04:23:24 · 1 answers · asked by Jaded 7

I am pulling info form a table in a database to till up lables in my web project. Some of the fields from the table do not contain any data they are null. When my textbox trys to display the data in the data reader for that specific row I get an error saying Conversion from type 'DBNull' to type 'String' is not valid. How can I get around this with out placing a default value in my table like "N/A" if that filed has no data in it. my code looks like this
Comments.Text = drProInfo("Comments")

comments is the filed that has no data in it

2006-12-08 03:48:37 · 2 answers · asked by csdraska 1

What am I supposed to do when dealing with this situation?

2006-12-08 03:48:19 · 7 answers · asked by Anonymous

How do I create a Web page in HTML and Java script? I have the program but fail to know how to put this software on the the Web.

2006-12-08 03:38:47 · 1 answers · asked by Linda H 1

2006-12-08 03:31:52 · 9 answers · asked by smile please 3

some practical applications such as in banking,operating systems etc.

2006-12-08 03:28:11 · 3 answers · asked by Anonymous

Anything you can tell me about the pros/cons of these choices is apreciated.

1. iSeries Business Applications Developer:
Analyze, design, code and support applications in a distributed processing environment using the IBM iSeries.

2. Game Developer:
Create 3D games and other high-performance multimedia applications, using current PC technology.

3. Java Internet Developer:
Use applied Internet technology and Java to design and manage web sites, including operating system and local area network capabilities/constraints, and security and internet work connectivity issues.

4. Software Developer:
Software Developer:
Develop application programs (using Java, C++, Visual Basic) that run in a graphical user interface (GUI) environment. Object oriented programming (OOP) techniques are emphasized.

5. Database Developer:
Develop skills in database design, development and administration techniques. Practical hands on projects use current programming and system software tools

2006-12-08 03:11:16 · 6 answers · asked by cdndave 2

where can i download sql server and asp.net for free?

thank u

2006-12-08 02:31:09 · 3 answers · asked by lonely 4 ever 2

I bet that they dont use FrontPage.

2006-12-08 02:17:15 · 2 answers · asked by Carlos M 7

while I'm serfing the web...going one page to another it seems to load very slow we have no viruses or spy wear all other components work well...just very slow gionging one page to the other

2006-12-08 02:03:25 · 5 answers · asked by Anonymous

1.Write a loop that computes the average of the array entries.
2.Write a function that returns the largest entry of an array.
3.Sort an array either in inceasing or decreasing fashion, whichever the user specifies.
4.Write a function that tests if two arrays have the same entries (even if not in the same order).

2006-12-08 01:55:02 · 5 answers · asked by samosaki 1

My website looks best as a certain size and I was wondering if there was a default code that can automatically size the browser window? Or if not, is there a way to keep a border around the page? Thanks! :-)

2006-12-08 01:22:40 · 6 answers · asked by Just Me 2

2006-12-08 01:14:20 · 2 answers · asked by battiprolu_shanthi 1

fedest.com, questions and answers