
Search In
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
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
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
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
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 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
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 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


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
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
