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

Programming & Design - December 2006

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

2006-12-05 21:44:54 · 8 answers · asked by El-Foyo 2

2006-12-05 20:28:28 · 11 answers · asked by dipto 1

give some real examples about it and explain its
function .how can we found it?

2006-12-05 19:54:30 · 3 answers · asked by aravind prabakar 1

2006-12-05 19:45:31 · 10 answers · asked by dvd_feliciano 1

plzzz...its my homework...... d ques is write a program to print this on the output screen.. 1 121 1231 12341 ...in c nd not c++

2006-12-05 19:13:42 · 2 answers · asked by Anonymous

I would like to put a logo on my webpage so it shows in the address window and when the webpage is saved in favorites or bookmarks

2006-12-05 19:08:48 · 3 answers · asked by TIE4F 1

without having to make any purchaces of course

2006-12-05 19:02:07 · 4 answers · asked by Anonymous

2006-12-05 18:51:29 · 0 answers · asked by nkm 2

Anyone can answer how image display in Internet Explorer title bar? Please reffer this below link and see how the image appears in the title bar.
http://juesah.spaces.live.com/PersonalSpace.aspx?_c02_owner=1

I want this type of image in the Internet Explorer title bar. Thanks for your support.
-Ajay ( http://www.lordjagannath.com )

2006-12-05 18:37:28 · 2 answers · asked by Ajay M 1

Could you tell me how to design the hotel database.
i have the alot of hotel wich have the name, location, rate, room type, room rate, and i have the price of low season and high season of each hotel for each room(such as single, twin, double..etc), so how can i design it?

2006-12-05 18:36:36 · 3 answers · asked by Edmond Chance 1

Please give specific details and/or LINKS.

2006-12-05 17:26:28 · 8 answers · asked by puppypaw27 1

I wish to create a link on my web page that upon being clicked will give a user the option to download a file associated with that link. I need the code to do this as I could not find this on any of the online tutorials I have visited. Thankyou very much for reading this and hopefully for posting your answer.
Note: the file is Picture.jpg, Please ask for any extra information needed.
Joel M

2006-12-05 16:57:24 · 4 answers · asked by webmaster_trainee 2

in mentel ray costic effect

2006-12-05 16:53:36 · 2 answers · asked by irfan a 1

2006-12-05 16:45:54 · 2 answers · asked by Rakesh B 1

Using MS Access
if bill is less than 100 no tax
if bill is 101 or less than 200 tax = 1.65
if bill is 201 or less than 300 tax = 2.65
Using PHP mysql
if bill is less than 100 no tax
if bill is 101 or less than 200 tax = 1.65
if bill is 201 or less than 300 tax = 2.65

2006-12-05 16:43:29 · 1 answers · asked by edwinbiasbas 1

Working with dates in any database can cause some frustration. How do the TO_CHAR and TO_DATE functions help in working with date logic within Oracle?

2006-12-05 16:31:11 · 2 answers · asked by Anonymous

I can add a basic HTML hyperlink already but I can't remember what to add to it in order for the link to create a new window as well.

2006-12-05 16:22:26 · 5 answers · asked by curlygirly24 1

guys heres my dilema... I have created a report (delivery report) were each client i encoded shall be sorted by group, does when i encode the datas from the form it will be sorted according to client. eg. No. Cient Orders Date Delivered
1 A 4,500pcs 10-12-06
2 B 3,000pcs 11-25-06
3 A 1,000pcs 12-01-06
From above example the comp will sort it according to client group so when i print its report its sorted already however my problem is the number is not in ascending order because it will be sorting the group which was the first data data was encoded. So from above the order will be ( 1 A 4,500 10-12-06)
3 A 1,000 12-01-06
guys how can i number it automatically in ascending order???

2006-12-05 16:21:06 · 1 answers · asked by pete 1

So, I'm new to wordpress and I'm trying to re-build my current site using wordpress so that I can have it as a blog. I set up wordpress just fine after reading some guides on the net, but the actual usage of it confuses me. For starters, I want to add my logo to the top of the page instead of just the text default that is already there. How do I do that?

2006-12-05 15:39:35 · 1 answers · asked by Rachel 2

We can pass the value from JCL to COBOL using PARM parameter. So what shoul be the maximum length(in bytes) of the value that we can pass

2006-12-05 15:31:08 · 1 answers · asked by abhi 2

2006-12-05 15:21:22 · 3 answers · asked by Anonymous

It's supposed to ask for a name and password. If the name is Fred and the password is Derf, it should print good to the screen.


import java.io.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import java.util.*;

public class MainFrame{

private Patient currentUser;

public MainFrame(){

JFrame theFrame = new JFrame("Log In");
theFrame.setSize(400, 400);
theFrame.setLocation(500, 250);
Container contentPane = theFrame.getContentPane();
contentPane.setLayout(new GridLayout(2, 2));

JLabel nameStuff = new JLabel("Enter Name");
JLabel passwordStuff = new JLabel("Enter Password");

final JTextField nameField = new JTextField();
final JPasswordField passwordField = new JPasswordField();

contentPane.add(nameStuff);
contentPane.add(nameField);
contentPane.add(passwordStuff);
contentPane.add(passwordField);

ActionListener pass = new ActionListener(){

2006-12-05 15:19:41 · 2 answers · asked by ashcatash 5

occurs on startup

2006-12-05 14:48:03 · 0 answers · asked by need help 1

As in, you make two columns, but I seem to only be able to write on the left said. What gives?

2006-12-05 14:44:38 · 5 answers · asked by sariff 1

what is the adwantages in the switch how it is better than the elseif statement,give best example

2006-12-05 14:41:46 · 6 answers · asked by ganboo 1

Just wondering so I can place a question on one side and an answer on the other. Is there another program I can do this with if it doesn't work here?

2006-12-05 14:39:30 · 4 answers · asked by sariff 1

Yes I have Flash. I was wondering how I could write to an HTML file or TXT file using Flash.

2006-12-05 13:48:50 · 1 answers · asked by Rockstar 6

fedest.com, questions and answers