live

Non intrusive 'live' help system

I'm searching a C# component or code snipped that does something like that: I want to inform new users about the most important program functions if he opens a new window for example. It should be a box showing text (formated if possible) that is of course not modal and has some mechanism to 'go out of the way' if the user enters the te...

How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem?

We run a large online community in the Netherlands. Because of that we send a lot of mail to the hotmail email addresses of our members. Recently we have noticed that not all mail is reaching our members, because we have hit a certain limit or so it seems. Google doesn't give a solution (yet) but we see a lot of others having the same p...

using Live HTTP Headers

On a website, I enter some parameters in a form, click on search and then get a page with a message "retrieving your results". After the search is complete, I get another page with my results displayed. I am trying to recreate this programatically and I used Live HTTP Headers to get a peek of what is going on behind i.e the url, form ...

Hotmail Alerts using Live API

Iam looking to write a C# application to alert the user when he gets an email on his hotmail account. I have already gone through http://www.codeproject.com/KB/IP/httpmail.aspx But seems that Microsoft has discontinued it now. http://www.eweek.com/article2/0,1759,1652391,00.asp I looked to the Live SDK but couldn't find any mail rela...

windows live id web authentication sdk giving Java App server error

I'm making a website in c# .NET and using the windows live id web authentication sdk for my logins. I'm trying to deploy the site using server 2003 and IIS 6.0, but I'm getting the following error, when redirecting from the login page to webauth-handler: "HTTP Status 405 - HTTP method POST is not supported by this URL type Status repor...

cURL login to login.live.com

I I'm trying to login to live.com via cURL Has anyone tried that before? Could you then post your script? Thanks I'm now using this command... curl --cookie cjar3 --cookie-jar cjar3 --data 'PPSX=P&PwdPad=&type=&[email protected]&passwd=xxxxxxxxx&SI= Accedi &radio=2' --location --output /home/mauripz/temp/Nuova/loginresult.html ...

PHP live updating

I was wondering if there is a way to use php to return the values from a search without having to reload the whole webpage or using iframes or anything like that. I've tried searching for it but I always end up with AJAX and I was wondering if there is a PHP way for it... ...

Live ID Web Authentication on Azure

I have a Silverlight application and want to use it, on Azure with Live ID web autentication. Now I search for a good tutorial or solution to use the Live Id Web Authentication in a Cloud application, to use it on Azure. Can someone help me? ...

Community Site with Blogs and forums - Oxite, DNN or CS?

Hi all, I need to do a community site with blogs and forums, and was looking at 3 options: Oxite, DNN and community server. The frontend will be a mixture of ASP.NET and Silverlight. LiveID integration would be a plus. Any suggestions? Thanks. ...

Method to Interpret User input in TextBox Live - Similar to WMD preview here on SO

Hello, I am looking to find a way to interpret user input as they type it (and eventually perform some types of actions as it happens based on their input) This is intended for a web based application. So far I have a way that I can update a Label whenever the user hits enter, but I would like it so that the text updates on any keypre...

How to change the total credits selected live on a webpage with checkbox?

Hey my webpage is having a checkbox where students have to select the modules they wish to select. Is it possible that I can update the total module credits selected live on the webpage when the student clicks on a checkbox? Or when the student clicks submit can I show a message like please select 60 credits? ...

jQuery live() removing iPhone touch event attributes?

I am binding live events on links in my PhoneGap app. The event does fire successfully (confirmed by alert()ing), but it seems any touch data is not attached to the event object like it should be. This happens on all touch events - touchstart, touchmove, and touchend. $('a').live('touchend', function(event) { event.preventDefault(); ...

Looking for web site test architecture with SVN

We are looking to do two things: Set up an offline web test platform, and Implement version control with SVN. The posts I've seen suggest the SVN repository should exist as a separate data store from the test and live platforms, probably on a different server. Can anyone point me to articles/posts on how to properly stage code be...

How to make live custom events in jQuery

jQuery has a really handy event binder called live() which will add events to DOM elements on the fly (even for the elements that will be added later to the DOM). The problem is that it's only working on specific events (listed here in documentation). I really want to have live events for focus,blur and change which is not supported by...

How to know where live point is in a stream?

How to know where live point is in a stream? NetStream.seek ( 99999999999999 ) basically sends me to the latest point, but how do I find the current exact endpoint of the stream? ...

jQuery mulitple click handlers..how to ensure order of firing?

I have 2 click handlers binded to an element like so: in the file which contains the control I am binding to, I have the first handler, which does some functionality specific to that control $("#mycontrol").live("click", function() { alert("foo"); }); In the main page which uses that control, I have another handler binding to that el...

Is it possible to add que points in a live dvr f4v stream?

Is it possible to add que points in a live dvr f4v stream? ...

Any good tools for ensuring sites are live?

I'm looking for some recommendations for website tools to ensure that deployed sites are always live and available. Ideally, I'd like to have a decent reporting / messaging mechanism from it to report when any faults occur. I've considered using CruiseControl and having some custom .Net libraries ping each site and analyse the response ...

Reliable & scalable solutions for live audio streaming?

Hey there! I wonder if you could share your thoughts / resources about live audio streaming (to run on-line radio station). I have to admit, I am a complete newbie to the subject, so please excuse me lack of details. What are the most recommended platforms / software setups? Opinions based on personal experience would be highly appr...

import data from web stream in c++

hi i was wondering if is possible to import data from a live stream from a web site and perform computation on the data in real time? if this is possible what is the most efficient(computationally fast) way of doing it? thank you for any help or commpents. ...