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

Programming & Design - March 2007

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

I tried entering the mailto html code into the page, but FrontPage webots eliminate it when I save the .asp page. Any clues on how I can get an email and have it write to an Access DB?

2007-03-23 11:39:27 · 1 answers · asked by Hambone 2

like resizing the file to its half .. like the 800x600 file become 400x300.

2007-03-23 11:16:10 · 2 answers · asked by alexmaxtor 1

I want to write them permanently, not just javascript pages to appear. I'm trying to make a program so that someone can write and post articles on their page without knowing html.

2007-03-23 11:08:16 · 2 answers · asked by Rockstar 6

this is an example
www.walmart.com/catalog/product.do?product_id=3932573

2007-03-23 10:41:08 · 2 answers · asked by Anonymous

0

2007-03-23 10:28:31 · 6 answers · asked by Anonymous

Like... good morning Omar...good afternoon omar and good evening omar

2007-03-23 10:20:55 · 1 answers · asked by Skynet007 1

What software is used to create such elegant documents
http://www.teesvalley-jsu.gov.uk/tvcr/reports/economicprofile.pdf

I know PDF is used to display it , but what software created it, I cant honestly see it being word is it? If so how do you make it look so good.

Focus on page 5 the ‘HEADER’ and the layout of the Table of Contents that’s what I like

2007-03-23 10:19:13 · 7 answers · asked by Anonymous

Everytime I try to post them they never show up on the page. Help! The links cannot be found whenever they're on the page, I have minimal experience building webpages .....

2007-03-23 10:02:24 · 6 answers · asked by Anonymous

I want to get a java certification but am not sure which one. I see from sun's website that the associate certification is the lowest one. Do I have to receive that one first before trying for the programmer certification? I am familiar C/C++ and have done a little java but not that experienced yet.

2007-03-23 09:35:04 · 4 answers · asked by transypat 2

I am making a website with Dreamweaver and want to create a simple image gallery that can be viewed from thumbnails. Look at this link http://www.dommowbray.com/View-Img3.asp?sid=12500 as this is exactly what I want to do. I want to know how to go about creating this and not via the photo album tool in the commands section. I need to be able to place this gallery within a page layout similar to the one in the link anyone help as its doing my nut in?

2007-03-23 09:01:44 · 4 answers · asked by darrjo23 2

person or team member of yahoo web developer

2007-03-23 08:45:39 · 4 answers · asked by RATMz 1

I am very interrested in learning how to make layouts for webpages and blogs. A future in webdesigning is my aspiration. Could anyone please give me advice or a link that I can read all about designing blogging layouts. Like those people in createblog.com...how do you make those? I would really love any educated answer.

Thanks.

2007-03-23 08:43:32 · 3 answers · asked by moxiewoman 1

a) How many times does the following loop iterate?

b) What is the output displayed on screen?

int x = 8;

while (x < 12)
++x ;
Console.Write(x);

2007-03-23 08:21:05 · 4 answers · asked by S.F.Giants 1

I am going to be starting back to college this summer to get a Bachelors in Computer Info Systems. I am 43 years old and I will be required to take one of the above mentioned program languages. Which one would be good for one of us older students to learn. I am leaning towards Java since my interest is in Web Development possibly.

2007-03-23 08:00:10 · 5 answers · asked by artgrl8163 3

I have no idea how to do this so help would be appreciated.

Thank you in advance

2007-03-23 07:53:03 · 4 answers · asked by Anonymous

2007-03-23 07:43:36 · 3 answers · asked by Anthony S 2

I'm trying to make a simple animation...........but when I finally........reach the very end...........it keeps stating : this is not a paint shop pro image file.........Can somebody please help me..........anybody that own's a psp 9 with animation shop..................help..............please.

2007-03-23 07:15:05 · 2 answers · asked by PORTORRIQUENA 2

how do I make it to where I can share codes on my myspace page so other people can see the code not the end result and be able to take the code so they can use it on their page?

2007-03-23 07:12:30 · 2 answers · asked by PumpkinNiki 2

i've search the internet and all require HTML knowledge which i don't have. I just need a simple email form that requires the user to input NAME, EMAIL, the DEPARTMENT (drop down menu to specific emails), and COMMENTS. Thanks

2007-03-23 06:41:59 · 1 answers · asked by pugandrollwithme 2

I am looking to gain more c.a.d skills as like EVERY job I see requires full working knowledge of these skills.

The problem is, I dont know which does what, what the packages do or what they are used for. I figure if I know a bit more about each- at the minimum, what they are used for, then I could attend a class or two which in my past history of learning photoshop, exist of a class where you come in and the tutor helps you to work on a project. But if I dont know what the package can do, how can I hope to gain anything from a class like this! let alone decide on what choice to make.

I live in London and the courses I am talking have been at several colleges around london.

2007-03-23 06:41:44 · 8 answers · asked by Anonymous

Hi all,

In the book I read there is a function definition like this:

public override bool Equals(object obj)

{

if (!(obj is Point2))

{

return false;

}

return this == (Point2) obj;

}



but I do it like this:

public override bool Equals(object obj)

{

if (obj is Point2)

{

return this == (Point2) obj;

}

return false;

}



I know they are all the same, but is there a particular reason to go with #1?





Thanks!

2007-03-23 06:26:33 · 3 answers · asked by Léon 1

I was wondering if anyone knew how to make animated icons..if there is a free website without downloading?

2007-03-23 06:15:23 · 2 answers · asked by ☼Earthbound Misfit☼ 4

I have a domian name and also i have made a subdomian and when i upload the file "index.htm" but when i open the subdomian it shows the same page which i have on main domian. please help me in making a subdomian

2007-03-23 06:07:17 · 3 answers · asked by Chetan M 1

how can i use the parralel port to get and send data
i need details (control,out,in,....)

2007-03-23 06:05:27 · 2 answers · asked by antonio 1

4

What is the best software for making your own programs? That will run under Windows Vista?

2007-03-23 05:49:48 · 7 answers · asked by hayesbh69 2

2007-03-23 05:31:47 · 2 answers · asked by Anonymous

I have an Access DB that has picture names stored in it that I can read using ADO. e.g. photo1, photo2 etc.
I have a picture viewer supplied by Dynamic Drive that is written in Javascript.
I want to be able to pass the names i have from <%ado variables%> to the javascript

Any ideas?

Novice Web programmer - SongSearcher :)

2007-03-23 05:29:59 · 2 answers · asked by song searcher 1

I have Flash Pro 8 but I have no idea how to use it. How can I make a game? I don't want to throw it on the internet or anything. I just want it for myself. Don't say "google it" or anything. I already have. I'm not being lazy.

2007-03-23 05:28:21 · 4 answers · asked by Anonymous

fedest.com, questions and answers