1
vote
3answers
20 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, annoyi …
4
votes
4answers
100 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 o …
15
votes
19answers
700 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 co …
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.
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 …
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 ne …
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 t …
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
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 be …
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 …
0
votes
4answers
67 views
jQuery/AJAX in IE : Object doesn’t support this property or method
Ok, I'm stumped. Basically, this script works fine in FF, but not in IE (6,7 or 8) - in which it returns an "Object doesn't support this property or method" error. Any ideas?:
fun …
2
votes
4answers
50 views
where is class E ip addresses?
I am reading Richard Stevens' TCP/IP illustrated Vol1.He said class E ip addresses are reserved for future use.Considering he wrote the book at 1994,now is the future.So where is t …
5
votes
7answers
211 views
what is the difference between web servers and application servers?
what is the difference between web servers and application servers? I have googled but couldnt get clear...
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 …
2
votes
2answers
42 views
Making IE not to hang with unsupported Javascript?
Hi,
I have a problem with IE. All other browsers work fine, but in IE the following example will make Javascript to stop entirely:
elem = document.getElementById('asd');
elem.s …
