Hery Purnama 081.223344.506 - Freelance Trainer , Excel VBA Macro, Android, Phonegap, ITIL, COBIT, Google Map API, Sketchup3D , MS Project, Sencha ExtJS, Oracle , MySQL DBA, MS. Access VBA, Primavera P6, MS Project ,Jquery, Yii, CodeIgniter. laravel, CATIA 3D, Unity 5 , PMBOK, PMO, TOGAF, PRINCE2 - Call : 081.223344.506 | PinBB : 7DC633AA| Email / YM : inhousetrainer@yahoo.com | FB : inhousetrainer | TW : inhousetrainer
Search This Blog
Wednesday, June 14, 2017
Download Cara cepat Belajar Excel Macro - Mantap
Monday, June 12, 2017
Training Babok V.3 , Hery Purnama Trainer
BABOK Guide adalah Standard Framework yang menggambarkan tugas analisis bisnis yang harus dilakukan untuk memberikan solusi yang akan memberi nilai bagi organisasi. Setiap tugas analisis bisnis berkontribusi terhadap keseluruhan tujuan baik langsung atau tidak langsung. Elemen yang terdapat didalamnya dapat bervariasi, diantaranya bentuk aktifitas yang harus dilakukan, urutan aktifitas, atau kepentingan setiap aktifitas.
parx Enterprice Architect adalah software permodelan yang mampu menerjemahkan beberapa knowledge area dalam Babok 3
Thursday, June 1, 2017
Monday, May 29, 2017
Trainer Firebase Developer Advanced Jakarta
Monday, May 15, 2017
Weekend Crash Course di hari sabtu untuk Excel Macro, MS Project
Kuota terbatas max. 15 Peserta per angkatan
Atau Call/ Whatsapp : 081223344506
Saturday, May 13, 2017
Jadwal Puasa 2017 Lengkap Akurat
Salam,
Friday, May 12, 2017
Training Microsoft Project di Kalimantan Timur
Wednesday, March 15, 2017
Training Excel Basic to Intermediate Sampoerna Semarang
Wednesday, March 1, 2017
Trainer Prince2 project management bandung jakarta surabaya
Hery Purnama 081-223344-506 is trainer for training Prince 2 project management in jakarta bandung medan semarang indonesia
HERY PURNAMA
Certified IT Trainer
http://www.inhousetrainer.net
inhousetrainer@yahoo.com ,hery.purnama@gmail.com
Call/ SMS/WA : 081.223344.506 | PinBB : 7DC633AA
Blog :
inhousetrainer.blogspot.com
freelance-it-trainer.blogspot.com
Wednesday, February 22, 2017
Trainer Microsoft Access VBA di bandung, Jakarta, surabaya, medan, bengkulu, samarinda 2017
Microsoft Office Basic (Word, Excel, PowerPoint)
Microsoft Excel Basic
Microsoft Excel Advanced for Business
Microsoft Excel VBA Macro programming
Microsoft Excel Dashboard with PowerPivot and PowerView
Microsoft Access Database Fundamental
Microsoft Access VBA Programming
Microsoft Project
Corel Draw
Adobe Photoshop
Database Concept
Oracle Database Fundamental
Oracle Database Administration
SQL Server Database Fundamental
SQL Server Database Administration
MySQL Database Fundamental
MySQL Database Administration
PostgreSQL Database Fundamental
CMS Magento E-Commerce Fundamental
CMS WordPress Fundamental
Building website using Blogspot
Building Website with PHP 7 and MySQL
Codeigniter PHP Framework Fundamental
Codeigniter PHP Framwork Advanced
Laravel PHP Framework Fundamental
Laravel PHP Framework Advanced
Yii PHP Framework fundamental
Yii PHP Framework Advanced
Autocad 2D/3D Fundamental
Autocad 2D/3D Advanced
Catia 3D
Java Web Programming Fundamental
Java Android Programming Fundamental
Android Apps. Development with Android Studio
Android Apps. Development with Phonegap
Web Applications Development with Jquery
Web Applications Development with Sencha ExtJS
Web Applications Development with ASP.Net
Visual Basic .Net
IT Infrastructure Library Foundation (ITIL)
COBIT 5 Foundation
Software Testing with ISTQB
IT Project Management Based On PMBOK
System Analysis Design with UML 2.0
Primavera P6 Methodology
Primavera P6 Project Management
Tuesday, February 21, 2017
Lembaga Privat Komputer yang ada di Bandung
- SINDONUSA Kursus dan Privat komputer Terbaik di Bandung – 0816.95.1860. Kursus Komputer dengan standar kenyamanan Training Center dengan biaya terjangkau , dipandu oleh Pengajar bersertifikasi Internasional.
Lokasi :
Jl. Pelajar Pejuang 45 No. 23 Lt. 2
Bandung - Jawa Barat
Tel. 022-21116688 / 0816-95-1860
Belajar di tempat kami atau Privat Les komputer ke rumah Anda .
Hubungi segera,
www.sindonusa.com
Friday, February 10, 2017
Official blog Hery Purnama , www.inhousetrainer.net
Open Office Calc, Bank Fama bandung
Best momment 2016
Monday, January 30, 2017
Simple PHP Mysql Search for Each Word like Search engine
<?php
$host = "localhost";
$user = "root";
$password = "";
$dbname = "dbcoba";
$koneksi = mysqli_connect($host,$user,$password);
$dbkonek = mysqli_select_db($koneksi,$dbname) or die("error euy ");
if(isset($_GET['txtnama'])) {
$search = str_replace(" ","|",$_GET['txtnama']);
$sql= " SELECT * FROM tbpegawai WHERE nama REGEXP '$search' ";
$run = mysqli_query($koneksi,$sql) or die(mysqli_error($koneksi));
$row = mysqli_fetch_assoc($run);
$total = mysqli_num_rows($run);
}
?>
<body>
<form action="cari.php" method="GET">
<input type="text" name="txtnama" id="txtnama" placeholder="Cari" value="<?php echo $_GET['txtnama']; ?>">
<button type="submit" value="Cari" > Cari</button>
</form>
<?php if($total>0) { ?>
<table border="1" width="500">
<thead>
<tr>
<th> <strong>Hasil Cari <?php echo $total ; ?></strong> </th>
</tr>
</thead>
<tbody>
<?php do{ ?>
<tr>
<td><?php echo $row['nama']; ?> </td>
</tr>
<?php } while($row=mysqli_fetch_assoc($run)) ;?>
</tbody>
</table>
<?php } ?>
</body>
Regards,
HERY PURNAMA
Friday, January 27, 2017
Magento 2.1 training di Jakarta
Terima kasih kepada PT. softbless solution Jakarta atas undangan mengajar Magento 2.1.0 Fundamental bersama peserta dari PT PJB semoga bermanfaat
Salam,
HERY PURNAMA
Certified IT Trainer
http://www.inhousetrainer.net
inhousetrainer@yahoo.com ,hery.purnama@gmail.com
Call/ SMS/WA : 081.223344.506 | PinBB : 7DC633AA
Blog :
inhousetrainer.blogspot.com
freelance-it-trainer.blogspot.com
Download Mozilla Firefox Offline Installer
Regards,
HERY PURNAMA
Tuesday, January 24, 2017
Magento 2 , SMTP Setting using gmail in localhost (solved)
GmailSmtpApp
c:\xampp\php\php -f c:/xampp/htdocs/{webMagentoAnda}/bin/magento setup:upgrade
Regards,
HERY PURNAMA
Magento 2 how to make price more than 100 million
Solusi untuk issue tersebut di magento release 1 bisa dilakukan dengan menggunakan extension atau merubah code program namun di release 2 solusi tersebut agak sulit dilakukan dikarenakan code program yang dibuat pada release 2 cenderung di enkripsi dan juga untuk saat ini ketersedian extension release 2 di magento connect belum ada
alter table catalog_product_index_price modify price decimal(24,4);
alter table catalog_product_index_price modify final_price decimal(24,4);
alter table catalog_product_index_price modify min_price decimal(24,4);
alter table catalog_product_index_price modify max_price decimal(24,4);
alter table catalog_product_index_price modify tier_price decimal(24,4);
alter table catalog_product_index_price_tmp modify price decimal(24,4);
alter table catalog_product_index_price_tmp modify final_price decimal(24,4);
alter table catalog_product_index_price_tmp modify min_price decimal(24,4);
alter table catalog_product_index_price_tmp modify max_price decimal(24,4);
alter table catalog_product_index_price_tmp modify tier_price decimal(24,4);
alter table catalog_product_index_price_final_tmp modify price decimal(24,4);
alter table catalog_product_index_price_final_tmp modify orig_price decimal(24,4);
alter table catalog_product_index_price_final_tmp modify min_price decimal(24,4);
alter table catalog_product_index_price_final_tmp modify max_price decimal(24,4);
alter table catalog_product_index_price_final_tmp modify tier_price decimal(24,4);
alter table catalog_product_entity_tier_price modify qty decimal(24,4);
alter table catalog_product_entity_tier_price modify value decimal(24,4);
alter table catalog_product_index_price_final_idx modify orig_price decimal(24,4);
alter table catalog_product_index_price_final_idx modify price decimal(24,4);
alter table catalog_product_index_price_final_idx modify min_price decimal(24,4);
alter table catalog_product_index_price_final_idx modify max_price decimal(24,4);
alter table catalog_product_index_price_final_idx modify tier_price decimal(24,4);
alter table catalog_product_index_price_final_idx modify base_tier decimal(24,4);
alter table catalog_product_index_price_idx modify price decimal(24,4);
alter table catalog_product_index_price_idx modify final_price decimal(24,4);
alter table catalog_product_index_price_idx modify min_price decimal(24,4);
alter table catalog_product_index_price_idx modify max_price decimal(24,4);
alter table catalog_product_index_price_idx modify tier_price decimal(24,4);
alter table catalog_product_index_tier_price modify min_price decimal(24,4);
alter table catalog_product_index_eav_decimal modify value decimal(24,4);
alter table catalog_product_index_eav_decimal_idx modify value decimal(24,4);
alter table catalog_product_index_eav_decimal_tmp modify value decimal(24,4);
Salam,
081223344506
Magento 2 image and menu not loading after installation (solved)
<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>
<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>




