Hi, Im have addressed some of the problems such as the attachEvent only supported in IE, but im having problems loading the image as the user draws i.e. it only updates the image once the mousemove event has finished. [^] Cheers
hardboy111
Posts
-
Hi - Why does the javascript in this asp.net tutorial not work in firefox 3? -
potential solutions for recording video from client webcamHi All, Im looking for a free solution/approach to capturing video from a clients webcam and sending back the recorded video to my server (IIS). Flash player, Javascript, silverlight, asp .net, etc.. Any Ideas? Thanks M
-
How to make asp.net control attribute update from javascript persistent?Hi, I have a control where I calculate the height property from javascript and set that accordingly. My problem is that the control is embedded in a updatepanel which updates every second. On updating, the default height value of the control is used. How do I make the height value calculated from javascript persistent so that asp.net uses it on postback. Thanks Mike
-
Listening for database updates in asp .netim using a COMET approach. Hence if a update occurs I want to be able to push the update down to the web browser without any request from the client. Polling isnt what I want to do.
-
Listening for database updates in asp .netHi All, I have a mysql database. I have a web portal in php where users can update personal information which is added and stored in the database. Im building another web app in asp .net which will feed from the same database. Is there anyway of 'listening' for when updates occur in the database efficently from my asp .net web app? Im not sure what the best approach is. Any suggestions much appreciated. Thanks Mike
-
COM Interface HookingCould someone in simple terms, explain Interface hooking using a COM component like MSN Messenger for example. What are the advantages of using COM interface hooking? cheers :confused: mike
-
PROBLEM , MSN MESSENGER????Im going to create an add-on to msn messneger client that among other things saves the history of a contacts state changes, i.e offline to online etc. I want to keep a log so that a profile can be built up over time (24hours) when a contact is online at times through out the day. So the user with that contact can see when the best time is to try and catch the contact online. The problem is, how to record state changes when the user is not online themselves. Thus keeping the information useful. I need some way of retreving state changes of contacts without the user being online. Then when the user signs into messenger the profile can be updated. Im not sure if its feasible, so i thought id put the problem on here. cheers for any comments MIKE
-
msn messenger idea/problem????Im going to create an add-on to msn messneger client that among other things saves the history of a contacts state changes, i.e offline to online etc. I want to keep a log so that a profile can be built up over time (24hours) when a contact is online at times through out the day. So the user with that contact can see when the best time is to try and catch the contact online. The problem is, how to record state changes when the user is not online themselves. Thus keeping the information useful. I need some way of retreving state changes of contacts without the user being online. Then when the user signs into messenger the profile can be updated. Im not sure if its feasible, so i thought id put the problem on here.:confused: cheers for any comments mike
-
msn profile toolIve been asked to create a profile tool that interfaces with msn. It uses the events generated by msn to build up a users profile. What language would people recommend I use, and reasoning. Ive seen this dotMSN libary in C#. would people say this is the best way to go about this task?? any suggestions greatly appreciated. mikey