5,915 Topics
![]() | |
1 at first my comp's firewall kept turning off and lagging insanely and if it did, it would "not send error/send error" thing would pop up everywhere, and while doing nothing, like as if i was typing in notepad, avast would pop up and block a "trojan horse" or malware, … | |
Google has just released the beta of its brand new web browser called Chrome. I have used it a little bit now and I really like it. All of the extras it offers are very cool, but the best part as far as I've seen is the AMAZING speed that … | |
I have a assembled a background image for an online book club to make a bookshelf. In Firefox, the sides line up properly, but in IE7+8, they don't: Here is the site: [URL="http://www.westlakelibrary.org/emilysbookshelf"]http://www.westlakelibrary.org/emilysbookshelf[/URL] Here is the relevant css: [CODE] div#emilybookclub #galleryblock table.view-grid-emily_gallery { background: transparent url('/sites/www.westlakelibrary.org.emilysbookshelf/files/images/woodgrain.jpg') repeat; margin-left:10px; } div#emilybookclub … | |
Microsoft got some good news this week when new data showed they had gained market share on rivals Firefox and Chrome last month. It might very well be a temporary data glitch, especially when news came out today that [URL="http://www.networkworld.com/news/2010/070110-ibm-employees-use-firefox.html?source=NWWNLE_nlt_daily_pm_2010-07-01"]IBM was recommending that its 40,000 employees use Firefox[/URL] instead of … | |
According to recent [URL="http://blog.quantcast.com/quantcast/2010/06/may-mobile-os-share-north-america.html"]reports[/URL] the Android operating system has an impressive 19.9% share of the US mobile web market. That's still some way behind Apple iOS on 58.8% but the iPhone has been around for a lot longer. It should come as no surprise, then, that Yahoo! wants to get … | |
[B][COLOR="Green"]Prerequisites[/COLOR][/B] No special development tools are required in order to take advantage of Google's mapping API; all that is necessary is a text editor, Web browser, and a public Web server from which the scripts can be served. Note the server must be public, you can't develop on an internal … | |
The JS starts with: <script> var tblId = 'TBGenericRecs0'; var nTable = ""; then later: function mapTable(){ nTable = document.getElementById(tblId); nRows = nTable.rows.length; Firefox says nTable is not a function and the code does not work. IE sees it as a variable and it works. What's up? Is there a … | |
Hi again Daniweb! Im just fishing for ideas here, Im not a great coder - I'm currently working with c#.net in visual studio. a new jpeg is being posted to the ftp server every 3 seconds...I want a client side app that can dowload this new jpg every 3 seconds...the … | |
Hi This is really to do with HTML coding, I think. I have an Affliliates account with Amazon. What is happening on my website is that the Amazon code is picking up individal names and finding something to sell related to that name. A link is generated when the browser … | |
hi- currently i have a small (LAN only) web server running on my computer, and i would like to be able to make a web page in which i can run a program on the server computer from another compuer. say, for instance, i click a button on the web … | |
Hi friends, I have some question about asp publish web site I was create web site using asp.net 2.0 with backend as c#.net then i publish that web site & give published files to the web server who host my web site on internet...then i access my file via browser,there … | |
[CODE] using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data; using System.Data.SqlClient ; using System.Web; public partial class _Default : System.Web.UI.Page { static DataTable dtvalues =new DataTable(); protected void Page_Load(object sender, EventArgs e) { // dtvalues.Columns.Clear(); if (!Page.IsPostBack) { … | |
A lot of web developers are strongly opinionated that divs should be used for design and tables for tabular data, but I am still not entirely convinced that website designers should jump on it yet. I haved designed web sites using both, and in my experience I have found that … | |
It use to open with adds in it but now i think mcafee blocked all of internet explorers internet access. Now it still opens but nothing is on the page so i ran a hijack now scan. ill put that in a different post if it helps | |
We are planning to make a commercial GUI based software (for both desktop and mobile) targeting individual users. We plan to have good web 2.0 like rich application features (Google like dynamic auto suggest, drag and drop, browser based look and feel etc) and lot of user controls (trees, grids, … | |
hi i want to publish an asp.net website via oracle database .i install iis on windows serever that run the oracle server and move the publish folder website on it . but i can't open website in browser please guide me i think that port number of apache web server … | |
Hi i'm developing a web application that uses an arduino board that sends data to pachube.com and i extract that data from pachube as a csv to a php script then i explode it and put a value in a database....this all works great but what i'm asking is do … | |
Hi Everyone, I'm fairly new at developing for the web and I seem to have run into a problem. My Joomla site seems to be crashing on newer mac machines on firefox browsers. Some factors that I'm hypothesizing may be playing a role in this problem are: 1. I have … | |
Hi, I have come across a strange validation error in windows web browser control. basically i am navigating to a secure website in browser and there is a textbox where when you click a calender pops up. when you select a date and click submit it clears the textbox field … | |
Hi, My VirusScan pops up with an alert anytime I try to start a Microsoft Office 2007 program, such as Word, Excel or Powerpoint. (For example, the pathname shown by the VirusScan Alert is C:\Program Files\Microsoft Office\Office12\EXCEL.EXE::GetProcAddress). It doesn't do this with anything else, web access etc. are fine. It … | |
Hi, How to get the default Web Browser location in vista & windows7 though programming. | |
Hi guys, So I have a little project that I need to get done which I honestly don't exactly know how to approach. The task is. There is a website, cars.com and there you can enter in search field of used cars the zip code that you need for all … | |
I'm using basic HTML with framesets. Everything works fine in IE, but when I click on a link that has a frameset in Firefox, it shows a broken link. What's happening is that one of the slashes in the web addresses is switching from '/' to ''. [url]http://www.kjwebsite.com/Humor\HumorIndex.htm[/url]. Is there … | |
I have a need to close a popup window after a certain amount of time. I have tried many different ways to do it with no luck in IE. Works fine in Firefox, Safari, and Google Chrome. It seems to be a problem with IE referencing the window I have … | |
I have created a simple website with my first attempt at css but seem to have problems with the right float. Web address & css are: [URL="http://www.corporate-event.com.au/"]Address[/URL] [URL="http://www.corporate-event.com.au/style.css"]CSS[/URL] Browsers being viewed: Mozilla 3.6.3 IE 8 Mozilla on my PC appears fine but IE is ok except for the inconsistent right … | |
Basically this is what I have: [code] <div style="float:right; width:500px"> <table width="100%"> <tr> <td>Input Text:</td> <td><input name="textInput" type="text" value="<?=$phpVariable?>" style="width:100%" /></td> </tr> </table> </div> [/code] In every web browser besides IE what this does is make the width of the input field the full width of the column. However, in … | |
[url]http://arnotinteractive.com/mayakaimal/httpdocs/recipes_coconutTEST.html[/url] In IE7/Windows the left vertical navbar disappears. I have used every hasLayout trick I know. Can anyone put a finger on it? I'm working with legacy code to complicate matters... Style sheet: [url]http://arnotinteractive.com/mayakaimal/httpdocs/alt_styles.css[/url] Help! I'm swamped! bb | |
Hi there ! I'm building my first GC extension, and I am having a problem using this function. I would like to get the url of the current tab, and to do so (after some google research, of course), I use the [I]chrome.tabs.getSelected()[/I] function. Here it is in my code … | |
Hello, I'm an intermediate web designer and i've recently put up a site for my business but for some reason i can't figure, IE won't display images that other browsers will... [url]http://www.19grams.co.uk/Pub/pub.html[/url] Any ideas? | |
Windows XP system was running fine until IE (6) stopped working. On a fresh logon from powerup - IE will open like normal - but hangs up system and IE freezes if i clink a link or change the page. From then on I can't open new IE, I can't … | |
Hi everybody Have a little problem here. I have a webpage with this code [code] <iframe name="myIframe" id="myIframe" height="2000" width="1000" frameborder="0" scrolling="no"></iframe> <form id="myForm" method="post" action="link" target="myIframe"> <input type="hidden" name="banner" value="link" /> <input type="hidden" name="type" value="1" /> </form> <script language="javascript"> document.getElementById('myForm').submit(); window.scroll(182,111); </script> [/code] And I want to click on … | |
Bing > Alexa Rank > 23 Baidu > Alexa Rank > 8 Yandex.ru > Alexa Rank > 26 SoSo > Alexa Rank > 44 That's alot of traffic from these search engines, how do you guys optimize for these markets? | |
Apparently, because my site uses cookies, a SetCookie header is sent with every page on my site...well I don't want that as Google PageSpeed sees that as a huge slowdown...so I either have to create a cookieless doamin to serve all of my content, or preferably, I'd like to suppress … | |
Lets say i have a jsp page which invokes a servlet. Now I want the servlet to forward this request to someother secured jsp page which i have configured to be secured in my web.xml. The problem is the jsp pages opens as secured if I open it directly from … | |
The following code works fine in IE8 and Firefox 3.5. Any idea why it does not work in Chrome ? Tried it both in localhost and on my web server -- no success. In the header: [code = php] <?php if((isset($_COOKIE["unique_id"]))&&isset($_COOKIE["users_resolution"])){ $screen_res = $_COOKIE["users_resolution"]; $unique_id = $_COOKIE["unique_id"]; } else //means … | |
In an html form, I want a certain field to be invisible when "no" is checked and visible when "yes" is checked. This is my code: html: [code] <form action="pageName.html" method="post" name="formName"> Question? <input name="radioBool" type="radio" value="1" onchange="dispField('textInput');" />yes <input name="radioBool" type="radio" value="0" onchange="dispField('textInput');" />no <br /> <span id="textInput" style="display:none"> … | |
Hey there, I am attempting to open Firefox using C++ on Linux (Ubuntu). However, I get an segmentation fault. What am I doing wrong, and what should I do? [CODE]std::cout << system("/usr/bin/firefox") << std::endl;[/CODE] /usr/bin/firefox works in commandline and when I run this program in debug mode in Netbeans, firefox … | |
dear experts i have w big problem, i need to solve it as soon as possible, i have a link to a web site i'm tying to retrieve data from it but unfortunately i have receive an error in vb " The remote server returned an error: (400) Bad Request." … | |
![]() | Hi all, firstly I'm new here and my English is not perfect but I think it is not important :) I have web page where user can upload file. He can select which file to upload with standard HTML input of type file. I want to add this feature: when … |
I hope my title says it all. I can't show you the jpg error, because the size is too large to upload (3 MB). The mix of Firefox, Windows 7, Zonealarm. I am researching Firefox in a Firefox forum. All I know is the Combo of the same Firefox, no … | |
I am having a Visual C++ Debug Assertion Failure. It is happening after the internet opens and then try to go to website thats not the homepage. here is the info in the message: Program: C:/Program Files/Internet Explorer/IExplore.EXE Files:dbgheap.c Line:1132 Expression:_CrtIsValidHeapPointer(pUserData) | |
I have a problem with IE 8 on another computer. When I try to connect I get the cannot display page. But when I check the work offline option my homepage will come up but nothing else. Any ideas? | |
Hi all, I am having trouble with including a jsp page with <jsp:include> tag. This is what is happening. I making changes to a portlet application running on Websphere 7 server. This is the hierarchy of the jsp pages. blankPage.jsp -->bookingViewTabs.jsp --> availableRooms.jsp meaning blankPage is included in bookingViewTabs which … | |
I do a lot of Google searches for tech-related stuff, and somehow end up with this site at the top of a lot of my search results. And EVERY SINGLE TIME I click on a link to this site, I get the [DELETED] 'join our community' popup window. I don't … | |
Hello everyone! Just the other day on my desktop computer I use for work, I all of a sudden was unable to access my internet. The error message read something like "Accessing Network ID..." continuously... I went down to the computer with the cable modem and router and reset the … | |
Symantec today launched a new hosted security as a service solution for small and medium sized business in the form of its '[URL="http://www.messagelabs.com/trials/hep"]Symantec Hosted Endpoint Protection[/URL]' offering. Delivering a simple and convenient cloud-based service covering Windows-based laptops, desktops and files servers, the solution aims to protect these endpoint systems using … | |
As this is a known issue,I already run microsoft hotfix update for this problem.Also added z-index = 1000 for DynamicMenuStyle.I have also used CSSFriendlyAdapters. At last I hav also added <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> in master as ell as my Default.aspx where I want to display menu.Menu list is from … | |
hey guys, my problem is that my download speeds have gone down, and I mean noticeably down. i ran the speedtest and my speed was was not even half of what my ISP average is. i'm not sure if its my computer giving out on me since it is about … | |
At the end of May, [URL="http://www.computerworld.com.au/article/304693/has_asus_all_given_up_linux?rid=-219"]Computerworld reported[/URL] that [URL="http://usa.asus.com/"]Asus[/URL], one of the early Netbook success stories had all but given up on Linux Netbooks. This was telling because the [URL="http://usa.asus.com/products.aspx?l1=24&l2=164"]Asus Eee[/URL] (of which I own one) has a very nice, simple-to-navigate interface. It starts up fairly quickly and has long … |
The End.