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

Search In

jQuery append( ) Method

This method is used to insert the data at the end of the selected elements . It is just opposite of the prepend( ) method . Prepend ( ) method is used to insert the data at the beginning of selected elements . Syntax : $(selector).append(content,fun

jQuery prepend ( ) Method

This method is used to insert the data at the beginning of the selected elements . It is just opposite of the append( ) method . Append ( ) method is used to insert the data at the end of selected elements . Syntax : $(selector).prepend(content,func

How to apply conditional operators in JSTL?

In JSP file sometimes we need to put conditional operators through JSTL. Example: In the below example I am applying && and || operators. <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <html> <head> <titl

Customise a product tab in woocommerce using 'woocommerce_product_tabs' action hook

Hello Friends, The below code will help you to Customize a product tab in woo commerce using 'woocommerce_product_tabs' action hook, first you have to replace the description tab with a custom function. <?php add_filter( 'woocommerce_produ

How to enable contact us form in Drupal 7

Enable Contact US Page Contact Us page is a core module of Drupal 7, provided with the fresh copy of Drupal installation. You need to enable the contact module to make it work. Go to the module page Search for contact module, and enab

Learn How to Use CSS3's Viewport Units - Web Design Tips

The viewport is the area of a web page that is visible to the user and provides the information to the user for his use. This area varies according to the size of the device, like desktop, laptop, smartphone, tablets etc. And units are given to viewp

How to Parse json Using Java to Get Desired Output

I am new to java development. I am learning JSON parsing. I got JSON response something like this.     1 "sizePrices": [ { "cargoHandoverPrice": 0.00, "sizeCode&quo

How to Group Json Response with Keys in Java

 I am new to java development. I am learning JSON parsing. I got JSON response something like this.     1 "sizePrices": [ { "cargoHandoverPrice": 0.00, "sizeCode": "

What is HEAD pointer in GIT

Previous Git Blogs Intialize git repostiory First Commit Two tree architecture and Three tree architecture Best basic practices for writing commit messages Viewing the commit logs Git Basic WorkFlow Git SHA-1 Git maintains a reference variab

Modifying search results look and feel in WordPress?

Wordpress themes includes different files for different purpose like single.php for showing the single post. We make the changes in search.php to modify the look and feel of the search results. You can see this file in default wordpress themes and we

1 369 423
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: