Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I code for Firefox, Chrome and Opera extensions with Sublime Text and Notepad++.
But I wonder is there any IDE more suitable for extension development?
I tried to code with XCODE but it was no different than Notepad++.
If you want to build up a chrome app/ext you can use the typical client-side web development stack--HTML, CSS, and JavaScript. This means you can use any IDE you would use for building a web front end like WebStorm, Eclipse, Sublime Text, etc.You can also build Chrome apps with Google Dart , Besides Chrome Dev Editor is pretty decent .
For Firefox you can use Selenium , Selenium IDE is an integrated development environment for Selenium scripts. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run in.
Or You can use Eclipse PDE .
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 7 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Improve this question
I want to automate some tasks that i do daily, to save time and effort.
Daily, when I switch on my computer the main things I do is login to Gmail and TFS server on chrome, and on Mozilla Firefox I open an other account(client account)(as these accounts are in different proxy i have to use two different browsers)
What I want is to automate this, like when I start my computer it has to automatically open and login to the sites on both Chrome and Mozilla
I have made Chrome and Mozilla to open the sites on its startup and placed the Chrome and Mozilla on windows startup(Shell:Startup) of windows,
By doing this each time I close and reopen chrome or Mozilla, it opens those sites again, I want those sites to open only on my system first boot up not every time I open them
Can I do this? anyyy suggestions are welcome please..!!
Use a Batch file with code like this:
start "Firefox" "C:\Program Files\Mozilla Firefox\firefox.exe" http://site1.com http://site2.com http://site3.com
Then set the Batch file on windows startup - u now can set the startpage of firefox to google or sth. else. The Batch file will open 3 Tabs in this case.
For the login there u can use Cookies, so you dont get signed out. Do you have disabled the history?
Otherwise u can use a programm like EventGhost to capture some tasks. The Programm will emulate keyboard and mouse.
One solution would be to use a software like Easy macro recorder, or any equivalent, which records your actions and repeat them. I assume in this case that all elements will be at the same position on your screen.
If you want to automatize online tasks, you can make a php script with cUrl or use a Mozilla plugin like selenium, and simply add your browser to the start menu.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Some my friends suggested me use Telerik Test Studio for automation testing on Windows Phone application.
But I read many time at documentation page of Telerik Test Studio on http://www.telerik.com/teststudio as well as videos on Youtube but I coudn't find any realted documents for Automation Testing for Windows Phone application.
So I would like to ask whether this tool used for automation testing WP apps. I have to use this tool because of requirement of my project.
Thanks in advance.
You didn't look very hard.
"Craft automated tests for any iOS / Android / Windows Phone 8 native, web and hybrid app. Test across multiple browsers. " (http://www.telerik.com/mobile-testing)
And anyway, if you have to use it, then you must have it, and so you should be asking Telerik
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Suggest me any open source based platform/IDE/framework/toolkit for developing intelligent agent. I don't have any background in this area, would like to use a tool or any tutorial in building intelligent agent.
If you don't have any background at all, I suggest you start with something simple.
I had quite a good experience with dmangame, a simple Python engine where you can script the behaviour of agents.
The good point is that the installation is very simple, you know where to code your Python scripts for AI, there is a nice API for it. And you've got a nice graphical interface to see directly what you code.
Edit : By the way, look at this similar question
Weka is probably the most comprehensive open source AI toolkit. It's positioned as a tool for "data mining" but don't let that put you of - it's a general toolset for machine learning which is exactly what you need if you want to build an intelligent agent.
You can use any IDE you like with it (it's Java based so that gives you a range of great open source IDEs such as Eclipse or Netbeans, but you can also call the Weka libraries from other languages if you like).
It also has some of its own tools build it (for visualisation and exploring data sets etc.)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for recommendations on an open source toolset for WYSIWYG HTML/CSS design. What you have you found to be valuable in your work?
I briefly used Bluefish while in college, which has similar features to Dreamweaver.
Wikipedia has a good list here.
Windows
Web Applications - Microsoft Visual
Web Developer Express 2010 (Not Open Source, but powerful for large applications)
Web-Sites and Microsites - Intype +
FileZilla (Not Open Source, but faster alternatives)
Notepad++ is a quick alternative too,
that has various plugins (like FTP, [Open Source])
Mac
TextMate & Coda (I hear these are cool and sleak)
Dreamweaver equivalent for Linux
asked a similar question and my answer is still the same, aptana is cross platform. Also please note the concept that WSYWIG is not generally what you get, you may also want to look into jsfiddle.net as it is a great tool for testing concepts in a functional environment.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I always used to use Dreamweaver for web work, but now I work in Emacs, with Filezilla for non-text file uploads. What I miss from Dreamweaver is the easy synchronisation feature in its file manager. Is there any simple opensource software that would fill this gap for me?
I prefer WinSCP as an FTP/SFTP/SCP client, and it's one of the few clients I've seen that supports synchonised browsing similar to Dreamweaver. SmartFTP is another one that does this, but it's not free.
See http://winscp.net/eng/docs/task_navigate#synchronize_browsing
Aptana does that and it's opensource; however, sftp support is not free. I would say it is the one of the better alternatives to webdesign. Give it a try, I've been hooked
Another plus feature is the integration of jquery, python, php, and svn. The pro version includes sftp support and cloud hosting, and i think it's around $100