All Questions
0
votes
0answers
4 views
How to document.write image hyperlink inside getjson?
Hi all i want to document.write a hyperlink image inside getjson i tried the following but it doesnt work. could you guys tell me what is wrong with my document write?
<script>
...
0
votes
0answers
2 views
Subscripted assignment dimension mismatch,I can not find any wrong
I am trying to match to images using matlab,here is a function of my codes,
function [imf,img] = imalign(f,g)
narginchk(2,2);
fsize = size(f);
gsize = size(g);
smax = max(fsize(1),gsize(1));
vmax = ...
0
votes
0answers
3 views
XMLHttpRequest cannot load file?
d3.csv("result.csv", function(flights) {
var nestByDate = d3.nest()
.key(function(d) { return d3.time.day(d.date); });
..........
When i am trying to run above d3.js code from web ...
0
votes
0answers
4 views
Vertically centering a div
thiv.net/mobile needs to work on mobile, and it does, however when I turn my ipod to vertical, it changes drastically, my problem is i need the whole lot, textbox, button and image to be centered ...
0
votes
0answers
6 views
Styles not working properly in <td>
I'm using the bellow html in a jsp and it is loading using window.open() function. It is working proper in original page but it is not loading proper when window.open in IE7. Any idea please?
...
0
votes
0answers
4 views
Upload image file to server failed
I am trying to upload images to my web server. Since that it is a free web server, instead of visiting its ftp server directly, I could only use one given software to connect to FTP server.
My ...
0
votes
0answers
2 views
Files not stored in Distributed Cache
I am using DistributedCache. But there are no files in the cache after execution of code.
I have referred to other similar questions but the answers does not solve my issue.
Please find the code ...
0
votes
0answers
6 views
Android - Foursquare Connecting - Sign Up
When my android application redirects to Foursquare to Log in or Sign up to retrieve the user access token, When the user clicks on the Sign up button the URL redirects the user to the Play store to ...
0
votes
0answers
16 views
Jquery Dialog Error
I have Imported all .js files and UI files needed to run this function...
When i am executing this code using google CDN its works fine. But when i try running using same CDN files as .js files inside ...
0
votes
0answers
9 views
How to make sorting icons visible in datatable
what should be added to make sorting icons visible in datatables? I have all the plugins for datatables and sorting is working.
I am using this code and sorting is working fine.Only I need to display ...
0
votes
0answers
2 views
Rsync: Combining '--files-from' and '--exclude' does not work
I do my backups with rsync and used the option "--files-from" to define a list of directories that should be synced. Right now, I am planning to extend the command by the '--exclude' option, but it ...
0
votes
0answers
6 views
PHP Send Email button not working
i have a main page that calls my php page to generate the report, then on the same main page, i have a Send Email button which calls my mail php page but its not sending the generated report to the ...
0
votes
0answers
2 views
Nist Sphere format files
In order to read nist sphere format files, i'm trying to install NIST SPHERE software downloaded from http://www.itl.nist.gov/iad/mig//tools/but i encountred some errors:
make[2]: Entering ...
0
votes
0answers
7 views
Get element from external XML page using javascript?
So im not that great with javascript, but im trying to make a mail notification sort of thing
so far im using gmails xml file that will display the number of unread emails under a fullcount tag. i ...
0
votes
0answers
3 views
How can I call Google Charts API from UrlFecth service in Google App Script?
I'm trying to write sort of a proxy to be able to query a Google Spreadhsheet with Google Chart API without giving rights directly to the spreadsheet to people accessing the visualization.
In order ...