active questions tagged internet - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T01:27:27Z http://stackoverflow.com/feeds/tag/internet http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1861290/web-application-book-for-dummies-managers 2 Web application book for dummies / managers? chernevik 2009-12-07T16:55:40Z 2009-12-10T17:45:03Z <p>Is there a good book available for orienting a non-technical person to the architecture of the Internet and a "web application"? </p> <p>I'd like a book that describes what goes on at the server and the sort of programs that support those activities, how the server and client communicate over the network, and what happens in the client (including some discussion of the differences between HTML, CSS, and Javascript). </p> <p>Apologies if folks think this is not programming related.</p> http://stackoverflow.com/questions/1879565/record-video-from-hulu 0 Record video from Hulu [closed] Claudia 2009-12-10T08:47:17Z 2009-12-10T08:47:17Z <p>How can I record video from Hulu? Do I need special software to do that?</p> http://stackoverflow.com/questions/1851551/sidebar-covers-footer-in-internet-explorer-6-and-7 0 sidebar covers footer in internet explorer 6 and 7 Datis 2009-12-05T08:08:42Z 2009-12-07T09:20:55Z <p>i have designed a template for wordpress, the problem is that when sidebar gets longer some of it will cover the footer in internet explorer 6 and 7, the website address is : <a href="http://blog.baabak.ir" rel="nofollow">http://blog.baabak.ir</a> (its in persian), but if you look at it in internet explorer 6,7 you will see the sidebar logo will cover the footer, for example in this page :</p> <p><a href="http://blog.baabak.ir/?page%5Fid=141" rel="nofollow">http://blog.baabak.ir/?page%5Fid=141</a></p> <p>but the website is ok in other browsers, whats the problem ?</p> http://stackoverflow.com/questions/1852761/networking-over-the-3g-network-and-ftp-wcf 0 Networking over the 3G network and Ftp/WCF Vault 2009-12-05T17:08:58Z 2009-12-05T17:08:58Z <p>I need to upload images to a webserver and each image will have additional information that I'm thinking of encapsulating in an xml file.</p> <p>I am thinking of using FtpWebRequest and FtpWebResponse.</p> <p>Bue to bandwidth issues I will probably queue each image (with its associated xml file) and transfer them 1 at a time</p> <p>To get the best performance is it better that I create a .NET object with the image and additional information and use WCF or is FTP going to be the best to use over the G network?</p> http://stackoverflow.com/questions/762647/how-many-web-pages-are-on-the-internet -3 How many web pages are on the Internet? [closed] pixeline 2009-04-18T00:37:55Z 2009-12-04T22:29:19Z <p>I'm unsuccessful in finding a reliable estimation of the total web pages available on the whole Internet. Anyone knows of a good source?</p> <p>I know <a href="http://en.wikipedia.org/wiki/Netcraft" rel="nofollow">Netcraft</a>'s estimated websites (<a href="http://news.netcraft.com/archives/web%5Fserver%5Fsurvey.html" rel="nofollow">http://news.netcraft.com/archives/web%5Fserver%5Fsurvey.html</a>).</p> http://stackoverflow.com/questions/1848016/checkbox-not-working-properly-for-ie-with-jquery 0 Checkbox not working properly for IE with jquery wildanjel 2009-12-04T16:16:23Z 2009-12-04T16:52:50Z <p>Hi, I am trying using several asp.net checkboxes on a page, disabling them accordingly.</p> <pre><code>&lt;asp:CheckBox ID='chkMenuItem' runat='server' CssClass='HiddenText' Text='Test' onclick='&lt;%#String.Format("checkChild({0});", Eval("id")) %&gt;' /&gt; </code></pre> <p>on javascript, I am using the following code</p> <pre><code>function checkChild(id) { for (i = 0; i &lt; $("input[id*=hdnParentMenuItemID]").length; i++) { if ($('input[id*=hdnParentMenuItemID]')[i].value.split(':')[0] == id) { var childID = $('input[id*=hdnParentMenuItemID]')[i].value.split(':')[1]; if ($("#" + childID).attr("disabled")) //$("#" + childID).attr('disabled', ''); $("#" + childID).removeAttr("disabled"); else $("#" + childID).attr('disabled', true); } } } </code></pre> <p>Now is the checkboxes are disabled once the page is loaded, the removeAttr section doesn't work. I tried to step through the debugger and the logic works perfectly fine. If the checkboxes aren't disabled on page load, the code works fine. I tried replacing disabled 'attributes' with 'checked' to see if the other attributes work fine and it works perfectly fine. I tried</p> <pre><code> $("#" + childID).attr('disabled', ''); </code></pre> <p>but it didnt work either.</p> <p>Note: It works perfect on FF and Chrome but doesnt work in IE.</p> <p>Thanks,</p> http://stackoverflow.com/questions/1845765/weird-problem-with-a-site-layout-on-ie-7 0 Weird problem with a site layout on IE 7 Kaitsuli 2009-12-04T09:06:59Z 2009-12-04T13:44:54Z <p>Hi,</p> <p>I have a website which draws white (empty) content/text on IE 7. However, as soon as I mouse over links, they will appear, or if I open up an about box and move it above the content, the content will then be drawn. Does anyone have any ideas what this is about? I can't supply source as this is private. the site works across all web browsers except for IE 7. IE 6 is untested.</p> <p>Edit: it seems I was too unclear. I have code like this:</p> <pre><code>&lt;p&gt;text&lt;/p&gt; </code></pre> <p>Which displays as black text against white background. This is how I want it to be, however, on IE 7, it will not render anything at all, unless I move IE 7 built-in windows above the text. Also, on some pages the part of the letters are invisible. For example, one P character did not have the left part of it and looked like a C in horizontal reverse.</p> <p>Edit 2: Here is a screenshot of IE: <a href="http://img21.imageshack.us/img21/3415/25633026.png" rel="nofollow">http://img21.imageshack.us/img21/3415/25633026.png</a></p> <p>And this is all other browsers: <a href="http://img705.imageshack.us/img705/1592/all.png" rel="nofollow">http://img705.imageshack.us/img705/1592/all.png</a></p> <p>There should be text on the middle, but I see nothing. The code <strong>is</strong> valid. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.panssariprikaati.fi%2Ffi%2Ftiedotteet%2F2&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0" rel="nofollow">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.panssariprikaati.fi%2Ffi%2Ftiedotteet%2F2&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0</a></p> http://stackoverflow.com/questions/1841207/jquery-fadein-fadeout-in-ie-mess-the-layout 0 jQuery fadeIn/fadeOut in IE mess the layout Valentin Jacquemin 2009-12-03T16:44:02Z 2009-12-04T07:41:22Z <p>Hi,</p> <p>I have a div which contains multi-columns layout and when I click on a button I want that this div fade out and then clicking on an another button this block would fade in. Simple and it works perfectly on firefox.</p> <p>However when I fade it out inside IE the layout of my columns is modified. It is as if my columns are transformed in <em>non-block</em> elements.</p> <p>Replacing my fadeIn/fadeOut by show/hide solves my problem but it would be more usable if I could add those animations on this...</p> <p>Could anyone help me?</p> http://stackoverflow.com/questions/1844556/javascript-dashcode-check-for-internet-connection 0 javascript/dashcode: check for internet connection Patrick Oscity 2009-12-04T02:52:37Z 2009-12-04T04:26:19Z <p>i'm developing a widget that is fetching data from the internet via ajax and i want to provide a error message, if the widget cannot connect to the server. i'm doing the request with jquery's ajax object which provides a error callback function, but it's not called when there is no internet connection, only if the request is made but fails for other reasons.</p> <p>now how can i check if the computer is connected to the internet?</p> http://stackoverflow.com/questions/1840108/router-blocks-traffic-because-no-d-flag 0 Router blocks traffic because no D flag [closed] Grzegorz Dziemidowicz 2009-12-03T14:15:19Z 2009-12-03T14:15:19Z <p>Not sure if it is the right place to ask the question..</p> <p>I have a following issue</p> <p>On my desktop computer I can't access internet. Precisely, i can't ping router. However I can ping other machines on local network and i'm getting IP from DHCP located on the same router.</p> <p>In router log messages I found "Saturday November 21, 2009 14:10:07 Block MY_MAC-AB-A3-5E because no D flag"</p> <p>I failed to find anything interesting in google.</p> <p>Any ideas? (How make desktop add D flag to packets or stop router blocking traffic) </p> <p>Desktop is running on Windows XP arp -a says that machine doesn't now MAC of router, however setting it to be static doesn't help either. Router is D-Link DI-524 I used to have internet on that machine, it stooped working recently, however i can't thing of anything that could cause that.</p> http://stackoverflow.com/questions/1830325/date-is-disappeared-asp-classic-vb-script 0 Date is disappeared (ASP classic - VB Script) Hery 2009-12-02T02:37:12Z 2009-12-02T08:51:03Z <p>Dear All, </p> <p>I have a little problem but it makes me crazy. I made an application using asp, and I created a text box which would be filled by the date of today. It works well in my computer and the other clients, but some don't. and it always asks to input the date till the clients get bored and no result...</p> <p>At first I thought that was becaused of the setting of the IE. I've restored to the default setting, but it's big O. now I am fed up with this thing..</p> <p>what do you think about the causes of this issue? Kindly need your help...</p> <p>Regards,</p> <p>Hery</p> http://stackoverflow.com/questions/1831328/are-there-any-reliable-methods-of-calculating-the-current-bitrate-of-an-internet 0 Are there any reliable methods of calculating the current bitrate of an internet connection? Paul 2009-12-02T08:03:22Z 2009-12-02T08:38:26Z <p>I have experimented with a technique that involves a web page request which you use to calculate the bit-rate based on bytes divided by the time elapsed. You can average multiple data points of course, but is this as accurate of a bit-rate estimation that can be made?</p> <p>Do any professional or less hackish techniques exists? (Or is this just one of the magical mysteries of the internet?)</p> http://stackoverflow.com/questions/1828218/connect-mobile-phone-to-internet-using-desktop-pc-internet -2 Connect mobile phone to internet using desktop pc internet [closed] yoshi 2009-12-01T19:10:43Z 2009-12-01T19:10:43Z <p>is it possible to share my desktop pc internet to my mobile phone?</p> <p>im using HTC Hero and a wired internet connection on my desktop pc</p> http://stackoverflow.com/questions/1826144/welcome-page-via-wireless-internet 1 welcome page via wireless internet [closed] Yan 2009-12-01T13:18:50Z 2009-12-01T13:23:57Z <p>hey</p> <p>i want to make welcome page if users are surfing via my wirelesss connection</p> <p>for example</p> <p>user come to my resturant with his iphone and search for wireless networkrs the user see the resturant wireless and connect to it.</p> <p>when the user open the browser the first page he will see is my restuarnt web site</p> <p>how can i accomplish it ? </p> <p>thank you</p> http://stackoverflow.com/questions/1093057/how-to-check-if-ip-is-a-public-proxy 2 How to check if IP is a public proxy Steve 2009-07-07T15:35:26Z 2009-11-30T14:01:41Z <p>Recently we have had a lot of issues with a particular user who has been posting a piles of provocative messages on our website using the public proxy IPs. </p> <p>Can someone recommend a way to determine - is a specific IP a public proxy or not? </p> <p>Thanks.</p> http://stackoverflow.com/questions/1809499/unwanted-padding-on-link-images-in-ie-only 1 Unwanted padding on link images in IE only qpidity 2009-11-27T15:57:46Z 2009-11-27T19:58:14Z <p>Hi, </p> <p>I hope someone can help. Within my container DIV I have 3 images which I require to sit side by side in one row. This is indeed the case in every other browser except, annoyingly, as usual, in IE6, IE7 and IE8 (groan).</p> <p>Each of the images is wrapped in an tag as follows:-</p> <pre><code>&lt;div id="images"&gt; &lt;a href="images/image01.jpg" rel="milkbox[group]" title="my image details01"&gt;&lt;img src="images/image01b.jpg" width="98" height="92" alt="my image details01" class="img01"&gt;&lt;/a&gt; &lt;a href="images/image02.jpg" rel="milkbox[group]" title="my image details02"&gt;&lt;img src="images/image02b.jpg" width="98" height="92" alt="my image details02" class="img02"&gt;&lt;/a&gt; &lt;a href="images/image03.jpg" rel="milkbox[group]" title="my image details03"&gt;&lt;img src="images/image03b.jpg" width="99" height="92" alt="my image details03" class="img03"&gt;&lt;/a&gt; </code></pre> <p></p> <pre><code>&lt;/div&gt;&lt;!--end of images--&gt; </code></pre> <p>My CSS is as follows:-</p> <pre><code> /* Global reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } a img, :link img, :visited img { border: 0; display:block; } img{ display:block; } /* End Global reset */ #images{ width:295px; clear:both; border:none; margin-top:30px; } #images a:link{ text-decoration:none; border:none; } #images a:visited{ text-decoration:none; border:none; } #images a:hover{ text-decoration:none; border:none; } img.img01,img.img02 { width:98px; float:left; } img.img03{ width:99px; float:right; } </code></pre> <p>No matter what I do I can't seem to correct the display in IE. IE is adding additional padding to the left and right of each image, and the result is that 2 images only display within the row and the the 3rd image appears below it (floated right). </p> <p>I have tried removing all white space (a suggestion i came across elsewhere) but that hasn't helped. I've also played around with negative margins but I'd prefer not to go down that route without understanding what's actually occurring. </p> <p>Can anyone please shed some light on what's actually going on here and how I can resolve ? - it's drving me nuts !</p> <p>Many thanks in advance. </p> http://stackoverflow.com/questions/1810140/click-a-javascript-url-using-powershell-internet-explorer-automation 0 Click a javascript url using Powershell Internet Explorer automation Kevin 2009-11-27T18:35:53Z 2009-11-27T18:44:49Z <p>Given the following html:</p> <pre><code>&lt;HTML&gt; &lt;BODY&gt; &lt;DIV id="admin" onmouseover="javascript:showLayer('admin');" onmouseout="javascript:hideLayer('admin');" name="admin"&gt; &lt;TABLE &gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD class="popup" &gt; &lt;A href="javascript:doTab(3, 'muskrat.htm','docrat.htm')"&gt;User Admin&lt;/A&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt; </code></pre> <p>How would I go about clicking the javascript href link using powershell ie automation? Thanks</p> http://stackoverflow.com/questions/19995/is-there-some-way-to-push-data-from-web-server-to-browser 18 Is there some way to PUSH data from web server to browser? Niyaz 2008-08-21T14:04:55Z 2009-11-27T15:59:04Z <p>Of course I am aware of Ajax, but the problem with Ajax is that the browser should poll the server frequently to find whether there is new data. This increases server load.</p> <p>Is there any better method (even using Ajax) other than polling the server frequently?</p> http://stackoverflow.com/questions/1785083/how-do-web-crawlers-handle-javascript 4 how do web crawlers handle javascript Shailesh Kumar 2009-11-23T18:35:04Z 2009-11-23T19:05:26Z <p>Today a lot of content on Internet is generated using JavaScript (specifically by background AJAX calls). I was wondering how web crawlers like Google handle them. Are they aware of JavaScript? Do they have a built-in JavaScript engine? Or do they simple ignore all JavaScript generated content in the page (I guess quite unlikely). Do people use specific techniques for getting their content indexed which would otherwise be available through background AJAX requests to a normal Internet user? </p> http://stackoverflow.com/questions/1785092/what-is-the-best-international-domain-registrar 0 What is the best International Domain Registrar? [closed] unknown (google) 2009-11-23T18:36:33Z 2009-11-23T18:36:33Z <p>Looking to get a bunch of european domains, where should I register them?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1779807/let-vmware-virtual-machine-connect-to-the-world-thru-specialized-interface 0 Let vmware virtual machine connect to the world thru specialized interface [closed] flybywire 2009-11-22T20:04:13Z 2009-11-22T20:04:13Z <p>I have vmware player, and I am running a special OS therein.</p> <p>My computer has two network interfaces, let's call them eth0 and eth1.</p> <p>I want to configure my computer so that all network traffic goes eth0 if and only if it originates in my virtual machine. If traffic belongs to my host OS then I want it to go thru eth1.</p> http://stackoverflow.com/questions/1750194/smtp-why-does-email-needs-envelope-and-what-does-the-envelope-mean 2 smtp: why does email needs envelope and what does the envelope mean flybywire 2009-11-17T16:48:31Z 2009-11-19T23:14:40Z <p>What is the exact difference between the envelope and the email in smtp?</p> <p>Why does the protocol need the envelope? In snail mail, the letter needs not contain addresses and is not visible to the postman (at least that's what you want to believe), so all the routing is made entirely based on the envelope and that is clear to me.</p> <p>However in e-mail, the letter itself is parseable and has headers such as From: and To:. Why is that not enough to route email? Why do we need an envelope?</p> <p>And what is the meaning of a divergence between the envelope and the email itself? Does it necessarily mean that someone is trying to game the system, or is it, under certain circumstances (what circumstances?), legal to have a difference between them.</p> <p>Your clarifications are more than welcome.</p> <p>Puzzled email receiver.</p> http://stackoverflow.com/questions/1756158/which-tool-to-use-to-develop-toolbar-for-internet-explorer-and-firefox 2 Which tool to use to develop toolbar for Internet Explorer and Firefox? unknown (google) 2009-11-18T13:54:22Z 2009-11-19T01:38:51Z <p>Hi there,</p> <p>I want to develop toolbar for Internet Explorer and Firefox. Is there any common tool? If not, which tool can be used?</p> <p>Thanks for reading.</p> <p>Regards, Sanket</p> http://stackoverflow.com/questions/1017251/if-findnexturlcacheentry-fails-how-can-i-retrieve-info-of-the-failed-entry-aga 1 If FindNextUrlCacheEntry() fails, how can I retrieve info of the failed entry again? quantity 2009-06-19T10:08:57Z 2009-11-18T15:20:51Z <p>I got a <code>ERROR_INSUFFICIENT_BUFFER</code> error when invoking <code>FindNextUrlCacheEntry()</code>. Then I want to retrieve the failed entry again, using a enlarged buffer. But I found that when I invoke <code>FindNextUrlCacheEntry()</code>, it seems I was retrieving the one next to the failed entry. Is there any approach I can go back to retrieve the information of the just failed entry?</p> http://stackoverflow.com/questions/1751004/the-most-efficient-dht 0 The most efficient DHT mtasic 2009-11-17T18:59:41Z 2009-11-17T21:57:52Z <p>What is the most <strong>efficient</strong> DHT? I am looking for name and/or some kind of implementation or related work, but I am not looking for the one that is most used.</p> <p>Efficient in terms of CPU execution cycles, load balance, and memory consumption.</p> http://stackoverflow.com/questions/1332107/how-does-dht-in-torrents-work 1 How does DHT in torrents work? Chris T 2009-08-26T02:47:48Z 2009-11-17T06:03:29Z <p>I'm coding a p2p implementation that I would like to make decentralized however I'm having some trouble grasping how DHT in protocols like bittorrent work. How does the client know where the peers are if there is no tracker? Are peers stored in the actual torrent file?</p> http://stackoverflow.com/questions/1740543/determine-total-size-of-svn-directory-trunk 2 Determine total size of SVN directory/trunk adammw111 2009-11-16T07:03:58Z 2009-11-16T07:09:31Z <p>Is there a way to count/calculate the total size of a svn directory if you were to checkout a revision?</p> <p>I have limited internet downloads so I need to know how big something is before I go and download it.</p> <p><em>Thank you.</em></p> http://stackoverflow.com/questions/1704947/have-you-also-become-memory-lazy-as-a-programmer-how-do-you-overcome-it 16 Have you also become memory-lazy as a programmer? How do you overcome it? Nestor 2009-11-10T00:40:48Z 2009-11-14T04:19:21Z <p>In the last few years I've become very bad at memorizing API functions, how to use them, etc b/c I can get a reminder very easily using search engines (or StackOverflow), and do copy / paste / modify. I'm starting to feel like I'm relying too much on it.. sometimes to the point of getting stuck if I don't have access to the Internet :-)</p> <p>Do you think it's a bad idea to substitute your memory with the Internet? Do you make a conscious effort to memorize API's ?</p> <p>I realize it's a weird question... but I'm interested in surveying what good programmers do out there.</p> http://stackoverflow.com/questions/1722085/ie8-browser-mode-standards-mode 1 IE8 Browser Mode & Standards Mode cfdev9 2009-11-12T13:11:47Z 2009-11-12T13:19:41Z <p>I need to force IE8 to display as follows:</p> <ol> <li><p>Browser Mode: Internet Explorer 8</p></li> <li><p>Document Mode: IE8 Standards</p></li> </ol> <p>I have added this tag however it only affects the document mode, not the browser mode. How do I override browser mode to ensure the page is always shown with IE8 browser mode too?</p> <pre><code>&lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt; </code></pre> http://stackoverflow.com/questions/1718560/ie-color-dt-spill 0 IE color <dt> spill marc-andre menard 2009-11-11T22:35:09Z 2009-11-11T23:52:21Z <p>I have made a page <a href="http://www.souslecharme.ca/consommations.html" rel="nofollow">here</a></p> <p>the DT title is underline red with text white... in firefox everything is fine... but the dt spill in IE... why ?</p> <p>here is a <a href="http://browsershots.org/screenshots/5848c1d17cf9be96ee818e7a26844d35/" rel="nofollow">VIEW</a> of the problem !</p> <p>Here is the perfect example of WHAT is <a href="http://browsershots.org/screenshots/662d9cbb543d3b95346af83de8c062fd/" rel="nofollow">the problem</a></p> <p><img src="http://api.browsershots.org/png/original/66/662d9cbb543d3b95346af83de8c062fd.png" alt="alt text"></p>