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

Programming & Design - October 2007

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

I have good knowledge about HTML but I am not familer with the later. can you point some similarities and differences between the two?

Thank you!

2007-10-13 15:44:35 · 3 answers · asked by Crown 3

I want to make my own free website, but I want people to be able to become members of my site where they have a password and user name. Does anyone know of any free ones??? please let me know!! thanks

2007-10-13 15:44:29 · 2 answers · asked by groovychik_116 2

Also, what is an average salary for a video game designer? What does the salary depend on?

2007-10-13 14:25:55 · 10 answers · asked by killsyche 3

2007-10-13 14:20:15 · 3 answers · asked by Anonymous

2007-10-13 13:22:41 · 3 answers · asked by Richard Boolean 2

I don't think I could, no matter how much I know about programming. I bet it took a large team of developers with different skills to make it, Do you think you could do that?!?

2007-10-13 13:12:18 · 5 answers · asked by App Master 1

This is some of my code:

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
'clears everything
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
TextBox3.Text = TextBox1.Text * TextBox2.Text 'subtotal
If TextBox4.Text > 0 Then 'if the check box is checked adds electricity
TextBox5.Text = TextBox3.Text + TextBox4.Text
Else : TextBox5.Text = TextBox3.Text 'if not checked it skips electricity
End If
End Sub

This is the error
Conversion from string "" to type 'Double' is not valid
TextBox3.Text = TextBox1.Text * TextBox2.Text 'subtotal

What do I need to change?

Also what is a quick and easy way to display a textbox as currency like this: XX,XXX.XX

Last question how do I write the code to clear the checkbox for a reset button? I tried the ""

2007-10-13 12:21:19 · 4 answers · asked by Josh 1

Idk how to use it!!Ugh hepl me PLZ!

2007-10-13 09:52:09 · 3 answers · asked by Anonymous

2007-10-13 09:46:51 · 2 answers · asked by Lorrane 2

It has to be somthing i can just download and not purchase.

2007-10-13 09:31:20 · 3 answers · asked by alisa678fms 1

How much would it cost major manufacturers e.g. HP/ACER to make computers which run on anything above binary e.g. octal or hexadecimal? didnt someone at some point make octal calculating computers btw?

2007-10-13 09:30:20 · 4 answers · asked by Muddogg 1

i'm desiging a myspace clone that requires invitation. I want to know if there's anyway someone could enter a wildcard character and have the if statement workout to true when their invitation code is entered. is there anyway to enter a quote and then another symbol like " != and it would close the quote and evaluate to not equals the invitation codes in my database. please help i feel like i'm overlooking something simple.

2007-10-13 09:06:48 · 3 answers · asked by jxceran3 1

I am new to webdevelopment. I want step by step method to install php and mysql. I also want all configuration steps for mysql and php. Thanks and regards

2007-10-13 08:58:02 · 2 answers · asked by sonal m 1

Or a place to get a free domain name... or is that the same thing?

2007-10-13 08:21:50 · 6 answers · asked by Anonymous

or on AutoCad... i prefer computer aided drafting and design though

2007-10-13 08:05:54 · 4 answers · asked by Anonymous

I have a senior engineering project. Without giving too much detail what we are going to do is extract data from a machine (engine status, temperature, gas flow etc etc) and put that data on the web. What we want to do is be able to create an interface where the operator can access various information from the machine. in other words a GUI like system where you can click to see the various part of the machine and report its status. Also, control some settings like set temperature set points. We where thinking of doing this interface on the web so that anybody with privilege access could access the machine. The data being displayed should be updated automatically. That is live, not every time you press the refresh button. Also, the interface or GUI should be able to query a data base an generate graphs and what not. in short an applet type of system. What tool would you recommend and why to do this job. Price, easy of use and learning curve are important.

2007-10-13 07:55:28 · 1 answers · asked by mr_gees100_peas 6

Could someone suggest a style of font to suit motor racing? all suggestions appreciated, thanks.

2007-10-13 04:36:49 · 8 answers · asked by Anonymous

I've set up a new e-mail address for a new site I'm working on and was wondering if putting spaces before and after the @ will keep spammers from harvesting my new e-mail address from the site. Or is there a better way to do this?

2007-10-13 04:23:14 · 7 answers · asked by Pastor Chad from JesusFreak.com 6

2

I have been trying to reinstall windows on my packard bell computer. I have been using a reinstallation cd from a friends dell computer i dont really know how this works anyway i need a product key to activate this my computers product key isnt accepted and neither is the disks-which i used a keyfinder to discover so have i been doing this wrong do i need to get packard bell reinstallation??

2007-10-13 04:10:23 · 7 answers · asked by pancakemaster 2

Im trying to download Apache HTTP Server 2.2.6 because im going to start learning php but im having trouble downloading it , can someone help the website im using is
http://httpd.apache.org/download.cgi?Preferred=http%3A%2F%2Fgovernment-grants.org%2Fmirrors%2Fapache.org

2007-10-13 03:37:21 · 2 answers · asked by jrobuck13 2

I want to learn HTML , DHTML AND CSS . plz help where i find good resource website . Somebody suggest me one interview question portal where lots of IT Interview question and answer.
i just want to know is this website is OK for my learning process.
website is : http://www.interviewghost.com

thanks
Deny

2007-10-13 00:49:59 · 6 answers · asked by Deny 1

Which table width do you web designers think is more easy to manage - pixels or percentages?

I design all my tables in Dreamweaver 4, and have tried both fixed width pixels (usually around 800-900 pixels wide) and percentages (usually set to 100%). However, I usually have a problem aligning the text in the horizontal navigation cells that run underneath the main table so that one cell of text doesn't look wider than the other.

2007-10-13 00:26:16 · 10 answers · asked by Anonymous

Can you please give me step-by-step instructions on linking a Data Environment in VB 6.0 to a database in Access and tables and then linking the Data Report to the Data Environment? Please??

2007-10-12 22:52:16 · 2 answers · asked by Anonymous

Ok my oscommerce shop was working fine until one day I came home from holidays and I turned up the website to find the following error:


Parse error: parse error, unexpected '<' in /home/content/m/y/t/myttshop/html/index.php on line 98

What can I do to fix this and get me website back ??

Any help would be great

Thanks

2007-10-12 22:29:12 · 3 answers · asked by Anonymous

This is for a school project. Im using Visual Basic and Microsoft Access to store details. Im thinking of designing a hotel system where you can book rooms and so on. The problem is im not sure on how to do the room aspect, do i write the rooms from (say if there are 200 rooms in the hotel) 1 to 200 and put he status on 'Free' wouldent that be wasting space? any other methods !?

thanks loads.

2007-10-12 20:43:15 · 6 answers · asked by Anonymous

I want to have multiple links load the same php document but with different content and I figured the best way of doing this would be to have each link associated with a value and based upon that value write an if statement to decide which content to display but I don't know how to do that. If that is in fact not the best method I would like to know what is

2007-10-12 20:20:21 · 1 answers · asked by polo_player13 2

Every time I position my id="banner2", internet explorer 7 seems to reinvent where the origin on the page is to the middle-center this is SO frustrating.

CSS page:

#main
{
position: absolute;
left: 0px;
top: 230px;
width: 840px;
background-color:rgb(36, 82, 90);
font-family: serif;
color: white;
font-size:12pt;
border: 2px solid white;
padding: 10px;
}


#links
{
position: absolute;
left: 30px;
top: 0px;
width: 140px;
background-color: rgb(36, 82,90)
}

#links a
{
display: block;
font-family: serif;
color: white;
font-size: 16pt;
border: 1px solid white;
text-decoration:none
}

#banner
{
position: absolute;
left: 200px;
top: 20px;
border: 1px solid white
}

body
{
background-color:rgb(99,166,177)
}

HTML page:


my page











CONTENT

2007-10-12 19:55:25 · 4 answers · asked by that_guy 2

on the computer

2007-10-12 14:55:14 · 4 answers · asked by Anonymous

fedest.com, questions and answers