|
FFMPEG Tutorial[^] A good place to start.
AFAIK FFMpeg isn't a file uploader, its a video file converter.
|
|
|
|
|
Hi all,
I want to upload large video file using php in less time .it takes too much time upload video file.is there any solution to upload larger file.Thanks In Advance.
modified on Wednesday, October 7, 2009 5:53 AM
|
|
|
|
|
Try sending files to server using FTP.
It is faster than the HTTP transfer
|
|
|
|
|
Hi,
Thanks for ur reply.Give me code if you have it.Thanks in advance
|
|
|
|
|
|
Hi All,
sorry if I have posted it in wrong forum.
I need your guide for the signature pad implementation.
I have to implement a Topaz signature pad in my web application. My doubts & questions are :
1. Where to start ? I have check the site and developers guide. But it don't provide me the proper info.
2. I think we have to save the capture signature in image/xml . But how to capture it ?
Any help would be appreciated.
Regards
|
|
|
|
|
That's Aragon wrote: I have to implement a Topaz signature pad in my web application. My doubts & questions are :
1. Where to start ? I have check the site and developers guide. But it don't provide me the proper info.
I just looked at this site and it offers plenty of software, controls, samples, SDKs etc. What else do you expect to get?
|
|
|
|
|
It's been a nightmare for me. What Aragon fails to realize is that the site, while offering lots of SDKs, etc., pretty much all of them are for Windows Apps. I've had nothing but a nightmare trying to implement it with my web app.
|
|
|
|
|
One more thing. I've managed to get it working, but it's pretty much stripped down to nothing, straight HTML / JavaScript, like something out of 1996. If you are running into issues, shoot me a reply and hopefully I can help out.
|
|
|
|
|
I have just started developing an application with topaz and would like to know what solution you came up with for asp.net web applications. You stated you were using javascript.
|
|
|
|
|
Item1
Item 2
Item 3
Item 4
Item 5
Item 6
Item 7
I need to validate the checkbox given above... My requirement is only one check box is checked at a time on button submit... If more than one check box is checked i want to show the alert message. i want to validate the checkbox using jquery....
Oopppzz!!!!!!!
|
|
|
|
|
|
onclick, deselect the rest?
javascript:void(document.getElementById('CheckBox1').selected = 'false');
javascript:void(document.getElementById('CheckBox2').selected = 'false');
...
javascript:selectTheClickedBox
Or something along those lines?
Its better to use Radio Buttons though, as this is what they were designed for
-= Reelix =-
|
|
|
|
|
Hello Friends! This is not a development question but I just wanted to know your expert opinion whether this can be viable/interesting site or not. I had this idea for a while to create a website where people can enter a location entry into a map with a disease that they have seen. It is particularly useful for swine flu, where we can find out number of victims, may be the origin, the direction it is spreading geographically and many others. Of course, keeping the privacy of the patient, can this be an interesting site or useful site for general public? Do you think any person will create an entry for others?
|
|
|
|
|
This is probably a lounge post, but....
I don't see where you will get your data from. A small minority of people will ever post their disease there and for flus, how do you know someone had swine flu, just because they say so ?
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Data is crowd sourced! In this kind of websites, we can just make sure that we plead the crowd (by putting a line of text) that it has to be valid and believe them if they ever put it.
But if they ever put it, this can be a valuable information that can help others. Right?
|
|
|
|
|
I would never trust data that people had entered at random, with no incentive as being accurate, or as representative of the real spread of people who had the disease. You will not get a statistically valid number of people entering data.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
You are right, the data may not be trustworthy. But so is wikipedia, tripadvisor or any other crowd-sourcing websites, right? Even their website disclaimer warns about it. But the data is still useful for many.
modified on Tuesday, October 6, 2009 7:24 PM
|
|
|
|
|
Collecting data like wikipedia, which is a collection of facts, is something that is self correcting. Someone else sees something is wrong, and fixes it. Collecting statistics does not work that way.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
I agree. That is the reason I am debating whether to do it or not.
|
|
|
|
|
I'd go with 'no'. I don't see how it would be useful, I am afraid.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
People who need to know this already have access to this sort of information, based on reliable sources from doctors, hospitals and so on. There are also some sites which make this sort of information available to the general public, e.g. Health Map.[^]
A site that was updated by any member of the public as and when they feel like it would not be that reliable. When you looked at the number of cases of a disease in a particular area it would only tell you how many people have posted an entry in that area, not how many cases there actually were. For example, areas in which people have a lower level of income tend to have relatively limited access to computers and the internet, and consequently your site would likely under-represent the incidence of disease in poorer areas.
Also, self-diagnosis is unreliable and so you would have no idea what proportion of the entries posted on your site were accurate or even genuine. If these people have been diagnosed by a doctor then this information will already have been recorded elsewhere by someone who knows what they are doing.
|
|
|
|
|
hello there -
I would like to make the button text or the button background flashing. anyone to help me with some advice for that?
thanks in advance, Laziale
|
|
|
|
|
You would use javascript to change the color, or use an animated gif. This was discussed at length yesterday in the ASP.NET forum.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
What is website prototype ? and how can it help us ?
|
|
|
|