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

Search In

How to implement Picaso Image Loader Library in Android?

In this tutorial, we will know that how to implement Picasso Library to loading images  in android. This is an open source library to loading images in Android. It provides a functionality to fast processing and caching data into memory. It dev

How to have transparent view controller in iOS?

At times we might need to have a transparent view controller i.e to have contents of presenting view controller visible along with the presented view controller. One of such cases can be when we have to show some popup with blurre

Difference between getModel() and getData() in magento

getModel() method :   Mage::getModel() will create a new instance of an object each time even such object exists in configuration. getModel will always return a new instance of the requested model every time.   For example:-   

How to get products list from the orders of the logged in customer?

In magento if we need to get the list of products of orders of the current logged in customer.  To do so lets see how we can do it: first of all we need to get the logged in user id from the session for the same write the below c

Display WordPress posts by number of Views

Displaying the most viewed posts becomes very helpful for every user to have a look at trendy blog post in your WordPress. There are so many plugins that will help us easily to add most viewed/poipular posts in our WordPress website. But there is an

Calling function in another file Node

It is always good practice to break your code into smaller files which are more meaningful as per the actions being performed in them. Splitting files into smaller one will require us to have some way by which we can call each other as required and e

How to update xmlDataProvider when xml document changes at runtime in WPF?

Some time we need a situation where we bind WPF controls with XmlDataProvider and XML is changes dynamically at run time. Then we need to change the data in WPF controls automatically. for eg: we bind list of items with XmlDataProvider and user has t

Schedule and perform Data Quality Checks in PIM

Hello Readers   Overview: Quality checks can be carried out when required. Quality checks can be initiated in different ways:   - by a defined event or on a fixed date   - by a direct request   Schedule Quality Checks

Ruby Blocks

As we all know,Ruby Blocks and Ruby Methods work in tandem as clearly elucidated by the below example: def demo_method yield "hello" end demo_method { |block_argument| "#{block_argument}!! our first ruby blog"}   here, the yield keyword w

Implicit and Explicit Blocks in Ruby

Blocks are basically a group of code that can be stored in a parameter and can be executed. There are majorly two ways of doing this:   1) Implicit: In implicit, it is a nameless block and it is not passed as a parameter, it is executed using

1 183 363
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: