Alan

Results 10 comments of Alan

I know this is old, but I figured out a way to do it by modifying the 'filedropbox.js' file. Just add an anchor tag with the class fileSelect to use,...

The server was sitting next to me so I was viewing it on the local machine, and then also tried using it over an SSH connection using SecureCRT as the...

![capture](https://cloud.githubusercontent.com/assets/5520815/5846678/c27761fa-a182-11e4-89ea-005ad8321eb6.PNG)

Thank you so much for your help, using your example I got this: module.js:340 throw err; ^ Error: Cannot find module 'blessed-contrib' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require...

For what it is worth, I used your code to get the element and write it to the database. Here was what I used: ``` ``` Javascript: `````` $(".dd").on('dragEnd', function(event,...

Here is how I did it. I am leveraging jQuery, so not sure how much you want to implement it. ``` var pdf = new jspdf.jsPDF({ orientation: "portrait", format: 'letter',...

Did you make any progress on this? I was trying the same thing.

Ok, understand. In your experience, is it better to have more cores, or higher clock speed? Was thinking about the Intel Phi to play with.

I did check the syslog and enabled /var/log/messages. It was very odd that it would render some, but not all. It was teasing me almost like it might work, but...