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

so, i use the moto Q smart phone, and outlook 2003. I own plenty of webspace and such, and i can have anything installed for me.
Now, i want to know is there a service, or a program that will allow me to publish my outlook calander and my smart phone calander for my roommate, my girlfriend, and just for friends? They like to know whair i am, however i'm almost always in meattings so i dont like it when they call:)
any help would be wonderful
thanks
mike

2007-05-15 05:43:36 · 3 answers · asked by Blindy 1

I am using Flash to create a form application where people can select up to 4 querying options (using comboboxes), hit a submit button and retrieve data from an XML file based on their selections. The data they receive becomes a list of titles linked to corresponding PDFs that are located on a CD. All of this will eventually be on a CD, hence the reason for Flash and not PHP or something web-based. Because of usability reasons I am pretty limited in my options, but I am having such a frustrating time with Flash because of the size of the XML file and other factors (mainly I don't agree with actionscript for this kind of project).

Does anyone know of a better way or have any suggestions? VB? AJAX? C? At this point, I don't really care what language, but if someone has done anything similar and thinks they might have a better solution than Flash, please let me know.

Thanks,
Jen

2007-05-15 05:37:03 · 3 answers · asked by Jen 2

My layout is configured so that only one post appears on the index of the blog. I prefer it this way, but Blogger won't tell me how to append "previous post," "most recent post," "next post" links underneath the most recent entry. Any help? I know this is possible, but under the new layout system, they've complicated it...

2007-05-15 05:34:05 · 5 answers · asked by Sabrina . 2

Several people have told me that I have some double line spacing and lines that are overlapped on my website. I am new to building a website, and just starting it. Most pages and links are not active yet. I am doing good but I do not know what this means? I am using Yahoo Sitebuilder. When I view my webpages online, they appear normal on my computer. So, it is hard for me to fix this when it appears normal on my end. Any info would help... thanks so much! Oh, and if it would help to see the site, I posted it below.

http://www.swapbayouself.com

2007-05-15 05:25:00 · 3 answers · asked by bayouself 2

2007-05-15 05:07:17 · 6 answers · asked by Lady Smooth 2

To be percise, I would like to use "exception handeling" to catch errors when a uer inputs a String instead of an int or double, and a double instead of an int.

I have not been able to find any good tutorials on the web. Could you please point me to some or help me in any other way? I know that this kind of thing can be hard to answer in the format of a Yahoo! Answer.

Thanks.

2007-05-15 03:33:01 · 1 answers · asked by larkale07 2

2007-05-15 03:31:57 · 1 answers · asked by Pickeh N 1

how can I resize many pictures to 15x15 centimeters, ( at the same time )?


I Need a programme!!

thnx!

2007-05-15 02:29:17 · 6 answers · asked by CupCake 3

2007-05-15 01:32:54 · 3 answers · asked by Anonymous

this is some sort of code

2007-05-15 01:01:42 · 2 answers · asked by Able_42 1

I dont want a blog like myspace or bebo.
I want to create a web shop.

2007-05-15 00:19:46 · 19 answers · asked by Anonymous

I am learning how to make personal home page. In frontpage I have created a page named: sunder360.htm - Now how to test this page on the browser?

2007-05-15 00:02:15 · 3 answers · asked by sunder360 2

I want to make a WAP site on my own domain (such as www.mydomain.com/mobile). What is the best software program to use?

I don’t want to use the free WAP site building packages as many of those only allow you to host the site on their domain.

2007-05-14 23:02:16 · 2 answers · asked by Anonymous

import javax.swing.JOptionPane; public class inputdialogbox {public static void main (String [] args) {int firstNumber; double secondNumber; String input; input = JOptionPane.showInputDialog("Enter an integer"); firstNumber = Integer.parseInt (input); input = JOptionPane.showInputDialog("Enter a double"); secondNumber = Double.parseDouble(input); JOptionPane.showMessageDialog(null,"The sum of " + firstNumber + " and " + secondNumber + " is " + Math.rint((firstNumber+secondNumber)*10)/10+ " \nThe differences of " + firstNumber + " and " + secondNumber + " is " +Math.rint((firstNumber-secondNumber)*10)/10+ " \nThe product of " + firstNumber + " and " + secondNumber + " is " + Math.rint((firstNumber*secondNumber)*10)/10+ " \nThe quotient of " + firstNumber + " and " + secondNumber + " is " + Math.rint((firstNumber/secondNumber)*10)/10 ); }}

how do i add in math.pow? i need 2 use it so i can raise the integer to the power of the double and display

2007-05-14 22:47:59 · 1 answers · asked by lex_tan_89 1

useful tips any1

2007-05-14 22:02:52 · 3 answers · asked by Anonymous

0

anyone know a website that offers free infomation on programming

2007-05-14 21:44:05 · 4 answers · asked by Moonshadow 3

you know, those photos where if you put your mouse cursor over a certain point, a little box will pop up with some words in it like "YOU GOT IT!". is there some kind of program or html code or something to do that?

2007-05-14 16:13:27 · 3 answers · asked by ♪ ♫ ☮ NYbron ☮ ♪ ♫ 6

2007-05-14 12:36:37 · 4 answers · asked by Anonymous

Hi! I have no idea what I'm doing (creating the website was my job) I now need to know how to get a domain name registered with GoDaddy to find files on the server we own. Someone mentioned DNS and Cnames but I trust you guys more

2007-05-14 12:16:15 · 2 answers · asked by Andy 3

Hey i have a little problem with this code, when i compile with visual c++ it displays error C2046, what might be the problem?
Thanks!
#include
#include
char campo[50],gato[10],teatro[4][8];
int x=0,tiro,w=1,acertado=0,fallado=0,hundido=0,bol,ctr[8],num[20],y,z,j,menu=0;
-------------------------declaring functions------------------
main()
{ do
{
scanf("%d",&menu);
switch(menu);
{ case 1:
{ submarino();
break;
}
case 2:
{ juego_gato();
break;
}
case 3:
{ venta_teatro();
break;
}
case 4:
{ sort();
break;
}
case 5: return 0;
case 5: return 0;
default: printf("Opcion invalida, vuelve a intentar.");

}
}
while(menu!=500);
Any help will be apreciated! Thanks!

2007-05-14 11:28:22 · 3 answers · asked by Anonymous

Forgive me if I sound stupid, but I'm trying to figure out what book to buy to learn web site design. I need to create websites that will work for both windows and mac. Thanks.

2007-05-14 11:07:17 · 10 answers · asked by Gypsy Girl 7

I have a video that i want to post online, but my friends on the video requested me to blur out their faces. What is it simplest and easiest way to do that. Thanks

2007-05-14 10:57:47 · 1 answers · asked by Chris 2

Does anyone know actions script for flash or a site with practical examples?

Particulary how to make a “numeric loading bar” showing the loaded percentage, and in a displayed menu button, the script to go to a different scene (nextScene is no use).
I used:
On (press)
_root.gotoAndPLay (30)

To go to the fram 30 in the same scene, but if I want to go to another scene I used:

On (press)
gotoAndPlay (“scene 3”, 1)

and nothing happens. Can someone help me out please?

2007-05-14 10:42:23 · 2 answers · asked by ernesto.guevara 3

I'm 18 years old and I have decided that I want to create a website. I have HTML knowledge and I know how to go about getting a host, but I am a little iffy on a topic for my site.

I know there are tons of different things that I could come up with (because of course, I want it to be original) but at the same time I'm not sure of where to start.

So this is where you come in. Does anyone have any ideas for me? What are some things that you look for on the internet but can't seem to find what you're looking for? What would you like to see?

Also, could you list some examples of original sites that hold valuble information for it's viewers? Examples are highly appriciated.

2007-05-14 10:02:59 · 5 answers · asked by Me ♥ 3

A. capable of converting bitmapped graphics
B.hooked up laser printer
C. connected to a scanning device
D. PostScript-compatible or able to interpret .EPS files.

2007-05-14 09:34:42 · 4 answers · asked by Anonymous

Is there a site where all such questions could be found, i.e., a
website for cursor symbols and what they mean?

2007-05-14 09:21:13 · 7 answers · asked by Anonymous

I've recently come across a website with the URL "http://123.org". All it is is a picture of a hallway with a login box at the bottom; can anybody tell me what this thing is? There's no explanation or buttons or anything, just the box. Any information would be helpful.

2007-05-14 08:54:32 · 2 answers · asked by water_undine_xv 1

fedest.com, questions and answers