Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to set anchor on email and urls using PHP

Hello Reader's! If you are looking for code that make your plain MyStringPlainText urls and emails into anchor format then you can use the code function as below:- <? function SetTheAnchor($MyStringPlainText) { $MyStringPlainText = html_

Methods in REST approach

REST (Representational State Transfer) is based on resources and actions. A resource can be an URL referencing a object or any entity on which we want to perform action for example: /listUser or /searchUser. Action can be one of the following:  

Count the number of matching characters in two strings

There are different ways to compare two strings in PHP whether by using built-in functions like strcmp or strcasecmp of PHP or using equality operator(==). None of these methods return the number of matching characters in both the strings. This arti

Singleton methods in rails

A regular instance method can be used by all the instances of that class and all of them will inherit their behavior from its class. But what if we want a particular instance to have a specific behavior that no other instance can have that is where s

LINQ Insert in MVC

In MVC while performing the interaction with the database we can use Language Integrated Query for easier manipulation of the data in the data source.         We can use it very easily by first creating the Data Context for

  • 203
How to define Functional field in OpenERP/Odoo ?

If you want to define Functional field in OpenERP use below code - class Demo1 (osv.osv): _name = ’Demo1’ _description = ’Contract’ _columns = { ’name’ : fields.char(’Contract Name’, size=30, required=True), ’employee_id’ : fields.many2one(’employee

default keword in javascript

defautl keyword is used in two situations 1)switch statement. 2)export statement. 1) example of switch statement switch (expr) { case "Oranges": console.log("Oranges are my 1st choice."); break; case "Apples": console.log("Apples ar

What is the difference between '|' and '||' operators

Hello Reader's you might have seen the coding standard with the common syntax | and || is used. These are the syntax used for checking the conditions and sub conditions. The first | is called as bit wise Operator. It is used to make the condition be

Install ejabberd with patch file

To install ejabberd with patch file(Serve cross domain policy file for Flash). Install erlang on your system. Download ejabberd wget http://www.process-one.net/downloads/ejabberd/2.1.11/ejabberd-2.1.11.tgz tar zxf ejabberd-2.1.11.tar.gz 4 cd ejab

What are Equivalence Class Partitioning & Boundary Value Analyses?

Boundary Value Analyses & Equivalence partitioning are both test case design techniques in black box testing. Equivalence partitioning: In this method, the input data is divided into different three classes. This method is used to reduce the numb

1 36 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: