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

Search In

How To Use Big Data & Supply Chain Management Analytics to Solve Big Problems

There is an ebb and flow to this power balance between suppliers and buyers. The shift, brought on by market elimination associated with the introduction of disruptive technologies, or perhaps the consolidation of competitors throughout the past seve

Send Email with an attachment in Drupal 7

If you are confused and trying to figure out how to just simply send a mail with and attachment using drupal_mail(), with a given $body and $subject, this below code may help you. /*hook_mail($key, &$message, $params);*/ //for detail informa

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

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