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

Search In

How to building a table using angular ?

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 The

Wordpress hook wp_register_script

Hello Readers, Description Description Registers is a script file on WordPress, and is supposed to be linked to a website later with all the wp_enqueue_script() function, which usually safely manages this script dependencies. Scripts that were p

TypeDef in C

In C programming you can use the keyword typedef to define a reserve word once again according to you .     The C programming language provides a keyword called typedef, which is used to give a type, a new name.   typedef unsig

Frame Relay in Networking

  Frame Relay is the standard of the WAN Wide Area Network technology that will specify the physical and the logical link of the channels by using a packet switching technique.   Frame Relay is a scalable WAN solution that is often used

Taking a screenshot of screen using Java and save it in image format

Hello there, In this blog I will provide a solution to how you can get screenshot of your screen and then save it at any location of your choice for this, we will use java.awt.Robot for creating an image which will generated by reading pix

Axlsx gem Integration in Rails

AXLSX gem is one the most recommended gem for the creating excel file in rails application. To integrate AXLSX gem, we have following steps. first we need to insert gem in our gemfile   gem 'axlsx_rails' and run bundle install Now we nee

How to use CSS nth-child Pseudo-class

Hello Readers In this blog, I will guide you how to use nth-child pseudo-class(selector) in css file. Generally we have seen nth-child selector in excel sheets and tables. It is very useful for creating formatted excel-sheet in html table and we us

Read CSV data using Java

Hello In this blog I will give a demo about how to read CSV data from a file. For this purpose I will use Opencsv library. Opencsv  is a very simple csv (comma-separated values) parser library for Java. You can download  the binary and so

Top 10 Free WordPress Themes for 2017

  Just like your ‘aged’ ‘oaked’ & ‘toasted’ Wine, the WordPress is also getting better, creamier and luscious with every passing second. Gone are the days, when the WordPress pondered just as a blogging

Save ArrayList of Object into Shared Preferences in Android

Sometime we need to save ArrayList of Objects into Shared preferences so that we can use that data in multiple Activities when required. We can do that easily as below: Suppose we have model Users as below: public class Users { private int id;

1 43 50
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: