Keep in touch for more videos about our review lectures for Remedial Law and passed the Bar.
Saturday, December 15, 2018
All new lawyers are now mandatorily required to render 120 hours of pro bono
The legal profession is imbued with public interest. As such, lawyers are charged with the duty to give meaning to the guarantee of access to adequate legal assistance under Section 11, Article III of the 1987 Constitution by making their legal services available to the public in an efficient and convenient manner compatible with the independence, integrity and effectiveness of the profession. As a way to discharge this constitutional duty, covered lawyers as defined herein are obliged to render pro bono legal aid services to those who otherwise would be denied access to adequate legal services.
So comes the IMPLEMENTING RULES AND REGULATIONS OF A.M. No. 17-03-09-SC OTHERWISE KNOWN AS THE ―RULE ON COMMUNITY LEGAL AID SERVICE.
So comes the IMPLEMENTING RULES AND REGULATIONS OF A.M. No. 17-03-09-SC OTHERWISE KNOWN AS THE ―RULE ON COMMUNITY LEGAL AID SERVICE.
Covered lawyers shall refer to those who have signed the Roll of Attorneys from 2018 and above.
Covered lawyers, are required to render one hundred twenty (120) hours of pro bono legal aid services to qualified parties enumerated in Section 5, within the first twelve (12) months from admission to the Bar of the covered lawyers, counted from the time they signed the Roll of Attorneys. For this purpose, covered lawyers shall report to the chairperson of their IBP Chapter Legal Aid Committee, or the chairperson, director, or supervising partner or lawyer from the Accredited Legal Aid Service Provider of their choice for their compliance with this CLAS Rules. Covered lawyers who are based outside the jurisdiction of their Home Chapters may opt to report to the NCLA Director or the chairperson of the IBP Host Chapter of their choice for their compliance with this CLAS Rules.
Friday, December 14, 2018
Filter database by area and by address where there is only one condition in where clause.
Filter database by area and by address where there is only one condition in where clause.
For more videos, please go to my channel, or message me if you have questions.
Monday, December 10, 2018
Filter database selection from datagridview using Visual Studio
Codes:
Imports System.Data.OleDb Imports System.Data Imports System.Data.DataTable Public Class CashBlotterDatePrint Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.Close() End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim dt As New DataTable Dim str As String = "Select * from CashBlotter where eDate >= #" & DateTimePicker1.Value.ToShortDateString & "# and eDate <= #" & DateTimePicker2.Value.ToShortDateString & "# Order by edate, ID" Dim da As New OleDb.OleDbDataAdapter(str, con) da.Fill(dt) da.Dispose() Dim rptDoc As CrystalDecisions.CrystalReports.Engine.ReportDocument rptDoc = New CrystalReport78 rptDoc.SetDataSource(dt) Report_Daily_Withdrawal.CrystalReportViewer1.ReportSource = rptDoc Dim txt1 As CrystalDecisions.CrystalReports.Engine.TextObject = rptDoc.ReportDefinition.Sections(1).ReportObjects("Text19") txt1.Text = DateTimePicker1.Value.ToShortDateString Dim txt2 As CrystalDecisions.CrystalReports.Engine.TextObject = rptDoc.ReportDefinition.Sections(1).ReportObjects("Text20") txt2.Text = DateTimePicker2.Value.ToShortDateString Report_Daily_Withdrawal.Show() End Sub End Class
For information on the coding I used above, leave a comment below.
For more videos, please go to my channel in youtube. You can drop your comments on possible tutorial that we can tackle.
Friday, December 7, 2018
Editing Tutorial using Lightroom Create Cinematic Effect in Lightroom 5
Months ago, we were fun of using presets in our editing of photo images for Lasare Photography especially for weddings.
Today, I will be showing to you how to achieve a cinematic effect for photos using Lightroom 5 without any presets.
For more videos, please visit my youtube channel.
Wednesday, December 5, 2018
Glider attempt: funshoot and edit using Camtasia Studio
It has been our first time using a glider in shooting a funshoot video so the frames are a little bit wavy. My computer graphics driver is not working so I cannot use sony vegas or premiere. I left without option but use Camtasia Studio which is much lighter.
Music is copyright to Grace Vanderwaal: Moonlight.
Subscribe to:
Posts (Atom)
Part 7. Commercial Law. Piercing the viel. Solidary liability
Because a corporation’s existence is only by fiction of law, it can only exercise its rights and powers through its directors, officers, or...
-
Adding a network printer in Linux Mint is easy. Just follow the following instructions to be able to connect to your network printer: 1. ...
-
There are really a lot of ways on how to answer bar examinations. But exploring these different versions in the actual bar exams may not be ...
-
#Uber #Grab Why grow interest upon the issues below? Well, this will help us enlighten our minds on how the modern world has grown so m...