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

Search In

How to install Ruby on Rails on Ubuntu 14.04 ?

Install Ruby On Rails: Quickest way The quickest way of installing Ruby on Rails with rvm is to run the following commands: gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \curl -sSL https://get.rvm.io | b

How to open, read , wight and close a text file in php?

Open a text file in PHP. To open a text file in PHP you will use fopen() funtion. $yourfile = fopen("yourtextfilepath", "r");// r is a mode that are used for read file. Read a text file in PHP. To read an opened file in PHP you will use fread()

How to use Inflector in CakePHP3

Hello Reader's , Hope you are doing good today. Today in my blog, I am going to explain about the inflector in CakePHP3. inflector is a many utility classes which takes a string and can manipulate it to handle word variations. Example: inf

How to implement If else condition in Twig

Hello Friends, Twig is a simple template system used in Symfony and Slim Framework. This is something different to implement your code in HTML file as other frameworks or CMS. If you want to implement conditional statement(if else) in twig template

How to read folders in a folder in Joomla?

Hello friends, Today we will learn how to display all the folder within a folder in Joomla. In Joomla, folders() method is used to list all the folders within a folder. This function return an indexed array of the folders Syntax: JFolder::folders

How to Create Emoticons using jquery

Hello all, Every time you see some graphic emoticons in comment they look like sad, funny, jolly, naughty. With the help of this blog you can add these emoticons in your project. Here I am using emoticons plugins Basically it replace your simple cod

Permission Access

How to block or access specific permission of specific application through android code? (Without accessing manifest file of specific app?

How to Install CodeIgniter in ubuntu

CodeIgniter can be installed in four easy steps on your ubuntu system: 1- Download CodeIgniter package and Unzip. Download link http://www.codeigniter.com/download 2-Upload the CodeIgniter folders and files to your server. Normally the index.php fi

How to Add the Bar codes in RML files in Openerp-7 and openerp-8(Odoo)?

Barcodes can be generated using the tag in RML files. The following formats are supported codabar code11 code128 (default if no ‘code’ specified’) standard39 standard93 i2of5 extended39 extended93 msi fim postnet You can change the followin

How to find Gameobjects in Unity

In unity you can find gameobjects by their name or tag. 1. Find objects by Name:- You can easily find the gameobjects by their names. Here is the simple code for this Gameobject Abc; void Start() { Abc = GameObject.Find("Square"); } In above

1 2 4 408
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: