3,280 Topics

Member Avatar for
Member Avatar for HelloJarvis

Hey guys, I'm having a bit of trouble with my gradient button. It looks great on Webkit, but when I try writing the gradient for FF, Opera, and IE, it doesn't work. Here is my gradient code for Webkit: background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(135,224,253,1)), color-stop(25%, rgba(83,203,241,1)), color-stop(50%, rgba(5,171,224,1))); …

Member Avatar for LastMitch
0
210
Member Avatar for notconfirmed

Hello, I develop a simple script that capture the product using .net WebBrowser control. this is the link http://www.groupon.cl/descuentos/multiple-locations/desde-39900-por-8-sesiones-de-depilacion-ipl-en-axila-rebaje-de-bikini-con-opcion-a-zona-facial-en-estetica-carola-rodriguez-hasta-90-off I have a problem in getting the time in jquery count donw control. Please help me to find a solution. Regards, jeffrey

Member Avatar for cursedbustah
0
259
Member Avatar for SpyrosMet

Hello, I have this Windows Phone app I need to do that gets information from the Google places API about places that the user searches for. For each place I need to have a pushpin on a bing map I have inserted. The problem is that I'm a newbie in …

0
136
Member Avatar for adammoocat

Hello, I have created a custom CSS file for WebKit which I have attached to my browser. I am using webkits -webkit-transform: scale(2) to webpages which works exactly how I wanted it too. However for some reason when this css is attached to my browser and I go to skydrive.com …

Member Avatar for ShoppingMonk
0
188
Member Avatar for markyeoj

Hi, Im not sure why this code is not working on IE browsers but on chrome its working well. This code is for a Popup, that will ask the users if stay or leave page once they try to refresh or go to other webpage. (you can test www.thesuperheroblueprint.com).. and …

Member Avatar for stbuchok
0
329
Member Avatar for jasonmark238

Hi friends, Waht are the differences between Sessions and cookies in PHP? Please explain with examples. Thanks & Regards Jasonmark

Member Avatar for diafol
0
251
Member Avatar for hawkeyes1000

I have a hotmail e-mail account and I cannot recieve from Yahoo. I set up a yahoo account and tried to send myself an email to my hotmail account and it did not work. I can send and recieve emails with my hotmail account. Does anyone know if/how you can …

Member Avatar for tinstaafl
0
224
Member Avatar for tushargupta51

All the browsers including Chrome, Firefox and IE8 are not working. When I open them, it keeps loading the page but does open the website. Internet Connectivity is there because utorrent is working. I reinstalled chrome but that did't work. I cleaned up the browsers hisotry, also did "ipconfig/renew", "ipconfig/flushdns" …

Member Avatar for stormal1
0
313
Member Avatar for happygeek

Over the last couple of days the online media seems to have gone crazy for the news that the Google Chrome web browser client has overtaken Microsoft Internet Explorer to become the most popular browser on the planet. This based entirely upon the fact that, for a single week, and …

Member Avatar for scaiferw
0
703
Member Avatar for niceply
Member Avatar for Binoir

I'm connected to the Internet, but I can no longer access any websites. When I open Mozilla Firefox, I get the message "The connection was refused when attempting to contact www.(any site I try).com." Sometimes I get another message that says "The document contains no data." When I open IE, …

Member Avatar for Alowan Umanailo
-1
2K
Member Avatar for Gabums

Greetings! I took some code from this [site](http://osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly). It works great in EVERY browser but IE7 where the arrow of the tooltip is missing. I know that there are issues with IE7 not supporting :after in CSS. I've tried adding this code: <!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script> <![endif]--> But …

Member Avatar for Gabums
0
401
Member Avatar for KickingHorse

<!-- See http:kinghorsemedia.ca/bna/ Click on Trailer Configurator, pick a model and click on Accessories This is html that is loaded when tab_3 is clicked --> <div id="tab_3"> <h3><?php htmlout($model_name); ?> – Accessories</h3> <h4>Select Optional Accessories by clicking the boxes. </h4> <p>Click on underlined text to view image.</p> <form enctype="multipart/form-data" id="acc_form" …

Member Avatar for KickingHorse
0
324
Member Avatar for ZenNaari

My internet browsers and internet browsing related software (such as updaters and uninstallers and installers) just won't open... I only have two internet browsers Firefox(Mostly used) and Google Chrome. Everytime I try to open it, the cursor will turn into the "Working in desktop" cursor for half a second to …

Member Avatar for ZenNaari
0
1K
Member Avatar for spudireland

THEN DO THIS... START - ALL PROGRAMS - ACCESSORIES - RUN COMMAND PROMPT AS ADMINISTRATOR, IN THE COMMAND BOX COPY AND PASTE OR TYPE netsh winsock reset PRESS ENTER Remember to come back and let me know if that sorts your problem

Member Avatar for ZenNaari
0
314
Member Avatar for din3sh

I'm trying to create a php script to print fibonaaci series. The idea is to add a new number to the series everytime the page is refreshed and print the series. <?php if (!isset($_COOKIE["fno"])) {setcookie("fno",0,time()+3600);} if (!isset($_COOKIE["sno"])) {setcookie("sno",1,time()+3600);} if (!isset($_COOKIE["series"])) { $text="0 1 "; setcookie("series",$text,time()+3600); } $fno=$_COOKIE["fno"]; $sno=$_COOKIE["sno"]; $fibostring=$_COOKIE["series"]; //echo …

Member Avatar for broj1
0
251
Member Avatar for OsaMasw

Hello there, after weeks of works and test the project on different web browsers I noticed that my site not working propably on IE9 and its totally missed up :(, how can I fix this problem test this link http://pic4u.netau.net/share

Member Avatar for OsaMasw
0
182
Member Avatar for joshl_1995

Hello Community, I was wondering if there is a way to to use the webbrowser to download a file silently without the download file dialog coming up. What i want is to use `Browser.Navigate("Download Path")` and i don't want the file dialog to show up i want it to just …

Member Avatar for joshl_1995
0
2K
Member Avatar for jimmyye0h

Hi, Our site (www.iloho.com) works fine on FF, Chrome and Safari but on IE it seems to freeze on the home page after signing in. We've been trying to resolve this for a week and sadly there's no meaningful progress. Is anyone able to point out which areas we should …

Member Avatar for diafol
0
213
Member Avatar for yous

Hi Guys Can anyone give me an example on how to retrieve the value 16 in bold under the tagname <td>In process</td> with a webbrowser and insert this value to a texbox. Thanks <tbody> <tr class="odd"> <td>In Process</td> <td class="number">***16***</td> <td class="number">1</td> <td class="number">01:16:48</td> <td class="number">02:54:00</td> <td class="radio"><input type="radio" name="queue" …

Member Avatar for TnTinMN
0
280
Member Avatar for solomon_13000

A web server is used to process http request and send a response back to the client browser. I was wondering how does a client browser send a http request to the web server? Is it done via socket connection? Which socket connection is used to establish a connection with …

Member Avatar for ~s.o.s~
0
222
Member Avatar for yous

I have a AXI camera that count the number of people entered the building and show the result on web page with video. The webpages update the count every time it detect a passing person. I believe the page has 2 iframes. I`m trying to insert the value of the …

Member Avatar for tinstaafl
0
1K
Member Avatar for happygeek

Microsoft has released YAIESA, or Yet Another Internet Explorer Security Advisory if you prefer. This time, [SA2757760](http://technet.microsoft.com/en-us/security/advisory/2757760) warns about a new zero-day out there in the wild which impacts all users of Internet Explorer 9 and earlier versions. It's the usual case of targeted attacks being spotted which could lead …

Member Avatar for mobb.deepghana
0
390
Member Avatar for joshl_1995

Hello Community, I want to know if there is a way to make a program that will click a button on a webbrowser but the button does not have a name (name="") or id (id="") property it just has a class (class="") property and if there is a way is …

Member Avatar for G_Waddell
0
241
Member Avatar for fion.mccormack

My wordpress site has a custom built plugin that enables people to compare SIM only deals. The problem is that, on the front end, the deals table takes about 60 seconds load in IE8. It is ten times faster in firefox (about 6 seconds). The guy that built the plugin …

Member Avatar for stbuchok
0
214
Member Avatar for Checkerboz

Hi, not too sure if Web Development is the right place for this but anyway: I've never done any web development and I have never created a Firefox extension either but here's the thing: I am making a project for myself, a Java (not JavaScript!!!) program that can add, change …

Member Avatar for Checkerboz
0
319
Member Avatar for bvrameshbabu

Hi, I would like to know what are the different software components and engines used in browser. I know there are 2 main components. one is Layout Engine to parse HTML and CSS and paint on the browser and another one is Javascript Engine which executes and runs the javascript …

Member Avatar for pritaeas
0
77
Member Avatar for dandcouk

I am working for an Adult Content Website (Adult Toy - ecommerce website). When I signed up for the Bing Advertising Program, it does not accept and ask for 'reasons' for exception. I gave the reason as below: "We are a small online retail company selling adult toys. This is …

Member Avatar for dandcouk
0
319
Member Avatar for Peter_Budapest

Hello! All those people who have a blanke page when clicking on the Microsoft Update page or nothing appears in the Yahoo Messenger if typing a message, try the following: 1. Reinstall the Visual Basic Script Support it can be found here: [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4b-4622-86eb-95a22b832caa&DisplayLang=en[/url] if your OS have a different language, …

Member Avatar for Krzy_Doug
0
646
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

The End.