4,273 Topics
![]() | |
I am trying to create a web-based Twitter app that will print out a friend's timeline, but the Twitter API asks for username/password. How do I do the username/password authentication on the server-side without asking this from the user. Does anyone know how to do this? Is there also a … | |
I've searched the whole freakin' web once more (I've been searching and reading forum after forum after article after howto, etc., for about 4 days straight now. Maybe I'm doing it wrong ^_^U) trying to figure out how to customize the boot-screen on Windows XP Pro SP3, and I can't … | |
Can someone please help me get rid of this "Error loading" message at startup? It is followed by the opeing of my System 32 file. I am using Windows XP on a Sony VAIO. The following is my HijackThis log. Any help will be greatly appreciated. Thanks in advance: Logfile … | |
Dear All Gurus, I have setup a Windows Web Server 2008 (32bit) with a DELL Poweredge R210 hardware since Oct 29, 2010. In these 2 weeks it hanged 4 times, 3 of these 4 occurred in recent 2 days. I cannot find anything strange in the event logs and system … | |
Hello, I've been trying all day to fix a problem. I've installed and reinstalled XAMPP and WAMPP at separate times to achieve a web server to no avail. I did so thinking there was a problem with my installation. From the little progress I have made there seems to be … | |
I'm trying to teach myself a bit more php/mysql so that I can implement better usability on my osCommerce site. I've set up a bit of space on the web server and the db server so that I can play about with stuff and I'm close to doing what I … | |
Hi guys, I've got a small problem, though I have a feeling that it will be simple to fix. I just cant figure out how to do it! I'm currently running XAMPP/Tomcat as my web server, and having developed the site in JSP/JAVA, the only way i can access the … | |
Cpu Usage spikes to 100% at various times causing the need to reboot. I have run MBAM, ATF cleaner, and Microsoft's Malicious software tool. Your assistance is appreciated in resolving this problem. Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4734 Windows 5.1.2600 Service Pack 3 Internet Explorer 8.0.6001.18702 10/2/2010 7:34:53 PM … | |
Hello, I need some hints about how can I develop an remote desktop application in C#. I would have a client (Windows Forms or web) and a server that sends streaming video and audio [I]captured[/I] from the remote computer screen. Most important is to be real-time and performance rather than … | |
G'day Guys, I've been scouring the internet to try and find some ideas on how to set up a web-server on my work machine's HDD. I'm currently developing a web-app as a ERP/CRM system. It's almost complete, and I want to set up a web-server for our employee's to access … | |
Hello, I want to check the username & password of the user with the already stored database and then login. Iam using asp.net(vb) with sql server as database. Please help ME [CODE] Imports System.Data.SqlClient Imports System.Data Partial Class MasterPage Inherits System.Web.UI.MasterPage Dim con As New SqlConnection("server=localhost;database=reg1;integrated security=yes;") Dim ds As … | |
HI, I am using an Image Hosting Script... I want to modify it according to my needs... Is there anyone who can help me in this? I can also pay for that.... But its Really Urgent.... Regards.... | |
After being requested to write a tutorial a few times, I've finally found the time to create a mod_rewrite tutorial for vBulletin 3. What this tutorial will allow you to do is make your vBulletin forum search engine spiderable - for Google and all the others. [i]<< update >>[/i] [i][b]This … | |
I've googled and looked all around the web for an answer to this, but without any success. I am getting this error: Parse error: syntax error, unexpected T_REQUIRE_ONCE in /home/xxxinl5/public_html/xxx/content/.../.../submitter.php on line 1 And here's the code: [CODE] <?php /* * My Prog * */ require_once(dirname(__FILE__) . '/config.php'); require_once(dirname(__FILE__) . … | |
Hi Everyone, Recently my organization (where m working) has decided to host web locally rather then hosting in ISP. We have purchased a new server which will be used only for web. My Company has got new public IP for web from ISP i.e. 119.2.116.190. I am trying to configure … | |
Hi, The website that I have been working on for sometime is about to be deployed now. However, after deployment the reports are not opening in one of the two machines that I have deployed. All other pages seem to be working fine except reports not opening with the error … | |
I am writing a script that uses curl to grab data from my web server. Unfortunately, thats only a one-way communication. What I would like to do is send a php file some info through curl, then grab the info that php returns. But I am not sure how to … | |
I want to make a program which will send POST request to a web server. And also able to send required cookie(provided by me). Example. [url]http://www.somesite.com/requesthandler.asp[/url] POST DATA::::::::name=some_name&age=19 //i will provide the post data Cookie to be sent::::JHFFHJBSVB848X489CNU98C4Y //I'll Provide this cookie My desired application should POST the "POST DATA" … | |
Hi everyone I know there already is a thread on that one, but not enough for me to make it work. So I know I can do : $command = "mysqldump -u [username] -p [password] [databasename] > [backupfile.sql]"; then system($command); the thing is, I'm on a web server (hosting company) … | |
I have an ASP.NET application that runs one way when I run it within Visual Studio 2010 (the way it should), but when I publish it onto the web server and run it there, it runs differently. I have reset IIS (iisreset), shutdown and restarted the web site, deleted the … | |
Hellow! I'm having a problem to get the inserted values from the detailsview. I've tried the following things: [CODE] // Get Value from DropDown int TopicID = 0; foreach (DetailsViewRow row in ItemsDetailsView.Rows) { if (row.Cells[0].Text == "Topic") { DropDownList TopicDropDown = (DropDownList)row.Cells[1].FindControl("Topic_TopicIDList"); TopicID = int.Parse(TopicDropDown.SelectedValue.ToString()); } } MsgBox(CType(DetailsView1.Rows(1).Cells(0).Controls(0), Label)) … | |
Hello Everyone, I am create a shopping application. I have load all products to gridview with a button with rowcommand event. When I click on add cart button the current row will be add to a object of girdview row. Now how will i get value of qty which is … | |
Hi, all I have been learning the python language for a couple of weeks. For now I only know a little of the language, the syntax, usage of the builtin types such as str, lists, dicts, and tuples, this is fine for writing some simple scripts to process text files. … | |
[CODE]Guys I've a problem. I'm using access 2007. The file name has an extension .accdb . I created a table called 'login' in the db file named 'MySite_Database.accdb'. My HTML looks like this : [COLOR="Red"]<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="login.aspx.vb" Inherits="login_to_site._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html … | |
hello all, the company i am working for (quite a small company) are looking to host our web applications suite on our internal server running windows server 2003 and IIS 6 and allow external access to it. We have a static IP from our ISP and currently can access the … | |
Would be possible to create "generic" sub-forum in Databases where we can place any db related stuff which doesn't fit into any of our present options?(MySQL, MS SQL, Oracle, MS Access and FileMaker Pro, Database Desing) Having something similar to Software Development sub-forum Legacy and Other Languages. Reason: Often there … | |
PLZ HELP ME I WANT TO MAKE MY OWN WEBHOST I HAVE 10 pCS ON MY NETWORK AND 01 SERVER INSTALLED WITH WIN SERVER 2003 SP2 (ACTIVE DIRY INSTALLED WITH DNS) THE IP ADDRESS OF MY SERVER IS 192.168.1.1 I HAVE ALSO HOST THE SITE ON MY SERVER WITH APACHE … | |
PLZ HELP ME I WANT TO MAKE MY OWN WEBHOST I HAVE 10 pCS ON MY NETWORK AND 01 SERVER INSTALLED WITH WIN SERVER 2003 SP2 (ACTIVE DIRY INSTALLED WITH DNS) THE IP ADDRESS OF MY SERVER IS 192.168.1.1 I HAVE ALSO HOST THE SITE ON MY SERVER WITH APACHE … | |
Hi there, I have a few sites plus a few clients' sites I have designed and manage. At present, when I want to add a new feature to all of the sites, I code it into each site individually. What I want to achieve is to be able to update … | |
Hello everyone, In my last company i was working with LAMP. I was using quanta as editor. I have never worked on windows platform for php web development. And now i have changed my company, Right now i have to use windows plat form, can anyone suggest me, good and … | |
Hello, I want to put some .net web based projects in the resume as a 3yrs experienced programmer. Can anyone please suggest me the kind of good projects. I know C#, VB.Net, ASP.Net, SQL Server. I am learning AJAX, Silverlight also. I would be grateful if anyone could help me … | |
This has been going on for about a week now with a friend of mine who uses AIM. Since last Thursday, I've been having trouble communicating with her through AIM or any other client I've tried in which I've used AIM to contact her, be it AOL Instant Messenger itself, … | |
Hi this is scorpionz, I have an hosting server of windows 2003 server machine, I have installed a xampp in it and hosted my dotproject installation on xampp, and installation went successful. Now when i run the web dotproject software PHP based, this is what happen: Firefox: (After login to … | |
I have uploaded audio files (saved them) into the SQL Server 2005 database. I need to prepare a "play sound" button to allow users to click it and listen to the sound. I have the following code to retrieve the audio file from the database. protected void playsound_btn_Click(object sender, ImageClickEventArgs … | |
I am using Apache Tomcat 5.5 + JSP in the web server, and MS SQL Server 2000 in another database server. There is no problem before I resinstall the web server due to hardware failure. I am not sure if I miss some configuration that all the Chinese character stored … | |
Hi Guys I require a Java applet (and web service on server) permitting upload of large files to the server. Client side: The applet UI should simply permit selection of a file for upload from the local directory structure. The server URL will be hard-coded in the applet. When the … | |
My friends and I are wanting to start a site. We're not sure want company to go with. We're willing to pay as much money needed; its not an issue. But we want a good company that has excellent support and superb servers that can handle high traffic. We would … | |
Hi Coders, I recently found a script online that clears tweets from a twitter account. The script is written in coldfusion which is not supported by most web hosts as you guys know. I'm a programming newbie, so I want to know if it's possible to code this same script … | |
You guys were so kind in helping me resolve my database connection problem, my web page is up and running with connections to the database working just great. Thank you all. Now I am just having a problem getting the Search to work. My web search requests return the following: … | |
Hello, I am currently creating my first web program using Visual Studio 2008 (asp.net with c#) so am probably going about many things the wrong way, but it is to be expected! The issue in question: -I have a dropdownlist(ddl), which is populated from a SQLDataSource. -The text in the … | |
Does anyone know of an web based programming utility where I can program C++ in a web page and have it compile on my remote server. I run an LAMP server | |
Hi I have a session variable I wish to display in the title of a web page. This works well with IE. However, when I switch to Firefox it only works when viewed from my personal server. And not when I view my page when I go online using Firefox. … | |
Not sure if this actually qualifies for this forum so please by all means move this topic to the appropriate place if it isn't. I'm writing a C# Windows Application (not a web app) and it uses either an SQL or Access database to store its data for multiple network … | |
I recently acquired a dedicated hosting site from godaddy.com. I have a registered domain [url]www.realfucknlove.com[/url] that i use with my google blogger account. When I upload media files such as mp3s to my download folder in my hosting account the link looks like this [url]http://173.201.132.244/download/04%20-%20Freak%20Me%20Like%20(Instrumental).mp3[/url] I how would I replace … | |
Can someone explain the difference between a web service and web app? and also if i am making a J2me app and want a user to get authenticated when he sends a login request to the server which 1 should i use? Do both perform all functions automatically without human … | |
i m doing a project using asp.net vb.. i wanna make 1 pc as the server to keep all my database and codes, another pc use to access the web page that i hv created in the server pc.. but i do not know how to or what to write … | |
AdaPost Any Help! This is my Server Side Code.. IIS 7 at Server [CODE] Interface Code [ServiceContract(SessionMode=SessionMode.Allowed,CallbackContract= typeof(interfaceDuplexCallBack))] public interface IDuplexService { [OperationContract(IsOneWay=true)] void DoWork(); } public interface interfaceDuplexCallBack { [OperationContract(IsOneWay = true)] void Done(); } [/CODE] // Interface Implemetation [CODE] public class DuplexService : IDuplexService { public void DoWork() … | |
hi, i using web publishing that came with windowsxp the files that i want for a server. what i looking for is for some program to do the same but that can send for more than one server at same time. the ideia is drag the file that i want … | |
I just wanted to know the following things if u can just help me. I made a website in Visual Studio 2008 and used the database provided by the VS [I dont know which version is this]. That website runs successfully on the machine having visual studio[As in that i … | |
i having a problem with my website i cannot login via my connection string i get a error say: ================================================================== Login failed for user ";. The user is not associated with a trusted SQL Server connection. Description: An unhandled exception occurred during the execution of the current web request. Please … |
The End.