
Search In
needed version 5.7 of mysql server for a project. I upgraded from version 5.5 to 5.7 using this tutorial. The upgrade was successful and I am able to use the updated version via command line. However, mysql browsers (mysql-workbench as sqlyog as well
To implement drag and drop in cakephp using jquery, you need to follow following steps :-
Step 1: Make index.ctp and add following code in it :-
<head>
<style>
#sortable-list { padding:0; }
#sortable-list li { padding:4
Hi All,
This blog is about pagination and searching in angularjs.
In web applications, we have large amount of data to display and generally we use tables and lists.Searching and pagination makes it easy and user friendly.
First lets start with th
Whether you are an engineer or labourer, an electrician or a carpenter, a rocket scientist or a common geek, everyone needs right tools to complete their work effectively and efficiently. No one imagine this world without making use of tools. The imp
Hi Friends,
All of us use ADO.Net one or another way while writing code for database connectivity. In .Net whether you are using your custom classes for data connectivity or using ORMs(Entity Framework) or Enterprise Library, you are using ADO.Net f
Directives are an important feature of AngularJS which are used to extend HTML and create reusable and testable code. The framework provides a set of rich built in directives and we can also build custom ones if required. In this tutorial we wi
In this blog post, I am going to explain how you can check updates of the latest version of the mobile operating system on your Android phone. I will be discussing here two different methods to do the same. This will help us cover a wide range
In this tutorial, we will know that how to use multiple language in a single application . We are using four language to show our contents such as English, Russian, German, French. Follow below steps.
Step 1- Prepare string resource for the four lan
Hi Friends,
This tutorial will guide to integrate Firebase in android application and store and sync data to Firebase through a very simple example.
We will discuss complete tutorial step by step .
Step 1- Firebase introduction
Firebase provides
Introduction
jQuery is a compressed and fast JavaScript library which can be used to facilitate event handling, AJAX interactions , HTML Document traversing and animated effects for the website development.
jQuery is a free open-source library whic