The Database-as-a-Service Online Forum was originally broadcasted on Monday, October 21, 2013, at a US-timezones time. All the content of the forum is now available on-demand for customers and partners to watch and listen to.
The content is available on demand here.
Watch the on-demand forum to hear from analysts and experts on how…
The Database-as-a-Service Online Forum was originally broadcasted on Monday, October 21, 2013, at a US-timezones time. All the content of the forum is now available on-demand for customers and partners to watch and listen to.
The content is available on demand here.
Watch the on-demand forum to hear from analysts and experts on how…
Hi all,
I'm using the function preg_replace but I cannot figure out how to make it work, the function just doesn't seem to work for me.
What I'm trying to do is to convert a string into a link if any word contains the % (percentage) character.
For instance if I have the string "go to %mysite", I'd like to convert the mysite word into a link.…
I am writing some Selenium tests and I need to be able to find an ancestor of a WebElement that I have already found.
This is what I'm trying but is returning no results
// checkbox is also a WebElement
WebElement container = checkbox.findElement(By.xpath(
"current()/ancestor-or-self::div[contains(@class, 'x-grid-view')]") );
The image…
Hi,
I'm starting to unravel the mysteries of PHP and I configured the pre-installed Snow Leopard PHP and activated the Apache server in the system preferences. So far so good: it works if you put a PHP file in your ~/Sites directory.
Since I've my projects in a code/projects directory I created a symbolic link from the ~/Sites dir to the…
Hi all,
I'm using the function preg_replace but I cannot figure out how to make it work, the function just doesn't seem to work for me.
What I'm trying to do is to convert a string into a link if any word contains the % (percentage) character.
For instance if I have the string "go to %mysite", I'd like to convert the mysite word into a…
I have to install FFX 3.5 on my 11.04 machine. It's needed because I'm helping a friend of mine in a project involving Server-Side Javascript, and he is using POW webserver, actually avaliable for Linux only as a Firefox AddOn. (I know it's a dumb thing)
The addon is compatible only with FFX 3.5 and older, but I cant' find any official…
In designing the data layer code for an application, I'm trying to determine if there is a minimal set of database operations (both single and combined) that are essential for proper application function (i.e. the database is left in an expected state after every data access call).
Is there a way to determine the minimal set of…
I am not able to use symlink for my.cnf file (Ubuntu 12.04 server).
I added the alias to /etc/apparmor.d/tunables/alias file (as I did for 10.04 and worked) but I get:
May 30 16:00:01 ip-10-242-209-203 kernel: [176926.213403] type=1400 audit(1338393601.350:244): apparmor="DENIED" operation="open" parent=1…
Good night, i want to use indicator-cpufreq, but it is not possible, i think that when i start it, i get an infinite loop and it doesnt start
I think i am doing it well, here you have a snapshoot when i try to start it
http://i.stack.imgur.com/mvaYf.jpg
But 6 or 7 minutes later, it continues at the same…
I have a sample model of a cube and a buddha downloaded from internet in 3ds format which I can load correctly into my program and view them without problem, but wanted to try and create my own model.
I created a simple box mesh in 3ds max, and exported it as .3ds (Converted to mesh - export as .3ds)…
Controls from "Brightness and Lock" were not working so I've tried a solution that involved changing grub, which I'm detailing below:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n…
after i do a juju bootstrap i wait until cloud init is finished. i get no juju and the following errors.
ERROR state/api: websocket.Dial wss://b4exj.master:17070/: dial tcp 198.105.244.240:17070: connection timed out
ERROR state/api: websocket.Dial wss://b4exj.master:17070/: dial tcp…
When writing a function that can have several different return values, particularly when different branches of code return different values, what is the cleanest or sanest way of returning?
Please note the following are really contrived examples meant only to illustrate different…
I am constantly switching between a project written in C# 4.0 and another one written in Java.
I find it very difficult to read the code in Java, and I think it's because of its colors (or lack of them really)
Is there any way to mimic the colors that VS.NET 2010 has inside…
I am part of a year long plus project that is re-writing an existing application for a client. We have decided to develop the project using Visual Studio 2012 and .NET 4.5. The project will be using a number of technologies and patterns to include Entity…
Possible Duplicate:
Fixing Could not get lock /var/lib/dpkg/lock
I have installed Ubuntu server 11.10 and after the installation finishes I installed apache server by this code.
sudo apt-get install apache2
Then I tried to install subversion by this code:…
The main issue
Seeing the good support most modern programming platforms have for package management (think gem, npm, pip, etc), does it make sense to design an application or system be composed of internally developed packages, so as to promote and create a…
Like many web developers I do forms all the time. I found myself doing the same all the time: placing input fields, assigning a name to each, ajax the form, then create the PHP which involves to assign a PHP var to each $_REQUEST['var'], escape and validate…
when I was upgrading to ubuntu 12.4 I had to leave and accidentally turned off the laptop in half update. When lit it not entered the system, it put the screen in black and looked just the mouse. I had to install ubuntu 12.4 from a dvd drive apart, when I…
I'm using JDBC to connect my program to a MySQL database.
I already put the port number and yes, my database have permission to access.
When i use localhost work perfectly, but when i try connect to a remote MySQL database, show this error on console.
…
Thursday, November 15th is your chance to join Sara Woodhull and Juan Camilo Ruiz as they discuss Best Practices for Using EBS SDK for Java with Oracle ADF. You can find the complete event details at
ATG Live Webcast: Best Practices for…
I have a Dell E510 desktop with a geForce 7200 instead of the ATI x600 it came with.
I have attempted to install CentOS 5.4 x86_64 (DVD), CentOS 5.5 (net install), and CentOS 5.5 x86_64 (DVD). Gnome desktop. All of these run into the same issue.
…
I have an Asus Eee PC 900HA, and I tried to install Windows 8 on it, so I created a 56GB NTFS partition and booted install from USB
When I get to install it, says "some drivers are missing", but when I click Explore button, I can see the NTFS…