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

Search In

How to create Cookies With PHP

Why we create cookies ? cookie is used to identify any user. A cookie is known as a very small file that the server copy into the user's computer browser. Whenever users request a web page using the same computer , it will send the cookie too. Wit

How to use compound context in OpenERP/Odoo ?

The context is like a "magic" argument that the web client will always give to the server when calling a method. The context is a dictionary containing multiple keys. One of the most important key is the language of the user, used by the server to tr

How to get data from rss feed in android

RSS simply means Really Simple syndication, this is a xml document which is created by a website. You need to parse this xml file and show the information:- Here is the code that can help you :- Step 1:-Declare the variable of which you want to ext

Difference between ArrayList and Vector

Hi, It is one of the important topics in java. For dynamically resizable array we use ArrayList. ArrayList provides us fast access as compare to simple array. 1. As we go to synchronization, Vector is synchronized means at a single time one threa

How to use str_replace () function in php ?

What is utilization of str_replace () function ? there are 3 main uses of str_replace () function in php. 1-str_replace() function supersedes some characters with some other characters in a string. 2-str_replace() Supersede all occurrences of the

redirect http to https in Zend Framework?

For redirecting http to https, please follow the below steps :- First - Please Open .htaccess file from /public OR /public_html. Second - Add below code in opened .htaccess at the top. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ h

How to use list() function in php ?

What is the use of list() function? The list() function is used to assign values to a list of variables in one operation. list() function basically works on numerical arrays. Syntax of list() function:- list(variable1,variable2,variable3.....) &l

How to make workflow manipulations in OpenERP/Odoo ?

Workflows can be moved along by sending them signals. Instead of using the top-level execute_kw, signals are sent using exec_workflow. For example code is like below. client = models.execute_kw( db, uid, password, 'res.partner', 'search_read

How to use each() function in php ?

What is the work of each() function ? PHP each() function mainly Return the current key and value pair from an array. Syntax of each() function: each(array_name) You can take reference form below example to use of each() function. <?php //

Beginners guide to Search Engine Optimization (Part 1)

SEO- Keyword Research and Tagging (Part 1) Search engine optimization is the Godfather of online marketing. The position of your web page on the SERP (Search Engine Results Page) determines how much traffic your page has and consequently the amoun

1 354 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: