Adobe Captivate Google LMS Widget - suddenly not reporting - widget

We are using this widget: http://captivatedev.com/2012/07/19/adobe-captivate-6-x-widget-google-lms-with-email-reporting/
Suddenly this morning we realised that it is no longer recording information into our google sheets. It was working fine yesterday. The company that we purchased the widget from has closed down, and I cannot find anyone to contact for support.
Any ideas on what might be the issue?

I know this is a very old post so you probably found your solution.
What worked for me...
I changed the way that I create my links.
Before I used...
http://yourwebserver/yourcaptivateprojects/your%20project/index.html
Today I use...
http://yourwebserver/yourcaptivateprojects/your%20project/your%20project.htm
I still finish the project choosing the 'flash' and 'html' option.
I really like the widget; logging results to a Google spreadsheet is very cool. It is too bad that the solution only works with flash installed on the device.
Regards,
Chris

Related

New Developer Portal - Deprecated content detected

Someone that left our company some time ago started working on upgrading our APIM developer portal from the legacy version to the current version. The changes were never published. I'm going to pick this back up again and am seeing an alert message when switching between pages. The message says:
Deprecated content detected Your developer portal's content is based off the pre-production version of default content. Learn more about the problems it may cause and how to switch to the production version of content.
It contains a link to a bookmark that no longer exists on a page that still does:
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-developer-portal#preview-to-ga
I'd like to update the default content before publishing changes. Can anyone point me information on how to accomplish this? It looks like the new portal has been released for a couple of years now, so I guess that I'm not surprised that the bookmark and associated content have been removed. Hopefully the information is still available somewhere and I just haven't been able to find it!
Any assistance would be greatly appreciated!
Sorry, I think I didn't ask my question very well and I've also learned more since posting it.
What I learned is that we are not using the legacy portal at all. The new portal was deployed, but was not functioning correctly. The error I was seeing was being displayed in the new portal design interface and publishing updates did not seem to correct the issue.
What I ended up doing was using the Migrate script in the api-management-developer-portal repo on GitHub to "publish" the version of the dev portal from one of our other APIM instances into the one that was broken. This essentially fixed the issue and got it to a point where we could work with it again.
Thanks!

Options to report and view a possible phishing script hosted under scripts.google.com

Received an email from someone claiming to be Amazon support that links to a script.google.com/macros page. I visiting it on Android without realizing what it was and wanted to see if there was a place to report the script and view what information it gathered.
I spent a good 30 minutes trying to find a place in google to get support on this issue and could not find any other than asking technical support here so I figured I would try making a post.
Perhaps you can try this page:
"Thank you for helping us keep the web safe from phishing sites. If you
believe you've encountered a page designed to look like another page
in an attempt to steal users' personal information, please complete
the form below to report the page to the Google Safe Browsing team."
https://safebrowsing.google.com/safebrowsing/report_phish/?hl=en

How to avoid search results through website like https://search-7.com/ in google chrome

I am finding it difficult to search through google normally.
[1] When I search anything in google home page -
https://www.google.co.in/
[2] It shows the search answers in -
https://search-7.com/search.php?q=stackoverflow
Instead of through this -
https://www.google.com/search
I am unable to figure it out even via the chrome settings. I guess it is called as proxy website. Correct me if I am wrong.
I have to tell you that yesterday, I suffered from it as well. Now I can tell you that it is actually a kind of virus. It hijacks your browsers and when you search with Google it issues a redirect to a URL beginning with search-7.com . You should find out when the symptom occured first time, and think about what you downloaded and installed on that day. Having finished these, you need to simply unloaded these suspicious software or use an antivirus software to help you clean the virus away. Hope I can help you.

Grabbing web data through IE [c++]

I'm trying to build a program that functions as a "shell" on top of a lot of web-apps that we're using at work. Instead of individually visit every app, the program will get the information and show it to you.
Unfortunately due to security reasons, some of the apps are only avaliable through IE. Socket programming isn't working here, and I tried various things, but some of the websites wont return any data.
So I figured I need to let the data go through IE. I've found a couple of guides, but nothing functional.
If you now any guides that'd help me get data from a url through IE, or know how to do it, it would be greatly appreciated. One of the pages prints a "Getting data..." and keeps doing that for a few settings, of course the program should wait for this, until it gets the data.
Thanks, and have a great weekend.

How to develop a Google Gadget compatible server

I am going to develop a Google Gadget container site, that will be able to host OpenSocial compatible widgets (that I believe are Google gadgets, too, right?). Do you have any guidance where to start?
I know that the good start is the iGoogle Developer Home site and that framework what I would like exists - Shindig, but is little clumsy. Tutorial links do not work, for start. Do you think it would be wise to use Shindig? Maybe just for a start and then develop any customizations, if needed? Or would be wiser to start from scratch?
So where to start? Do you have any advices, tips or other useful resources to get on faster with this topic?
I guess I can start with Compliance - Gadget Server?
Shindig is the recommended way and the best way that a lot of people get started. I have seen a port of Shindig that runs on the app engine, but can no longer find the solution.
As for the tutorial links not working, they work fine for me. It must be noted that a lot of the link point to your localhost which mean you have to have the gadget server running.