Hello,
Please help me in this. I need to create a layout using percentage widths. I have a wrapper that is 100% width.
Now I have a DIV (the main wrapper.. I want to keep it at 94% width percentage.. 94% of 100% body).. okay fine
So to make this simple.
-> BODY 100% width set
--> CONTAINER 94% width
---> FIRST CHILD DIV 70% float l...
I have a web page with some javascript like this:
location = '../AnotherPage.html';
If AnotherPage.html exists, all is well. If it doesn't, then I get two behaviours. If this is all running on my local machine, I get an "Access is denied" error. But if the pages are on another machine and I'm accessing it via a share, Internet Expl...
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?
...
I have a folder on my remote server that has a few .png files in it. I want to download these from within my app and store them in the apps 'Documents' folder. How can I do this?
...
Hi!
I am working on a small chat application that uses jQuery to get some info from a PHP file.
The output of the file is a whole bunch of HTML data.
The script works just fine in FF but not in Internet (f***ing) Explorer, lol.
The code looks like this:
$.get("index.php", {p: "chatData", type: "regular"}, function(data){
startPoin...
I found that IE7 maintains same session for multiple tabs in a single browser window and thus doesn't support different sessions for different tabs in a single browser window. My client needs that the application should work perfectly in two different tabs in a single browser window. i think this is because of session and cookie problem....
I am learning JXTA and want to master it. I downloaded the tutorial programs from jxta website
I have run all those programs from only one PC and worked perfectly fine.
But I want it to work over internet.
My friend also has an internet connection. We tried to run socket client on his machine while socket server program was running on m...
I have a Flex application that uses a rich interface. The user can create data and have it instantly show up in a list of data that they have created. The data is stored in a MySQL database using HTTPService POST requests from the Flex application and PHP forms to handle the data on the server side. For sake of explanation, let's say the...
Hi folks,
i'm trying to get a JQuery function running in IE7. In Firefox and Safari its working fine. Now i tried to debug, and even the simplest function is not working in IE, so i guess its a problem of the whole call.
<script src="js/jquery.js" type="application/javascript"></script>
<script type="application/javascript">
$(do...
I have a simple problem but have not figured out what might be solution just yet. I used css reset to fix the issue with internet explorer but no dice. I also do not want to use relative - absolute positioning. If you go to s-e-c-u-r-i-t-y-c-a-m-e-r-a-s-f-l-o-r-i-d-a-.-n-e-t via firefox, chrome, or safari it looks the way i wanted which ...
Hi,
I have an rails app which redirects wrong urls to "/".
I made 404.html file and it has the following code.
<script type="text/javascript">
<!--
window.location = "http://www.mydomain.com/"
//-->
</script>
It works well in Firefox but IE doesn't redirect.
IE draws its own "The webpage cannot be found." page.
I checked log ...
Our team is developing a Internet Media device based on Linux 2.6. Currently we detect whether Internet connectivity is established (via a wired Ethernet i/f) by pinging www.google.com
Some networks we have tested the device on do not support ICMP packet forwarding so our application code mistakenly reports the Internet as unavailable ...
Is it official? Where is it defined?
How can I transform between the english and non-english version, programmatically?
I see domains that google recognizes as hebrew, but the browser does not.
Examples:
http://www.xn----ogc3ffxd2br0d.com/
http://www.xn------wpehbcibg3bcah2ftaym6h.com/
http://www.xn----6hcesc7ap3c.ws/
...
I work in an area where the business users heavily depend on bookmarks to access their work-related web applications. Our standard browser is Internet Explorer v6. We have a new Flex application - when you add the site to Internet Explorer Favorites, then later try to access the site with the Favorites link, we get the following error...
I tried lots of tricks but I can't manage to have them work !
In fact if I click just on the edges of the flash (in the margin of my replaced span), the links actually work.
And when my mouse goes over the sIFR replaced, the good url shows in the status bar...
It looks like the object is hiding the link...
Note : I cannot remove wmod...
How to calculate the Network Bandwidth using Core Java Any pointers
...
How to declare a network proxy for all windows programs to use?
...
How to do it?
Like in windows, we have ForceBindIP see website
...
How to track the internet usage thru java?
I want to track the site visited, how much bytes (uploaded/downloaded).
...
From the following link.
http://stackoverflow.com/questions/1290924/iphone-interaction-with-asp-net-webservice/1503206#1503206
@Pravara - Asked a Question in answer.
The question is something like this.
Hi All,
Is the XML is only way to communicate between .Net web service and iPhone? I have implemented it, in my application, ...