1
vote
3answers
24 views
Unwanted padding on link images in IE only
Hi,
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 …
0
votes
0answers
12 views
Click a javascript url using Powershell Internet Explorer automation
Given the following html:
<HTML> <BODY>
<DIV id="admin" onmouseover="javascript:showLayer('admin');"
onmouseout="javascript:hideLayer('admin');" name="admin">
<TABLE >
…
18
votes
18answers
2k views
Is there some way to PUSH data from web server to browser?
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.
Is there any better method …
4
votes
4answers
102 views
how do web crawlers handle javascript
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 …
0
votes
0answers
17 views
What is the best International Domain Registrar? [closed]
Looking to get a bunch of european domains, where should I register them?
Thanks.
0
votes
0answers
12 views
Let vmware virtual machine connect to the world thru specialized interface [closed]
I have vmware player, and I am running a special OS therein.
My computer has two network interfaces, let's call them eth0 and eth1.
I want to configure my computer so that all network traffic goes …
2
votes
3answers
81 views
smtp: why does email needs envelope and what does the envelope mean
What is the exact difference between the envelope and the email in smtp?
Why does the protocol need the envelope? In snail mail, the letter needs not contain addresses and is not visible to the …
2
votes
1answer
26 views
Which tool to use to develop toolbar for Internet Explorer and Firefox?
Hi there,
I want to develop toolbar for Internet Explorer and Firefox. Is there any common tool? If not, which tool can be used?
Thanks for reading.
Regards,
Sanket
1
vote
1answer
41 views
If FindNextUrlCacheEntry() fails, how can I retrieve info of the failed entry again?
I got a ERROR_INSUFFICIENT_BUFFER error when invoking FindNextUrlCacheEntry(). Then I want to retrieve the failed entry again, using a enlarged buffer. But I found that when I invoke …
0
votes
0answers
31 views
The most efficient DHT
What is the most efficient 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.
Efficient in terms of CPU execution …
1
vote
4answers
325 views
How does DHT in torrents work?
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 …
2
votes
1answer
51 views
Determine total size of SVN directory/trunk
Is there a way to count/calculate the total size of a svn directory if you were to checkout a revision?
I have limited internet downloads so I need to know how big something is before I go and …
15
votes
19answers
705 views
Have you also become memory-lazy as a programmer? How do you overcome it?
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. …
1
vote
2answers
79 views
IE8 Browser Mode & Standards Mode
I need to force IE8 to display as follows:
Browser Mode: Internet Explorer 8
Document Mode: IE8 Standards
I have added this tag however it only affects the document mode, not the browser mode. How …
0
votes
1answer
23 views
IE color <dt> spill
I have made a page here
the DT title is underline red with text white... in firefox everything is fine... but the dt spill in IE... why ?
here is a VIEW of the problem !
Here is the perfect example …
