how to get a screenshot of web application [closed] - browser

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Google had this deal on youtube about sharing an issue on their site by leaving feedback. When you clicked on it, it took a screenshot of the current page. How can I do that in my application so I can see the error my users are having?

With Usersnap (http://usersnap.com), you can get screenshots from your users. They don't have to install any plugin or browser extension and it works with all major browsers (read: including Internet Explorer!).
Installing usersnap is as easy as installing Google analytics, i.e. adding a small JavaScript snippet to your page.
P.S: I'm a co founder of usersnap - if you have any further questions, don't hesitate to ask.

Using ASP.NET, you could do something like this (see the "Calling with the IHttpHandler Method"):
http://www.codeproject.com/Articles/95439/Get-ASP-NET-C-2-0-Website-Thumbnail-Screenshot
Then, your button would submit a request to the handler (possibly via AJAX), and you could either store the answer using the handler itself, or do a second postback with the results to your processing form.

Related

how to integrate evo-calendar with node js? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
How to integrate the evo-calendar[https://edlynvillegas.github.io/evo-calendar/] with node.js and mongodb?
I read each and every documentation
About it but I didn't found anything.It seems silly question.But I am beginner with this, someone help me.thanks in advance.sorry for my poor English
Looking at the Evo Calendar homepage and the GitHub project page, all the docs refer to front-end only. This means that the part where data is written and retrieved from database is not included and you'd have to write it yourself. It makes sense for the project to handle the calendar data visual representation only, since there are dozens of scenarios, how the calendar data can be stored.
So, to move on with this, you'd need to write additional functions or methods to get the calendar working with back-end, think AJAX.

What is the standard way of creating browser extensions for gmail? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have come up with various solutions like using inboxSDK or using gmail.js plugin. But are these the standard way of creating gmail extensions? Is there any another way? Can we use these plugins for production usage?
This may still depend on what you need to do with Gmail. You can use Gmail API in developing a chrome extension. You have to use chrome.identity to authorize your extension to make a request to Google APIs. You can also use gmail.js, but as stated in this related SO post this project isn't maintained by Google. You can also use Apps Script and make a web app then let your chrome extension send data through postMessage. Hope this helps.

Google action - deep linking [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am implementing app for google assistant . I build simple conversation app with the help of Api.ai tool and it works fine .
Now i want to communicate to my application(Which is installed in android devices) when user trigger particular intent(Created in Api.ai) by saying some text. Guide me to right place to achieve this.
For that, you need to use the fulfillment option of Api.ai. You will need to have a webserver for that, not just an Android app.
You first will need to enable the webhook in the Fulfillment tab:
There, you will put an url to your server that performs the action you want. Check the Actions on Google documentation to see how to respond with the correct format to give an answer to your user in the Google Assistant.
Then, you need to go to the particular intent that should trigger your server and enable the Webhook there too:

OpenSource Tool Integration with Website [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am new to development of web application. I need to use a open source tool (http://subgraph.com/products.html) in my website. This application works as a tool. I need to download it and work as of now. My project is to integrate this with my website and produce results as the same way the tool is working when downloading.
Questions
How to integrate it with my website and produce the same results?
I think you can't integrate it. You can't run it in command line to control it and you can't save results to file. Look for other open source tools - i.e Arachni, W3AF or maybe one of the list (Web Application Security Scaner List) can be integrated to webpage.

Beta site and invitations [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I'm launching a startup web site, what i would like to know is how to start with that, i mean is better to use invitations first of all?
Then how to send invitations and to who?
How can i plan invitations? Which are best practices?
Does anyone is passed from this step with his own site?
Any experience on here?
thanks
Whether you create a beta version of the site first is completely up to you.
It really depends what type of website you're planning to make. Beta's are obviously a good way to gain feedback on your website and its functionality before releasing to everyone. Thus, allowing you to make improvements/fix bugs before everyone uses the site.
In terms of actually getting users for the beta, it's very much a case of marketing your website and its existence well (through social media, advertising etc.), and then providing some kind of 'sign up for the beta' page. You could then close registration for the beta once you have enough users, and devise some method of gaining feedback from users.
I haven't personally created a beta myself, but if I was to do it, I would do the above.
Hope that's of some help.

Resources