
Search In
To assign a article to a menu you need to follow the following steps:
Login to back-end of Joomla site.
Click Menus->[name of your menu] -> Add new menu item. For ex: Menus -> Main Menu -> Add new menu item.
You will see a form to add n
C# consists a ListView control which contains a list of items and the items can have different forms either number,text or images.
To add columns in listview we can use:
ListView.Columns.Add("EmpName", 1000);
To understand it better,we will c
This is our last blog on shopify where we will show listing of orders history of particular customer.
With this api you can track all orders in your webview by passing only order number.
1. Fetch orders in your main activity like this :
private vo
source: webneel.com
The concept of 3D modeling is extensively used nowadays in movies, videogames, architecture, publishing, geology, medical science etc. 3D modeling in simple words can be described as creation of a 3D image of an objec
An HTML Helper is just a method that returns a HTML string. The string can represent any type of content that you want
Different types of HTML Helpers
1 Inline Html Helpers
@helper ListingItems(string[] items)
{
<ol>
@foreach
Lets supposed we have requirement to add a subscriber to mailchimp while user registering on our website. For this, we can use 'mailchimp-api' gem & we can integrate mailchimp-api gem as following in our application
add gem in Gemfile( m
Local NewsLocal News burberryonline.outletstore.us.com But the ASB ruled that the simplicity of the game and the depiction of teenagers playing on the beach would appeal to smaller children, particularly those approaching their teenage years. z http:
In web development field we face different situations in order to fulfil the requirements. Sometimes we have to customize the well managed CMS/frameworks. Today we are going to take an sample example of wordpress plugin development. There is one situ
A dropdownlist is a list of items from which user can select one or multiple values at the same time.
Every dropdownlist contain two items one is a value and another is text. Here in the given example,there is a list of student names in which Studen
While populating dropdownlist we can pass datatables dataset and we can also pass list for binding
We will create a class for that and defined properties associated with the drpodownlist
/*Entity class containing properties*/
pub
