internet

How do I register a system wide mime filter?

Hi all I've given the Delphi components from bsalsa.com a try. These include a mime filter so that I can have access to the HTML returned from a server before it reaches the browser. However this demo only filters browser instances in the current app whereas I need to register a system-wide filter. Can someone tell me how to do that?...

Is there any protocol like UPnP for router Loopback? (Loopback NAT)

We can use UPnP protocols to Forward users port. SO TO DO SIMPLE NAT TRAVERSAL. But problems appear after such operation. My main point is - you can forward users port - bind it to globall adress, you can acsess it from glogal internet, but you can not from local network (ower the NAT). So I wonder if there is some protocol set that al...

QtMobility bearer management

I'm creating a Qt Symbian application and need to connect to internet. In some way I need to let the user choose a connection ONCE when the app starts or use the DEFAULT connection if that is enabled. Before I just used qt_SetDefaultIap() to set the connection on start. It worked perfect but now I need to use QtMobility instead. I have ...

Cookie not working in IE

Cookie is not working with IE. The browser is set to allow cookies. Works fine in Firefox... and works fine in IE when I run it locally. But as soon as I publish, it breaks. It is used for a poll so a user cannot vote more than once. The following code runs once a user tries to vote: if (Request.Cookies["Poll"] != null && Request.C...

jQuery: issue on onclick of "LI"

hi friends, i've a problem with jquery: on click of "li" function, various ie versions are acting differently.. here is the html code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Conte...

dynamically create object tags in javascript

I am wondering why the following code does not create two of my activex object. When the object tag is directly in the HTML it works fine, but for the life of me I can't dynamically create the object item. Is this a security issue or something? I am finding a difficult time finding documentation on this problem. <%@ Page Language="C#"...

Why is the internet so unsecure?

The internet is so unsecure and unregulated that I frequently tell customers who use my app to never connect their production system to it!.. as a matter of fact, I tell them to acquire a standalone system exclusively dedicated to surfing the web and to never store any confidential info on it. Anything can be broken into and I truly beli...

I get this error! [ 'return' statement outside of function ]

I was creating a form validator for a client and ran into this weird error ONLY in Internet Exploder (Explorer) 7/8.... 'return' outside of function, line 1, char 1 Of course, there was no code whasoever on line 1, it was a simple commented statement. And there was nothing wring with it in any way. So I knew it was just a debug miss-di...

ERROR! Message when submitting simple e-mail form. (PHP)

Hi All I just purchased a website template from DreamTemplate.com, and have tried to send a test e-mail from it online and instead of sending the e-mail it just comes up with red text saying: "ERROR!". I am not very familiar with PHP, but I can understand the syntax. The code is below: Contact.html <script type="text/javascript"> // ...

Change id of a Table row using javascript in IE

Hello I have a table which has a few rows. And I have an add button in my application which allows to add rows at any rowIndex. I use insertRow method to insert rows at a specific position. So once a row in inserted, I change the table row Ids of all the rows, to arrange them in an ascending order. Now I have been developing this applica...

php / js facebook API Internet explorer fb_xd_fragment

Hi all, I'm debugging my website on Internet Explorer and, each time I try to use Facebook and connect with IE, it logs me in with Facebook, but in the popup it changes the URL to something beginning with "fb_xd_fragment" and it doesn't set the cookies for my domain... Any idea how to fix this? It only happens on IE, works perfectly on...

Sharing Apache Server with the Internet ?

I installed Apache with WAMP. I want to make my computer as a server for my web page for make some experiment on my web site.But I can`t open my server in Internet. I can see it in http://localhost/mysite/index.html but when I try to reach it in another computer like http://myserverip/mysite/index.html it says server not responding. I a...

Printing to a remote printer from a website

I would like to be able to print to a number of remote printers from a website. The website runs on a Linux server, and it is the application within the website that generates the print jobs. The remote printers are located at a number of broadband sites. The printers will be serial receipt printers or USB printers. There will most like...

IE 8 Trusted Sites and "Automatically logon with current username and password"

Does anyone know of any articles/blogs that have been written describing the security implications with setting the Trusted Zone in Internet Explorer to "Automatically logon with current username and password"? ...

How to connect to internet programatically?

HI, I'm building an Android application requiring internet connection, and I'm using ConnectivityManager to check whether the device is connected to internet or not. Now, what's the best strategy if it's not connected? Should I quit the application and tell the user to first connect to internet? or is there any way to ask the user if he...

Adding Radio Player into flash

Hi everyone, I am relatively new to flash although im loving the software. Im creating an Internet Radio Station website in flash. Everything seems to work okay, now i want to embed or add a flash player for the radio stream from shoutcast. anyone know any players that cud be added to my fla and work once given a stream url and port? ...

Load image for UIImageView from the net with security

Hi, I'm trying to load an image into an UIImageView from the internet. This is no problem, but what I want is the image be secured with user credentials. So if you go to the direct link of the image, you get an login popup (secured directory). How can I pass those user credentials so I can load the image from the net with user credenti...

Jquery Fancybox not displaying on IE 7

Hi, I am using FancyBox to show larger versions of image thumbnails on a PHP application. I am using a uniform CSS class name for all the thumbnails to trigger the Fancybox functions. But when viewing the app on IE 7, only the first thumbnail actually triggers Fancybox, the rest of the thumbnails dont work. What could be the problem...

Javascript: IE Error, Firebug not erring. Where is it?

Again, I am working with code from my predecessor and am at a loss for this one. It appears to be a sampled navigation script. It is receiving an error in IE stating 'Object doesn't support this property or method'. Here is what I have narrowed the error down to. The function: /** * hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+ * <h...

(iPhone) Reading from a web file - NSMutableArray

Right now I have an NSArray whose items are just written in the implementation file. I'd like to know how to make it so I can store all the items on a web (text) file. Example: http://mysite.com/files/objects.txt On that document: Object 0 goes here Object 1 goes here Object 2 goes here Object 3 goes here etc. All separated by ...