Creating confluence plugin [closed] - rest

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 8 years ago.
Improve this question
I am new to confluence. Actually i want to create some kind of plugin or page template or something which will have the below things
The page should have a date filter and it will have a getDetails button.
on the getDetails click event it should send the request to REST API
I have a REST api hosted It will return some result and I want the result should be shown in the confluence page
Is there any way to do this. Any example or tutorials to start with.
Thanks

The steps to create a Confluence plugin are too involved to fit into a Stack Overflow answer.
Luckily, there's a great tutorial on the Atlassian web site that closely relates to what you're looking for:
Creating a Confluence Task Plugin with REST

Related

there's anyone know how to load webview flutter without header or footer? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to show a particular website in a widget but without header and footer. is this possible in Flutter? i tried with webview flutter and can't find it
If the website is developed by you, you should do the checking of user agent in backend, and response different versions of the web page respectively.
If the website is not developed by you, one of the approach I could think of is using WebViewController.evaluateJavascript method to inject some JavaScript to hide/remove the DOM from the webpage.
I'm using this package for simple my webviews webview_package

AEM Component to send data to twitter [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 Adobe Extension Manager. I want to create a webpage with textbox and send button. When I click that button, it should post data in textbox to twitter account.
Can someone help me in achieving this.
thanks in advance!
This is a big task,So go through these steps:
integrate twitter with cq using social component.(easily available in AEM documentation)
Use twitter api to post your data from aem to twitter.
If you need further help please comment.

Need help scraping a website in perl [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 8 years ago.
Improve this question
I am new into the world of perl and right now I am trying to scrape a webpage. I have done some scraping before and used WWW::Mechanize. The pages that I scraped before were somehow simple, so I took the page source and then extracted the data I needed from there. But now I have a different website that seems to contain frames. http://www.usgbc-illinois.org/membership/directory/
I am not asking for any code, but some ideas or modules I could use to extract data from the website above.
Thank1s
You may find some useful information on this website Web Scraping and also you can take look at this module Web Scraper Module

Facebook type friend search in zend framework [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 8 years ago.
Improve this question
i want to make Facebook type friend search in my zend based application,in which data come from database and when user click on his searched friend he will go to his profile page.plese suggest me as i don't able to find good example on google.please someone help me and tell me step by step for doing this.
http://www.9lessons.info/2009/06/autosuggestion-with-jquery-ajax-and-php.html
checkout this tutorial it helps me lot do the same in my zend based application
watched this: http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/ Really great. It works perfectly.
at some stage you have to make some customize to call user profile on click event of list

Open Source CMS for Restaurant [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
If you have come across any CMS (.net or php) that can be used for Restaurant business, please let me know. The admin should be able to add new menu items and perform CRUD menus.
Thankyou.
Perhaps using Wordpress would be a good start for a restaurant website. There are even some people using specific modules like Flutter (a CMS extension to Wordpress) that can be used to manage menus. If you look at the Wordpress extension for restaurant, you have many extensions.
The best solution for you is to use some OSS e-commerce engine.
OpenCart, I think, is the best one. It is simple and extendable.
Link: http://www.opencart.com/