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

Search In

How to create module in Magento?

I am creating this blog which will let you understand how to create a module in Magento 1.* There's two controllers you need to be concerned about. The module/frontName controller, and then the MVC controller. Lets start and know how to setup a

How to Remove Noindex Robots Tag in WordPress?

Hey all, My site when i check the source code has the meta tags: I cant change it from my theme files, not in the index.php checked all files even the style.css, and the meta tag wont be there and when i go to settings reading the option there to di

How can I get a decimal number in text field?

Currently I am using this code: InputAmount = System.Int32.Parse(GameObject.FindGameObjectsWithTag("Amount")[0].GetComponent().text); Declare with float but how can I get a decimal number from the text field? Because I am doing a calculator with it

How use auth login in different model in cakephp

How use auth login in different model in cakephp public $components = array('Session', 'Cookie', 'Auth' => array( 'authenticate' => array('Form' => array( 'userModel' => 'Admin', 'fields' => arr

How to create for loop in python?

In python to create for loop refers to executes a sequence of statements multiple times and abbreviates the code that manages the loop variable. Use the below example to create for loop: test = raw_input("what is for loop ") for letter in test:

How to deploy Ruby on Rails with Nginx on Ubuntu 14.04 ?

Ruby on Rails runs on web server Webrick. But in order to deploy Ruby on Rails with Nginx server we will need Passenger too. Install Passenger and Ngnix First install PGP key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 561F9B9CA

When to use img or CSS background image?

Hello Readers. There  are situations when we have  to decide to use either an <img> tag or a background-image. But then we think of the same visual outcome and choose at random among the two. Let us learn about the two and the criter

How to align checkboxes and their labels?

Hi there. In this blog post, I will tell you the solution for one of the minor problems faced in CSS. And that is, vertically aligning checkboxes and their respective labels consistently across browsers. Whenever I try to align them correctly in on

What is MVC architecture in Angular JS

MVC is Model-View-Controller architecture designed for web development. It has three main parts: In angular the way we organize things is different from the others in javascript. Model: Model contains all the information that is responsible for main

How to send a request with parameters in Alamofire

Alamofire is HTTP networking library for iOS and Mac OS X, which is written in swift. Alamofire is based on NSURLSession,but it make network code much easy to write. Following function is available in Alamofire.  .upload  .download &nb

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