
Search In
obs had difficulty functioning in a traditional classroom, tended to resist authority figures, frequently misbehaved, and was suspended a few times. Clara had taught him to read as a toddler, and Jobs stated that he was "pretty bored in school and [h
Earlier this month the company recalled a group of products that were made at a plant in Texas as Kansas health officials said three people had died in the past year from a listeria outbreak that could be linked to Blue Bell Creameries products. A to
With the help of java, I have created concat() string method. In the example given below, I have used '+' operator , StringBuilder and StringBuffer Class to join string in java. ”The string concat() method combines specified string at the end of the
To Create Payment Term in OpenERP-7
Follow these step given below
Step1 - Install the account module in openerp
Step2 – Go to the Accounting -> Configuration -> Payment Terms
then create payment term as show in the figure given b
Hello Readers,
These are some of the custom checkers to detect
iPhone
Current IOS Version
Email Validation
Phone Number Validation
For iPhone 4 and 4s :-
func isIPHONE4() -> Bool{
let screenSize: CGRect = UIScreen.mainScreen().nat
Hi,
My code working in my locahost wamp server. But if I uploaded it to my hosting server it's not working.
Please give solution. Or reason for this problem. Thanks
Here is my code :
<?php
session_start();
if(!isset($_GET['subm
If you want to remove old OpenERP instance from your system follow the below mentioned steps:
Step-1 Go to start menu and click it.
Step-2 Click on programs button.
Step-3 Click Uninstall a program.
Step-4 after that Searching Programs and Feature
Sometimes we need to replace some characters with some other set of characters. To replace a Case-Insensitive chars from string you can use the below example:
package com.demo;
public class TestApps {
/*
*@param args
*/
public s
For textfield we use attributes to give outlines to it or some times we place image view behind every textfield for its outline. We can instead use CALayer for it. I am setting an upper outline to a textfield, here is the code:-
CALayer *upper = [CA
Can any one give me the idea. How I can detect collision between 2 dom element. I have got this code form MDN. But can't go thorough it. Please help me.
var rect1 = {x: 5, y: 5, width: 50, height: 50}
var rect2 = {x: 20, y: 10, width: 10, height: 10
