5,915 Topics
![]() | |
Hello to all. I have application where users are able to login. I use database for users. I want to get real-time currently logged users.For example if there are 5 online users and one of them close web browser, at the same moment online users to be 4. If I … | |
Teens who take revealing pictures of themselves to send to other teens are getting more than embarrassment: They're getting a criminal record as a sex offender. The problem of revealing teen pictures has been getting a great deal of attention lately, with a [URL="http://www.daniweb.com/blogs/entry3651.html"]recent survey[/URL] finding that 36 percent of … | |
The name of this question is jsf_dao_interface Hello and Thank you in advance for any assistance. [B] System info: [/B] netbeans,glassfish,MySQL [B] The Purpose of this post is: [/B] I am trying to learn to use an interface. I was wondering if someone was familiar with using and or had … | |
Sorry but I'm new here and am not very sure if this is the place to ask this. But my problem is that internet works perfectly fine for my laptop but once my sister starts hers, internet frequently shows DNS error and cannot be used. I have tried ipconfig/flushdns and … | |
My download speed before is around 50 kbps but now it drops to around 20 kbps. When I surf the its just the same like before it doesn't slow down. Maybe this is the effect of what I've change in the configuration. Please help me to get back my download … | |
hi :D! i had this idea were i wanted to create a program that starts an action by a user command on a different pc or any web device like a mobile phone or an i phone. i thought of the idea of hosting a web site that had just … | |
i do my final project IDE for HTML.In that i decided to create a environment which is in power point.that is if i code HTML in rich text box i save it in a file and i have a web browser in the same page in bottom which shows the … | |
I want to have 2 webbrowser controls and 1 button. With the 2nd webbrowser control always showing whatever is being displayed in the 1st webbrowser control. For example, if I click a link in the 1st webbrowser, the new content showing in this control should also refreshed on the 2nd … | |
Hi guys First time posting here. Have been enjoying all the resources available to us, very helpful. My problem: Recently started learning css / java - i have a web page with an iframe on the index pages within a div tag, which then loads all other pages into this … | |
Hi I have a Frontpage 2002 web. I am finding that the program won't generate the HTML code on editing one of my pages and adding to it. In fact (it has happened before on another page) on an edit the previous HTML code is removed leaving a blank page. … | |
Hi all, i am designing a web interface for a system for which I was forced to use C for CGI application. as you all know, no session management in C, i am using cookies after normal validation. my issue is, with 2 or more people accessing the website from … | |
Last month, a [URL="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555"]vulnerability in SSL and TLS[/URL] was announced. Almost immediately thereafter, it was [URL="http://www.securityfocus.com/news/11564"]successfully exploited to obtain Twitter account passwords[/URL]. The vulnerability affects most existing implementations of SSL 3.x and TLS 1.x in existing https web servers and browsers, but also in other servers that use SSL, such … | |
Hello, I am writing a program in C++ to open a web page in a browser using command line. Suppose, I enter open [url]www.google.com[/url] It should open Google's home page in a browser. I want to make this program multithreaded so a user can open as many web pages as … | |
Just yesterday, Google announced that they will display [URL="http://googleblog.blogspot.com/2009/12/personalized-search-for-everyone.html"]personalized search results[/URL] based on usage - regardless if you are signed in or not. So this means that they now track the search activity of All 'enabled' (by default) users and display customized search results. They are tracking 'signed-out' users via … | |
I'm inherited a jsp application and have loaded it to a shared web hosting platform. When I load the page, it works fine in Internet Explorer but in any other browser I see a listing of the source code. Obviuosly I have something missing or incorrect but I've never used … | |
I can't understand why when I go to certain web pages, I now cannot see the pictures on those pages (sometimes also the banners). There is a small red "x" along with the name of the picture in the upper left hand corner. I have already checked my settings in … | |
Hello Team, Now that ComboFix is offline I am in need of assistance. I am infected with a rootkit and I do not know how to remove it. No antispyware software can be installed or run. Can you please help me? Here's the DDS log: DDS (Ver_09-12-01.01) - NTFSx86 Run … | |
Hi all, Here's the code I've come up with. I deliberately left off an expiration date since I want the cookie to expire when the browser is closed. [CODE]<html> <head> <script type="text/javascript"> function setCookie(name,value) { document.cookie=name+"="+value; } </script> </head> <body> <a href="#" onClick="createCookie('Role',Parent)";>Parent</a> <a href="#" onClick="createCookie('Role',Student)";>Student</a> </body> </html> [/CODE] I've … | |
hello I am writting a web browser with tabs I have a problem in Accessing Controls in the tab which created on runtime see this Code [code] private void button4_Click(object sender, EventArgs e) { TabPage t = new TabPage(); t.BackColor = System.Drawing.Color.AliceBlue; t.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; // webBrowser1 // string name … | |
hello, we just switched to Windows 7. and when i tried to surf using Mozilla Firefox, i get "No results" in clicking the google search results' links. and if not, i get redirected to Spam sites like ads, and etcetera. i also experience this with Chrome. ive been performing some … | |
Hello, Please help, I am new to web design. I have created a landing page [url]http://www.holidayclick.co.uk/all_inclusive_family_holidays.phtml[/url]. It looks ok in IE but when viewed in Firefox the header is out of line and the paragraphs are not the same size | |
Hello everyone, I'm trying to customize the popup menu based on which table I right-click on. I have disabled the right-click function on the page except for the tables. I did this on purpose. This web page will be called from a python software, using the IE activeX, so no … | |
I posted earlier on this site for help on where to set a command when a user session timesout. I posted this in the global.asax file: [code]Imports System.Web Imports System.Web.SessionState Imports System.Diagnostics Public Class Global Inherits System.Web.HttpApplication Sub Application_Start(ByVal Sender As Object, ByVal E As EventArgs) Application("CurrentUsers") = 0 Application("TotalSessions") … | |
Hi there folks, I have Visual C# Project- Windows Application , It has a Webbrowser Control , and I intend to load a local HTML file with images into it. I want to embed the embed the html file and image files as resources. So I did. While using the … | |
Hi friends, I am facing a problem with Signed jar file. I have two jar files.One contains applet class and other jar file contains supportive classes used by that applet.I was able to self sign the applet jar file let name it as "ScreenApplet.jar" using jarsigner tool. The supportive jar … | |
I am able to post data to a form so long as its strings. by creating a dictinary of keys and values, then creating a string in the style of key+ "=" + value "+ & repeat. then passing it to a method kinda like [CODE] private string PostData(string url, … | |
hey guys, i am not too sure what it could be but when i play a game my computer like skips, its not from internet connection, im not an expert but im like 80% sure its a virus thats making the performance of my computer skip. another example is when … | |
I am currently testing this function in all browser using php. <style> #preview_desc{ text-wrap: suppress; word-break: break-all; word-wrap: break-word; /* IE>=5.5 */ white-space: -moz-pre-wrap; /* For Fx<=2 */ white-space: pre-wrap; /* Fx>3, Opera>8, Safari>3 */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: pre-line; width:158px; padding-left:5px; padding-right:5px; line-height:12px; font-family:'Arial', Helvetica, sans-serif; … | |
Hi Folks, Really desperate for help here as I've spent days trying to resolve this one. We have a VB 2008 web browser app using a webbrowser control on our Kiosks at our uni - it works very well and locks down the workstation so teh students can only use … | |
I have a very weird internet connection problem on my pc when suddenly the browser stoped displaying the webpages but in the same time my wireless connection for laptop works with no problem also, on my PC i have a romanian radio web which works with no problem and also … | |
[B]HI to all[/B] I have got one problem: [I]I use vb 2008[/I] On some websites i go whit my Web browser i got an error!!! it say: [U]An error has occurred in script on this page. Line: 133 Char: 74 Error: Unterminated string constant Code: 0 Url: [url]www.url.com[/url] Do you … | |
Hello friends, I am trying to use the Ajax control i.e. Scriptmanager, to get the data from the server asynchronously (without postback). For this as per the guidance given by MSDN, I have code in my system. I have used following psuedo code... [Code] <ScriptManager ID="..."> <ScriptService path="ABC.asmx"/> </ScriptManager> <script> … | |
Hi, I am using Google Chrome. I am trying to download an add-on so that I can get rid of ads. I understand that you need to put --enable extensions- after the other info in the Target thingy. Unfortunately, when I put the --enable-extensions in the target, I still get … | |
Hi, I'm using IE6 in my PC. 6 mths ago, I have install Visio Viewer 2003 and I'm able to view Visio files in IE. After some time did not open any visio files, my IE now cannot display visio files anymore. All I see is a small image with … | |
I'm having problems trying to fill in the DataSet using SQL Server 2005. Basically I have a table in SQL Server and I want to retrieve those information and be able to display it in a web browser using DataSet. Whenever I run my code I always get error message: … | |
Hi, I need to login to a site, make some changes and then there is an apply button which i need to click to save the changes. The HTML code is as below for the buttons [ICODE]<input type="button" onclick="clickApply()" alt="Apply" value="Apply " class="button" name="applybutton" id="postApply"/>[/ICODE] I am able to login … | |
Hi I am new on here and have looked and tried some other soloutions that have been posted in the site and none have worked for me. Firstly I am using Microsoft XP professional SP3 and my wireless usb adapter is netgear WG111v2. The problem is that in the bottom … | |
As someone who works almost exclusively in Google for Adwords campaigns I was wondering if Bing had anything similar. I would imagine they do but as I do not spend a great deal of time outside of Google (per my clients request that I focus on the SE that will … | |
I've had a web site for six or seven years now and everything was fine until this morning when I tried to access the site and got an "Unable to connect" error message. I tried accessing my site's files with my ws_ftp program, but I receive two error messages: "Can't … | |
I recently downloaded the Eclipse(Ganymede) EE editor.I also downloaded the web application server community(WASCE 2.1) edition from IBM. I started off with a simple HelloWorld web application.i just displayed the msg in the default index.jsp page. When I deploy the application on the WASCE server the web browser is showing … | |
Hi all, I'm a computer science student in my last year. I need an idea for my graduation project. I prefer JAVA as a programming language. I'm trying to implement a web browser but I think a web browser is a traditional idea so I am looking for a new … | |
I suddenly am unable to receive email sent from my friend from her primary email address and when I try to send email to that address it bounces back. Yet when we both use her alternate email address the messages are received. It's as if something is suddenly blocking access … | |
I am not sure if this is the correct category for VXML but it is very similar to XML; so I am hoping this will fly. Please move to another forum if necessary. I am a Grad-Student and my thesis is working with VXML. I have built my application to … | |
I think similar threads have been posted about this virus. It disables your sound, flashes 98 theme then back to XP, sometimes it stays on 98. I've also discovered that it disables all processes that run C:\WINDOWS\System32\svchost.exe -k netsvcs. It doesn't seem to activate immediately in fact it activates randomly, … | |
i have a site which is another community related.when i click download the uploaded material then second page coming process is going on for sometime & done message come with download arrow with HDD but no any download window come infront of me pl helpme out.. | |
My computer says that cookies rejected when I try to log in to sites like yahoo and e-bay. I have set all my security settings to the right level and I still cannot access them. What can overide my settings. Please help me.... | |
Dear all, I tried many FireFox extensions to try to rip this video of a website. The link is: [url]http://video2.channelnewsasia.com/cnavideos/chineseplayer.asp?skin=Player1.swf&player=chineseplayer.swf&filename=xin_ch_wed03.flv[/url] I tried to find the file location on the web server but my FireFox extensions just couldn't locate it and download the file. It isn't as simple as ripping videos … | |
Hi, I' running XP and now I' running into an issue with Internet Explorer. I have run AdAware and Bazooka to check for spyware. There is none. I have cleared my history and cache and temporary internet files. Here is my dilemma. When I go to type in a web … | |
I have written a javascript function that calls a web service to save data. When the web service is called an alert pops up saying [I]the server method saveUpdateCodes failed[/I], and it gives no other information. The thing is the web service executes and throws no errors (I've stepped though … | |
I'm a newbie trying to modify the code in an AJAX tutorial to load data from an XML file, and it is not working. The code is in a php file that is invoked with the URL: [icode]getXMLTest.php?showName=photoShowTest.xml[/icode] The code I've written (mostly copied from the tutorial, actually) is: [code] … |
The End.