3,281 Topics

Member Avatar for
Member Avatar for faalann

i downloaded and installed google browser. when i click the browser after installation, it's not working. the browser did not even opened. i did it many times, uninstall, download then install again, but it's just the same. It's not working.

Member Avatar for cguan_77
0
129
Member Avatar for tingwong

Hello all. For my project I have to create a snack machine with mints and cookies. So far I have gotten an array of cookies with the code below. However an interesting problem I'm having is my output: OATMEAL cookie LEMON cookie null CHOCOLATE_CHIP cookie OATMEAL cookie LEMON cookie null …

Member Avatar for JamesCherrill
0
1K
Member Avatar for jonsan32

I have a tabbed container on this page: http://www.jamball.com/2012/09/test_5.html that acts funny in old IE. A lot of our customers seem to be unwilling or unable to update their browsers, so is there a way to fix it? The tabs all spread across and to the right, instead of falling …

Member Avatar for jonsan32
0
196
Member Avatar for d8m9

Hi, Iam trying to post a form with cookies using [Requests module](http://docs.python-requests.org/en/latest/). When I post the form and see the page with the results, there is an error in the page, saying that I didnt fill one field right. Iam absolute sure I fill that field right. When I post …

Member Avatar for d8m9
0
2K
Member Avatar for beckele

I have a wireless access point. I can connect to it just fine. I can go to Google and I can type in a search, however I cannot GO to the searches result links at all. I've tried IE and Firefox and both the same. I can search for something …

Member Avatar for beckele
0
195
Member Avatar for renzlo

Hi, Jim and All, How do you handle a java applet in a webbrowser control? It seems that no event fires up when a java applet is loaded in webbrowser control, by the way, the applet is in full screen and this is a company applet, meaning I did not …

Member Avatar for renzlo
0
160
Member Avatar for cssweb

hello how are you today i have a problem with cache when i visit my site i saw the old topic of my site until i hit ctl+f5 to update the page so how ca i solve this problem is there any way to prevent browser store cache i have …

Member Avatar for LastMitch
0
513
Member Avatar for jonsan32

With my code below, IE keeps cutting off the top border portion of the box around my dates. Can anyone get this to look good in IE. I suck when it comes to that kinda stuff. And yea, no picking at my overall coding skills either - I know that …

Member Avatar for jonsan32
0
561
Member Avatar for aparnesh

I am trying to create a drop down menu using UL and LI elements. Each LI is an image (of same size) and there are no Bullets in the List. In IE, the list Items are left-aligned as I want them. In Chrome the list Items are right aligned with …

Member Avatar for aparnesh
0
387
Member Avatar for mgn2683

Hello, I am having an issue with my footer in IE 8. IE is increasing the padding, and bumping the newsletter sign up box down, when it is supposed to be on the same level as the links. Any thoughts as how to fix the padding problems? Site can be …

Member Avatar for JorgeM
0
764
Member Avatar for warlord902

I have developed a application in java that connects to facebook on the basis of access token. I can produce access token manually by feeding in urls in browser. But I need something that automatically give me an access token. I am getting no idea, whether I can do it …

Member Avatar for psychman
0
1K
Member Avatar for cali_dotcom

i have a php application where users can apply for a bonus. but there is a confirmation page before the bonus redemption code runs. the issue is that in IE, if you hit f5 right after you click the continue button, the confirmation page refreshes while the bonus redemption code …

Member Avatar for pritaeas
0
747
Member Avatar for jeffcogswell

IE9 is on the horizon, and there has been plenty said about it. But what about its web development aspects? In this article I look at its web developer tools, and decide whether I'll start using it in my own web development. Like most web developers, I abandoned IE several …

Member Avatar for fiascolabs
2
1K
Member Avatar for khaley

After trying various solutions to the problem of Firefox crashing (a problem that began about a month ago), it looks more and more as if I'll be forced to phase out use of FF altogether, in favor of Google Chrome. As a last-ditch effort to salvage FF, however, I thought …

Member Avatar for caperjack
0
175
Member Avatar for jonsan32

I'm trying to add a floating menu that spans 100% and sticks to the top of the page, but the content that's meant to flow behind the menu keeps going to the front in older versions of IE. I notice Forbes.com fixes this issue by having their "sticky" menu just …

Member Avatar for jonsan32
0
187
Member Avatar for migicikinyanjui

How can i block tor browser? I have some users who are bypassing our websense by using it

Member Avatar for migicikinyanjui
0
285
Member Avatar for dan_code_guru

Hi have a problem with css my code is this: #menu-wrapper { position:absolute; top:0; height: 34px; width: 100%; background-color: #E95D22; margin: auto; } Normally it looks like this which is what i want http://picturepush.com/public/10127434 But when i resize the browser it looks like this but i want it to keep …

Member Avatar for dan_code_guru
0
193
Member Avatar for mgn2683

I am having an issue with my footer in both Chrome & Internet Explorer 9. It is supposed to stick to the bottom of the page, no matter how much content is on a page. However with these browsers it shows a gap, any ideas why this would happen? Can …

Member Avatar for JorgeM
0
187
Member Avatar for VenusCrystal

Hi, Can anyone tell me alternatives to focus() and blur() events in jquery as they dont work in chrome? On focus I am adding a div and on blur that div is being removed. Thanks, VC

Member Avatar for stbuchok
0
134
Member Avatar for khaley

In every recent version of Firefox I've downloaded (up to 15 now)I've had sluggish behavior and frequent crashes. My antivirus software sends me a popup while I'm in Firefox saying, "Warning: High disk usage by Mozilla Firefox" with a quote as to how many MB the program is using. The …

Member Avatar for caperjack
0
412
Member Avatar for brainfo

Hello I have a site designed based in cms. There is a problem displaying a single page in ie(internet explorer). But in firefox and chrome it seems to be fine. I am tired of searching bugs. The problem is, In ie the footer and some content of the body is …

Member Avatar for JorgeM
0
285
Member Avatar for Susmita_Sikder

Hi all, I want to get a cookies value from one .aspx.vb page to another .aspx.vb page.but i can not get it. i give the code bellow: This is in:(webForm2.aspx.vb):in this page I set the Cookies value webForm2.aspx.vb (code): Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles …

Member Avatar for G_Waddell
0
589
Member Avatar for garyjohnson

Okay I have a database where it stores the users information, like their login name, email, and password. They can upload videos to my site, when they upload the videos, it saves to a database, the database is set up like this, VIDEONAME EMAIL NAME funny sample@email.com abcd.mp4 It stores …

Member Avatar for LastMitch
0
240
Member Avatar for daniel1977

Web browsers use and store cookies in many different ways. First each browser stores the cookies differently. For example IE stores each cookie as a separate file in the cookies folder. Firefox stores the cookies saves all of the cookies within a single file in the users profile. Also each …

Member Avatar for pritaeas
0
135
Member Avatar for supercomputer

Once again my school laptop has failed me. I downloaded UltraSurf and tried to run it at my house, where it connected 100%. I came to school, the place I was always going to use it, and it could never go past 99.9% connection. I realised it wasn't working, so …

Member Avatar for supercomputer
0
564
Member Avatar for siaswar

Hi I use linux in my laptop. and I don't like to have a windows on it (any way). My collage website designed with .net and aspx. It has greate features and the site application is something like a desktop application in a browser (greate job). Somehow it's nothing but …

Member Avatar for rubberman
0
152
Member Avatar for Xyzyxx

I'm having a terrible time foguring out Internet Explorer and its two versions. I pinned it to the taskbar, but when I click it, it opens a second icon running the 64 bit version of IE. Clicking links in emails and external applications opens the link properly in my pinned …

0
158
Member Avatar for Rajneshwar

Install this to have google chrome for all users. This installer installs Google Chrome on the Program Files Folder: http://www.4shared.com/dir/FixWjXZq/Softwares.html

0
133
Member Avatar for shuka79

Hi Guys I am currently setting up a cookie message to tell users of the site that cookies are being used (EU cookie law) I have managed to get this working on all desktop browsers, however I am having issues with mobile device ie iPhone, iPad, Galaxy tab etc I …

Member Avatar for diafol
0
277
Member Avatar for Djmann1013

I am having trouble with this code: This is the init.inc.php file <?php //init.inc.php file session_start(); $exceptions = array('signup', 'login', 'index'); $page = substr(end(explode( '/', $_SERVER['SCRIPT_NAME'])), 0, -4); // SQL stuff. mysql_connect('SQL host','username','password'); mysql_select_db('database name'); include('user.inc.php'); //$_SESSION['uid'] = 1; if (isset($_COOKIE['username'], $_COOKIE['password'])){ if (valid_credentials($_COOKIE['username'], $_COOKIE['password'])){ $_SESSION['username'] = htmlentities($_COOKIE['username']); setcookie('username', $_COOKIE['username'], …

Member Avatar for Djmann1013
0
316

The End.