1,125 Topics

Member Avatar for
Member Avatar for best4earn

I already used free hosting of these websites 000webhost.com byethost.com biz.ly & freeservers.com bt their free hosting is not best because their mysql link down or server some time redircts my site to some advertisments . Can any body suggest me a free webhosting which wil be best & their …

Member Avatar for rozermartin28
0
283
Member Avatar for RikTelner

I am about to make website, where explain my skills (if any), kind of portfolio. I'd like to make two seperate choices in menu, one for the client-side work (HTML, CSS, JS) and one for the server-side work (PHP, SQL) seperately. I thought of word "Coding" for client-side work. But …

Member Avatar for RikTelner
0
192
Member Avatar for alex.dimofte.5

I am developing a client server application in C#. I am sending from my server to client an object of `Student` type which I serialize on the server side and deserialize on client side. The serialization and deserialization are as follows : // server side serialization. Student s1 = new …

Member Avatar for alex.dimofte.5
0
277
Member Avatar for sushmaja.arumalla.9

The page previously fires the event from the server side.When the new design is applied to the site the server side events are not firing.What may be the problem.Got struck from 2 days.Please help me in solving the issue. Thanks In Advance, Sushmaja Arumalla

Member Avatar for sushmaja.arumalla.9
0
2K
Member Avatar for sushmaja.arumalla.9

I have to generate the mail to their mail address specified at the time of the registration to specify the username and password. So i tried the following code to send email but the email is not generated showing me either "Failure sending mail" or "Connection timed out". So please …

Member Avatar for Sulaiman_1
0
356
Member Avatar for Dani

Upgraded my computer from Windows 8 to Windows 8.1. It's on a domain that uses Windows Server Essentials 2012 R2. In doing so, Windows Server Essentials no longer detects the computer. Do I have to run that /connect tool again??

Member Avatar for Dani
0
314
Member Avatar for Rizi004

Hello everyone I have preloaded the sounds in javascript array and then make audio object and pass the src from the array and this is working perfetly fine on local system but when we upload on server it says HTTP Error 404.3 - Not Found. How i can add Mime …

0
152
Member Avatar for johnsmith123
Member Avatar for michael321
0
59
Member Avatar for riahc3

I want to prepare MySQL Server 5.6 for thousands/millions of inserts. Ive found this: •innodb_doublewrite = 0 •innodb_buffer_pool_size = 50%+ system memory •innodb_log_file_size = 512M •log-bin = 0 •innodb_support_xa = 0 •innodb_flush_log_at_trx_commit = 0 Is there anything else I can do? Thank you

0
90
Member Avatar for jatin24

I'm trying to find a way where the database name and the server name can be dynamic. I'm developing an application which uses C# and crystal reports. Both application and the reports use the same database which is setup on a separate database server. This application now needs to be …

Member Avatar for johnsonjeven
0
3K
Member Avatar for V3N0M

Hi guys I have to create a website for my class which I am almost done with but I have a problem when trying to view my website with a lamp server I installed in my ubuntu laptop. Can I get some help. Thanks!

Member Avatar for urtrivedi
0
98
Member Avatar for riahc3

I want to store my databases only on RAM. I see that in MySQL server I can choose the "MEMORY" engine and the table with be stored only in the RAM. How about MS SQL Server? How can that be done there? Thank you

Member Avatar for Reverend Jim
0
422
Member Avatar for N.Raghavendran

I've developed an application in vb 2010 and my back-end is sql server 2008. What are all the softwares i need to install in the client machine ?

Member Avatar for oussama_1
0
242
Member Avatar for Venku Tur'Mukan

I've recently become interested in trying to adapt my Rock-Paper-Scissors game into a multiplayer-friendly program, so today I decided I'd look up a tutorial on servers. It seems I'm following it precisely (aside from using a different IDE). However, something is going wrong and I'm not sure exactly what it …

0
196
Member Avatar for netisland
Member Avatar for pritaeas
0
119
Member Avatar for Johnathon332

I am having trouble as I am trying to run my clientsocket.connect until a connection has been established. However it is not running my connect method and I cannot seem to be able to diagnose why that is private static ClientSocket clientSocket = new ClientSocket(); private delegate void connection(); public …

Member Avatar for oussama_1
0
283
Member Avatar for irfan hassan
Member Avatar for irfan hassan
0
288
Member Avatar for sandorlev

Hey guys, I have a (probably) pretty simple task to solve, but no knowledge of web development whatsoever. My problem is, I need to create a website that computers and smartphones can connect to and have it display some image and text that are updatable from the server side at …

Member Avatar for JorgeM
0
179
Member Avatar for cussel

hi all :) i've problem with spam email in ubuntu 1204 LTS use ispconfig3,... each spam email detected by server (ispconfig3) it's not send to client (outlook), its stopped in sever,.. how to allow/by pass all email contain spam to client??? what must i set??? please help me :(

Member Avatar for cussel
0
325
Member Avatar for Alsayedcom

I need advice to run oracle 10g forms on linux clients one of the problem is forms icons not appear

Member Avatar for rubberman
0
212
Member Avatar for mehran.abdi.9

hi i am working on a project:auto parts web store With installation and I do not know where and how to start؟ help me

Member Avatar for mehran.abdi.9
0
318
Member Avatar for Muhammad Asif_1

We'll be launching a mobile app (iOS, Android) soon. App is native with a local SQLite database. App is supposed to do scheduled database sync with a live online MySQL database connected to a PHP based backend system hosted on a Hostgator dedicated machine. App audience is expected to be …

Member Avatar for rubberman
0
226
Member Avatar for priya gupta
Member Avatar for grafic.web

Hi, i was wondering how is working with MVC to put my website on the webserver!! I mean, my fear is about the database... if i make some change on my code and i wnat to put the project on the server, will i lose my data on the database …

Member Avatar for JorgeM
0
208
Member Avatar for zooferic

I am getting followed error while first time get report on different server afterwards i refresh web page again report appearing properly.What can be cause? *System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host …

0
172
Member Avatar for ZER09

hi everyone, could you give me an advice for hardware specs needed to run a small database server with around 40 to 50 users. actually the setup is the users maybe in other location. i need recomendation what specs, and what brands is the best, all including the router, and …

Member Avatar for rubberman
0
273
Member Avatar for james.lu.75491856

How would I use [web.py](http://www.webpy.org) to execute ASP/PHP server files? Or can web.py not do that and can someone provide me a python script that can execute ASP/PHP server files? Should I try posting this in the PHP forum, Web Design, html, and css fourm, or the Web development forum …

Member Avatar for cereal
0
369
Member Avatar for dr_iton

I created a three layer application with BO (Business Objects), BLL (Business Logic Layer) and DAL (Data Access Layer). I had to do some unit testing using nUnit tool. I've done that like following and works perfectly: SQL Tables: USE [Projekti_TI_1] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO …

Member Avatar for dr_iton
0
194
Member Avatar for iqlas

Hi Guys, I am planning to create one application that has 3 different Layers (clients) and each Layer has a same copy of an application and multiple users. any suggestions? Example : Application Client1 (has copy1 of application)(has n users) client2 (has copy2 of application)(has n users) client3 (has copy3 …

0
189
Member Avatar for vishalonne

Greeting to all Experts I am totally confused why suddenly this error appear when ever any form is submitted from my site. I have a website which have 3-4 different types of forms. These forms can be filled up by registered user only. Like Inquiry Form, Admission Form, New Staff …

Member Avatar for rubberman
0
202

The End.