Posts

Showing posts from July, 2017

Git remote URL information details by terminal command

1. Only the URL that a local Git repository was originally cloned from. git config --get remote.origin.url 2. Remote Information Details git remote show origin

AJAX Request and Response for Datatable

$(document).ready(function () {     $(function () {         $('#agency-list').DataTable({             processing: true,             serverSide: true,             iDisplayLength: 25,             ajax: {                 url: '{{url("agency/get-list")}}',                 method: 'POST',                 headers: {                     'X-CSRF-TOKEN': '{{ csrf_token() }}'                 }             },             columns: [                 {data: 'rownum', name: 'rownum'},                 {data: 'license_no', name: 'license_no'},                 {data: 'agency_name', name: 'agency_name'},                 {data: 'mobile', name: 'mobile'},                 {data: 'license_expire_date', name: 'license_expire_date'},                 {data: 'action', name: 'action'}             ],             "aaSorting": []         });

API Related Links

1. https://maps.googleapis.com/maps/api/js?address=dhaka 2. https://developers.google.com/maps/documentation/geocoding/intro 3. https://developers.google.com/maps/documentation/javascript/ 4. http://jsoneditoronline.org/ 5. https://maps.googleapis.com/maps/api/geocode/json?address=azom+road+mohammadpur+dhaka 6. http://api.jquery.com/jquery.getjson/ 7. https://maps.googleapis.com/maps/api/geocode/json?address=1000

yajra data table process

1.  public function viewList () { try { return view( "LocalSalesPermit::list" ) ; } catch (\Exception $e ) { Session:: flash ( 'error' , CommonFunction:: showErrorPublic ( $e -> getMessage ())) ; return Redirect:: back ()-> withInput () ; } } 2. $ ( document ). ready ( function () { $ ( function () { var t = $ ( '#list' ). DataTable ({ "columnDefs" : [ { "searchable" : false , "orderable" : false , "targets" : 0 } ] , "order" : [[ 0 , 'asc' ]] , processing : true , serverSide : true , iDisplayLength : 25 , ajax : { url : ' {{url( "local-sales-permit/get-list" )}} ' , method : 'POST' , headers : { 'X-CSRF-TOKEN' : ' {{ c

Bangla UniBijoy installing in Ubuntu OS

sudo apt-get install ibus-m17n m17n-db m17n-contrib ibus-gtk ibus-daemon -xdr https://www.youtube.com/watch?v=0jYQZ6PSpbs