internet

Impact of Changing IP Address of Outgoing IP Packets From My Network

If I modify the source ip address of all outgoing ip packets from my network to an ip address belonging to someone else (while ensuring that the checksum is correct) then what will happen. Assume that I have a public IP address connected by a point-to-point link to an ISP. Will the ISP check that the IP address in my IP packets is corre...

MS Word paste into tinymce - retain tabulators

Hi, I have a 5 year old web application which runs tinymce 2.0.5.1 In this version it is possible - in IE 6,7,8 only to paste from MS Word and retain the tab characters. What we have done is to add a callback: paste_insert_word_content_callback : "findtabs" function findtabs(type, content) { if (type == "before"){ content ...

Problem with table resizing after automatically removing from jquery one column (this only happens in Internet explorer)

Hi. I have a table with some columns. Something like this: <>div id="outer"> <table> <tr> <td>remove button</td> <td>remove button</td> </tr> <tr> ... </tr> </table> <>/div>' The table has the size of the div#outer When I click remove button I remove with jquery the entire col...

Problem hosting WebBrowser control in an ATL app.

I have a legacy atl app that hosts a webbrowser control in an ATL window. I create an instance of the client to host the browser using the following sequence CComPtr<IOleObject> spOleObject; HRESULT hr = CoCreateInstance(CLSID_WebBrowser, NULL, CLSCTX_INPROC, ID_IOleObject,(void**)&spOleObject); spOleObject->SetClientSite(this); GetCli...

URL Slugs: Redirects or 404s?

Some sites, like here at SO, allow 'bogus' slugs in the URL. Before implementing URL slugs on my site, I have a question of 'best practices'... Given a structure like example.com/123/article-slug-here/, if my site allows bogus slugs by querying on the ID - Should I ... just do a redirect to the appropriate/canonical URL (verifyi...

Override intranet compatibility mode IE8

By default IE8 forces intranet websites into compatibility mode. I tried changing the meta header to IE8, but it doesn't acknowledge the meta header and just uses the browser setting. Does anyone know how to disable this? ...

What's up with IE this time? - Floats the entire content to the left and adds a gap in the menu.

You build it for FF, then you hack it for IE. Take a look here: http://jbhstad.se/NicklasSandell/ Anyone knows what's up with IE? The menu seems to have a gap between for some reason, and the entire site is floated left? Thanks in advance, -Nike ...

how can i send data over internet to any specific computer in subnet.

I want to know how I can send or recieve data over internet to/from a computer in subnet (this is specially in context to PPP users bcoz getting static IP is not so much in practice). I actually want to create an application which can transfer file between 2 specific computer in WAN. so what are things I need to know about to do the sa...

Decrease the upload/download speed

I am doing networking project, My current broadband internet speed is 2Mbps my application is working correctly. I need to test my application status 512Mbps or any other speed. How to decrease the speed of internet, Is there any way to increase/decrease the speed by making changes in local machine. Thanks. ...

How do I disable the network connection from .Net without needing admin priveledges?

I may be SOL on this but I thought I would give throw it out for possible solutions. I am writing a computer access control service to help me control my kids' computer use. Plan on open sourcing it when I have it working. It is written in VB.Net and needs to work on XP through 7. I am running into all sorts of security and desktop acc...

How do I get a Java to call data from the Internet? Where to even start??

Hello oh great wizards of all things android. I really need your help. Mostly because my little brain just doesn't know were to start. I am trying to pull data from the internet to make a widget for the home screen. I have the layout built: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.androi...

Access Internet From My Blackberry App

Hi all, This is my first attemp to code a blackberry app so please bear with me. I am developing an app to make it easy to access certain information from certain websites using screenscrapping. Now I am done with the ui part of the application onto the internet access part. My question is how do i access internet from my app ? I see...

getting playlist of stations for internet radio application in android

hi all, I want to develop an internet radio application in android.I am new to this application. I am planning to get the list of station and put them in an xml file in sdcard and provide that in a listview so that when one item is get selected that station will start playing.The xml file should be updated if any new station is added. H...

Connecting to internet thru my app

Hi Is there any way to start the internet through Wifi/GPRS/EDGE/UMTS from application?? Thanks and Regards. ...

Internet Explorer plugin

I have created the plugin which change the content (add a small picture after each link). But when I visit HTTPS-sites then IE shows popup: "To help protect your security, IE has restricted ......". I pressed allow button, my pictures were displayed. However IE shows it again. And it happens again and again. What have I done wrong? Have...

Are there any CMS/scripts for PayPal software selling?

I want to sell my application, but I wonder is there any cheap/free cms or script to validate the paypal transaction, and then send serial from a db to desired email? ...

How does assembly language interact with something like the Internet?

So I was thinking about languages the other day, and it struck me that any program written in a compiled language that interacts with the Internet is then translated into assembly that has to interact with the Internet. I've just begun learning a bit of x86 assembly to help me understand C++ a bit better, and I'm baffled by how something...

Downloading an android layout from the internet.

Hi, I would like ask if there's a way to download an android layout from the Internet into the "res/layout" folder. I was thinking in getting the file using an HttpUrlConnection and a FileOutputStream, like discussed in here http://stackoverflow.com/questions/576513/android-download-binary-file-problems but I can't fgure out how to put ...

JavaScript: 'textarea.value' not working in IE?

Hi! A few hours ago, I was instructed how to style a specific textarea with JS. The following piece of code (thanks again, Mario Menger) works like a charm in Firefox but unfortunately nothing happens in Internet Explorer (7 tested only so far). var foo = document.getElementById('HCB_textarea'); var defaultText = 'Your message here'; fo...

jquery is not working in IE and giving error

Hello friends! I have jquery validation code which is working fine in ff but the same code is not working in Internet Explorer. There is no error when I run same script in FF but there is an error when i run same scritp in Internet explorer the error is as follows Error: Expected identifier, string or number code: 0 I cant able to und...