All Questions
0
votes
0answers
3 views
compare List<string> and List<T>
i m using C# famework 4.0.
i have a list that in type string and another list in type class T;
how can i compare List with a List Class T and save the different ?
private void ...
0
votes
0answers
2 views
How long will a Google Apps Script continue to run unattended
I have written a standalone Script, which is stored in my Drive account and I have set up a trigger to run it at set intervals (several times daily, if it's relevant).
If I don't log in to my account ...
0
votes
0answers
2 views
selectOneMenu in Primefaces looks strange
I have a problem with making selectOneMenu look normal (like normal drop-down list). My code looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
0
votes
0answers
2 views
How to make a composite SQL statement
I have a problem with a query,
I need to make a composite SQL Statement
Ex. I know the Student ID and his grades is saved in table in rows " Subject ID, Subject Name, Student ID, Grade", I need to ...
0
votes
0answers
3 views
jquery carousel, create button 'on click go to slide x'
I'm working on a page with tabbed panels. underneath these pannels i'm viewing an infinite carousel slideshow. whenever i click on a tab i would like that the images inside the would align with the ...
0
votes
0answers
2 views
Sporadic connect errors from PHP to MS SQL
I am working on a site written in PHP (running on a Windows Server under Apache) with MS SQL Server 2005 as database (on another Windows Server).
This error occurs sporadically when running ...
0
votes
0answers
2 views
Modify files after deployment package is created
I'm in the process of creating a web deployment package through an automatic build trigger on the server.
The package should take care of everything (including creation of a specific website, ...
0
votes
0answers
2 views
d3 zoom and brush working at the same time
I would like to know how can I deal with Zoom and Brush behaviours at the same time.
Imagine you have an application that controls whether a "Select Area" option is activated or not. If activated, ...
0
votes
0answers
4 views
Make links in textview open WebView in Android app
Hi I want to make links from TextView of my app open the WebView Activity also inside my app.
I am able to handle link clicks using a custom class extending LinkMovementMethod class. Below is the ...
0
votes
0answers
5 views
currency converter virtuemart
I have one serious problem about configuration auto update exchange rate in ECBconverter
I'm Vietnamese and I want to add Vietnamese Dong rate to Currency converter.
I use file XML from Joint Stock ...
0
votes
0answers
4 views
CakePHP Using “Group By” in Virtual Field Not Working
I have the following virtual field on my Page model
function __construct($id = false, $table = null, $ds = null) {
$this->virtualFields['fans'] = 'SELECT COUNT(Favorite.id) FROM favorites AS ...
0
votes
0answers
4 views
Dynamic DeleteAction with jTable-JQuery
I am developing on and using asp.Net "JTable - JQuery (jtable.org)". I would like to show the actions "updateAction" and "DeleteAction" only when the value of the field "Source" is equal to "M".
...
0
votes
0answers
3 views
SDL 2.0 iOS - Touch events not received
Here's how I initialize SDL:
//initialize engine and set main loop callback... kind of awkward is there a better way to do this?
extern "C"{
CBCore::Engine *engine;
void UpdateLoop(void *f)
{
...
0
votes
0answers
5 views
Website template as word-press blog template
I have a blog in wordpress. i want the design of my blog (basically template) should look like my website template.
I have installed wordpress in my machine.
can anybody suggest good documents and ...
0
votes
0answers
14 views
preg_replace() help to covert {$variable} to php echo variable statment
I am working on small template class. I need help in converting {$variable} written in template file to be converted to
Like :
<html>
<body>
<p> Hey Welcome {$username} ...