Offline Polymer Documentation - polymer

I am really confused with how to get and run the Polymer Documentation Offline since I am using Windows. I am not an expert with cmd and I always get errors.
Here's the error:

Related

ArcGIS will not open and returns an error report when starting

When I try to use my ArcGIS program the program does not open and instead says ArcGIS for desktop has encountered a serious error and is unable to continue. This has never happened before and only started yesterday. I did send an error report to ESRI. Tried deleting the ESRI key using Regedit, but that did not work.
This was caused by a bug between Python and ArcMap 10.3. The solution was to pull up Regedit and navigate to Software>WOW6453Node>Python>PythonCore>2.7
2.7 needs to be renamed as 2.7-32
This fixed my problem. Hopefully this can help someone else.

Failed to unpack .xap Windows App Certification Kit 3.3

I am trying to run a Silverlight 8.1 WP application through the Windows App Certification Kit and I get an error stating that the file is not a valid .xap file. I'm not sure why it is happening and not finding much about it other than one article that hints at a manifest issue. I am however able to take a dummy Silverlight 8.1 app and Certify that without error (it fails of course, but no error). The actual error is:
Failed to unpack 'xap file'. The file does not appear to be a valid xap package.
Does anyone out there know why this can happen or at least where in the manifest I might start looking?
The answer to this turned out to be an issue with the Microsoft SDK I was using. The way I figured this out is by attempting to upload the .xap file to the store even though I got that very vague error because I was still able to side load the application, so I knew to some degree the .xap file was valid. I got the following error.
The last two errors (2001) gave me more to go on, so I did some research and came across this SO post which pointed to an issue with the Advertising SDK. It turns out that the SDK I was using was adding 2 entries for some reason instead of telling me it was the wrong SDK. I used the one that came with VS 2013 Update 1, but for Silverlight, you need to use the one located here under Windows Phone 8.1 Silverlight Apps
After installing this package (make sure it is 8.1 and not 8.0), I referenced that SDK and all was well again.
Hope this helps someone else with this issue
For anybody else with similar problem, executing WACK on its own (not through VS command) runs smoothly.

error reading as json

I got problems while running Neoclipse with the Neo4j community edition 2.0.0.
On a Linux machine, after connecting, Only the first node (id=1) appears, with no relationships.
I set the deep level to 4 but nothing happens.
I also see the different relationship types on the windows but cannot navigate.
On a windows machine the situation is worse: I got an 'error reading as json' when I try to connect with the DB. (Neoclipse version is 1.9.5).
Can anyone help please?
Thank you
Paolo
Neoclipse' source repo contains already some commits regarding Neo4j 2.0 - however there seems not to have happened a release since then. So you might checkout the sources from https://github.com/neo4j-contrib/neoclipse and build it locally?

unable to launch server, Rails mysql2 gem, windows 7; 193: %1 is not valid win32 application error

First, I've read many other posts, and none of the solutions posted seem to be working. Not sure what im missing exactly, but in any case nothings working. Secondly, I am pretty new to the dev world, ruby, rails and programming.
I've tried copying .dlls from folders and i think i have the 64 bit version installed of my sql and ruby so not sure if thats an issue. I think my processor should be x64 bit but when I look at my system properties it only says windows os 64 bit, nothing about cpu being 64 bit. Could this be an issue? the error msg im reciving when I try to launch rails server from my rails application using:
c:\sites\rails s
I get this:
c:/ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.15/lib/mysql2.rb:8:in `requir
e': 193: %1 is not a valid Win32 application. - c:/ruby200-x64/lib/ruby/gems/2
.0.0/extensions/x64-mingw32/2.0.0/mysql2-0.3.15/mysql2/mysql2.so (LoadError)
Followed by more msg.
A few questions I have. Would I be better off installing a partition of linux and doing dev work in that? Also, I am following along with lynda ruby on rails 4 essential training and a lot of it is done on mac. Is this going to be useful being on a windows machine? Would it be easier just using the default database system instead of mysql. My whole goal right now is just to start creating and understanding simple web apps and getting familiar with how the systems work.
What other advice/comments regarding getting into web dev programming and computer tech in general. Any helpful comments greatly appreciated, thanks so much.

Drupal service module Json Parser

I am using Drupal6 and try to implement Service module here. I also installed json_server, But when i am trying to configure it gives following error. Anybody help me for this.
This is not an error. It's just an informational message.
Note that if you experience problems it might be related to undocumented changes in the latest releases of the Services module. I recently ran into many problems because I was following Services 2.0 example code and there are substantial changes in Services 3.0.