Tagged Questions
3
votes
0answers
93 views
How to access email attachments using gmail Contextual Gadget
Is there any way to get mail attachments using gmail Contextual Gadget. With extractors it is not possible to read mail attachments.
3
votes
0answers
509 views
raphaeljs export to jpg issue with path background as image
I have a problem with raphaeljs export plugin ( https://github.com/ElbertF/Raphael.Export ).
in a path element I use attribute 'fill' and as a source I give a image url to fullfill. But when I export ...
3
votes
0answers
396 views
JQuery Mobile “Error Loading Page” on 404 and 500
I would like jQuery mobile to navigate to pages if they are marked with 500 or 404. Is there a way to let jqm know that these pages are okay to navigate to? I have seen other solutions that redirect ...
2
votes
0answers
48 views
Backbone.js Model urlRoot Error
location:
htdocs
-api.roamingcamper(RESTful + CodeIgnter)
-backbone
Site = Backbone.Model.extend({
urlRoot: '/api.roamingcamper/index.php/api/site',
Defaults: .... }
SiteCollection = ...
2
votes
0answers
19 views
polyfills / EventSource.js usage
EventSource.js which i got here :
<script>
;(function (global) {
if ("EventSource" in global) return;
var reTrim = /^(\s|\u00A0)+|(\s|\u00A0)+$/g;
var ...
2
votes
0answers
47 views
XSS Basic Understanding
I'm using Symfony2 / Twig / Doctrine
I'm looking at security on my site and in particular preventing XSS attacks, but I can't see what more I can do.
(1) Persistent:
I use Doctrine and always ...
2
votes
0answers
39 views
How can I set the offset dynamically/by argument using tooltipsy?
I am using tooltipsy to show tooltips on my site. It works great so far but I just want to be able to indicate the offset from the link in a similar way I get the url.
in my javascript i have this ...
2
votes
0answers
71 views
CKEditor - CKFinder won't create thumbnail automatically after i upload image
In ckeditor ( with ckfinder )
I can upload image normally, but it won't create thumbnail before I click the "Browser Server" button, which means I have to use the browse server function to make it ...
2
votes
0answers
97 views
Changing Order of events in FullCalendar AgendaDay view
I'm using the fullCalendar jquery plugin.
I'm trying to make my events in the agendaDay view show up from left to right ordered by start time.
Essentially, I want to remove the stacking of ...
2
votes
0answers
92 views
Group php scripts as processes and display message
I found a little bit of documentation here: http://php.net/manual/en/function.posix-setpgid.php http://www.php.net/manual/en/function.posix-getpgid.php
But I really am not sure how to do this. I ...
2
votes
0answers
67 views
Facebook's api- wall updates(photo) with hover state
I'm not sure if this is the best place to ask this question but how does pict.com post a photo that has an hover effect on the user's facebook feed? I've been researching for 2 days now, i know ...
2
votes
0answers
63 views
Jplayer audio not working in Linux chrome
I am using jplayer.js to play the song in my site. In windows it was working perfectly in all browsers. But in Linux system, the songs doesn't play in chrome browser.Anyone help me to sort out this ...
2
votes
0answers
84 views
how can I replace the calendar of vtigercrm with another customized calendar (solar calendar)?
I am modifying the Vtiger CRM environment and have changed its language from English to Persian. Now I want to replace the Vtiger's calendar (which its system is Gregorian) with another calender. You ...
2
votes
0answers
131 views
jQuery FileTree cannot read local shared folder?
I am trying to use jQuery FileTree to access a local shared folder. My code is below, which works absolutely fine if the folder has not been shared on the network. However, as soon as I share the ...
2
votes
0answers
204 views
Unique Like Buttons in Fancybox Gallery
I have googled hither and thither but have yet to find a clear answer about this issue. This question helped me the most, but I am still having trouble getting Like buttons to post an image to a ...