Open source APIs to determine websites status and different information
hi, are there any Open source API to help building a tool that can detect websites status. something like this service watchmouse watchmouse 2 thanks ...
hi, are there any Open source API to help building a tool that can detect websites status. something like this service watchmouse watchmouse 2 thanks ...
How to open a port in android, in J2ME is Connector.open thanks in advance ...
When in the Linux 2.6 kernel and in NFSv3 did open("fname", O_CREAT|O_EXCL) became valid? The current canonical open(2) system call documentation (http://www.kernel.org/doc/man-pages/online/pages/man2/open.2.html) says everything is fine: O_EXCL ... On NFS, O_EXCL is only supported when using NFSv3 or later on kernel 2.6 or later. I...
Good days, My problem is giving a link to a directory, in an inner network. It is working for IE 6 but i need to do this for especially for IE7 and IE8. My internal Link is like that: \CompName\Report\ I tried to do this with : file://.... but it didn't work. Any ideas? ...
I'm working with MVVM and instead of reinventing the wheel, I thought I could find an open source view model base class. I can't find one. ...
I am trying to load a web page in a new window on class="link" Below is what I have but it does not seem to work in IE 7-8 $('.clicky').mousedown(function(){ window.open("http://google.com"); }); Here is the complete context http://jsfiddle.net/Zw5c2/14/ Foolish me it was my pop up blocker. But I modified the scrip...
Are there any open source or free wire framing tools available? I tried Pencil, but are there any better ones? mockingbird.com was awesome, but it's paid now from Aug 15th. So, any other alternatives? Thanks ...
I've been wanting to help out with an open source project for some time now. I want to do this for two main reasons. I am a strong supporter of foss and I want to gain experience. I've struggled to find a project that I thought I would want to help with. There are many I would like to help with, but they are far to complex for what I...
Hi guys, I have a project where the requirement is to have an "open blog" -- anyone can blog and administrators will approve & publish blog entries. I was just wondering if anyone had recommendations for a good platform to do this? I'm looking at Posterous, I like the ease of posting via email and the fact that anonymous bloggers don'...
Hi Guys, Does anyone know how can I find out when the "Open" button was clicked in the dialog window of the file upload? I just want to do some checks once this has happened (validation etc.) and then perform the upload automatically. Also - I don't want to use any plugins as I know there are a few. ...
How do people who aren't committers on open source projects keep their changes on source control before they are ready to submit a patch? Specifically, say I'm working on an apache project like Hadoop. I would like to be able to maintain the original subversion bindings (for things like checking project history, looking at a specific r...
I am using open( my $command_out, "-|", $command_string ) to execute a command and process its output on the fly (not having to wait for the command to finish first, as in system()). I noticed that when I call some R scripts this way, some of R messages are printed to the screen (e.g. Loading required package: ...). I guess this is bec...
Hi, As a user, I really love how the Apple App Store website on a browser can tell if I have iTunes installed or not and can act accordingly. For example, if I go to an App's page like "Remember the Milk": http://itunes.apple.com/app/remember-the-milk/id293561396?mt=8 and then click on the "View in iTunes" button, If I have iTunes i...
http://www.kaltura.org/kaltura-simple-uploader-ksu-website-integration-guide I have no idea where to start if someone with some skills could get me up and running that would be great ...
Hi.I'm doing part of the project "Persian Linux" and I would be grateful if you could answer my question: Is there any risks that a piece of open source code change to closed source or to be used in a closed source project?if there are any,what are those risks? ...
Hi there, i've recently been looking at PHPMotion in order to allow me to upload and display videos on my site. I wanted to add the facility to incorporate videos from youtube, however the plug ins and application itself seem somewhat bug ridden currently.. I realised that in essence all i require is a method to index and display video...
I have a big problem with filling an open GraphicsPath figure with Graphics.FillPath(brush, path). According to MSDN http://msdn.microsoft.com/en-us/library/kekf4cez.aspx 'the path is filled as if the open figure were closed by a straight line from its ending point to its starting point.' In this case figure similar to ie. 'e' drawn cre...
In the sdk sample code UICatalog, if i build in iPhone 3.2 or iPad, it can not open some link in www.baidu.com, but it work in ios4. Is there someone know why and how to fix it? ...
Hi, I have a web app that has one window, sized small to the left, open a number of windows to the right. There are buttons on the small window, each associated with the other open windows. The point is that when you click a button, it's associated window comes to the top of the pile of windows on the right. This works fine with using ....
Hi, Need help. Am trying to upload an image from my local machine (PC) to the FTP server. In return, received the following error: Warning: ftp_put(c:/dhimage/DSC_0067.JPG) [function.ftp-put]: failed to open stream: No such file or directory in /home/dxxx/public_html/ftp/test.php on line 37 Cannot upload Here's my code: // get FTP a...