Customer Experience provides strategic driver for business growth
Research released today from Oracle has revealed that customer experience is now a key driver for revenue growth in Europe, and an effective channel for brand differentiation in a globalized economy where products and services are increasingly…
We have an application hosted on both a local development server and a live site. We are experiencing UTF-8 corruption issues and are looking to figure out how to resolve them.
The system is run using symfony 1.0 with Propel.
On our development server, we are running PHP 5.2.0 and MySQL 5.0.32. We do not experience corrupted UTF-8…
This is the problem in the making progress:
make[1]: Entering directory L:/1_????/3_Python/python_gui_programe/sip-4.8.
2/sipgen'
makefile:29: warning: overriding commands for target .c.o'
makefile:26: warning: ignoring old commands for target .c.o'
gcc -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -o main.o main.c…
I have just added the SherlockActionBar library to my android project. After some small changes (FragmentActivity - SherlockFragmentActivity, getActionBar() - getSupportActionBar(), imports) it all compiled nicely. After I run the app, however, the debugger stops, as though it had encountered an exception. However, there are…
So far in this series we have looked at creating asset within the
EMOC BUI but the Exalogic 2.0.1 installation also provide the Iaas
cli as an alternative to most of the common functionality
available within EMOC. The IaaS cli interface provides access to
the functions that are available to a user…
I've got a site that was hosted on a linux el cheapo hosting service that I'm migrating to my Mac OS X 10.5 Leopard Server server running Apache 2.2.8 & PHP 5.2.5 w/rewrite_module enabled and AllowOverride All, but I'm running into an issue with the following lines in the .htaccess file:
RewriteEngine On…
I've got a site that was hosted on a linux el cheapo hosting service that I'm migrating to my Mac OS X 10.5 Leopard Server server running Apache 2.2.8 & PHP 5.2.5 w/rewrite_module enabled and AllowOverride All, but I'm running into an issue with the following lines in the .htaccess file:
RewriteEngine On…
I have asked a question here on how to choose which applications will use a 3G internet connection and which applications will use the LAN.
User harrymc gave a very complete and interesting answer, pointing that this is possible using static routes for certain websites.
Now, lets say I want to access…
I have a 3G wireless modem and I have a LAN - Right now they are both connected.
I need a way to choose which applications will use the 3G connection and which applications will use the LAN.
My Operating System is windows 7. How can I do this? Any ideas?
Here is a route print: - the 3G modem's IP is…
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…
I'm installing portable wampserver within my dropbox folder so I can access anywhere. I have this achieved and accessible using http://locahost:81
I want to access it by using a different address (dropping the :81 port number) such as http://myothersite.
I'm fairly certain I need to add a…
Hi a friend of mine is asking about the request which can for example be found here:
http://www.geoidee.ch/geodata/geoserver-2.0.0/logs/2010_11_23.request.log
His original message:
On a couple of hundred web sites worldwide, one of the 50 most popular "File not found" error 404 is caused…
Hi Guys,
I am wondering how I can map my development website - hosted via 127.0.0.1:81 - to an external IP address so it can be accessed from outside my PC ?
I have a static IP address - [example] 11.111.111.11 - and want to be able to show the website to clients via allowing them to view…
Hi,
I was wondering the steps I can take to change the localhost name to a test development domain name like "website.dev" on Win7 x64 ? Currently, when my test website builds its assigned to 127.0.0.1:81 but I want this to instead have a name like "website.dev" that is accessible on my…
I have been several day to getting AD over SSL (LDAPS)
I followed exactly this guide. I have Active Directory Certifica Service installed (stand alone Root CA), I can request cert, install certs.
but whenever I want to test the connection using LDP.exe
I got this famous error
ld =…
Hello.
I am developing a firewall script for my server. So far it is working fine, except for FTP.
Server is dedicated, CentOS based with static IP. There is no NAT between me and server. IPTables is a firewall.
Here is a script I use to configure iptables:…
I'm trying to install glibc2 version 2.11 that's needed for openoffice 3.4
https://issues.apache.org/ooo/show_bug.cgi?id=119393
but i can't seem to find the dependency with yum.
I already have the following dependencies installed.
glibc.i686 …
Dhcpd running on Linux gets a dhcp request over dhcrelay which is
running on other remote machine.
Oct 6 10:09:46 2012 dhcpd: DHCPDISCOVER from 00:1e:68:06:eb:37
(oguz-U300) via 172.16.17.81
tcpdump: listening on eth1, link-type EN10MB (Ethernet), capture…
How can I install make with wget on CentOS?
I tried:
cd /tmp wget ftp.gnu.org/pub/gnu/make/make-3.81.tar.gz
tar xfz make-3.81.tar.gz
cd make-3.81 PATH=/usr/local/bin:/usr/bin:/bin
./configure patch -p1<make-3.81-cygwin.patch patch…
I have a Windows 2003 SBS box. It has 2 physical NIC's: WAN and LAN. The WAN is a public IP. The LAN is a simple 192.168.2.x subnet with Microsoft DHCP Server. Microsoft Routing and Remote Access Service is used to provide NAT to LAN. The…
Hi
I have the following relations (tables) in a relational model
Person
person_id, first_name, last_name, address
Student
person_id, matr_nr
Teacher
person_id, salary
Lecture
lecture_id, lect_name, lect_description
Attendees…
I have read countless articles on setting up a domain on WAMP to listen on a port other than 80; none of them are working.
I've got Windows Server 2008 (Standard) with IIS 7 installed and running on port 80 (and 443).
I've got WAMP…