5,682 Topics

Member Avatar for
Member Avatar for kc0arf

As of Sunday afternoon, Oct 30, 2005, DaniWeb has taken on a new look! I have been active with DaniWeb since early 2004, and we now have the 3rd revision to our community! I like the new changes, and I am sure that on behalf of the administration, others do …

Member Avatar for whipaway
0
265
Member Avatar for tgreer

Web Developer. Webmaster. Web Designer. What do these terms mean? Which one are you? In fact, these terms have been used and misused so much that they are in danger of losing any distinct meaning. This article attempts to define and defend these labels and their meanings. "Webmaster" in particular …

Member Avatar for hollystyles
0
262
Member Avatar for tgreer

Most ASP.NET Developers have no previous web development experience. Is that a true or false statement? I suspect it's true, but found no statistics to back it up. However, judging from posts in several technical forum sites, one certainly gets that impression. "Halt App Until JavaScript Confirm Dialog Clicked". "JavaScript …

-1
138
Member Avatar for Danny

It’s finally here. The company that brought us Flash, Dreamweaver, Cold fusion, among others – announced that it will be shipping [url=http://www.macromedia.com/cfusion/store/index.cfm?store=OLS-US]Macromedia Studio 8[/url] in mid September. Absent from the new software suite will be Freehand, but two new other components will be added. Here’s what is included: Flash Professional …

Member Avatar for Dani
0
256
Member Avatar for Danny

High performance gaming and media center computer systems manufacturer [url=http://www.alienware.com]Alienware[/url] announced today that it has made available a new product line of high performance rack mountable servers. Dubbed the [url=http://www.alienware.com/hivemind]Hivemind series[/url], the servers come in both single and dual processor configurations, and can support up to a reported 2.4TB of …

0
204
Member Avatar for rahul8590

Well , i have created a simple chatting interface . i would not call it a chatting interface actually cuz i had something else in my mind and finally landed on something else . i would like if you guys could excecute it and help me making it a real …

Member Avatar for toyi
0
280
Member Avatar for subcom

[B]Introduction[/B] We can use Microsoft SOAP protocol to transfer any files between client and server.It's easy through firewall and also it cross flatform. [B]Background[/B] I was going to develop an mobile software on pocket pc,but I found there were tiny resouces to use on mobile operating system.finally,I was finding Web …

0
544
Member Avatar for yuppie

A small script which converts Microsoft Office Documents (Word, Excel, Powerpoint) to Posscript. You can build your own PDF Converter with this script. More Python/Pywin32 examples can be found at [url]http://www.win32com.de[/url] and Python based PDF Converter (for server and client usage) can be found at [url]http://www.goermezer.de[/url] .

0
383
Member Avatar for rhenerlau

Place the file with part one of the code on the server. This part of the code gets placed in a batch file (text file with the extension *.BAT) and placed on each client's machine. Again, you will need to change the paths used to the real paths on your …

0
169
Member Avatar for delner

Here's a summary of what I want my service to accomplish: 1. X number of applications send objects to my service via socket programming. This service deserializes these objects from each socket stream, and pools them in a list. 2. The application then acts as a relay to Y number …

0
61
Member Avatar for SYST3M4T1C

OK I'm trying to help my friend out with this template he has but the contact form is not working. Here is the XML document contactFormConfiguration.xml [CODE] <?xml version="1.0" encoding="utf-8"?> <!-- -- Please read this information to learn how to set up the contact form integrated -- into the template. …

Member Avatar for cwarn23
0
162
Member Avatar for mark2326l

I'm trying to upgrade my server from Mac 10.4.11 Server, running Apache 1.3; PHP 4.4.9; and mysql 5.0.45 (all pages work fine) to Mac 10.6 server with the latest (default) Apache, php, and mysql. Any page with a mysql connection is blank I can connect to mysql through mysql admin. …

Member Avatar for mark2326l
0
213
Member Avatar for murid

i'm try to send many picture using socket programming in VB 2005 from client to server. but, after i run the program, only the first picture that reach destination server. and there is an error saying that my socket are no longer connected after the first picture are sent. client …

Member Avatar for murid
0
352
Member Avatar for llemes4011

Hello... again. I'm sorry about asking about this again, but I'm still stumped =S I can't find any tutorials or examples on this matter*, and I don't know what to do. I still need to find a way to get commands to paint from one JVM to another. I tried …

Member Avatar for llemes4011
0
102
Member Avatar for chandiusjp

Hi All, i worked hard with following error from two weeks. when i am connecting to my sql database from client machine using vb.net following error occured. its worked for local machine. "an error has occured while connecting to the server. when connecting to sql server 2005 ,this failure may …

Member Avatar for samir_ibrahim
0
257
Member Avatar for tarakant_sethy

Hi i am doing a client server program in c. waht i feel is everytihng is correct in the c code but there is some problem in the setting. here is the server code [CODE] /* Make the necessary includes and set up the variables. */ #include <sys/types.h> #include <sys/socket.h> …

Member Avatar for Salem
0
93
Member Avatar for mania_comp

hi guys I want know that whether is it possible that to implement Client - Server architecture by using SQL SERVER 2005 EXPRESS EDITION as a main server and on other client PCs also I have SQL SERVER 2005 EXPRESS EDITION . So can i connect to main server from …

Member Avatar for mania_comp
0
234
Member Avatar for BlackPhoenix

I tried my hand at C++ client/server programs, but they were extremely difficult, even with the "best tutorial" on the Web (Beej's). I could get a basic client/server program going, but it was with "blocking sockets", and all I knew how to do was get the server to send a …

Member Avatar for VernonDozier
0
909
Member Avatar for BlackPhoenix

Let me explain myself, and then hopefully you can tell me a better solution. I have paid web hosting (only $2.50/mo) and in the process of learning PHP, have learned how to work with MySQL databases. I was wondering if it is possible to create a program in C++ that …

Member Avatar for BlackPhoenix
0
209
Member Avatar for Zenpher

A few friends and I have been working on an isometric MMORPG called Pirate Story Online. It's basically just a simple 2D MMO with a very heavy emphasis on humor and eye candy. We're currently developing the client in Python, the server in C, and we're using a MySQL database …

0
70
Member Avatar for baal3

hello i have to write TCP socket program that mimic SSL handshake protocols. and I do not know where to start my socket programs for Client and Server should be able to communicate with each other. and I want Demonstrate this by sending a packet from Client with the phrase …

Member Avatar for Salem
0
145
Member Avatar for Anon17

I have a server which uses MySQL and supports many clients, and everything works perfectly fine when the MySQL database is on the same machine as the server. However, when it's on another machine, due to what I believe is the slow connection there are several requests from different clients …

Member Avatar for masijade
0
126
Member Avatar for andrei4002

hello everyone i have a huge problem developing a windows service i'm trying to develop some app that reads information from WMI and sends it via amqp (using apache qpid client) everything [B]works fine[/B] on [B]windows xp[/B], but problems appear on [B]vista[/B]: when i start the program i get an …

Member Avatar for andrei4002
0
120
Member Avatar for guessme

i'm transfering simple(small) files (using jsp) from client to server. what is the difference when i do it using apache commons and without using commons(by using files)? i've done it with files.....should i shift to apache commons? thanks guess me!

Member Avatar for guessme
0
66
Member Avatar for guessme

(servlets, jsp)i'm to tranafer a file from client to server using files concept. i donno how to start. plz gimme a basic idea of implementation procedure and i'll try the rest. waiting 4 help, guess me!

Member Avatar for John A
0
74
Member Avatar for guessme

(servlets, jsp)i'm to tranafer a file from client to server using files concept. i donno how to start. plz gimme a basic idea of implementation procedure and i'll try the rest. waiting 4 help, guess me!

Member Avatar for vincent2085
0
214
Member Avatar for staton23

Hello, I came home for Thanksgiving dinner the other night and found out my computer was infected with the Rapid antivirus malware program. It looks just like what pictures I've seen on the other sites, and does the same things. I read instructions on how to remove it, which first …

Member Avatar for happygeek
0
244
Member Avatar for Shaitan00

I am using Named Pipes to transfer data from a client (C++) to a server (C#), the client does the following: [Code] struct MESSAGE { char cCommand[8]; string sParameter; }; MESSAGE msg; strcpy(msg.cCommand, "COMMAND"); strcpy(msg.sParameter, "DO SOMETHING"); DWORD dwWrote = 0; WriteFile (hpipe, &msg, sizeof(msg), dwWrote, NULL); [/Code] Then, at …

Member Avatar for DdoubleD
1
496
Member Avatar for vvviji

Hi, I have been trying to create a asmx web service which can download & install a msi. When the web service attempts to install MSI, the MSI throws the following error - MSI (c) (60:D8) [13:02:57:859]: Client-side and UI is none or basic: Running entire install on the server. …

0
41
Member Avatar for nelsao1

Hie all I am trying to make my game playabel over a network, Client/Server. I have managed to design the game, i have also managed to create a chat program whereby all clients connect to the server and messeges sent are all received and updated by the server to all …

Member Avatar for sybarite29
0
2K
Member Avatar for milhero

Hi Professionals, I found these tutorials and codes regarding 'Retrieve E-Mail Through POP3' on an e-book entitled 'Microsoft Visual Basic .NET Programmer's Cookbook'. I understand what each functions/codes are but how do i design the GUI/interface to fit the codes? Please advise. Thank you in advance. Best Regards, Md Azmil …

0
70
Member Avatar for llemes4011

Hello, I'm trying to get my first RMI Program working, and I keep getting a Timed out exception. I believe that the error is occurring in the "bind" method... Does anyone know what the problem might be? Here's the code and the error: [code=Java] /** Server */ import java.rmi.registry.Registry; import …

Member Avatar for llemes4011
0
2K
Member Avatar for yssirhc

We recently upgraded to Windows Server 2003 and IIS 6. And we have one web application that works fine except for a certain feature within it. It gives "Disk or network error" when you click on a button that opens a popup form window and "Network path not found" when …

Member Avatar for sknake
0
123
Member Avatar for deathknell

Hi all, I try to make a system where client can send their sms (contained contact file in it that compressed) to server using sms gateway concept. In this case, server must handle 3 condition : registration, request sending file to server (by client), and request take file in server …

Member Avatar for deathknell
0
622
Member Avatar for llemes4011

Hi, school started back up the other day, and our first assignment (as a group of eight) is to create a Server/Client project that is used to play network games. Before I go further, I want to say that I HAVE done work on this, quite a bit. I just …

0
71
Member Avatar for razmca

Hi everyone, I have a task to create a window application using c#, visual studio 2005, in which a form is running in client side which has to get message from the server. The constraint is , the form has a swf file which will run on the background but …

Member Avatar for kvprajapati
0
47
Member Avatar for noktasizvirgul

Hi everyone, In my internship, I need to prepare a telephone directory with LDAP and a simple program which uses that with C language. I am using Ubuntu machine and I guess I manage to install LDAP without any configuration. 3 days past and I have nothing done. Is there …

0
97
Member Avatar for Chris_TDR

Our website is split into 13 host countries, each with language data and (eventually) individual prices on products, to stop people viewing other country's prices we use the ip2nation database to determine the user's IP location (or proxy location) then a server-side filter redirects them to the relevant homepage 'shop' …

Member Avatar for sknake
0
144
Member Avatar for Derice

When a host request a page from server, the server will 1st bind a encryption key to the host's mac address. Data provided by host will be encrypted at the client side using the same encryption key. The encrypted data submitted by the host will be decrypt by the server. …

Member Avatar for sknake
0
1K
Member Avatar for SoulMazer

Ok, I am writing a client for the "instant messaging" server I just wrote. The client is in all Python, and the GUI is made with Tkinter. Anyways, my first question is this: is there a way to make a scrollbar widget automatically scroll to the bottom? Second, in a …

Member Avatar for SoulMazer
0
4K
Member Avatar for ForestTech

Hi, We have a client who is looking to upgrade to a new Windows Server 2008 server. They currently run a Windows Server 2003 machine. We're trying to setup a virtual environment in order to do a practice migration from Windows Server 2003 OEM to Windows Server 2008. When we …

Member Avatar for sknake
0
114
Member Avatar for willygstyle

Hello all, I'm trying to run a simple client/server socket progaram from a refrence of the net to get my feet wet a bit with network programming. I can connect fine but can't seem to send data from the client due to the fact python is saying its of type"str" …

Member Avatar for willygstyle
0
193
Member Avatar for johnyjj2

Hello! I'd like to run mssql script (file with extension sql). I installed Microsoft SQL Server 2008 and run in Command Prompt: C:\Documents and Settings\useruser>osql -Usa -Ppassword -i "F:\Data\MyApplication\Scripts\CreateDb.sql" [SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [2]. [SQL Server Native Client 10.0]Login …

Member Avatar for sknake
0
291
Member Avatar for nicka

Hi I have setup the following for a client: [URL="http://www.axis.com/products/cam_240q/"]AXIS 240Q IP Video Server[/URL] with security enabled (requires username and password to view) It is accessed from the outside world via a [URL="http://www.netgear.com/Products/RoutersandGateways/WiredRouters/DG834.aspx"]Netgear DG834 ADSL Modem Router[/URL] with built in firewall and I've allowed traffic into the Video Server by …

Member Avatar for sknake
0
290
Member Avatar for finndin

Basically while I was away some malware infected my computer. My girlfriend was unable to enter gmail.com and there were various popups advertising 'Windows Security Suite'. Using Malwarebytes I was able to get rid of the Malware and am 100% sure that my computer is not infected anymore - pop …

Member Avatar for reganstar
0
155
Member Avatar for complete

I have MySQL running such that I can open a client command line and log on and make databases, tables, etc. I wanted to do some AJAX. Doing AJAX with ASP, SQL Server, etc is not advisable since both places where I am hosting my websites do not use the …

Member Avatar for Robert Plant
0
246
Member Avatar for BlackPhoenix

Hi everyone, I am trying to create a system that will allow me to update the browsers of each client (person) currently viewing a webpage. Don't worry so much about why I am wanting to do this, but please critique my 2 solutions, and tell me which one is the …

Member Avatar for digital-ether
0
112
Member Avatar for fluboe

Have "Security Warning" pop-ups "application cannot be executed...do you want to activate your antivirus software now?" - which links to a fake-looking site to purchase the software. Also have sounds playing from my computer (usually ads) even when I don't have an internet browser open. I've run multiple virus, spyware …

Member Avatar for crunchie
0
154
Member Avatar for Schoorsteen

Hello, I am having a trouble with the proxy I am making with C++. I am connecting a client to a server trough my program. client talks to my program, program talks to server server talks to my program, program talks to client Like that. However, when I receive something …

Member Avatar for Schoorsteen
0
396
Member Avatar for get2tk

pls i need help!I am writing a code to turn on and turn off a light bulb between a client side and a server side using sockets in java.The thing communicates but i am having problem puttin it on gui radio buttons .I called the method to sendMesage from the …

Member Avatar for JamesCherrill
0
140

The End.