Show HN: Phantom JS interactive editor
31–40 of 42 posts
Re: Show HN: Phantom JS interactive editor
#32Cool, comes in quite handy! You may want to up your security-game though. Check the ~/FIXME file on your sever for more info :-)
Will definitely do something serious about it.
Re: Show HN: Phantom JS interactive editor
#33Earlier quoted context omitted.
interesting but seems like just a selenium in the cloud. wouldn't it make more sense for someone to host automation scripts on their own servers?
It's actually more than that, our API doesn't only provide access to the Browser module. We provide an SDK that can help people build real-time applications that can connect with almost anything. We're getting ready to release our Raspberry Pi integration. We are also going to be going open source fairly soon.
Re: Show HN: Phantom JS interactive editor
#34Earlier quoted context omitted.
It's actually more than that, our API doesn't only provide access to the Browser module. We provide an SDK that can help people build real-time applications that can connect with almost anything. We're getting ready to release our Raspberry Pi integration. We are also going to be going open source fairly soon.
how does the real time application benefit from automately?
Edit: Here's a very simple example http://searchproxy.automate.ly/
Re: Show HN: Phantom JS interactive editor
#35Since the formal semantic failed to become massively used, everyone is trying to make sense of the Web using scraping. It's something most viable sites should want to get behind, from ecommerce where you can find the best price faster to education. But I suspect if a very good shared scraping system were created we'd see countermeasures pretty fast, from timid content producers, as well as the Googles who want to hav…
Re: Show HN: Phantom JS interactive editor
#36Cool, comes in quite handy! You may want to up your security-game though. Check the ~/FIXME file on your sever for more info :-)
Yeah, know it, but didn't spent that much time on it and it suddenly attract so much traction. Will definitely do something serious about it.
Re: Show HN: Phantom JS interactive editor
#37phantomjs is great for rastering svgs (d3.js visualizations)
Re: Show HN: Phantom JS interactive editor
#38Re: Show HN: Phantom JS interactive editor
#39Earlier quoted context omitted.
how does the real time application benefit from automately?
We've basically created a connected platform that makes it very easy to connect things. You can have your web application talk to your server-side automately scripts. We've made it as simple as including some JavaScript on your web page. Our server-side APIs make it very easy to communicate with APIs and WebSites. Your Automately scripts can store data via the DataBus and they can talk to other execution jobs via the…
It would be interesting to see what type of customers or use cases your solution might be of use.
Re: Show HN: Phantom JS interactive editor
#40I tried with typekit with no success: http://phantomjs-pad.ozaur.com/DrDvxMADoP2TdF652 I was curious with this example, as I have had zero luck getting webfonts to render using PhantomJS so far. Have you had any success rendering webfonts?
The thing with phantomjs and webfonts is that it has an old webkit version which has some bugs with webfont support. Theres a branch from a phantomjs contributor on github that has bugfixes for webfonts support backported: https://github.com/Vitallium/phantomjs/tree/fix-WOFF-file-su... I use phantomjs for html to image rendering and I managed to get webfont support working with a custom build from that branch (workin…
The more time goes by, the more I'm considering removing it from our testing suite.