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

Search In

QueryString explained with example in ASP.NET

QueryString explained with example in ASP.NET QueryString is the property of Request object which is used to pass variable values between html pages or between web forms. It is easier to pass data between web forms through QueryString. Example of Q

How to use modal popup in Angular UI Bootstrap

Angular UI Bootstrap provides $uibModal service to create modal windows. Before using this you need to create a template, controller and reference them with $uibModal service. It has only one method i.e. open(options). $uibModal's open function

Handling dropdown in Capybara

Handling dropdown is very easy in Capybara. Here we do not have to create the object of Select class and the select option through Select class object. We directly have to pass the option value which is to be selected to the desired location.  

How to get Bundel items from the bundel product in magento?

In Magento, if we are required to check the items of Bundle product for some purpose, then we can do it by following way: For the same purpose lets check the below code: < ?php       $product = new Mage_Catalog_Model_Product();             $pr

How to make Horizontal RecyclerView in android?

In the below example I have created a Horizontal RecyclerView. Here first I have added RecyclerView dependency to Grandle file. In second step I have added a RecyclerView and Set RecyclerView  gravity (center_horizontal). Now see In MainActivit

Publishing ICalendar with Ruby on Rails

If your application has certain events(For example meeting etc), then you may need to integrate calendar application. Icalendar is a standard for calendar data exchange. Icalendar allows us to generate .ics files so that users can add events to their

Adding/Removing input fields on button click

In this blog, we are adding input field by clicking on more button and removing input field by clicking on erase button. The procedure of doing this is very simple and easy. I have provided the code for doing this below . In below code fir

What is splunk

Hi All, In this blog I'm going to discuss about the Splunk, which is an engine for collecting, analyzing and visualizing the data.   Splunk is nothing but a software or rather we can say an application just like a google search engine. &

Adding bounce effect to UIImageView .

We can add animation to view using CABasicAnimation. Here we are adding bounce effect to UIImageView. The following code will show the bounce effect in the UIImageView at y-axis:- CGPoint origin = self.imgView.center; // self.imgView is the out

Handling Invalid JSON errors in rails

Handling Invalid JSON Error in Rails  Hi Friends, Sometimes by mistake, when we send an incorrect JSON to server, the server is not able of handle the improper JSON so it throws an error, and the client doesn't get any proper error message.

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