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

2007-05-23 01:04:46 · 5 answers · asked by cmagpie 1

I have a form that I am using to post data to a database table and a gridview on the same page that is displaying the data.

When I post the data, the grid view is not updated until I manually reload the page.

I know that the whole page is not being cached becuase I have printed the current time and this changes when the form is submitted.

2007-05-22 23:57:09 · 3 answers · asked by Alan 1

I am well versed with C,C++ and Visual Basic. I'd prefer sites where i could study online. If there are sites where there is simplified material for free then that'd be just great. Thanx in advance

2007-05-22 22:07:05 · 3 answers · asked by roadrunner 1

Do you know site with free webpage templates ?

2007-05-22 22:07:03 · 3 answers · asked by ziik 1

Html multi drop down menu for website desing not much hard code but in a east way

2007-05-22 22:01:40 · 4 answers · asked by sandeepbhajan 1

they work well on my localhost...whats reason???
http://atharvajobs.com/PostResume.aspx

2007-05-22 20:14:38 · 1 answers · asked by babloo 3

Can someone please help me with questions below. 1. A binary floating-point number has seven bits for a biased exponent. The constant used for the bias is 64
A. )List the biased representation of all exponents from -64 to +63
B.)Show that a 7 bit magnitude comparator can be used to compare the relative magnitude of the two exponents.
C.)show that after the addition of two biased exponents it is necessary to subtract 64 in order to have a biased exponents sum. How would you subtract 64 by adding its 2's complement value?
D.)Show that after the subtraction of two biased exponents it is necessary to add 64 in order to have a biased exponent difference. -------------------------------------------------------------------------
Q.2. Show that the division of two normalized floating-point numbers with fractional mantissas will always result in a normalized quotient provided a dividend alignment is carried out prior to the division operation.

2007-05-22 18:15:44 · 1 answers · asked by RS 2

it is very urgent. tell me within an hour
i have been given a project

2007-05-22 16:58:36 · 8 answers · asked by Anonymous

become an expert in computer programming and start to develop my own application just like any other expert in the industry IT, any suggestion please?

2007-05-22 16:37:47 · 8 answers · asked by papsa 1

Why I can't acces my database from client computer? The database which is available just information_schema. Though I have give all permission for the user to acces all database. Help me. Thanks.

2007-05-22 15:59:55 · 2 answers · asked by Anida E 1

After creating graphics in Fireworks, I save the HTML and PNG files to my web site folder. Then when I paste in Dreamweaver and try to upload the Fireworks HTML, I get the following messages "Dreamweaver cannot determine the remote server time. The Select Newer and Synchronize commands will not be available." Once I click on okay, then try to upload again, I get a new message, "An FTP error occurred - cannot put the html file, in this case sunset.html. Access denied. This file may not exist, or there could be a permission problem. This is for my hobby website http://www.jonesbeachfishing.com. I know the basics of web design, but anything outside of the basics I get baffled. Thanks.

2007-05-22 11:48:08 · 3 answers · asked by mac 7

why are setup and teardown methods not needed for testing static methods like fibonacci and factorial?

2007-05-22 10:48:06 · 1 answers · asked by abraham366 2

can any one tell me which application server i should install ? how to install? and what r the requirements for that? step by step solution will help a lot bcos i'm a novice in all these and dont know what to do exactly.

2007-05-22 10:37:02 · 1 answers · asked by xyz 1

I own a domain name....but it's hosted by someone different.. I was running a website with another girl and she changed all the hosting stuff to her name and basically kicked me out of the site...she says I have no say and I no longer co-own the site. so what rights do I have because I OWN the domain?

2007-05-22 10:25:55 · 4 answers · asked by Anonymous

in plain English, please, as I am a postman, not IT person :-)

2007-05-22 08:13:33 · 5 answers · asked by dot connector 1

I'm in the process of editing my site ( www.IPS-Notary.com ) and I was wondering if there is some kind of HTML code I could use to automatically show my website in a specific resolution? For instance, my resolution is 1024 x ? (I believe the highest). Everything to me looks properly aligned, etc. However if someone else goes to my site with a different resolution, the webpages will look different to them. Is there a code I can use to automatically (or always) make everyone see my website in the 1024 x ? resoultion?

I don't want to ban other users, just automatically have my pages adjust itself to the 1024 x ? resolution.

I hope this makes sense to you. LOL

Thanks,
Korey

Note I put the "?" mark because I forgot the actual numbers.

2007-05-22 08:12:07 · 4 answers · asked by Anonymous

how would i create a puzzle with java?? i cant it on google.

2007-05-22 08:08:32 · 1 answers · asked by Anonymous

2007-05-22 08:06:16 · 4 answers · asked by John 1

hi, i'm trying to learn using MFC and the first example i tried out didn't compile on visual c++ 2005. here it is:
i created a win32 empty project and added one source file with the following:

---

#include


class CMyApp : CWinApp
{
public:
virtual BOOL InitInstance();
};

class CMyWindow : CFrameWnd
{
public:
CMyWindow()
{
Create(0, L"My first app, ehi2");
}
};


BOOL CMyApp::InitInstance()
{
m_pMainWindow = new CMyWindow;

m_pMainWindow->ShowWindow(m_nCmdShow);
return TRUE;
}

CMyApp App;

-------

when i compile it says:
"Error 1 fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] c:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h 24 "

what should i do?

2007-05-22 08:06:01 · 4 answers · asked by Amr Hassan 2

Which are the characteristics of this model, its advantages and disadvantages.

2007-05-22 07:52:35 · 2 answers · asked by ALPHA MAN 1

Is there some type of software that I have to use? Thanks for all of the help.

2007-05-22 07:48:48 · 4 answers · asked by C.O.G. 3

2007-05-22 07:15:22 · 9 answers · asked by Becca 1

I got my testing server working with client side material (html docs) but when I tryed to run an asp document, I get this error and I dont know what to do considering I dont know much about setting a server, let alone IIS.
--------------------------
Server Error in Application "CPT"

--------------------------------------------------------------------------------

HTTP Error 404.3 - Not Found
Description: The page you are requesting cannot be served because of the Multipurpose Internet Mail Extensions (MIME) map policy that is configured on the Web server. The page you requested has a file name extension that is not recognized, and is not allowed.

Error Code: 0x80070032

Notification: ExecuteRequestHandler

Module: StaticFileModule

Requested URL: http://localhost:80/contactus.asp

Physical Path: C:\inetpub\wwwroot\contactus.asp

Logon User: Anonymous

Logon Method: Anonymous

Handler: StaticFile

Most likely causes:

It is possible that a handler mapping is missing. By def

2007-05-22 07:09:24 · 5 answers · asked by Jamaal E 3

i need 2 modify a .swf flash movie and i don know how!! can anybody help me????

2007-05-22 06:39:26 · 3 answers · asked by Anonymous

2007-05-22 06:29:15 · 8 answers · asked by Paulina 1

I am making a website for a small dance studio, and I was wonderin how much web space would be suitable... I was looking at packages here... what one would be best???
http://order.1and1.com/xml/order/Hosting;jsessionid=E98CC679A73F21B79AC1CDBE490F744E.TC60b?__frame=_top&__lf=Static

2007-05-22 05:23:53 · 9 answers · asked by Butterfly Girl 1

2007-05-22 04:45:45 · 2 answers · asked by southsidevol 1

I need an FREE event calendar that will work on any server. I think Javascript would be best. It also needs to be user friendly and easy to update. Help??

2007-05-22 04:28:48 · 2 answers · asked by D_Diva 1

fedest.com, questions and answers