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

Programming & Design - December 2007

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

Which two modes of operation within the IEEE 1284 standard allow bi-directional communication? (Choose two.)

A - DCL
B - ECP
C - EPP
D - PnP
E - TCP

2007-12-03 14:02:40 · 2 answers · asked by Anonymous 1

I made a website with web page maker and now i want to publish it and i learned i need a FTP server or something so how can i create one and then put my website there pls tell me step by step or explain and dont put stupid answers

2007-12-03 14:02:26 · 5 answers · asked by Silviu Z 1

Im looking for a reliable, and affordable place to buy my domain name and my hosting as well, of course I need that site to support PHP & MYSQL as well. Any suggestions? Thanks in Advance.

2007-12-03 14:02:16 · 12 answers · asked by javier_barbieri 1

I want it to be recursive method. I think my base case is screwed up.

public static boolean palin(String str){
int begIndex = 0; //begining index
int endIndex = str.length() - 1; //ending index


if(str.length() <= 0)
return true;
else if(str.charAt(begIndex) == str.charAt(endIndex)){

str = str.substring(begIndex + 1, endIndex);

palin(str);
}

return false;


}

2007-12-03 14:02:02 · 2 answers · asked by Jake L 3

wondering if there 's any such thing

2007-12-03 13:47:25 · 2 answers · asked by tontomcporco 2

if can, how ?

2007-12-03 13:39:51 · 2 answers · asked by Anonymous

I have this email (a gift card) and i want to get a screenshot of it....but to erase my name and stuff like that and make it all neat. How do I do the screen shot and how do I take away the side stuff from the email account...like inbox, outbox, sign out....ya know stuff like that so it doesnt get in the snshot! thanks.

2007-12-03 10:47:48 · 4 answers · asked by ? 1

I want to know how the cost of a website is calculated. Are there formulas or standards?

2007-12-03 10:38:11 · 7 answers · asked by borjok 1

I've just started with VB programming as I'm an absolute beginner to programming but I got grade A in I.T. so that doesn't mean I'm dumb lol. Anyway, on to the question - I'm currently creating an application (Windows form) in VB 9/2008 Express and I've encountered a problem with this code:

Top = Int(Rnd() * Screen.Height)
Left = Int(Rnd() * Screen.Width)

I'm using that with a Timer and an interval of 100 - in the errors section it says the same for Width and Height:

"Height is not a member of System.Windows.Forms.Screen"
"Width is not a member of System.Windows.Forms.Screen".

I don't know if I've given enough information to resolve the issue as I'm only a beginner (everything has a beginning) at programming but I'm sure I'll add more info to the 'Additional Details'. So, that's my question :P.

2007-12-03 09:50:29 · 1 answers · asked by MeDdErS 3

a. ....
b. ....
c. ....
d. ....

2007-12-03 06:31:24 · 8 answers · asked by Anonymous

I want to learn web design. I have experience in html and css. I have not used dreamweaver, access etc... I want to know what else I should learn for good web design. Like some scripting languages. What I don't understand is that there are some that are server side and some aren't. Does that mean you need a personal server to benefit from these languages? What languages should I learn? I also want to know how to link to databases?

2007-12-03 05:07:20 · 4 answers · asked by lenny 1

2007-12-03 04:55:28 · 11 answers · asked by Anonymous

Dose anyone know two ways of customising the GUI?

2007-12-03 04:06:00 · 1 answers · asked by Anonymous

2007-12-03 03:47:30 · 5 answers · asked by Fazal 1

Is it too distracting if I take notes on a laptop as someone is working through tasks during a web usability test vs. writing down notes?

2007-12-03 03:20:58 · 1 answers · asked by TheHumanMind 2

2007-12-03 03:13:04 · 1 answers · asked by trentdozier 2

I am a freelance writer...I know nothing about computers really...my editor is asking me to send images via email to accompany a profile I'm writing for his magazine...he tells me to ask the people I am profiling for images which are no less than 300dpi and also in jpeg format.
So far, none of the people I've asked have been able to come up with the right thing...I'm at the end of my tether...some people say "how many pixels do they have to be?" and then the editor tells me that pixels have nothing to do with it...aaagh! I can't understand photoshop and am on a tight deadline...what can I do?

2007-12-03 02:29:32 · 7 answers · asked by Daisyhill 7

I have a blog on Blogger (the Google one) and I recently submitted my blog's feed to Yahoo Site Explorer. They asked for verification with the choice of meta tag or application. The thing is I tried to insert the meta tag and it goes like : . I put it where they asked it to be inserted but when I save it, it always says "Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "META" must be terminated by the matching end-tag "". " And the other choice of application I really don't know how to do.
Can someone tell me what's wrong with that stupid meta tag and how to upload the file?

2007-12-03 01:53:32 · 3 answers · asked by hickskicks 5

I want to learn how to make oracle form along with front and back end with oracle. I want to make as per below.


One form where I can add
Student ID
Student Name
Student Address
Student Join Date


Other form where i can see all the details what I have put on earlier for and only can ammend or delete

Student ID , Student Name, Student Address, Join Date
000001 -Martha -Los Angles -21/12/2006 EDIT /Delete
000002 -John -New York -25/11/2007 EDIT /Delete


I know little bit about database how to create table and so forth. I only want to create "SAVE", "EDIT" and "DELETE" Button and trigger on the canvas. Please help me.

2007-12-02 22:08:01 · 1 answers · asked by Bluebird 6

I understand that you can hide text messages in jpeg files. How is this done? When you come across such a composite file, how to read the hidden text ?

2007-12-02 22:00:02 · 8 answers · asked by uppaluri k 5

For starters, I'm new to video editing world so I'm not sure what it calls. Please see the sample video link

http://www.metacafe.com/watch/320525/yes_to_carrots_in_the_shower_candid_camera

Saw the timer thingy? That's what I meant by realtime timer effect. Anyway, I'm doing a video editing and I want to add a fake timer effect to it so it looks a little like candid camera but i'm not sure how.

If I were to do it frame by frame, it would take ages. Anyone knows anywhere where they have a sample or tutorial online that makes that realtime timer effect?

And as an additional queries, how they make that BZZZZZT effect at 35.56 sec?

All answers and advise are much appreciated.

2007-12-02 21:51:00 · 1 answers · asked by Azyure Hikari 2

can i have your opinions regarding AI?
how do you view it?

2007-12-02 21:10:20 · 3 answers · asked by naive_cube 1

I want to create my own website. I'm worried that the traffic to my website could exceed the my allowed bandwidth and I could be stuck with a huge bill from the web host provider. Could this happen or is this something I shouldn't worry about? Thank you.

2007-12-02 20:58:16 · 11 answers · asked by sdn90036 6

how difficult would it be to later transfer my website to a paid host? (I'd want to do this because many people are reluctant to visit a site that is affiliated with Geocities or Homestead.)

2007-12-02 20:52:30 · 3 answers · asked by sdn90036 6

2007-12-02 19:27:55 · 2 answers · asked by Anonymous

create a document that reminds your users to register for your site. Save the counter in a cookie and display a message reminding users to register every fifth time they visit your site. Create a form in the body of the document that includes text boxes for a user's name and e-mail address along with a Register button. and thank you

2007-12-02 16:02:29 · 5 answers · asked by Anonymous

http://www.asciitable.com/

How can I type the ones at the WAY BOTTOM.

For example the weird parentheses thing, when I use Alt+191 the upside down question mark comes up.

Copy+paste would be lovely too. <3

Thanks in advance.

2007-12-02 15:35:58 · 4 answers · asked by Anonymous

fedest.com, questions and answers