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 9 years ago.
Improve this question
i am looking for a solution to this problem:
we regularly have to report to our clients about the facebook apps and pages we are running for them and it is very tedious to always pull the insights from all the single pages and apps, then put them into spreadsheets, build nice graphs and lay it out nicely in a bundled pdf report.
are there any "affordable" solutions that can collect, aggregate and output insights info in a configurable manner? that means i want to select multiple pages and apps, control the specific fields that are included in reports and have that conveniently delivered to me as a pdf.
You can use the report generator, such as Fast Reports. It can be used together with your application, which will collect the necessary information. Reports can be exported to PDF.
Related
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
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 10 years ago.
Improve this question
Is it possible? As it is, it just seems rather large on my webpage currently, and I'd like to shrink it down.
If it makes a difference, I'm using the standard embed code displayed alongside the Gist. In my case, that's <script src="https://gist.github.com/4090046.js"></script>.
Unless you:
change the source of that GitHub js script (and store it on your website)
want to do any other kind of modification (like shrink that GitHub Javascript yourself, and call that shrink-ed version), with services like packer,
you won't be able to get a shorter js script from GitHub itself.
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 9 years ago.
Improve this question
I'm trying to set up test users using the "roles" tab in the facebook developer app but it is capping the number of test users I can add at 6 even though this http://developers.facebook.com/docs/test_users/ link says that you can add up to 500! When I try to add more by selecting 10 on the drop down menu it seems to be doing some processing but when it finishes nothing has been added.
Does anyone know why I am being capped at this number?
Facebook's interface for creating and managing test users is hell. Get the free FacebookTestUserManager (Windows only) and save yourself the headache. It's less buggy than Facebook's web interface.
If you're on a mac, google around there are other standalone test user managers out there.
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 10 years ago.
Improve this question
I'm in the process of writing a program that requires a long list of words to function. I have one on my computer, but I don't remember its source, and I was only using it to learn, so I paid no attention to where I got it. But now that I'm seriously considering writing and publishing this iOS app (eventually), I get the feeling that whoever made this list would not be happy if I made profit or even published something that contains their own work. Do you know of any word lists in .txt format that I could use for publishing a possibly paid iOS app?
Search for "open source word lists". Some examples include Kevin's Word List and The English Open Word List
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 5 years ago.
Improve this question
I have seen a few questions regarding Drill Down reports for JasperReports. I am trying to provide this functionality via Ad Hoc JR reports.
The goal(s) would be to use interactive charts or images to lead to move specific data tables and/or link back to data or a page in a web application.
Any help or direction would be greatly appreciated.
Drill Down is supported just on Cross-tab reports via Jasper Reports Server Pro, and Table Report does not support this feature.
The web based Ad Hoc report designer does not have the ability to define hyperlinks to drill down. You need to edit the report in iReport to add hyperlinks like that.