Tagged Questions
0
votes
0answers
15 views
How do I get the selected list from the application trust defined at installation? For SharePoint 2013 Apps
How do I get the parameters set when installing the App to SharePoint 2013?
So, when the user has to give the app permissions (at install) to a certain list, how do I get the chosen list?
Thanks
I ...
0
votes
1answer
32 views
Distributing a personal phonegap app . . . how? [closed]
Could anyone with more experience than I currently have tell me whether this is possible?
Using phonegap, I have built a personal resume app that I would like to use in my job search.
I do have an ...
0
votes
0answers
14 views
Is it possible to print from within Chrome Package Apps?
Is it possible to print from within Chrome Package Apps?
I'm looking for a solution where the user can print and it will automatically print to their default printer with prompting with the print ...
1
vote
1answer
176 views
HTML5 localStorage: Big JSON, specific value as condition to change CSS (favorite list)
Given a large JSON table in localStorage and a given key, how to access an associated value, and use it as a condition to CSS ?
Given the following JSON:
var data = [
{ 'myKey': 'A', 'status': 0 ...
0
votes
0answers
83 views
Spotify Developer on Mac version 0.8.5.1333 not working
I recently installed the latest version of Spotify on my Mac and found that my apps were no longer working (Spotify displays "Sorry I could not find this app" error). This also happens when I do ...
0
votes
1answer
55 views
How do I build a datagrid using google apps script?
Using Google Apps Script + GUI API, How can I build a datagrid?
I am trying to build an object to show a range from spreadsheet into google site, with title columns, data, and clicking on the title ...
0
votes
0answers
23 views
google apps specify path for created document
I am trying to generate documents based off of some user-information in Google apps.
I have something like the following code (simplified):
var titleAndPath = "./some/other/path/bar.doc"
var info = ...
0
votes
1answer
77 views
Loading feeds dynamically by selecting a feed from a list of links
I am a Javascript newbie, making a news app, and I am using a jQuery plugin called zRSSFeed. The plugin comes with a feature to change the RSS feed displayed by selecting a news source from a ...
0
votes
1answer
64 views
Show play button when hoving over an album
There are many Spotify apps including Pitchfork and Rolling Stone which show a play button in the lower left corner when hovering over an album cover. Here's an example. Does the Spotify API support ...
0
votes
1answer
51 views
models.User.fromURI fails
When invoking models.User.fromURI like this
models.User.fromURI("spotify:user:" + user, function (user) {
$(div).html("<b ><a style=\"color:#FFFFFF\" href=\"spotify:user:" + ...
0
votes
3answers
284 views
mobile apps development in javascript, HTML5 etc [closed]
Can anyone please tell me the best js web development framework to use for building an app? I did some research and I came up with wakanda.org (seems to run only on a NoSQL DB), M-project and ...
0
votes
0answers
117 views
How do I create a “loading” dialogbox for a Google Spreadsheet UiApp
I have created a Google Spreadsheet app which uses a UIapp to populate fields in a spreadsheet. However this sometimes takes a few seconds to update, so I need a way of being able to use maybe a ...
-4
votes
1answer
104 views
Add playlist button in integration guidelines not working
I'm trying to create a button that add the current view as a playlist like this
<button class="add-playlist button icon" value="spotify:album:0fqSVcXza5It71LS2BJdLR"><span ...
0
votes
0answers
26 views
Notify when a playlist is deleted
I'm working on an Spotify app for production use and is forced to create a button that are disable once a playlist is created but become enabled as soon the playlist is deleted from the left sidebar.
...
0
votes
0answers
114 views
Copy only the current row from one sheet to another on Google Spreadsheet
I'm working on a Google form that is submitted by employees logging daily activities. What I'd like to do is have each form submission copy from the master page to its own sheet. I've already got it ...
0
votes
1answer
73 views
Security for user created apps
I have a chat site. It's a pretty standard IRC style chat that works within your browser. I'd like to allow users to create and upload apps that can enhance the chat experience. One example of an app ...
0
votes
1answer
950 views
PhoneGap Disable Screen Rotate On Single Page?
I am using PhoneGap, and am working with an Android web based app.
How do I disable screen rotation for only one page?
I have searched for this solution but all the solutions say to disable screen ...
0
votes
2answers
170 views
Facebook Javascript SDK inside a Spotify App, possible?
I guess the title is clear enough.
I would like to import the Javascript SDK of Facebook inside a Spotify App. Mainly to use the Dialog feature.
Does someone know if it is possible?
2
votes
3answers
191 views
Best way to structure a multiple page application in Javascript
As an Actionscript programmer shifting to JS/jQuery I often have to author multipage apps targeted mainly to iOS and I'd like to know what is the best way to structure such apps.
Most of the time my ...
0
votes
1answer
133 views
How do you add JavaScript Codes for Social Plug-Ins on a facebook account/page?
FB has converted my Band/Musicains account and page to the timeline and now I dont have news feed (and about 5 other apps we really need to have.) I really want at least the newsfeed back to socailize ...
0
votes
1answer
315 views
Spotify Apps Api - encodeURI / escape
There seems to be a bug when using the JavaScript functions encodeURI / escape and encodeURIComponent. Example:
escape( 'The Frames' ) // The 0.000000rames
encodeURI( 'The ...
0
votes
1answer
97 views
How do I integrate user information into my Facebook application?
I wrote an application in Javascript that I put on facebook and would now like to integrate user information into the gameplay. I would like it to be similar to the way Words with Friends works, where ...
0
votes
1answer
286 views
Spotify apps: Listen for “Subscribe” event on a Playlist
Is there any way to be notified if a user subscribe/unsubscribe to a playlist?
Ideally I want to be able to do something like this:
var sp = getSpotifyApi(1);
var models = ...
1
vote
1answer
576 views
Detect if webpage is opened inside QR code reader app
Is there a way to detect, using javascript or a js library, if my website has been opened inside a QR code reader app?
The reason I'm asking is because I'm using orientation detection, which doesn't ...
0
votes
2answers
85 views
Need to Find A JQuery solution similar to app for Ipad
I had a meeting with our president this morning who was wanting to have our team page function similar to the following app for her Ipad:
...
7
votes
6answers
441 views
the thin line between web apps and desktop apps
I've been working a lot lately with web apps, mostly with javascript and json-rich web UIs.
I have to say I get impressed all the time with what I can achieve through these technologies.
More and ...
0
votes
0answers
70 views
Social Graphing application - help/collaboration needed
Hello my fellow Web Developers. It seems I have been charged with the tall task at my new job of creating an application that would track (on a kind of "super-aggregate basis") a combined aggregate of ...