internet

jQuery fadeIn/fadeOut in IE mess the layout

Hi, 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. However when I fade it out inside IE the layout of my columns is modified. It is as if my columns are transformed in n...

javascript/dashcode: check for internet connection

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 fai...

Weird problem with a site layout on IE 7

Hi, 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 ...

Checkbox not working properly for IE with jquery

Hi, I am trying using several asp.net checkboxes on a page, disabling them accordingly. <asp:CheckBox ID='chkMenuItem' runat='server' CssClass='HiddenText' Text='Test' onclick='<%#String.Format("checkChild({0});", Eval("id")) %>' /> on javascript, I am using the following code function checkChild(id) { for (i = 0; i ...

sidebar covers footer in internet explorer 6 and 7

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 : http://blog.baabak.ir (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...

Networking over the 3G network and Ftp/WCF

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. I am thinking of using FtpWebRequest and FtpWebResponse. Bue to bandwidth issues I will probably queue each image (with its associated xml file) and transfer them 1 at a time To get the best perform...

Web application book for dummies / managers?

Is there a good book available for orienting a non-technical person to the architecture of the Internet and a "web application"? 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 (inclu...

Record video from Hulu

How can I record video from Hulu? Do I need special software to do that? ...

calling a method in which way?

I want to make connection between two parts of my program which can be located in departed places. I have some choices for making this connection: using PRC/RMI: in every request a calling method will send to second part using normal function call using queue(in memory):every request will be placed in a queue and second part will get t...

Online Game Development

Hi, I have currently been programming for about two years as a student. I have experience with programming languages like Java and C++. I want to take an independent shift and try to develop a simple flash game, similar to the kinds you find on www.armorgames.com. My question is; How do I get started doing this, what language/tools shou...

concurrency in threads and synchronization

Transaction processor is a part of switch which is used for banking job.(shown in picture below) ![alt text][1] which aspects of this part should be considered in designing? I mean concurrency needs.for example for threads. when a new thread should be created for answering a request and when have to be deleted?how can I reduce overhead ...

z-index issue in IE7

hi there we have a z-index problem with a div that's supposed to be over a particular div. the div named (house-over-banner) is absolute, whilst the one below it is relative. In Firefox, IE6, 8 - it shows all good! Just in IE7, it doesn't! the link is www.showhome3d.com.au. - it's the house over the baner on the right hand side of the ...

What's the advantage of URLs with semantically dead components?

I noticed today that SO uses magic URLs in the form. For example, a question is ".../questions/[nnn]/[description]. As an experiment when showing a question I changed the description and hit enter. As expected, it did not affect the request and the question showed just fine, only with a garbage URL: http://stackoverflow.com/questions...

Check if data from a url has changed since last time?

Hi There, For a given URL, I want to check if the content has changed since the last time. The content for the (http) URL is generated by a script which goes through several modifications regularly. Need to see if there are any regressions caused by this changing of the script. Prac ...

[Android] Beginners problem

Hi, I am pretty new to programming and just to try Andorid. I am trying to create an simple app that ask after a string from the user and after that I want my program to go out on the internet with the web-browser. But I get 2 things wrong, one thing is my way to go on the internet but that I know I chose the wrong method, but the other...

In iphone, how to check whether internet is there from the app ?

When my app starts, I want to check whether the net connection is avaliable or not. And if not I want to show an alert message. How can I check it? ...

Custom <ul> image bullets not showing up in Internet Explorer?

Here is the code I am using: .customBulletList { list-style-image: url(images/bullet.png); } The weird thing is that it shows up in Firefox, Chrome, Safari, and Opera. Is this CSS property not supported in IE or something? Thanks in advance. ...

Check for internet connection

What is the most fastest and most efficient way to check for an internet connection. ...

how to connect android emulator to the internet

hi folks, basic question but i haven't been able to figure it out: how to I connect my android emulator to the internet, e.g. to use the browser? I've found lots of advice on what do to when your connected through a proxy, but that's not the case here, my machine (win7) is directly connected to the router... thanks for your help, ma...

Check Connection on iPhone

Hello i have i problem. If i want to check my iPhone-app for internet connection, i always get this error message: * +[Connection isConnected]: unrecognized selector sent to class 0x3bcd500 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '** +[Connection isConnected]: unrecognized selector sent to class...