5,915 Topics

Member Avatar for
Member Avatar for MasterHacker110

If I am right, your web browser sends a request to the server, the server in turn loads the page and send it to you. But the server can also request other information of your computer without you knowing it, like the type of browser you are running, your time, …

0
97
Member Avatar for thecreator232

hi guys !!! i want to make an web browser in python , as my college project . what i'm looking for is guidance , on how to make it and which module's shall i use . currently i'm planning to use webkit and gtk+ to obtain my goal. secondly …

Member Avatar for slate
0
468
Member Avatar for choudhuryshouvi

Hello Folks, I have an ASP.Net 2.0 web application which was successfully debugged, published, uploaded and tested on IIS server. But the problem is, I can access this application on my localhost only but when I am trying to access this from some other machine which is also in the …

Member Avatar for choudhuryshouvi
0
231
Member Avatar for chetanbhasin

I am looking for an HTTP server in C/C++ that can take data from another application and send it over the network. My basic motive is to create a command line application which takes a request type/id as input frmo the web server and generates an output which it gives …

Member Avatar for Ancient Dragon
0
648
Member Avatar for ovidiu_b13

Hello I have this code to detect the user browser, using if and else: [CODE]<?php if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== FALSE) echo 'Internet explorer'; elseif(strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') !== FALSE) echo 'Mozilla Firefox'; elseif(strpos($_SERVER['HTTP_USER_AGENT'], 'Chrome') !== FALSE) echo 'Google Chrome'; else echo 'Something else'; ?>[/CODE] Is there a way to do this using the …

Member Avatar for diafol
0
5K
Member Avatar for techyworld

Hi, I am developing a web app and when i deploy on tomcat 7, it gives me this error in my template.xhtml: Unknown attribute (contentType) and in browser, it give me this: exception javax.servlet.ServletException: org.hibernate.exception.GenericJDBCException: Cannot open connection javax.faces.webapp.FacesServlet.service(FacesServlet.java:321) com.opensymphony.sitemesh.webapp.SiteMeshFilter.obtainContent(SiteMeshFilter.java:129) com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:77) org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:113) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) root cause javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection …

Member Avatar for techyworld
0
235
Member Avatar for alantran85

I want to have 2 separate web sites. One for computers and one for mobile devices. I have no idea what the code is for the browser to make that determination.

Member Avatar for jimmyparker
0
64
Member Avatar for mridul.ahuja

I made a small web browser using the webbrowser control in vb6 but the Navigate2 method doesn't change the web page displayed. The URLAddress changes but the content on the web page doesn't .Can anybody help me plzzzz ?????

0
164
Member Avatar for Elvis_1

Hello guys, i've been experiencing some troubles with my laptop for a while now. Sometimes randomly, when hours goes by, or sometimes minutes, my computer stops navigating in any browser, My connection info seems fine, but i can't navigate, can't play online games, skype won't connect, nothing works. YET! I …

Member Avatar for kevinedwards
0
404
Member Avatar for NuGG

Hi there, I have a problem with one of my websites. Some users are complaining that the site wont load in IE9 when others are saying it works fine in IE9. Some people report a 404 error, others report a 500, and some people are saying the page is just …

Member Avatar for JorgeM
0
192
Member Avatar for shingabiss

While going through the Publishing process, I'm encountering some odd behaviur. I select my path to publish as my desktop of the computer I'm writing the code on: C:\Users\RossS1\Desktop\ In the next window, I select "no web updates" Next it gives me a "read only" window with a web-like path: …

Member Avatar for Begginnerdev
0
111
Member Avatar for killer88

What are the additional features can be added to the web browser which is developed in visual basic

Member Avatar for Reverend Jim
-1
106
Member Avatar for vegaseat

A simple way to create rainbow colored text on your web page. Just cut and paste the code into Notepad, save as Rainbow.htm and run it on your browser.

Member Avatar for Troy III
3
601
Member Avatar for Gauri_1

Hi , I am trying to detect browser close and refresh event when user clicks on browsers button for refresh and close, but still not get any sloution. My project is in PHP. i try the folling code : - window.onbeforeunload = function(event) { alert("dsghjkadghjl"); } $(function () { $("a").click(function() …

Member Avatar for almostbob
0
4K
Member Avatar for Dharmendra_1

Hello, I have try lot's of thing for used border radius in ie8 browser, but I didn't get any solution. So please let me know if someone have any trick. I hope for immediate response! Thanks & Regards, Dharmendra,

Member Avatar for cmps
0
141
Member Avatar for orangeoctane

Hello everyone. First post... I have a strange problem... used to be that Internet Explorer 6 would open PHP files that I had stored on my local machine (which is not a server). I would usually get some kind of "pop-up" warning from IE asking me if I wanted to …

Member Avatar for Simon_2
0
1K
Member Avatar for TheSubby

Following this [tutorial][1]: I have created a WP8 Mobile Application and trying to call my WCF web service. When calling the WCF service in the browser, I can see the JSON returned with no problems at all. However, when I call the WCF service in my mobile application, I don't …

Member Avatar for Ketsuekiame
0
269
Member Avatar for mrmcse25

I have seen some articles with this happening but have not seen a good fix yet? When I click on a link that opens to a new window IE locks up. The funny thing is that if I quickly right click the toolbar of the ie page and click close, …

Member Avatar for Rik_
0
230
Member Avatar for Zababa

Hello there guys! :) It's been quite a while since the last time I've been here. I am currently working on topics different from my usual, and I have found myself baffled by a problem. So, here goes: I am working on a web application which collects user fiscal data. …

Member Avatar for chrishea
0
212
Member Avatar for DavidB

I would like to use Linux at home but do not want it to mess up anything on my home PC (Windows 7). Ideally, I would like to run it from a USB drive, as independent from the PC as possible. This is totally new territory for me, so I …

Member Avatar for anfelar
1
327
Member Avatar for virendra_sharma

Hi, User "A" logged in to your web site and he is using Mozilla firefox browser after his logged in , i have stored some value in Session , now user again logged in from Internet explorer. So what will happen , can i get the session value for this …

Member Avatar for BMXDad
0
114
Member Avatar for thyagi

Hi , I want to upload video in any format & video should be converted to flv. It will be played in any browser.My web application is in C# and ASP.NET. I can use jQuery & ajax. Please provide any sample code snippet ..& video conversion tool info. Thanks in …

Member Avatar for geniusvishal
0
65
Member Avatar for thyagi

Hi , I want to upload video in any format & video will be converted to flv. It will be played in any browser.My web application is in C# and ASP.NET. I can use jQuery & ajax. Please provide any sample code snippet ..& video conversion tool info. Thanks in …

0
63
Member Avatar for ndeniche

I'm building a website that requires some image preloading, which is handled smoothly with an overlaid splash screen and a progress bar and a spinner. The thing is, I want the preloader to know if preloading is necessary (the cache has been wiped, or is disabled in the browser), so …

Member Avatar for asmira
0
339
Member Avatar for Ancient Dragon

Yesterday I crashed my Windows 7 when I attempted to install debian in another partition. Today I reinstalled Windows 7 by repartitioning and reformatting the hard drive. After reinstalling Chrome I noticed it retained all my previous bookmarks and settinbs. How can that be? Does Chrome keep that somewhere in …

Member Avatar for scudzilla
0
230
Member Avatar for davy_yg

Hello, Cek my site: [Innovation Web](http://www.innovation.web.id/) Any comments regarding it's scrolling ? I basically wants it only to have vertical scrolling and it should looks good in all browser and screen resolution.

Member Avatar for davy_yg
0
120
Member Avatar for happygeek

Although the Opera web browser client is no longer the big 'little player' that it used to be having long since been eclipsed by the likes of Chrome and Firefox in the Internet Explorer alternatives stakes, it can still claim more than 300 million users and a place as world’s …

Member Avatar for LastMitch
2
377
Member Avatar for bangar

how to hide a url while printing a web page using scriptts...but not manually altering the settings of browser

Member Avatar for bangar
0
179
Member Avatar for OsaMasw

Every time when I design a website I say who cares about IE , but that's not a professional way to design so I need help in making my design comaptible with all browsers this design in chrom and firefox ![53f1b261927ecccc0dff023ac4c27f0f](/attachments/large/3/53f1b261927ecccc0dff023ac4c27f0f.jpg "53f1b261927ecccc0dff023ac4c27f0f") but in IE its looks like ![ef88efcec644c2ec62b503af50378cb2](/attachments/large/3/ef88efcec644c2ec62b503af50378cb2.jpg "ef88efcec644c2ec62b503af50378cb2") …

Member Avatar for OsaMasw
0
217
Member Avatar for pwolf

I'm not sure where to ask this question, as I am not sure what the project consists of. Basicaly I'm intersted in making my own email client using web technologies, and I'm unsure as to what this entails, what technologies I would require, and where I would go about seeking …

Member Avatar for oanahmed
0
231
Member Avatar for BigPaw

For many years I was a loyal Firefox follower, and although impressed by the innovative technology of Chrome when it first came out, I didn't take it seriously. However, over the last twelve months Chrome and me have become quite inseparable. Wherever I am and whatever device I am using, …

Member Avatar for BigPaw
0
317
Member Avatar for mah300274

Currently I am renting out a VPS (need the IP address location) and I simply need it for broswing the web. I choose to have Ubuntu installed as I assumed it would be the easiest. The admin helped with installing X windows and a VNC server to be able to …

Member Avatar for iamthwee
0
901
Member Avatar for GTTravis

I have a task and a half that i am sure i can do, just want to be pushed in the right direction: i have a web page (asp.net c#), on it has a button that when clicked should launch the file dialog window, users must be able to select …

Member Avatar for GTTravis
0
153
Member Avatar for M.Ledovich

A one liner definition of obfuscation from wikipedia: >In [software development](http://en.wikipedia.org/wiki/Software_development), obfuscation is the deliberate act of creating obfuscated code, i.e. [source](http://en.wikipedia.org/wiki/Source_code) or [machine code](http://en.wikipedia.org/wiki/Machine_code) that is difficult for humans to understand. Obfuscated JavaScript code is a widely used technique to hide initial functionality of a given script. There is …

0
394
Member Avatar for dwlamb

I am having a challenge with the spacing of breadcrumbs items in IE8. The attached pics show how the area displays in browsers. Those shots are from a brand new fresh install of Joomla 3. ![65b575f43580aac9921698a85dc658f8](/attachments/small/3/65b575f43580aac9921698a85dc658f8.png "align-left") This is how they appear in IE 8. Notice the wrap of how …

Member Avatar for LastMitch
0
212
Member Avatar for Jenelia89
Member Avatar for happygeek

It started as just another early morning at work, arriving at 5.30am outside the converted mill where I rent a small space in amongst the myriad industrial units and office lets. I pulled up outside in my Fiat 500 and removed my backpack that doubles up as my laptop case …

Member Avatar for LastMitch
0
408
Member Avatar for dstoltz

I have a webpage in ASP, that scraps the content from another website using: Set http = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0") http.open "GET", "http://www.thesite.com/thepage.aspx", true http.send getURL=http.responsetext I then examine the content of "getURL" for certain text.... The problem is, that website has changed from static HTML, to using jQuery - which probably …

Member Avatar for LastMitch
0
233
Member Avatar for amvx86

Hello everyone, Maybe someone out there can help me. I have this code that I am using and for the life of me it keeps throwing an error: If Len(ComboBox1.Text) < 1 Then MsgBox("You need to specify a target for this to operate properly.", vbExclamation, "Error") Exit Sub End If …

Member Avatar for amvx86
0
364
Member Avatar for furalise

Hi everyone.. I have a flash drive which contains a portable version of Mozilla Firefox. I want to save an existing textfile on that flash drive as a HTML file using the portable firefox browser. Unfortanately, i'm using Chrome as my default web browser. Is there any way to save …

Member Avatar for iamthwee
0
266
Member Avatar for Rasool Ahmed

Hello guys, I would like to know how client browser send data to server whithout refreshing the page (just like chat in facebook)? I have searched in google but I found alot of tutorials but non of them told me what is the basic idea about web server client synchronization? …

Member Avatar for pritaeas
0
230
Member Avatar for Lisabraker

How can i increase my sites visibilty or ranking in Yahoo,Bing search engine. Give me some inportant tips to increase my ranking.

Member Avatar for AbhijeetAtechnocrat
0
251
Member Avatar for dualresh

Hi there! Im studying web aplication development and I was looking arround the Internet for information about game development in browsers as im interested in that area, however, I didn't found much that could help me advance in this so I decided to ask in this forum in order to …

Member Avatar for Simon180
0
350
Member Avatar for furalise

I'm quiet confused as to how PHP works. Just starting out and want to learn it but all I have done prior to now is C++ and Javascript. I'm not sure where to start. I have tutorials on PHP, no problem there. I'm not sure whether it is compiled, interpreted …

Member Avatar for furalise
0
310
Member Avatar for Siberian

Hi, I've been doing some searching looking for a way to preview web pages in WebKit, Trident and Gecko without having to have the different browsers installed locally and keep them updated, I'm unable to find anything ?

Member Avatar for tekagami
0
70
Member Avatar for furalise

Hi everyone. I'm building an applicaiton but want to use HTML to create a gui.. Obviously I'll need to create the gui with CSS and maybe some javascript,, not sure yet but as far as I know I'm limited to building and viewing it in a web browser such as …

Member Avatar for Octet
0
154
Member Avatar for e.patricioparga

Ok, so I have 3 computers in my house. 2 of them have complete internet access, the otherone doesn't and I don't know why. Let's call this computer A. Computer-A can't access web pages (using let's say chrome or IE). However my router has it's mac in the connected devices …

Member Avatar for matthewwhite011
0
321
Member Avatar for OdinSmasher

Hi all; a very strange request maybe, I am looking for a way to override the internal error within Firefox that displays the grey box and the text no video with supported format I am aware I can add extra videos to cover me and the browser will run through …

Member Avatar for fheppell
0
265
Member Avatar for Stuugie

Hi All, There's a gentleman in my department that is retiring this Friday. He's asked me if there is a way to copy all links in his "Favorites" menu in his web browser. He's got a lot of links and to do it 1 by 1 will take him a …

Member Avatar for Stuugie
0
75
Member Avatar for BenWard

Hello, Whilst writing this I actually fixed the issue but I thought I'd post anyway as this technique might be useful to others... I have a javascript class I wrote (alas I can't post the whole code as the IP technically belongs to the company I work for) which presents …

Member Avatar for BenWard
0
401

The End.