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

Programming & Design - July 2007

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

2007-07-05 08:42:15 · 4 answers · asked by cigar_muffin 1

I have a website with a link to a custom made MSN buddy icon. I want to know what the link to automatically use it as your icon is. I know the AIM link is this:


So, do I just substitute "msn" for "aim" above?

2007-07-05 08:40:40 · 0 answers · asked by Yoi_55 7

I do not want to download any color scheme off of internet, I want to write my own.

How do I start?

Just give me all of the details and I'll be happy, thanks!

2007-07-05 08:34:17 · 1 answers · asked by βread⊆ℜumbs™ 5

i was having jdk 1.3 for practicing my java programs.
i want to install jdk 1.5 insted of 1.3.
i am having the setup file jdk-1_5_0_06-windows-i586-p
(is it a proper application which )
(for jdk 1.3 i use c:/jdk1.3/bin; in environmental variable in path setting)
(will the setting be same for this by replacing 1.5 insted of 1.3)

2007-07-05 08:31:06 · 2 answers · asked by ask_the_genious 1

Does freeware applications built count???

2007-07-05 08:14:11 · 6 answers · asked by groundbrandon 3

I have a shared hosting account and I would like to see what other sites are on that server. I know there is a website like that, I've seen it before on Digg, but I cant find it. If anyone knows of that site I'm talking about, that would be great!!!!

Thanks

2007-07-05 08:12:58 · 2 answers · asked by andrew d 2

i am using jdk 1.3 for my practice.
what is the tiger version(is it jdk 1.5 or jdk 5.0)
also i gets confused with jdk ,sdk, j2se runtime
what is the difference between java runtime environment and java development kit

2007-07-05 07:38:28 · 2 answers · asked by ask_the_genious 1

Recently I realize I need to be 100% sure that a specific point in world UCS is related to a named point on the world map... I mean, is there any conection between the geographic location of a point on the map with the same point (x,y - longitude, latitude) in a autocad file? Ufff... I hope I can make myself clear enough. Thanks guys:)

2007-07-05 07:14:36 · 3 answers · asked by Michaela 2

What is the best way to output from visual basic a document (with graphics) that you may post on a wall. VB doesn't have to actually print the file, the file is a menu and the meals for the days of the week are stored as string variables.

Is there a program to read the raw RTF formatting of a document? The rtf spec. is quite long and I don't really wish to read it.

2007-07-05 07:03:45 · 2 answers · asked by lansingstudent09101 6

2007-07-05 06:38:21 · 2 answers · asked by nicomp 4

As it says in the book, I opened Microsoft Word, I pressed "Save As", I wrote "editing.html" (betwwen "), I started writhing the code and I viewed it as a web page in a separate icon. So far, so good.
But I turned off the computer and when I started it, in my editing.html, after choosing 'edit with Microsoft Word', I could only see the 'result', the bold, italic text. Not the tags!!!!
Please help, I want to see the programme I worked on!
I don't know what I did wrong!

2007-07-05 06:32:44 · 6 answers · asked by Iris Black 1

I need to insert a logo in the top right hand corner of an HTML document. I think I have done it OK in the html sytax but, as I am quite new to this, I am unsure how I define it in the CSS. I just want it in the right hand corner above the title (which is left-aligned). WHen I check the html page the box for the logo with the red cross in the corner appears for about 1 second and then disapperas again. Can anyone help me?

2007-07-05 06:05:20 · 3 answers · asked by Anonymous

i cnt get photoshop on free trial again and at the moment im skint for money. so i was wondering?. just untill i do get some money.. is there any trickery in getting fotoshop on free trial again?. or another program which is exactly the same (And i can use all my brushes and text on) Thank you xxxx

2007-07-05 05:28:04 · 17 answers · asked by [♥x_Zoeey_x♥] 1

How and where can I insert php code to html webpage? Is it working without any problems? Can I insert it any TD to see effects? Thanks...

2007-07-05 05:26:50 · 5 answers · asked by ziik 1

I have a blog. And I need to insert a a traffic counter. For that I have to insert some htlm stuff in my blog.s html code. And I don't know how! Please help!

I will send you the HTML code of my blog and the sequence I must insert. I'll send it by email. Please, help me, and send me back the HTML code with that sequence introduced in the right place.

This should be very simple for someone who has even little experience with the HTML language.


Please!

2007-07-05 04:59:56 · 1 answers · asked by Anonymous

I want to teach myself PHP/MYSQL using my XP machine. What's the best software package - free or low cost - to install a PHP/MYSQL development environment on an XP machine?

2007-07-05 04:53:47 · 3 answers · asked by A M Frantz 7

I have built a web site with visual studio 2005 with asp.net 2.0.
When i generate it with IE there is no problem to view the pages but when i see it in firefox all the page content go to the left side of the page.
How can i solve this problem?
Help me please as soon as possible.
Thanx

2007-07-05 04:44:39 · 2 answers · asked by Siavash S 2

0

I just saw a question about making collages and an answer about Picasa 2. I decided to try it and make my own collage.
So, I did that "hold" thing with all the pictures I wanted, clicked collage, and now I have a "picture pile" screen with "create", "okay", and "help" at the bottom of the screen is there a way I can move the pictures around, though?

2007-07-05 04:34:37 · 1 answers · asked by Emmy 3

I'm teaching a class on type conversions in Java, and I've run into something that I don't know myself. Here is a simple bit of code to show how type conversions are sometimes unreliable.

long l = 1000;
byte b = (byte) l;
System.out.println(b); // -24 (Unsure how Java arrives at this value)
System.out.println(l); // 1000

The variable "long l" is set to 1000. It is then converted to "byte b". "byte" can only hold values from -128 to 127. When I print variable "b", it prints a gibberish number of "-24".

How does Java arrive at "-24" when converting "1000" to fit into a "byte"? Is this value predictable?

2007-07-05 04:10:20 · 4 answers · asked by Anonymous

I have a flash drive, a cheap one

2007-07-05 03:57:17 · 2 answers · asked by rauram2003 1

2007-07-05 02:06:05 · 6 answers · asked by fallen angel 1

when i select an item in a jlist, then right clicking it will show the popup menu. how do i implement this in java?

2007-07-05 01:52:01 · 1 answers · asked by val 2

i'm a game translator, help me to find out the clear definition of ANTIALIASING and stuffs like what this factor is and whatever,

2007-07-04 22:22:12 · 6 answers · asked by Anonymous

2007-07-04 21:51:13 · 4 answers · asked by Anonymous

I've looked everywhere , and I haven't got a clear answer.
I want to pass an array to a function which will modify it . How do I do that?

2007-07-04 20:59:52 · 4 answers · asked by Yossale 1

I'm trying to be original as I see alot of cool sites out there.
It's hard to judge something when you made it, ya'know what I mean... I need an honest rating of 1-10.

http://www.zcre-enterprises.info

Thanks

2007-07-04 20:44:01 · 10 answers · asked by Kenrick E 1

I'm using IE7.

My website is about 3 days old and I'm still under 90days free hosting for my domain name so I dont know if that could have something to do with it. I may have to get the premium hosting.

I've used the favicon-validator from the favicon-from-pics website and it says everything is fine but I still can't see my favicon.

I've added the page to my favorites, reloaded my browser, optimised the favicon.... everything I was told to do I did basically. It's starting to piss me off now because I can see favicons from all the other sites even without bookmarking and I can't see mine. I don't understand.

I want to pursue a career in web-design but a simple problem like this makes me think all the courses I did and I'm being shown up by a 16x16 .ico file. Anyway enough rambling.

This is the bit of code from my html doc


website address
http://www.zcre-enterprises.info

2007-07-04 20:29:11 · 3 answers · asked by Kenrick E 1

i basically want to convert DB2 table to .ldif format.to achieve this i first converted DB2 table to flat file with extn (.del/.asc/.wsf). now i dont know how to convert this into .ldif format.

2007-07-04 20:25:50 · 1 answers · asked by nitin 1

I 'm really wondering that which software is better and should use it? Live Interior 3D or Microspot Interiors 4.0

2007-07-04 20:24:13 · 2 answers · asked by autumnwater 1

I'm new to C++ and have been learning through a online tutorial, and am familiar with basic programs and variable and arrays, but i was wondering how to design the program such as adding labels, textboxes, and buttons. I see the toolbox to do this but dont know the codes or anything I have however done this before with vb i dont know if that will help.

2007-07-04 16:53:49 · 2 answers · asked by Anonymous

fedest.com, questions and answers