In this tutorial, we will create a sub-theme of the Garland theme.
name = Mysubtheme description = A tutorial showing how to create a sub theme. core = 6.x engine = phptemplate
Install modules and themes
UPDATE tableName SET fieldname = REPLACE(fieldname, 'replace this string', 'with that string'); --Replace Smth with Smith UPDATE Person SET lastname = REPLACE(lastname, 'Smth', 'Smith');
import java.util.Locale; import java.util.Properties; import java.util.ResourceBundle; import java.io.FileOutputStream; /** * Show how to use ResourceBundle and properties files to add multilanguage * support to your application. * Note: You will get the following error message: * java.util.MissingResourceException Can't find bundle for base name, locale... * If the properties are not placed at the right place. Here are the solutions: * * 1) * Copy all properties into the build folder(e.g. bin\ folder) * or * 2)
import java.util.Properties; import java.io.FileOutputStream; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; /** * Show how to create and read properties file. * @author Xuan Ngo */ public class MyProperties { public static void main(String args[]) { /** * Create and save the properties into a file. */ // Create the properties object and add some values. Properties oWriteProperties = new Properties(); oWriteProperties.setProperty("key1", "value1");
Update: 2010-08-05:
It looks like overloading findElements() to add a wait time is no longer required. As of version 2.0a5, you can use RemoteWebDriver.RemoteTimeouts.implicitlyWait() like the following:
driver.manage().timeouts().implicitlyWait(15, TimeUnit.SECONDS)
C:\>xsltproc -version Using libxml 20630, libxslt 10122 and libexslt 813 xsltproc was compiled against libxml 20630, libxslt 10122 and libexslt 813
Info about the computer:
Now that you know how to post. It would be nice that you will be able to post images in your posts. What you have to do is to allow <img> tag in your posts and activate Upload module so that you can update the images.