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

Search In

Magic Methods in PHP

PHP does not provide any specific definitions of the magic methods or functions. It is the programmer who actually writes the code to the functions that defines which states what the magic functions will do. But, magic functions are not directly call

Change the color of Switch

In android, switch is the toggle widget that has two states to select two options. User can simply click to toggle or drag back and forth to select the option. Here, I am changing the ON color of the SwitchCompat. SwitchCompat is the version of Swi

To pass class as list in MVC model

In MVC while working in API for making restful services you need to know your request and response.   You can pass data or entity from your model as you want.     But in any case, you have a requirement of passing multiple recor

  • 110
Time Division Multiplexing in Networking

We need multiplexing because several persons when try to send their data at the same time there are chances that data gets lost due to collision and resending the data again.     So its better to do multiplexing over the data or the medi

TempData Vs Session in MVC.

TempData TempData provide communication between Controller action and it's corresponding view by transferring and maintaining data. The tempdata is retained not only for current request but also retained in case of redirection. ASP.net M

How to make custom Spinner in android

In the below example I have created Custom View spinner. Here first I have created a row.xml layout , In row.xml I have added a TextView and Button. Then I have created drop.xml layout in this I have added two TextView with in LinearLayout, Then in n

CURL: How to install curl on ubuntu 14.04

I was facing issue to run the following lines of code on php: $url = "http://example.com/"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_PROXYPORT, 3128); curl_setopt(

Magento 1.9.2.1: How to get category description on product page from CMS block

Magento: Get Category description from block I was facing issue for getting category description from cms block. After researching on google I found the solution for it. You just need to add this in the home page content: {{block type="core/templa

Pass data from one ViewController to another in iOS

I’ve just created second view controller class by extending from the UIViewController class. However, it doesn’t differ from the parent class until we add our own variables and methods. There are a couple of things we have to change: A

Php: How to convert currency using Google Finance ?

In this blog I am going to tell you how to convert currency using Google Finance. Example: you want to convert Indian Rupee to American Dollar i.e. INR to USD then you can convert it using following url: http://www.google.com/finance/converter?a=$amo

1 310 720
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: