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

Programming & Design - August 2006

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

0

Is there any free website through which I can learn HTML?

2006-08-17 00:54:01 · 12 answers · asked by Nisha 4

code for entering a paragraph in C language

2006-08-17 00:07:44 · 3 answers · asked by Anonymous

what code can I add to my VB6 application to close all IE windows on exit?

2006-08-16 23:18:16 · 3 answers · asked by grezmel 2

2006-08-16 22:58:09 · 5 answers · asked by LC135 1

If I have a cost I need to apply to every 50,000 items I sell and a customer buys 75,000 items.

I find the number of times I need to apply the cost by rounding 75,000 up to 100,000 (the uppermost multiple of 50,000) and diving by 50,000 (= 2 times).

Any ideas?

2006-08-16 22:45:09 · 5 answers · asked by ? 2

2006-08-16 22:25:48 · 6 answers · asked by Anonymous

2006-08-16 22:25:07 · 2 answers · asked by FooBar 2

i am making my own site and i want to make my picture bigger but i dont no how to make it bigger i got it if da internet but it wont go bigger(its a piczo site)

2006-08-16 22:17:10 · 10 answers · asked by χχ-яσ¢н3ιιχχ 1

How would I convert a photoshop image to a jpeg image in photoshop or image ready?

2006-08-16 22:13:16 · 7 answers · asked by Anonymous

2006-08-16 22:03:13 · 3 answers · asked by mikbek26 1

2006-08-16 21:56:29 · 18 answers · asked by Anonymous

For e-g a table consist of values like 80,45,90,60,70.I need a query tht will fetch only the value 80.

2006-08-16 21:11:11 · 6 answers · asked by Testing Arun 2

2006-08-16 21:02:32 · 5 answers · asked by Beau V 1

Can anybody help me in count the number of night for guests stay? Example arrival date is 28-09-2006 and departure date is 30-09-2006. That means this guest is staying for 2 nights. I doing mktime() izit correct? My coding is:

$first_date_ex = explode("-",$arrive);
$second_date_ex = explode("-",$depa);
// makes the dates and times into unix timestamps.
$first_unix = mktime($first_date_ex[1], $first_date_ex[2], $first_date_ex[0]);
$second_unix = mktime($second_date_ex[1], $second_date_ex[2], $second_date_ex[0]);

// Gets the difference between the two unix timestamps.
$timediff = $second_unix-$first_unix;

$days=intval($timediff/86400);
$remain=$timediff%86400;
echo $days;

but when i echo $days, i get value "0". why? my coding correct or not?

2006-08-16 20:44:26 · 2 answers · asked by 183 1

I have many movie reviews, and I was wondering how I can put a search box where they type in the name and it shows them the page. I use xhtml / dreamweaver.

2006-08-16 20:43:43 · 1 answers · asked by mrxxbrian 2

hello i want to convert my company profile to pdf file.if any one have that conversion facility pl convert to me. my mail id stprakash@yahoo.com. just mail me i will send word file to u. ok thank u

2006-08-16 20:29:10 · 9 answers · asked by PRAKASH 1

toolbar,title bar

2006-08-16 19:54:32 · 1 answers · asked by ar_jane 1

java / j2ee projects in helath care domain

2006-08-16 19:29:07 · 4 answers · asked by Anonymous

Im tired of all these STANDARD FONTS! Anyone know of a site where I can download some FREE FONTS with "NO SPYWARE OR ADWARE?"

2006-08-16 19:07:36 · 8 answers · asked by Anonymous

Just trying to find that person to see if everythings OK
and keep in touch so careing can help .. the address is still proabably on my computer, but don't know how to find it .. help if you can. Thanks

2006-08-16 18:51:18 · 6 answers · asked by Jonnie 4

"Once logged into Yahoo Mail, go into OPTIONS, then click MAIL"
where on the screen would options be located

2006-08-16 18:45:28 · 14 answers · asked by Anonymous

I downloaded a website layout from crystal-kiss.net and the instructions say open the index and modify the page links and site title how do I do this?

2006-08-16 18:08:11 · 3 answers · asked by tanuki-chan 1

Please help me. I have two packages named app and Util. Util is inside app. In Util i have the file BitUtils.java and in app i have CertkillerApp.java which is the driver file. I am getting error. Please help me.
BitUtils.java :

package Util;
public class BitUtils {

public static void process(new byte[]) {

System.out.println("Inside method byte");
}
}

CertkillerApp.java
package app;
public class CertkillerApp {
public static void main(String[] args) {
byte[] bytes = new byte[256];
Util.BitUtils.process(bytes);
}
}

Output :

D:\APP>javac CertkillerApp.java
.\Util\BitUtils.java:4: illegal start of type
public static void process(new byte[]) {
^
.\Util\BitUtils.java:8: expected
}
^
.\Util\BitUtils.java:4: missing method body, or declare abstract
public static void process(new byte[]) {
^
3 errors

Please help me. Don't take it as homework.

2006-08-16 17:07:13 · 4 answers · asked by K Ban 2

2006-08-16 16:57:16 · 11 answers · asked by Anonymous

I want to make the words "My store - Register here for free" show up bigger on my website and I just cant get it to work. please help me..

My store - Register here for free

2006-08-16 16:47:19 · 6 answers · asked by dvau11484 1

fedest.com, questions and answers