All Questions
0
votes
0answers
5 views
Php form fill template.
I'm something of a complete noob. I'm trying to find a reputable resource for a 'form fill' template, ex: php. That said, I'm feeling lost and overwhelmed. Please help. Any pointers would be greatly ...
0
votes
0answers
3 views
Not able to run vnstat unless as root in debian
So, I need to run this command:
vnstat -tr
But as a user I just created, not as root, as root it works fine, but as a regular user I get this:
Error: Unable to get interface "eth0" statistics.
...
0
votes
0answers
5 views
Why won't Jplayer CirclePlayer play mp3, the other Jplayer skins all do?
I fairly new to coding (playing with html5 Ccs3 and JavaScript for about 2 mths now) and I'm trying to get the Jplayer CirclePlayer to play mp3 format using their demo file "demo-05.htm".
Here's the ...
0
votes
0answers
2 views
How can I combine animations in onFrame?
My goal is to make the wave segments move from the bottom of the screen to the top, while animating the wave. The code I'm using to make the wave comes from paperjs.org:
...
0
votes
0answers
2 views
Apps Script Email Trigger Delay
I have been using a script for triggering emails on the change of a cell's value in a shared spreadsheet. For months this has worked instantly and today it seems there is at least a 10 minute delay ...
0
votes
0answers
3 views
Google App Script trigger is not firing
I am an expert in Google App Script. So I may not do simple mistakes. I see here in India during pick time i.e during evening the 1 minute trigger is not firing at proper time. I doubt whether Google ...
0
votes
0answers
6 views
Insert ICON/PNG inside TextArea
Without resorting to wrapping a GWT TextArea in a separate DIV, how to add a search icon/magnifier icon inside the text area?
0
votes
0answers
6 views
Hibernate Criteria select using embedded object (tuple)
In my case I have a SQL query which looks like:
select * from event_instance where (object_id, object_type) in
(<LIST OF TUPLES RETRIEVED FROM SUBQUERY>);
I want to map this on Hibernate ...
-1
votes
0answers
12 views
haw can i make my server works on a network
i am tried ubuntu server but i am facing many problems can i mace my website which is on my local host available to the hole net work with the wamp server on windows 7 ?
i have 6 files and the index ...
0
votes
2answers
14 views
.msi compability across Windows versions
I would like to distribute my winforms application to several different computers, where the OS is everything between XP and Win7.
If I create a .msi installation package (VS2010 - c# 4.0), will it ...
0
votes
0answers
5 views
New line chr in twitter feed breaks JSONP
So i have a working twitter feed php app, however if someone tweets something with A newline in it the jsonp breaks. Ive tried to parse out newlines, using the php eol tag, and also \n \r and ...
0
votes
0answers
3 views
Is it possible to change the column name of list and library in SharePoint 2010
There are several lists and document libraries in the site collection, list columns names are in different language. The lists are refereed by many pages and sub-sites in the site collection.
When ...
1
vote
1answer
17 views
Is it possible to customize User Agent parameter when using ajax reuqest?
This code fetches the HTML source of http://www.foo-example-site.com/(index.html)
$.ajax({ url: 'http://www.foo-example-site.com', success: function(data) {
alert(data);
}
});
However, ...
0
votes
0answers
2 views
FFmpeg failed to transcode - Error while opening encoder for output stream
Reported errors
PHPVideoToolkit error: Execute error. It was not possible to encode "/home/onevid/public_html/sites/default/files/videos/original/qw_1.mpg" as FFmpeg returned an error. The error is ...
0
votes
0answers
7 views
ExpressionEngine / PHP Eval Error
I recently inherited a website running the ExpressionEngine CMS from EllisLab.com. Several pages have a box for displaying Tweets. Their Twitter feed code was updated to the newer version 1.1 API and ...