5,915 Topics

Member Avatar for
Member Avatar for daza166

Hi, I am really struggling to get some ideas for a project to do for my final year in Forensic Computing course. Unlike other computer courses it has to be something to do with computer forensics area I have been told. I am medium programmer in C but very confident …

Member Avatar for chrishea
0
675
Member Avatar for scandalist

I have just recently been getting into the web development scene and I have discovered that just because code works in one browser does not mean it will work in another. I have noticed that my code seems to render just fine in chrome, opera and firefox but somehow IE …

Member Avatar for Netcode
0
124
Member Avatar for damnably

Hi there, Complete newbie, my PC's not been able to connect to the internet since malwarebytes removed a trojan file. I've run the requested logs as below. MBA-M did not find anything. I've no idea what to do or what it means. Please help! GMER 1.0.15.15641 - [url]http://www.gmer.net[/url] Rootkit quick …

Member Avatar for jholland1964
0
254
Member Avatar for 73formula

Hello; I need help with an annoying virus or malware. My search results display correctly, but clicking on any of the urls in the results takes to me usually to a "How To" page or a list of sales sites related back to the searched topic. To get anywhere i've …

Member Avatar for crunchie
0
368
Member Avatar for jendenisse12

Hey, last night, i used ad-hoc connection. It worked perfectly fine with my other laptop. But today, me and my sister used both laptop. We cant access some website. I tried what was posted here, the CMD. Still some website wont work. Its killing. Anyone help me. Please. Thanks

Member Avatar for jingda
0
164
Member Avatar for fredfletcher

Hello, I have a question. I found a script on the Internet that lets people change from one language to another, in this case from English to French, but files must all reside in the same folder. The script works, however, my files are in seperate folders in the root, …

Member Avatar for wickedxter
0
135
Member Avatar for bwaltz

I have a mobile site that the user gets automatically redirected to if they are trying to access the full site from a mobile device. I need them to be able to access the full site too, if they prefer. I have set a cookie in my htaccess file. What …

0
97
Member Avatar for mathewmoozh

Hi, Iam a web developer and i wish to integrate the yahoo and bing maps in a site.i would like to use the get directions facility to be worked there.I have integrated the google maps for getting directions.i got correctly,but the yahoo and the bing doesnt works.Any help is appreciated.I …

Member Avatar for pritaeas
0
161
Member Avatar for Virangya

hi.. i used this code to display a clock. [CODE]<script type="text/javascript"> var int=self.setInterval("clock()",1000); function clock() { var d=new Date(); var t=d.toLocaleTimeString(); document.getElementById("apDiv1").innerHTML=t; } </script>[/CODE] in firefox it displays like this 7:25:00 PM and in Chrome 19:25:39 i want to show a similar clock as in firefox in Chrome. How can …

Member Avatar for Taywin
0
370
Member Avatar for dnanetwork

Hello there, Is there anyway i can open a ppt in web browser or may i can do things like slideshare does to view documents like ( ppt, doc ...etc ) any logic will help !

Member Avatar for dnanetwork
0
84
Member Avatar for nikki05

Hello, I am trying to redirect “http” to “https”. I successfully followed the steps to create SSL Certificate as per this website: [url]http://robsnotebook.com/xampp-ssl-encrypt-passwords[/url] However, it seems that it didn’t work. I am still getting the following error messages: For IE browser: There is a problem with this website's security certificate. …

Member Avatar for nikki05
0
204
Member Avatar for elkowalski

hi guys i am doing an applet that reads information from a website, stores it and uses it to graph the data and displays it in a very friendly way. it works perfectly fine in the viewer when i run it in eclipse but as soon as i try to …

Member Avatar for elkowalski
0
535
Member Avatar for Lisa Hoover

Although Mozilla's Firefox and Google's Chrome browsers get a lot of attention in the media, Apple's Safari browser is not too shabby in comparison. The one thing it unfortunately lacks is robust security. Given that so much computer activity revolves around the browser these days, security is the last place …

Member Avatar for rockyrat12
0
338
Member Avatar for tjgolf

Hi, I'm looking for some code to enable me to force a link in Sea Monkey to open in IE.

Member Avatar for zaworko
0
2K
Member Avatar for Dante2

Ok, working on a blog engine. Small and somewhat unimpressive, basically following along with a tutorial. The tutorial basically has me write a little MySQL to query some test fields that we filled in manually. And here is what I get. (see attachments) The first one shows the read out …

Member Avatar for Dante2
0
309
Member Avatar for infantheartlyje

Hi all, I'm doing a software. In this i want to develop my report engine in c++ using linux platform. Now my report engine should connect with my browser (Display engine). How i connect C++ with browser?? Example : in my report engine there 'll be class like below. Class …

0
100
Member Avatar for Unhnd_Exception

Can someone please explain what the differences are between: Page_PreInit Page_PreLoad Page_PreRend Page_Init Page_Load And if some of these are not raised when doing a httpWebRequest as opposed to going to a web page on a browser. Many Thanks, Unhnd

Member Avatar for kvprajapati
0
69
Member Avatar for barnum

Hi, I am calling a WebMethod by compiling an assembly (from the wsdl) and calling InvokeMember. Now, in global.asax for the web site with that WebMethod, how do I see the WebMethod name? HttpApplication's Request holds the URI to where the WebMethod is published, but not the method. (If I …

0
67
Member Avatar for kunal_00731

Hi , I am facing a strange issue and google could not help me either here. So now, i need your advices my friends. I have a file called hello.jsp, the contents are : [B][CODE][/B]<?xml version="1.0" encoding="ISO-8859-1" ?> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 …

0
54
Member Avatar for Solunar

Basically, I'm completely new to coding, I've had very basic experience in HTML, but am doing a 2 years computing course this year. I've wanted to created a text-based browser game for a while now, but no idea how. Could anyone help me at all? In the end, I am …

Member Avatar for Ezzaral
0
37
Member Avatar for Gandalfs_beard

Hi there, I've had my Macbook Pro for around 4 years and not encountered any problems till last night. It all appeared to be triggered when I was watching a Youtube video. The video froze whilst I could still hear the sound of the video in the background. I restarted …

Member Avatar for cocolio
0
228
Member Avatar for muthukswamy

Hello everyone. I am conducting an academic research on the use of web based IDE. It will be of great help if you can give your suggestions. I have setup a survey regarding this. Please spare few minutes to answer them. Feel free to pass this survey to your friends. …

Member Avatar for JoshuaBurleson
0
228
Member Avatar for king_saqib

asalam to every one how can i attach my exe to a web browser when ever the brower open the exe starts working

Member Avatar for Drycola
0
113
Member Avatar for de Source

Hi Guys, i am making an application which can take longitude and latitude as input from user and will locate the respective point on google map using default web browser i am able to open a browser through this [ICODE] private void button1_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("http://www.gorissen.info/Pierre/maps/googleMapLocation.php"); }[/ICODE] this …

Member Avatar for Teme64
0
171
Member Avatar for jatin.soni

Dear Friends , There is a strange Error comming to my frd's computer this time . . We can open any site , in the Browser IE 6 or 7 . But now , when we r going to open his company website bansalonline, we can open it , but …

Member Avatar for jingda
0
133
Member Avatar for parameswaran
Member Avatar for C_Hickman

im making a C++ web browser, i have the basic design all i want now is it to be an anonymous browser, similar to a proxy site. is there a code you can give my to do this. im doing this for a friend who likes to play games in …

Member Avatar for pseudorandom21
0
301
Member Avatar for cigoL..:)

Greetings, i'm currently developing a web browser for my school project (i'm kinda new to advance visual basic)... it's 75% complete and the only problem i encountered is that when i enter items for the combo box it accepts duplicate .. for example i entered [url]www.daniweb.com[/url] and re-entered it again, …

Member Avatar for cigoL..:)
0
475
Member Avatar for Busch

I've been using a fixed image background, if I can call it that, on my web folio. I'm using a image that is big enough to look good on even the biggest screen, and coding it so that the whole picture is always in the browser window, no matter the …

Member Avatar for Busch
0
104
Member Avatar for jp_jones

Hello, Last year my team wrote a VB .Net project that used the webbrowser control to automatically fill out user forms, click images, action buttons etc. for a web application used in our company. This year, the web application was upgraded to version 3.0. We got the application in our …

Member Avatar for Oxiegen
0
297
Member Avatar for gganeriwal

Hi, I am trying to plot some images on the browser. I used CSS div id using the below command: #image { position: absolqute; top: 200px; left: 200px; } Now, this works perfectly fine, but when I try to use right, bottom tags for offset. The offset is still from …

Member Avatar for diafol
0
77
Member Avatar for Namki

I am running Windows 7 32bit. Recently an odd issue has occurred. I have internet, and programs such as Steam, that utilize the internet, can connect and load its pages. However, three main web browsers I have, Google Chrome, Mozilla Firefox, and Internet Explorer don't work. Specifically- They sit on …

Member Avatar for flagstar
0
781
Member Avatar for G_Waddell

Hi All, I have to deliver a secure web ASP.net site that after 20 minutes of inactivity wipes the users sessions and forces then to login again. I have set up all the necessary timeouts on the server and at the top of each of my master pages I have …

Member Avatar for Airshow
0
642
Member Avatar for gawickham

Problem - Main - Clicking any Google Search result, results in redirect to random sites - NOT the site of the search result - search function not usable Secondary - computer has slowed to less than a crawl plus - recently, on boot-up, Avast reports that Microsoft Realplayer.exe is suspect …

Member Avatar for gawickham
0
601
Member Avatar for OblibSystems

I am trying to insert a piece of html code into a web browser control in vb 2010. i have tried the [COLOR="Green"]webbrowser1.documenttext[/COLOR] function but cant seem to get the browser to run the html code. can anyone help? thanks

Member Avatar for OblibSystems
0
600
Member Avatar for raghamayee

I recently attended an interview in which i have been asked this question. " A person is sending a gmail to another person. now u have to explain the process that will happen along with the network layers and where in the system these layer functionalities are implemented" eg: application …

Member Avatar for Netcode
0
117
Member Avatar for Emma Johns

which one is the most efficient borwser which can provide speed and provide compatibility with add on and different softwares.

Member Avatar for patriciaevansss
0
151
Member Avatar for guinntiques

Hi. I'm using vs2008 and asp.net masterpages. One of my pages is in my administration area on my server. When I visit this page, I can click a button which begins sending newsletters out to my membership 50 at a time and every 11 minutes (as specified by my email …

Member Avatar for guinntiques
0
139
Member Avatar for Ritesh_4

Hello Am currently facing a problem with my FF 6.0, whereby, if I want to save an image from any website, it does not pop-up the Save As dialog box, after I've clicked on Save Image As in the context menu. Same problem also if I click on Save Page …

Member Avatar for Ritesh_4
0
316
Member Avatar for smartjugal

how can i prevent loading of some website from another user in my PC,mozilla firefox ???

Member Avatar for jingda
0
33
Member Avatar for JoshuaBurleson

After marking gofish up to a temporary loss I've moved back to my address book. The issue I'm currently having is that webbrowser is opening the wrong broswer. I've set my default browser to firefox (currently using windows vista), and yet the program is still opening IE, however when I …

Member Avatar for snippsat
0
3K
Member Avatar for thing2

Hello, I am building a webbrowser using VB.Net 2010, and I am having trouble updating the url when I switch between open tabs using tabcontrol. I am also using a textbox for the address bar. Any help would be appreciated Thanks!

Member Avatar for NetJunkie
0
700
Member Avatar for shadar12

I am having trouble installing/dowloading not sure which that started earlyer today. best i can remember i opened my laptop and i had closed it with age of empires online still runing. i alt esc and closed it but it wouldnt run. i went threw and delited it and windows …

Member Avatar for shadar12
0
246
Member Avatar for JDoggieIII

I am attempting to use a WebBrowser control in C# to display a webpage. I would like my C# application to know when a Javascript function is called within the loaded webpage. Is there anyway to do this? I can't seem to find an event handler for it.

Member Avatar for JDoggieIII
0
389
Member Avatar for taylordsmith

Greetings, I am attempting to paste a javascript music player into my site from the developers at cashmusic.org. The music player displays and plays files correctly in the 'live view' display in Dreamweaver, but will not display at all in browser preview (Chrome & Safari). I have brought up Chrome's …

0
154
Member Avatar for ghost_from_sa

Hi guys, I seem to have come across a weird issue in internet explorer. I've been working on doing regular expressions for a register form, and I've checked it in Firefox, and Chrome and it seems to work for both of them but yet it doesn't work for Internext Explorer …

Member Avatar for vibhaJ
0
253
Member Avatar for devin.lawks

I've worked on a site redesign for my boss, and, as the title says, it looks good in pretty much everything *except* IE7 (and I'm assuming earlier versions, as well). Some of my images go missing, and elements shift to strange spots on the page. I'll be the first to …

Member Avatar for devin.lawks
0
163
Member Avatar for aalokwar

Hi, I am getting errors when trying to run a website in asp.net 2.0. When opening in browser, Error is: HTTP Error 500.24 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. When clicking on debugging it displays an error …

Member Avatar for hericles
0
242
Member Avatar for warlord902

I have a requirement that my java application should open a web browser when user click on a button and thereafter the web browser open up a page in which user have two options "Agree" and "Not Agree", depending on the button he clicks on, some code comes in the …

Member Avatar for warlord902
0
421
Member Avatar for K-M

Okay this problem is getting to be really anoying. I've installed couple of extensions/add-ons how ever you want to call it, and for some reason SeaMonkey 1.0.5 doesn't even display it right. I want to know if there are any ways that I can uninstall these extension/add-ons because I looked …

Member Avatar for BUT
0
129

The End.