web

Web-Radio Streaming on the iPhone

Hello folks. I've seen a number of radio apps for the iPhone that stream internet audio such as MP3, AAC, etc. I've been questioned by my boss about the possibility of making a radio app for a client, but have no idea of the requirements, limitations and/or possibilities. What exactly is needed for a radio streaming app? An mp3/AAC fi...

How to always show scrollbar in browser using javascript?

Hi there, I want to always show vertical scrollbar in my webpage. How it is possible using javascript? I think it is possible using javascript or jQuery. I want vertical scrollbar whether there is enough content to show or not. thanks. ...

SMTP Fully-qualified domain name configuration

Hi everyone, I have trouble with receiving of email from from my SMTP to internal (the same domain) email. I mean that when I sent email from my [email protected] email to private email [email protected] this email was delivered. But when I sent from [email protected] to [email protected] this email was not delivered. T...

json invalid according to jQuery but not jsonlint

I have a .NET web service returning the following json: {"command":"getqcardjson","valuesets":[{"datatable":"eaa65990-8f88-45e0-966b-610858ad4cb6","values":[{"Id":"eaa65990-8f88-45e0-966b-610858ad4cb6","InternalName":"Alpha Profile","TableName":"Alpha Profile","OnMainMenu":"","DefaultDataSourceId":"bb4d1622-2e48-40b6-bea7-6355d701445c",...

Posting to a web server (general question)

Sorry, this isn't really a programming question but it's for a program I am making. My program needs to be able to upload files via many methods including HTTP, and to develop HTTP functionality I need to have a web server to post too - but the concept is failing me. I use Mac OS X Snow Leopard but also Windows 7 in Parallels for my dev...

web application asp.net

how do i connect two computers together using asp.net, similar to using TCP/IP where they connect through an ip-address and a port but im trying to avoid TCP/IP. How can i do a similar way with asp.net, http protocol ...

i want to do project on Pc to mobile calling Suggest me the start up and technologies protocols i need to learn

i want to do project on Pc to mobile calling(like we call from mobile to mobile through internet i wanna connect from pc to mobile ) Suggest me the start up ideas and technologies protocols i need to learn ...etc Suggest me to Kick start my work of first learn it ...

What do you think about Tapestry 5.2?

I want to create a new project and I'm studing diferent web frameworks In StackOverFlow there are diferent threads of tapestry but it talks about Tapestry 4 or old Tapestry 5.0.8 What about tapestry 5.2, what do you think about it ? Thanks in advance ...

[Javascript]Read RSS feed

Possible Duplicate: Retrieve a cross domain RSS(xml) through Javascript Hey, I'm creating a website and I need to display a couple RSS feeds. I noticed XMLHttpRequest() doesn't support cross-domain requests. How can I do it with Javascript or jQuery? Thanks! ...

Web Service different between Asp.net Application and SilverLight Application

Hi All I try to use this webService ws.eoddata.com/data.asmx in web application i can access all information using following code: var wsEOD = new com.eoddata.ws.Data(); var response = wsEOD.Login("khem", "Nepal"); [Example] if (response != null) { if (!string.IsNullOrEmpty(response.Token)) ...

Distributing web traffic to various servers?

Something I have been curious about for quite sometime now. How exactly do you distribute your web traffic to various servers? And when do you know when to distribute to another server? For sites like Facebook, they have one point of entry via the domain www.facebook.com so if server A is running at 90% of what it can or whatever how d...

Transparent Single Sign On across multiple websites

I have a network of sites. Some of them as subdomains and other as domains. I want to create a central login place for all my users like http://login.example.com/ where they can log in. I have a sign in link on all the sites which the user can click to sign in. If they sign in once, they should be transparently logged in to all all other...