
Search In
Border Gateway Protocol is a kind of exterior gateway protocol mainly designed to exchange the information related to routing and the reachability in the internet.
The neighbours in the BGP are called the peers that are lin
From a simple blog to fully featured website, WordPress is perhaps the most popular blogging platform that supports every kind of website. A statistic provided by hostgator shows that over 26% of all websites worldwide use WordPress. Due to this, spa
The long-awaited update to WordPress is finally here and it's huge! The 5.0 version, also called "Bebo," is live and features one of the biggest changes in the way we use WordPress. The editor has been completely overhauled and is now b
This tutorial will help a user to learn how to install mod_jk module and what is mod_jk.mod_jk is basically Apache module which is used to connect the “Servlet Container” [also known as “Web Container”] with the “Web Servers” (i.e. Apache, iPlanet, S
Hello readers!
Today we discuss about "How to Leverage Browser Caching in WordPress" (Configuring WordPress For browser caching).
Browser caching:- Browser caching helps to reduces the request per page in numbers which results to reduce server load
Adding sortable columns to Users Table in Admin section
<th class="left"-->
<!--?php echo JHtml::_('grid.sort', 'Candidate Number', 'candidate_number', $listDirn, $listOrder); ?-->
</th>
Adding sortable columns to a table in
CSS counters are, in essence, variables maintained by CSS whose values may be incremented by CSS rules to track how many times they're used. This lets you adjust the appearance of content based on its placement in the document. CSS counters are an im
Hi, In this blog I tried to provide an efficient solution for a famous coin exchange problem using dynamic problem in bottom up approach whose time complexity is O(mn).
Problem Definition
In coin exchange problem you can think of a coin v
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