
Search In
Hello Readers!
In this blog post, I am going to tell you about slideshows but with a special effect.
Slideshow is an information which is displayed in slides. The information may be images, text, chart etc. The slides change after a certain time in
Hello friends,
Today we learn how to check next sibling of an element using jQuery. In jQuery, next() method is used to match the immediate sibling of an element.
Syntax:
.next( [selector ] )
selector is the optional parameter which is an expres
Hello Readers,
The below blog display the data from joomla component controller (C1) to joomla view (V1).
Suppose, we have a data in joomla controller.php and we want to rendered the data in joomla view (for example in component com_mycomponent).
Hello friends,
Today, we will learn how to get the last element of an array using PHP. There are various ways of doing it which are as follows:
1. end(): PHP proivdes an in-built function which returns the last element of an array end().
Syn
In certain cases it is required to open the activity with transition like from left-to-right or top-to bottom or vice-versa.
For this we have to create xml file that must be kept in "anim" folder.
Regarding xml, we have 4 different attrib
CMMI integrates multiple disciplines into one process improvement framework:
System Engineering
Software Engineering
Integrated Product and Process Development
Supplier Sourcing
It supports two different representations:
Continuous (Capabi
Hi Friends,
Today i will tell you about how we can convert a list to array. We can use 2 methods to convert list to array
Method 1:
//Create a list object
List<string> objList = new List<string>();
//Add Items
when i execute this file.php only it will upload, when i run in Mainlayout.php its not uploading. Below file is File.php, its to upload csv file.. Canone help me plzzzzzzzz
<form name="import" method="post" enctype="multipart/form-data"&
There are element operators provided by LINQ which are capable of returning single or specific element from a collection. These element operators can be defined as follows :-
Single : This element operator is capable of returning single sp
In this Video Tutorial, I am aiming to send and receive message in the Enterprise Service Bus Queue(ESB) and routing the message using Logic App in Microsoft Azure.
Prerequisites:
1. You need an Azure account (Microsoft Account can also be us
