Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.
I want to build my own website using JS, Ajax and JQ on the client side and PHP and SQL on the server side. I was looking for IDE that will allow me to work easily with these and espcially with PHP, Eclipse doesn't seem to be good enough and so I get to Cloud 9 IDE. However, my understanding now is that PHP files can't be run from cloud 9. Cloud 9 is my favorite now becuase it's on the web (meaning that there is no heavy download or need for plug ins) and it's easy to deploy with it. I also tried to work with PHP designer 8 (which fully supports PHP and HTML5) but the debugger seems no to work so well (instead of checking from one break point to another it goes from one code line to another). Any advise that would help in setting up nice IDE that fully supports (meaning, save files, open files, debug files, run them and etc) PHP, HTML5, JS and etc and allow easy deployment on remote server, and preferably web based IDE, is wellcomed.--Gilisa (talk) 10:12, 8 May 2012 (UTC)[reply]
I found this link on a web site and saw a headline which, based on the URL, was a Google cache. I intended to scroll down, but all of a sudden the cached content on the page was replaced with the actual content from the web site.— Vchimpanzee· talk·contributions·14:13, 8 May 2012 (UTC)[reply]
I managed to stop the redirect (in Firefox) by hitting the Escape key as soon as the cached page appeared. There's a text-only version of the cached page here. Alternatively you could try disabling JavaScript, which is probably what's being used to force the redirect. AndrewWTaylor (talk) 18:12, 8 May 2012 (UTC)[reply]
Is there a free Windows XP program which will click on a point every few seconds ? The important constraint is that I don't want it to click on the mouse pointer position (I already have XuMouse for that), I want to be able to specify the coords where it clicks. Every 5 seconds would be a good interval. StuRat (talk) 17:41, 8 May 2012 (UTC)[reply]
I often use the AWT Robot. With about two lines of Java code, you can create a program to move the Windows mouse-cursor to an arbitrary X,Y coordinate and fire a mouse-event (a click, a double-click, or whatever). Let me know if you want some sample code. Nimur (talk) 18:11, 8 May 2012 (UTC)[reply]
JavaC is the Java Compiler. It is installed as part of the Java Development Kit. The easiest solution is to download the Oracle JDK 7. You can also use other Java compilers, like the free-software OpenJDK, but Oracle provides a one-button installation package for Windows that "just works," and is free to use for your purposes. Nimur (talk) 18:41, 8 May 2012 (UTC)[reply]
I downloaded the Oracle jdk-7u4-windows-i586.exe file and installed it, and rebooted, but "javac" is still not recognized at the command prompt. Is there something else I need to do ? StuRat (talk) 20:20, 8 May 2012 (UTC)[reply]
How do I do that ? I looked for it in the installed directories, but couldn't find a "javac.exe" or anything like that. StuRat (talk) 22:49, 8 May 2012 (UTC)[reply]
I've read that when an Android phone is connected to a PC via Bluetooth, it's possible (on both Windows 7 Ultimate and Xubuntu, both of which I'm using) to answer calls by pressing a key and talk on the PC's headset. Is there any way to do that with a USB connection? I'm using a rooted Nexus One with Cyanogenmod 7, and have lots of USB ports but no Bluetooth dongle. NeonMerlin21:53, 8 May 2012 (UTC)[reply]
Yes there is, but I couldn't tell you by what process. There's quite a populous #android channel on irc.freenode.net that probably could help. While USB Bluetooth dongles can be comparatively pricey locally (but still a drop in the bucket compared to a smart phone / wireless plan), if you're willing to wait you can get them incredibly cheap online (at dealextreme for example). ¦ Reisio (talk) 22:56, 8 May 2012 (UTC)[reply]