3
votes
0answers
483 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
345 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

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
73 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
71 views

XMLHttpRequestProgressEvent manipulation from PHP

I'm struggling with this issue: I have a web interface that connects, using sockets, to various C programs running on some routerboards. Every time the C application sends something through the ...
2
votes
0answers
52 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
58 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
103 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
145 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 ...
2
votes
0answers
51 views

iBrowser not working with tinymce_3.5.8

I did following to add iBrowser Plugins to tinymce_3.5.8. 1) iBrowser folder copied to /tiny_mce/Plugins 2) Copied files 'editor_plugin.js' and 'editor_plugin_src.js' to iBrowser 3) Configured ...
2
votes
0answers
141 views

Graph displayed but with Notices with charts Using Fusion Chart

I am using Fusion Chart for the first time. I am facing some problem in displaying the data using it. Even though graph gets display but there exists some error in the file. I am unable to detect the ...
2
votes
0answers
50 views

Is there a way to upload files from Windows Gadget?

From System.Shell.itemFromFileDrop I get System.Shell.Item object item. I've tried this: var oStream = new ActiveXObject("ADODB.Stream"); oStream.Type = 1; oStream.Open(); ...
2
votes
0answers
111 views

Want a dedicated button AjaxFileManager for TinyMCE

I want to add a button in tinyMCE Editor which will open up the AjaxFileBrowser and selecting a file and clicking select Button will return the file path in the editor, as it does in the image/media ...
2
votes
0answers
169 views

Customize Infobox Map Sql php

I would appreciate a hand hecharais I am trying to create a map connected with php and sql. My intention is to customize the "infobox" but I can not find the solution. This is in .js I wish you could ...
2
votes
0answers
197 views

PHP Multibyte UTF-8 Strings are Slowly Degrading

I'm trying to convert the following javascript function to PHP: function lzw_decode(s) { var dict = {}; var data = (s + "").split(""); var currChar = data[0]; var oldPhrase = ...

1 2 3 4 5 358
15 30 50 per page