
Search In
Use these step to install the django-1.4 in ubuntu
Step1- First check the python-2.7 version by use this commond
python -V
Step2- than use below link and install django-1.4 version
https://pypi.python.org/pypi/Django/1.4 and download th
Optimized Link State Routing Protocol
The Optimized Link State Routing Protocol is a IP protocol that is mainly used to increase the efficiency of ad hoc networks but it can also be used with wireless ad hoc networks.
It is a
Introduction to Zepto Virus
Zepto Ransomware:
Zepto is unique type of virus whose purpose is to infect the system through ' spam ' emails. Most of the virus program uses algorithm, similarly Ransomware also uses algorithm called RSA
Today we are going to learn something about J-Unit testing in android. We will be implementing an automation library known as Robotium, for genreating the test cases for testing the various functionalities in our app. First of all you need to add the
Composer is nothing but a tool which is useful for dependencies management. Composer supports only 5.3.2+ version of PHP. Now a days most of the frameworks are using PHP composer. This idea comes from node's npm and bundler from ruby. You should be f
The steps below guide you through setting the configuration files required for Firefox to not only turn off updates, but deny the setting entirely.
Also note, this is on a per computer basis. This process will need to be replicated on each computer/s
If you want to send mandrill template not integrated with Mailchimp and by using Secret Key dynamically follow given steps
Use https://packagist.org/packages/mandrill/mandrill package
Run composer update
In your controller
use Mandrill;
public f
The :target pseudo-class represents a unique element, with an id matching the fragment identifier of the URL of the document..
For example, the URL http://website-path#demo contains the fragment identifier #demo. In HTML, identifiers are found as th
The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key. - angularJS
E
Sometimes the method definition is not displayed hovering over the method name.
On hovering the desired method, following message is displayed:
"Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.