Nokia Asha SDK files - linux

This is a very unusual request but since M$ took down the Nokia wiki pages, I can't seem to find some two files am looking for, namely
[http://developer.nokia.com/community/wiki/File:Emulator_preverify.zip][1]
[http://developer.nokia.com/community/wiki/File:FTEmulator_preverify.zip][2]
I'd deeply appreciate it if someone would share their copy.
Thanks.

After a lot of trawling on the internet, I came across an archive of the (now retired) Nokia Developer wiki where the above pages linked to.
https://archive.org/details/wiki-developernokiacom_community_wiki
Downloaded all the files and went through the extracted archives upon which I DID find both files. I've linked them below for anybody in future who may need them
Emulator preverify.zip
FTEmulator preverify.zip

Related

Looking for the 'Mastering XPages' supporting applications

The supporting applications used to be at www.ibmpressbooks.com/title/9780133373370. But since IBM sold Notes, it is no longer there. Does anyone know where I can download these Chp??Ed2.nsf files?
You can still download from the book page at https://www.informit.com/store/mastering-xpages-a-step-by-step-guide-to-xpages-application-9780133373370. The download links to https://www.informit.com/content/images/9780133373370/downloads/9780133373370_Code-Samples.zip which still works. The zip contains 25 files.

PProPanel JSX - Basic guide to get started?

I know you can extend Adobe Premiere Pro with some simple JavaScript. The problem with that link (which I got to through the official Adobe website), is that all of sample code links are outdated (they point to the wrong location of the file, to lines that aren't correct anymore).
The second paragraph instructs you to install a bunch of things, none of which seem like things you "install", and they mention ExtendScript, which I don't understand whether is already installed with my Premiere or not (it's not available on Creative Cloud, and also the links I found on Adobe's website for it are, again, dead). I keep searching online and finding dead links to tutorials that no longer exist. Really, dead links everywhere.
I'm an experienced developer with good JS background, I just want know what I need, some simple examples of basic usage to get me started and maybe working links to some cheat-sheet I can use when I'm looking for available functions.
Extendscript is the name of the old API for automating Premiere and other Adobe apps. It's built-in and can basically do anything that you can do with the GUI, and it's javascript-based.
There is an IDE for Extendscript, the Extendscript Toolkit (ESTK) which has a debugger and allows you to inspect data etc. It's perplexingly hard to find on the Adobe website; I found it by a duckduckgo search here, I installed it through the creative cloud desktop manager, though I'm not sure how you do that with the current version.
As far as documentation goes, you're right, it's dead link city. There is a Javascript Tools Guide included with the Extendscript Toolkit, on windows it's in C:\Program Files (x86)\Adobe\Adobe ExtendScript Toolkit CC\SDK\. That covers creating UI elements, but doesn't explain Premiere's object model. AFAIK there is no official documentation for this, you have to use the ESTK data browser to look for yourself.
The CEP extensions are a new development and allow for easier integration with the host. I think you already have all the documentation there is for it. I'd advise that you pester Adobe to make it easier for developers like yourself to create tools for their users.
Here is for anyone else who gets here from a Google search: You can also go to this link to download the ESTK: https://helpx.adobe.com/download-install/kb/creative-cloud-apps-download.html

2 people working on 1 HTML file simultaneously

My freind and I want to setup a collaborative project where we both work on a HTML file (and do PHP) at the same time (bit like Google Docs share feature). I want to be able to work with him to teach him certain things in PHP and HTML while I also code at the same time. Any suggestions? I have a VPS I thought we could use for it so nothings really going to get in our way. Maybe something like GIT or something?
Sounds like what you need is a real-time collaborative text editor. Here's an extensive list from wikipedia.
I use Google Docs personally but Microsoft has added this type of functionality into Office and there are a slew of desktop and online tools on that link. I had looked into Etherpad before but i don't remember enough to suggest one or the other. All of the links are on the wikipedia article so I won't repeat here.

Google Documents: Is it possible to replace a shared file?

I would like to have students send me some Stata (.do) code by sharing it with me on Google Docs.
Is it possible to replace the shared with an updated version?
I don't see any option to do that in the File menu, just renaming and editing the file description.
Google Docs works well to share and correct papers, but I'm finding it difficult to share and correct anything else. Thanks for any help!
You can upload multiple versions of the same file. All the versions will be available for review later. To upload a new version, Just click on manage revisions (from where you are in your image) and a dialog will appear. Click on "upload new revision" and navigate to your updated file.
I believe gmail now let's you attach/share updated files to email via Google Drive, and it always keeps the most up-to-date version available. So you can simply update your .do file on your desktop, keep the updated version on your Google Drive, and your students should get them.
http://gmailblog.blogspot.com/2012/11/gmail-and-drive-new-way-to-send-files.html
You can also consider Google Code (http://code.google.com; if you have a gmail account, you also have the Code account, or at least you can transparently create one from the main Google account), and work with your code using the standard code sharing, development and maintenance tools like Mercurial and its various interfaces. I have developed Stata code pretty much professionally, trust me that this is a much better tool than Google Docs (and any other real programmer here on SO would confirm that).

Convert Core DNN Forum's to YAF.NET for DNN or ActiveForums

Does anyone know of a way to convert all the forums, posts, etc. from the core DNN Forum module to the YAF.NET DNN module or Active Forums? I've searched for hours and can't find anything about how to do this other then people saying there's not a scrip to do it yet. Any help would be appreciated! Thanks!
Active Forums has come a long way in the past few months. It has gained some much needed support in the open source world on Codeplex.
There is an upgrade script that I've personally used to migrate forum content from DNN Forum to Active Forums. There is even Tapatalk support for mobile devices.
Feel free to check it out at activeforums.codeplex.com or the activeforums.org website.

Resources