Most of the applications that I'm finding, inncluding LiveHelp and PHP Live Chat! feature terrible, un-commented, non-cross-browser compatible Javascript.
I'm looking for chat software that uses a Javascript framework to avoid some persistent and common bugs related to the DOM.
I have some kernel threads in Linux kernel, inside my KLM.
I have a server thread, that listens to the channel, Once it sees there is an incoming connection, it creates an accept socket, accepts the connection and spawns a child thread. It also passes the accepted socket to the child kernel thread as the (void *) argument.
The code is working…
Hi guys,
I have a set of .php files in a folder, I want to add text just before these lines:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
What i want is to insert just before these…
I've try many CMS flavors like MODx, Drupal, Joomla for the admin Panel but they can't seem to manage my existing data, like the users.
Im planing on building a admin Control Panel for my site and i was wondering if there is something out there which i can start working with instead of starting from scratch.
UPDATE:
To do simple tasks…
Assume a Cassandra cluster with hosts A and B. This cluster shall now be extended with another host C. Assume that Cis on a firewalled network were all packets are dropped by default.
Which ports and protocols must be opened up between C <> A and C <> B for the new node C to function properly?
So I need my WCF service to be capable of starting TCP stream on HTTP request (like sockets do) and be capable of reading if any one is sending TCP respons to it while reciving stream. I need my service to have acsessable to Internet browsers url like example.com/myTCPStreamingWCFService.svc?id=999 for reading from or riting to it.
…
So I have 50 tabs opened on chromium, but that is using too much memory and some of the CPU.
How can I have all those concurrent researches I am doing opened but not clog my machine?
I think there should have a way that only the active tab is loaded in memory and running, and all the others should stay closed/unloaded from memory,…
I've been racking my brain about how to do this in one query without PHP code.
In a nutshell, I have a table that records email activity. For the sake of this example, here is the data:
recipient_id activity date
1 delivered 2011-08-30
1 open 2011-08-31
2 delivered …
I want to be able to implement a button in my app, that quits my app, and takes the user to the iPhone's calendar.
I'm not interested in sending the user to a specific event. Just opening up the calendar would do the trick.
Any suggestions?
I'm using PMEase QuickBuild to perform automated builds of our Maven2 projects and a nightly sanity test to ensure nothing is broken.
The test needs to untar packages which are created by the automated Maven2 projects. The problem is that the package names change frequently due to project versions being incremented all the time.
…
Why are there not more opensource easy to use charting libraries for Java?. The only successful opensource project in this area seems to be jfreechart, and it doesn't even have any documentation or examples available.
I have tried this but it doesn't work:
tell application "Preview"
set myfile to path of document 1 of window 1
end tell
I have verified that my Preview is scriptable (NSAppleScriptEnabled).
I have an erlang program which runs a server on a local machine and I would like it to start a local web browser and point to itself on startup. How can I do this in a portable way across Windows XP. Vista, and Windows 7?
Hello! :-)
I'm beginning to use the swtbot to test my reccent eclipse rcp projekt. A specific editor is opened multiple times in my application and want to count how often the editor is opened.
How can i do that using swtbot?
Thanks! :-)
Question: where does Eclipse store the list of files it opens on startup?
Background: Having installed a plugin into Eclipse which promptly crashed, my Eclipse workspace is in a bit of a state. When started, the building workspace task pauses indefinitely at 20%. Before I uninstall the plugin I want to give it another chance. I…
Free as in beer. I can live without the source code.
About 10 years ago I saw a commercial product. Is there anything free now?
I found Gispf on SourceFOrge, but there are no downloads. Otherwise I Can't find a thing.
Edit: I'd prefer something approaching the whole system, but could manage to live with the editor
…
Hi,
I am trying to make an exit button for my application. Anyhow I am able to track all the instance of activity in my application and then finish them all. But still some activity remain alive in some cases. Dont know how. Is there any method to kill a particular application in android. Or any other way can I exit from my…
Note: I asked this question in early 2009. A couple of months later, I found a great job. I've previously updated this question with some tips for whoever ends up in a similar situation, and now cleaned it up a little for the benefit of the fresh batch of graduates.
Original post:
In my early 20s I abandoned a great C++…
My setup
I am running nginx 0.7.67 on Debian Lenny as a webserver, not as a reverse proxy. I am using php5-fpm to handle my PHP requests, which works fine.
My aim
I would like to have a wordpress installation that is layed out as described here clean wordpress subversion installation. I would like to have a clean wordpress…
I'm lost at what to do about this:
Hi...
System: Windows 2008 R2 Hyper-V farm running with failover cluster with a EVA 4400 as backend.
When I attach a new disk to a VM it fails when I try to start it.
If I move the VM to another, say node 1, I can add the disk and I can get them to start.
If I move the VM back to node…
I've got a scenario involving two domains:
WordPress site hosted on domain1.com
domain2.co.uk, simply redirecting users to domain1 via mod_rewrite
This rule applies irrespective of whether www. is specified or not. (It's eventually removed from the URL, I'm a no-WWW fan.)
There's nothing on domain2.co.uk at all except…
What best practices do you use while using NGinx?
try_files in Subdirectory
Credits go to Igor for helping me with this one.
location /wordpress {
try_files $uri $uri/ @wordpress;
}
location @wordpress {
fastcgi_pass 127.0.0.1:9000;
fastcgi_split_path_info ^(/wordpress)(/.*)$;
fastcgi_param SCRIPT_FILENAME…
When I point to a URL in nginx where it has images extension such as:
http://50.56.81.42/phpMyAdmin/themes/original/img/logo_right.png (as example)
it gives me the 404 error as it can't find the file, but the file is actually there. What is potentially wrong?
UPDATE:
Here's the error log that I was able to pull out:
…