
Search In
My previous article "Different ways to sort an array in PHP" provides the list and details about different sorting functions which are used for sorting arrays. These functions use the internal function for comparison. This article demonstra
Introduction :
A dependency property is a type of property which extends the CLR property by adding more functionality. The difference between the two is, that while the value of a .NET property is fetched directly from a private member in
Hello reader's in this blog we are making a css3 dropdown menu with custom html. We dont use <select> element for creating it. I have used list <li> element for making the dropdown of the menu.
HTML:-
In the html file i hav
In this blog, we will see how we can change the font family of text through jQuery. In this blog we have two div in the left div we show the text and in the right section, we make a selectbox( ) from which we select the particular font whatever you w
Hii,
In this blog, I am sharing jQuery code by which you can set validation i.e check password strength in your form. By adding this option in your form, You can enhance the security level of form by adding validation for the password.
Go thro
Customizing a multiple select is a very challenging task. The default layout of the multiple select box looks like this:
To make it a drop-down multiple select box we need to create a custom made multi select box.
Here is the html code:
<lab
Shopify sdk provides interface to get the saved categories of store on shopify and you can get that in your android app. you can show lots of information in list view like image of product, name, date, price etc.
1. Activity class to show categories
We know that how to fetch categories from shopify store there we get each category id that we ll used further to get products.
1. Main activity class to get product list :
public class ProductsListActivity extends AppCompatActivity implements Shop
New Friends! :)
The following is my member registration code as of latest.
ISSUE 1:
I get this error:
Parse error: syntax error, unexpected '_' (T_STRING), expecting ',' or ')' in C:\xampp\htdocs\e_id\register_edited
Undoubtedly Java is the most demanded programming languages in the world today. A JS framework provides a solid foundation on which a programmer can build programs. It includes predefined classes and functions that are used to manage the ha