<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5887363372228520464</id><updated>2026-04-04T02:13:48.000-07:00</updated><category term="Informasi"/><category term="Informasi Teknologi"/><category term="Apple"/><category term="Berita"/><category term="How to"/><category term="Download"/><category term="Kesehatan"/><category term="Android"/><category term="Film"/><category term="Pendidikan"/><category term="Traveler"/><title type='text'>Untuk semua</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>44</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-6045821055007208821</id><published>2026-01-16T22:48:13.610-08:00</published><updated>2026-01-18T05:01:11.414-08:00</updated><title type='text'>Bingung Pilih KPR? Kenali 3 Jenis Cicilan Rumah dan Cara Menghitungnya Biar Nggak Boncos!</title><content type='html'>
&lt;html lang=&quot;id&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
    &lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
    &lt;title&gt;Kalkulator KPR Berjenjang (Step-Up) untuk Blog&lt;/title&gt;
    &lt;!-- Tailwind CSS --&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;!-- Font Awesome --&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/all.min.js&quot;&gt;&lt;/script&gt;
    &lt;!-- jsPDF &amp; AutoTable for PDF Generation --&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.31/jspdf.plugin.autotable.min.js&quot;&gt;&lt;/script&gt;
    &lt;!-- SheetJS for True Excel (.xlsx) Generation --&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.18.5/xlsx.full.min.js&quot;&gt;&lt;/script&gt;

    &lt;style&gt;
        /* Menggunakan font Roboto agar lebih cocok untuk blog standar */
        @import url(&#39;https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap&#39;);
        
        body { 
            font-family: &#39;Roboto&#39;, sans-serif; 
            font-size: 14px; /* Ukuran dasar lebih kecil */
        }
        
        .tab-btn.active {
            background-color: #2563eb; /* blue-600 */
            color: white;
            border-color: #2563eb;
        }
        .tab-btn {
            transition: all 0.2s;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;bg-gray-50 p-2&quot;&gt;

    &lt;!-- Container utama dibatasi max-w-3xl agar pas di kolom blog --&gt;
    &lt;div class=&quot;max-w-3xl mx-auto flex flex-col gap-4&quot;&gt;
        
        &lt;!-- Bagian Input &amp; Kalkulator --&gt;
        &lt;div class=&quot;w-full space-y-4&quot;&gt;
            &lt;div class=&quot;bg-white rounded-lg shadow border border-gray-200 overflow-hidden&quot;&gt;
                &lt;div class=&quot;bg-blue-700 p-3 text-white&quot;&gt;
                    &lt;h1 class=&quot;text-base font-bold flex items-center gap-2&quot;&gt;
                        &lt;i class=&quot;fa-solid fa-calculator&quot;&gt;&lt;/i&gt; Kalkulator KPR Berjenjang
                    &lt;/h1&gt;
                &lt;/div&gt;
                
                &lt;div class=&quot;p-4 bg-gray-50&quot;&gt;
                    &lt;!-- Input Section (Grid 2 Kolom) --&gt;
                    &lt;div class=&quot;grid grid-cols-2 gap-3 mb-4&quot;&gt;
                        &lt;!-- Plafond --&gt;
                        &lt;div&gt;
                            &lt;label class=&quot;block text-xs font-semibold text-gray-700 mb-1&quot;&gt;Plafond Pinjaman (Rp)&lt;/label&gt;
                            &lt;input class=&quot;w-full p-1.5 text-sm border border-gray-300 rounded focus:ring-1 focus:ring-blue-500 focus:outline-none transition&quot; id=&quot;plafond&quot; oninput=&quot;updateFromPlafond()&quot; type=&quot;number&quot; value=&quot;550531000&quot; /&gt;
                        &lt;/div&gt;
                        &lt;!-- DP (Nominal &amp; Persen) --&gt;
                        &lt;div&gt;
                            &lt;label class=&quot;block text-xs font-semibold text-gray-700 mb-1&quot;&gt;Uang Muka / DP&lt;/label&gt;
                            &lt;div class=&quot;flex&quot;&gt;
                                &lt;div class=&quot;relative w-2/3&quot;&gt;
                                    &lt;input class=&quot;w-full p-1.5 text-sm border border-gray-300 rounded-l focus:z-10 focus:ring-1 focus:ring-blue-500 focus:outline-none transition&quot; id=&quot;dp&quot; oninput=&quot;updateFromDP()&quot; placeholder=&quot;Nominal&quot; type=&quot;number&quot; value=&quot;0&quot; /&gt;
                                &lt;/div&gt;
                                &lt;div class=&quot;relative w-1/3&quot;&gt;
                                    &lt;input class=&quot;w-full p-1.5 text-sm border border-gray-300 rounded-r border-l-0 focus:z-10 focus:ring-1 focus:ring-blue-500 focus:outline-none transition text-center&quot; id=&quot;dpPercent&quot; oninput=&quot;updateFromDPPercent()&quot; placeholder=&quot;%&quot; type=&quot;number&quot; value=&quot;0&quot; /&gt;
                                    &lt;span class=&quot;absolute right-2 top-1.5 text-gray-400 text-xs font-bold&quot;&gt;%&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        &lt;!-- Tenor --&gt;
                        &lt;div&gt;
                            &lt;label class=&quot;block text-xs font-semibold text-gray-700 mb-1&quot;&gt;Tenor (Thn)&lt;/label&gt;
                            &lt;input class=&quot;w-full p-1.5 text-sm border border-gray-300 rounded focus:ring-1 focus:ring-blue-500 focus:outline-none transition&quot; id=&quot;tenorTahun&quot; type=&quot;number&quot; value=&quot;20&quot; /&gt;
                            &lt;p class=&quot;text-[10px] text-gray-500 mt-0.5 text-right&quot; id=&quot;tenorBulanDisplay&quot;&gt;= 240 Bulan&lt;/p&gt;
                        &lt;/div&gt;
                        &lt;!-- Total Harga (Display) --&gt;
                        &lt;div&gt;
                            &lt;label class=&quot;block text-xs font-semibold text-gray-700 mb-1&quot;&gt;Total Harga Properti&lt;/label&gt;
                            &lt;div class=&quot;w-full p-1.5 text-sm bg-gray-100 border border-gray-300 rounded text-gray-600 font-bold truncate&quot; id=&quot;totalHargaDisplay&quot;&gt;Rp 550.531.000&lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;

                    &lt;!-- Mode Selector Tabs --&gt;
                    &lt;div class=&quot;mb-3&quot;&gt;
                        &lt;label class=&quot;block text-xs font-semibold text-gray-700 mb-2 uppercase tracking-wider&quot;&gt;Pilih Skema Bunga:&lt;/label&gt;
                        &lt;div class=&quot;grid grid-cols-4 gap-1 p-1 bg-gray-200 rounded text-[10px] font-bold&quot;&gt;
                            &lt;button class=&quot;tab-btn py-1.5 px-1 rounded text-gray-600 hover:bg-gray-300&quot; id=&quot;mode1&quot; onclick=&quot;setMode(1)&quot;&gt;Fix 1 Tahap&lt;/button&gt;
                            &lt;button class=&quot;tab-btn py-1.5 px-1 rounded text-gray-600 hover:bg-gray-300&quot; id=&quot;mode2&quot; onclick=&quot;setMode(2)&quot;&gt;2 Tahap&lt;/button&gt;
                            &lt;button class=&quot;tab-btn py-1.5 px-1 rounded text-gray-600 hover:bg-gray-300&quot; id=&quot;mode3&quot; onclick=&quot;setMode(3)&quot;&gt;3 Tahap&lt;/button&gt;
                            &lt;button class=&quot;tab-btn active py-1.5 px-1 rounded text-gray-600 hover:bg-gray-300&quot; id=&quot;mode4&quot; onclick=&quot;setMode(4)&quot;&gt;4 Tahap&lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;

                    &lt;h2 class=&quot;text-xs font-bold text-gray-600 mb-2 border-b border-gray-200 pb-1 uppercase tracking-wider&quot;&gt;Detail Tahapan Bunga&lt;/h2&gt;
                    
                    &lt;!-- Stages Input (Grid Compact) --&gt;
                    &lt;div class=&quot;space-y-2&quot; id=&quot;stagesContainer&quot;&gt;
                        &lt;!-- Grid untuk Tahap Awal (1, 2, 3) --&gt;
                        &lt;div class=&quot;grid grid-cols-1 sm:grid-cols-3 gap-2&quot;&gt;
                            
                            &lt;!-- Stage 1 (Selalu Ada) --&gt;
                            &lt;div class=&quot;bg-white p-2 rounded border shadow-sm relative&quot; id=&quot;stage1Box&quot;&gt;
                                &lt;div class=&quot;text-[10px] font-bold text-blue-800 mb-1 border-b border-gray-100 pb-1&quot; id=&quot;labelStage1&quot;&gt;TAHAP 1&lt;/div&gt;
                                &lt;div class=&quot;flex gap-2&quot;&gt;
                                    &lt;div class=&quot;w-1/2&quot;&gt;
                                        &lt;label class=&quot;text-[9px] text-gray-500 block&quot;&gt;Thn&lt;/label&gt;
                                        &lt;input class=&quot;stage-duration w-full p-1 border rounded text-xs bg-gray-50&quot; id=&quot;durasi1&quot; type=&quot;number&quot; value=&quot;3&quot; /&gt;
                                    &lt;/div&gt;
                                    &lt;div class=&quot;w-1/2&quot;&gt;
                                        &lt;label class=&quot;text-[9px] text-gray-500 block&quot;&gt;%&lt;/label&gt;
                                        &lt;input class=&quot;w-full p-1 border rounded text-xs bg-gray-50 font-semibold text-blue-700&quot; id=&quot;bunga1&quot; step=&quot;0.01&quot; type=&quot;number&quot; value=&quot;4.65&quot; /&gt;
                                    &lt;/div&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;

                            &lt;!-- Stage 2 --&gt;
                            &lt;div class=&quot;bg-white p-2 rounded border shadow-sm relative&quot; id=&quot;stage2Box&quot;&gt;
                                &lt;div class=&quot;text-[10px] font-bold text-blue-800 mb-1 border-b border-gray-100 pb-1&quot;&gt;TAHAP 2&lt;/div&gt;
                                &lt;div class=&quot;flex gap-2&quot;&gt;
                                    &lt;div class=&quot;w-1/2&quot;&gt;
                                        &lt;label class=&quot;text-[9px] text-gray-500 block&quot;&gt;Thn&lt;/label&gt;
                                        &lt;input class=&quot;stage-duration w-full p-1 border rounded text-xs bg-gray-50&quot; id=&quot;durasi2&quot; type=&quot;number&quot; value=&quot;3&quot; /&gt;
                                    &lt;/div&gt;
                                    &lt;div class=&quot;w-1/2&quot;&gt;
                                        &lt;label class=&quot;text-[9px] text-gray-500 block&quot;&gt;%&lt;/label&gt;
                                        &lt;input class=&quot;w-full p-1 border rounded text-xs bg-gray-50 font-semibold text-blue-700&quot; id=&quot;bunga2&quot; step=&quot;0.01&quot; type=&quot;number&quot; value=&quot;7.90&quot; /&gt;
                                    &lt;/div&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;

                            &lt;!-- Stage 3 --&gt;
                            &lt;div class=&quot;bg-white p-2 rounded border shadow-sm relative&quot; id=&quot;stage3Box&quot;&gt;
                                &lt;div class=&quot;text-[10px] font-bold text-blue-800 mb-1 border-b border-gray-100 pb-1&quot;&gt;TAHAP 3&lt;/div&gt;
                                &lt;div class=&quot;flex gap-2&quot;&gt;
                                    &lt;div class=&quot;w-1/2&quot;&gt;
                                        &lt;label class=&quot;text-[9px] text-gray-500 block&quot;&gt;Thn&lt;/label&gt;
                                        &lt;input class=&quot;stage-duration w-full p-1 border rounded text-xs bg-gray-50&quot; id=&quot;durasi3&quot; type=&quot;number&quot; value=&quot;3&quot; /&gt;
                                    &lt;/div&gt;
                                    &lt;div class=&quot;w-1/2&quot;&gt;
                                        &lt;label class=&quot;text-[9px] text-gray-500 block&quot;&gt;%&lt;/label&gt;
                                        &lt;input class=&quot;w-full p-1 border rounded text-xs bg-gray-50 font-semibold text-blue-700&quot; id=&quot;bunga3&quot; step=&quot;0.01&quot; type=&quot;number&quot; value=&quot;9.90&quot; /&gt;
                                    &lt;/div&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;

                        &lt;!-- Stage Floating / Sisa (Dynamic Label) --&gt;
                        &lt;div class=&quot;bg-blue-50 p-2 rounded border border-blue-200 shadow-sm flex items-center justify-between gap-3&quot; id=&quot;stageFloatingBox&quot;&gt;
                            &lt;div class=&quot;flex flex-col&quot;&gt;
                                &lt;span class=&quot;text-[10px] font-bold text-blue-800 uppercase&quot; id=&quot;labelFloating&quot;&gt;Tahap 4 (Sisa)&lt;/span&gt;
                                &lt;span class=&quot;text-[9px] bg-blue-200 text-blue-800 px-1.5 rounded inline-block w-fit mt-0.5&quot; id=&quot;sisaTenorLabel&quot;&gt;AUTO&lt;/span&gt;
                            &lt;/div&gt;
                            &lt;div class=&quot;w-24&quot;&gt;
                                &lt;label class=&quot;text-[9px] text-gray-500 block&quot;&gt;Bunga %&lt;/label&gt;
                                &lt;input class=&quot;w-full p-1 border border-blue-300 rounded text-xs focus:ring-1 focus:ring-blue-500&quot; id=&quot;bungaFloating&quot; step=&quot;0.01&quot; type=&quot;number&quot; value=&quot;10.90&quot; /&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;

                    &lt;button class=&quot;w-full mt-4 bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded text-sm shadow transition active:scale-95 flex justify-center items-center gap-2&quot; onclick=&quot;calculateKPR()&quot;&gt;
                        &lt;i class=&quot;fa-solid fa-play&quot;&gt;&lt;/i&gt; Hitung Simulasi
                    &lt;/button&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- Bagian Hasil --&gt;
        &lt;div class=&quot;w-full space-y-4&quot;&gt;
            
            &lt;!-- Calculation Results --&gt;
            &lt;div class=&quot;bg-white rounded-lg shadow border border-gray-200 p-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-center mb-3 border-b pb-1&quot;&gt;
                    &lt;h2 class=&quot;text-sm font-bold text-gray-800&quot;&gt;Ringkasan Cicilan&lt;/h2&gt;
                    
                    &lt;!-- Download Buttons --&gt;
                    &lt;div class=&quot;flex gap-2&quot;&gt;
                        &lt;button class=&quot;hidden bg-green-600 hover:bg-green-700 text-white text-[10px] font-bold py-1 px-2 rounded flex items-center gap-1 transition&quot; id=&quot;btnDownloadExcel&quot; onclick=&quot;downloadExcel()&quot;&gt;
                            &lt;i class=&quot;fa-solid fa-file-excel&quot;&gt;&lt;/i&gt; Excel (.xlsx)
                        &lt;/button&gt;
                        &lt;button class=&quot;hidden bg-red-600 hover:bg-red-700 text-white text-[10px] font-bold py-1 px-2 rounded flex items-center gap-1 transition&quot; id=&quot;btnDownloadPDF&quot; onclick=&quot;downloadPDF()&quot;&gt;
                            &lt;i class=&quot;fa-solid fa-file-pdf&quot;&gt;&lt;/i&gt; PDF
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- Summary Cards (Compact List) --&gt;
                &lt;div class=&quot;space-y-2 mb-4&quot; id=&quot;summaryCards&quot;&gt;
                    &lt;div class=&quot;text-center text-gray-400 py-2 text-xs italic bg-gray-50 rounded&quot;&gt;
                        Klik &quot;Hitung&quot; untuk hasil.
                    &lt;/div&gt;
                &lt;/div&gt;

                &lt;!-- Bagian Total Transparansi --&gt;
                &lt;div class=&quot;hidden mb-4 bg-yellow-50 border border-yellow-200 rounded p-3&quot; id=&quot;totalSummaryContainer&quot;&gt;
                    &lt;h3 class=&quot;text-xs font-bold text-yellow-800 mb-2 uppercase flex items-center gap-2&quot;&gt;
                        &lt;i class=&quot;fa-solid fa-coins&quot;&gt;&lt;/i&gt; Ringkasan Total Biaya
                    &lt;/h3&gt;
                    
                    &lt;!-- Property Value Summary --&gt;
                    &lt;div class=&quot;grid grid-cols-2 gap-2 mb-3 pb-3 border-b border-yellow-200 border-dashed&quot;&gt;
                        &lt;div&gt;
                             &lt;div class=&quot;text-[9px] text-gray-500 uppercase&quot;&gt;Harga Properti&lt;/div&gt;
                             &lt;div class=&quot;text-xs font-bold text-gray-800&quot; id=&quot;summaryHargaProp&quot;&gt;-&lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div&gt;
                             &lt;div class=&quot;text-[9px] text-gray-500 uppercase&quot;&gt;Uang Muka (DP)&lt;/div&gt;
                             &lt;div class=&quot;text-xs font-bold text-gray-800&quot; id=&quot;summaryDP&quot;&gt;-&lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;

                    &lt;!-- Loan Summary --&gt;
                    &lt;div class=&quot;grid grid-cols-1 sm:grid-cols-3 gap-2 text-center&quot;&gt;
                        &lt;div class=&quot;bg-white p-2 rounded border border-gray-100 shadow-sm&quot;&gt;
                            &lt;div class=&quot;text-[9px] text-gray-500 uppercase font-bold&quot;&gt;Total Pokok&lt;/div&gt;
                            &lt;div class=&quot;text-xs font-bold text-gray-800&quot; id=&quot;totalPokokDisplay&quot;&gt;-&lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div class=&quot;bg-white p-2 rounded border border-red-100 shadow-sm&quot;&gt;
                            &lt;div class=&quot;text-[9px] text-gray-500 uppercase font-bold&quot;&gt;Total Bunga&lt;/div&gt;
                            &lt;div class=&quot;text-xs font-bold text-red-600&quot; id=&quot;totalBungaDisplay&quot;&gt;-&lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div class=&quot;bg-white p-2 rounded border border-blue-200 shadow-sm ring-1 ring-blue-50&quot;&gt;
                            &lt;div class=&quot;text-[9px] text-gray-500 uppercase font-bold&quot;&gt;Total Setor Bank&lt;/div&gt;
                            &lt;div class=&quot;text-xs font-bold text-blue-700&quot; id=&quot;totalBayarDisplay&quot;&gt;-&lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;p class=&quot;text-[9px] text-gray-500 mt-2 text-center italic&quot;&gt;*Angka ini adalah estimasi total uang yang Anda keluarkan sampai lunas.&lt;/p&gt;
                &lt;/div&gt;

                &lt;div class=&quot;flex justify-between items-end mb-2&quot;&gt;
                    &lt;h2 class=&quot;text-xs font-bold text-gray-800&quot;&gt;Detail Jadwal Angsuran&lt;/h2&gt;
                &lt;/div&gt;
                
                &lt;!-- Detail Table --&gt;
                &lt;div class=&quot;overflow-x-auto border rounded max-h-[400px]&quot;&gt;
                    &lt;table class=&quot;min-w-full divide-y divide-gray-200&quot; id=&quot;kprTable&quot;&gt;
                        &lt;thead class=&quot;bg-gray-100 sticky top-0&quot;&gt;
                            &lt;tr&gt;
                                &lt;th class=&quot;px-2 py-2 text-left text-[10px] font-bold text-gray-600 uppercase&quot;&gt;Bln&lt;/th&gt;
                                &lt;th class=&quot;px-2 py-2 text-right text-[10px] font-bold text-gray-600 uppercase&quot;&gt;Cicilan&lt;/th&gt;
                                &lt;th class=&quot;px-2 py-2 text-right text-[10px] font-bold text-gray-600 uppercase&quot;&gt;Bunga&lt;/th&gt;
                                &lt;th class=&quot;px-2 py-2 text-right text-[10px] font-bold text-gray-600 uppercase&quot;&gt;Pokok&lt;/th&gt;
                                &lt;th class=&quot;px-2 py-2 text-right text-[10px] font-bold text-gray-600 uppercase&quot;&gt;Sisa&lt;/th&gt;
                            &lt;/tr&gt;
                        &lt;/thead&gt;
                        &lt;tbody class=&quot;bg-white divide-y divide-gray-200 text-[10px] font-mono&quot; id=&quot;resultTableBody&quot;&gt;
                            &lt;!-- Rows injected via JS --&gt;
                        &lt;/tbody&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;script&gt;
        // --- CONSTANTS ---
        let currentMode = 4; // Default: 4 Tahap

        // --- UTILITIES ---
        const formatIDR = (num) =&gt; {
            return new Intl.NumberFormat(&#39;id-ID&#39;, { style: &#39;currency&#39;, currency: &#39;IDR&#39;, maximumFractionDigits: 0 }).format(num);
        };

        const PMT = (rate_per_period, number_of_payments, present_value, future_value = 0, type = 0) =&gt; {
            if (rate_per_period === 0) return -(present_value + future_value) / number_of_payments;
            const pvif = Math.pow(1 + rate_per_period, number_of_payments);
            let pmt = rate_per_period / (pvif - 1) * -(present_value * pvif + future_value);
            if (type === 1) pmt /= (1 + rate_per_period);
            return pmt;
        };

        // --- MODE LOGIC ---
        function setMode(mode) {
            currentMode = mode;
            
            // Update Active Button Style
            document.querySelectorAll(&#39;.tab-btn&#39;).forEach((btn, idx) =&gt; {
                if (idx + 1 === mode) {
                    btn.classList.add(&#39;active&#39;);
                } else {
                    btn.classList.remove(&#39;active&#39;);
                }
            });

            // Show/Hide Inputs based on Mode
            const s1 = document.getElementById(&#39;stage1Box&#39;);
            const s2 = document.getElementById(&#39;stage2Box&#39;);
            const s3 = document.getElementById(&#39;stage3Box&#39;);
            const sf = document.getElementById(&#39;stageFloatingBox&#39;);
            const lbF = document.getElementById(&#39;labelFloating&#39;);
            
            // Reset visibility
            s1.classList.remove(&#39;hidden&#39;);
            s2.classList.remove(&#39;hidden&#39;);
            s3.classList.remove(&#39;hidden&#39;);
            sf.classList.remove(&#39;hidden&#39;);
            document.getElementById(&#39;durasi1&#39;).disabled = false;

            if (mode === 1) {
                // 1 Tahap (Fix Flat)
                s2.classList.add(&#39;hidden&#39;);
                s3.classList.add(&#39;hidden&#39;);
                sf.classList.add(&#39;hidden&#39;);
                document.getElementById(&#39;labelStage1&#39;).innerText = &quot;BUNGA FIX (SAMPAI LUNAS)&quot;;
                document.getElementById(&#39;durasi1&#39;).disabled = true; // Durasi follows tenor
                document.getElementById(&#39;durasi1&#39;).value = document.getElementById(&#39;tenorTahun&#39;).value;
            } 
            else if (mode === 2) {
                // 2 Tahap (1 Fix + Floating)
                s2.classList.add(&#39;hidden&#39;);
                s3.classList.add(&#39;hidden&#39;);
                document.getElementById(&#39;labelStage1&#39;).innerText = &quot;TAHAP 1 (FIX)&quot;;
                lbF.innerText = &quot;TAHAP 2 (SISA/FLOATING)&quot;;
            } 
            else if (mode === 3) {
                // 3 Tahap (2 Fix + Floating)
                s3.classList.add(&#39;hidden&#39;);
                document.getElementById(&#39;labelStage1&#39;).innerText = &quot;TAHAP 1&quot;;
                lbF.innerText = &quot;TAHAP 3 (SISA/FLOATING)&quot;;
            } 
            else {
                // 4 Tahap
                document.getElementById(&#39;labelStage1&#39;).innerText = &quot;TAHAP 1&quot;;
                lbF.innerText = &quot;TAHAP 4 (SISA/FLOATING)&quot;;
            }

            updateSisaTenorLabel();
        }

        // --- UI LOGIC ---
        const updateSisaTenorLabel = () =&gt; {
            const tenorTotal = parseInt(document.getElementById(&#39;tenorTahun&#39;).value) || 0;
            let usedDuration = 0;

            if (currentMode === 1) {
                // Mode 1: Duration 1 is forced to be total tenor
                document.getElementById(&#39;durasi1&#39;).value = tenorTotal;
                usedDuration = tenorTotal;
            } else if (currentMode === 2) {
                usedDuration += parseInt(document.getElementById(&#39;durasi1&#39;).value) || 0;
            } else if (currentMode === 3) {
                usedDuration += parseInt(document.getElementById(&#39;durasi1&#39;).value) || 0;
                usedDuration += parseInt(document.getElementById(&#39;durasi2&#39;).value) || 0;
            } else {
                usedDuration += parseInt(document.getElementById(&#39;durasi1&#39;).value) || 0;
                usedDuration += parseInt(document.getElementById(&#39;durasi2&#39;).value) || 0;
                usedDuration += parseInt(document.getElementById(&#39;durasi3&#39;).value) || 0;
            }
            
            const sisa = tenorTotal - usedDuration;
            const label = document.getElementById(&#39;sisaTenorLabel&#39;);
            const displayTenor = document.getElementById(&#39;tenorBulanDisplay&#39;);
            
            displayTenor.innerText = `= ${tenorTotal * 12} Bln`;

            // Logic display for Floating label
            if (currentMode === 1) {
                 label.parentElement.parentElement.classList.add(&#39;hidden&#39;); // Hide floating box handled by class logic, but just safe check
            } else {
                if (sisa &lt; 0) {
                    label.innerText = &quot;Err&quot;;
                    label.className = &quot;text-[9px] bg-red-200 text-red-800 px-1.5 rounded font-bold&quot;;
                } else {
                    label.innerText = sisa + &quot; Thn&quot;;
                    label.className = &quot;text-[9px] bg-blue-200 text-blue-800 px-1.5 rounded font-mono&quot;;
                }
            }
        };

        // --- NEW SYNC LOGIC FOR DP ---
        function updateFromPlafond() {
            const plafond = parseFloat(document.getElementById(&#39;plafond&#39;).value) || 0;
            const dp = parseFloat(document.getElementById(&#39;dp&#39;).value) || 0;
            const total = plafond + dp;
            document.getElementById(&#39;totalHargaDisplay&#39;).innerText = formatIDR(total);
            if (total &gt; 0) {
                const percent = (dp / total) * 100;
                document.getElementById(&#39;dpPercent&#39;).value = percent &lt; 0.01 ? 0 : percent.toFixed(2);
            } else {
                 document.getElementById(&#39;dpPercent&#39;).value = 0;
            }
        }

        function updateFromDP() {
            const plafond = parseFloat(document.getElementById(&#39;plafond&#39;).value) || 0;
            const dp = parseFloat(document.getElementById(&#39;dp&#39;).value) || 0;
            const total = plafond + dp;
            document.getElementById(&#39;totalHargaDisplay&#39;).innerText = formatIDR(total);
            if (total &gt; 0) {
                const percent = (dp / total) * 100;
                document.getElementById(&#39;dpPercent&#39;).value = percent &lt; 0.01 ? 0 : percent.toFixed(1);
            } else {
                document.getElementById(&#39;dpPercent&#39;).value = 0;
            }
        }

        function updateFromDPPercent() {
            const plafond = parseFloat(document.getElementById(&#39;plafond&#39;).value) || 0;
            let percent = parseFloat(document.getElementById(&#39;dpPercent&#39;).value) || 0;
            if (percent &gt;= 99) percent = 99;
            if (percent &lt; 0) percent = 0;
            const decimal = percent / 100;
            const newDP = (decimal * plafond) / (1 - decimal);
            document.getElementById(&#39;dp&#39;).value = Math.round(newDP);
            const total = plafond + newDP;
            document.getElementById(&#39;totalHargaDisplay&#39;).innerText = formatIDR(total);
        }

        document.querySelectorAll(&#39;input&#39;).forEach(input =&gt; {
            input.addEventListener(&#39;input&#39;, () =&gt; {
                if(input.id !== &#39;dp&#39; &amp;&amp; input.id !== &#39;dpPercent&#39; &amp;&amp; input.id !== &#39;plafond&#39;) {
                     updateSisaTenorLabel();
                }
            });
        });

        // Global variable
        let currentSimulationData = null;
        let exportData = []; // Store raw data for Excel/PDF export

        function calculateKPR() {
            const plafond = parseFloat(document.getElementById(&#39;plafond&#39;).value) || 0;
            const dp = parseFloat(document.getElementById(&#39;dp&#39;).value) || 0;
            const tenorTahun = parseInt(document.getElementById(&#39;tenorTahun&#39;).value);
            const tenorBulanTotal = tenorTahun * 12;

            // Construct Stages based on Mode
            let stages = [];
            
            if (currentMode === 1) {
                // Fix Flat (1 Stage covers full tenor)
                stages.push({ 
                    durasiThn: tenorTahun, 
                    bunga: parseFloat(document.getElementById(&#39;bunga1&#39;).value) 
                });
            } 
            else if (currentMode === 2) {
                // 2 Tahap (1 Fix + Floating)
                stages.push({ 
                    durasiThn: parseInt(document.getElementById(&#39;durasi1&#39;).value), 
                    bunga: parseFloat(document.getElementById(&#39;bunga1&#39;).value) 
                });
                stages.push({ 
                    durasiThn: 0, // calc later
                    bunga: parseFloat(document.getElementById(&#39;bungaFloating&#39;).value) 
                });
            }
            else if (currentMode === 3) {
                // 3 Tahap (2 Fix + Floating)
                stages.push({ 
                    durasiThn: parseInt(document.getElementById(&#39;durasi1&#39;).value), 
                    bunga: parseFloat(document.getElementById(&#39;bunga1&#39;).value) 
                });
                stages.push({ 
                    durasiThn: parseInt(document.getElementById(&#39;durasi2&#39;).value), 
                    bunga: parseFloat(document.getElementById(&#39;bunga2&#39;).value) 
                });
                stages.push({ 
                    durasiThn: 0, 
                    bunga: parseFloat(document.getElementById(&#39;bungaFloating&#39;).value) 
                });
            }
            else {
                // 4 Tahap (Original)
                stages.push({ 
                    durasiThn: parseInt(document.getElementById(&#39;durasi1&#39;).value), 
                    bunga: parseFloat(document.getElementById(&#39;bunga1&#39;).value) 
                });
                stages.push({ 
                    durasiThn: parseInt(document.getElementById(&#39;durasi2&#39;).value), 
                    bunga: parseFloat(document.getElementById(&#39;bunga2&#39;).value) 
                });
                stages.push({ 
                    durasiThn: parseInt(document.getElementById(&#39;durasi3&#39;).value), 
                    bunga: parseFloat(document.getElementById(&#39;bunga3&#39;).value) 
                });
                stages.push({ 
                    durasiThn: 0, 
                    bunga: parseFloat(document.getElementById(&#39;bungaFloating&#39;).value) 
                });
            }

            // Calculate duration for the last stage (Floating)
            // If mode 1, we already set duration to full tenor, so no &quot;last stage&quot; calc needed in the loop logic same way
            if (currentMode !== 1) {
                let usedYears = 0;
                for(let i=0; i&lt;stages.length-1; i++) {
                    usedYears += stages[i].durasiThn;
                }
                const lastIdx = stages.length - 1;
                stages[lastIdx].durasiThn = tenorTahun - usedYears;

                if (stages[lastIdx].durasiThn &lt; 0) {
                    alert(&quot;Durasi tahap awal melebihi total tenor!&quot;);
                    return;
                }
            }

            let currentBalance = plafond;
            let currentMonth = 0;
            let remainingMonths = tenorBulanTotal;

            // Variables for Total Summary
            let totalBungaAccumulated = 0;
            let totalPokokAccumulated = 0;
            let totalBayarAccumulated = 0;

            const summaryCards = document.getElementById(&#39;summaryCards&#39;);
            summaryCards.innerHTML = &#39;&#39;;
            
            const tableBody = document.getElementById(&#39;resultTableBody&#39;);
            tableBody.innerHTML = &#39;&#39;;

            currentSimulationData = { plafond, tenor: tenorTahun, stages: [] };
            exportData = []; // Reset export data

            stages.forEach((stage, index) =&gt; {
                const stageMonths = stage.durasiThn * 12;
                if (stageMonths &lt;= 0) return;

                const monthlyRate = (stage.bunga / 100) / 12;
                const installment = PMT(monthlyRate, remainingMonths, -currentBalance);
                
                currentSimulationData.stages.push({
                    stage: index + 1,
                    duration: stage.durasiThn,
                    rate: stage.bunga,
                    installment: installment
                });

                // Render Summary Item (Compact)
                const card = document.createElement(&#39;div&#39;);
                card.className = &quot;flex justify-between items-center bg-gray-50 p-2 rounded border-l-2 border-blue-500 text-xs&quot;;
                
                let label = `TAHAP ${index + 1}`;
                if (currentMode === 1) label = &quot;FIX (LUNAS)&quot;;
                else if (index === stages.length - 1) label = &quot;SISA/FLOATING&quot;;

                card.innerHTML = `
                    &lt;div&gt;
                        &lt;span class=&quot;font-bold text-gray-500 block text-[9px] uppercase&quot;&gt;${label} (${stage.durasiThn} Thn)&lt;/span&gt;
                        &lt;span class=&quot;font-bold text-gray-800&quot;&gt;${formatIDR(installment)}&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;text-[9px] font-bold text-blue-600 bg-white border border-blue-100 px-1.5 py-0.5 rounded&quot;&gt;${stage.bunga}%&lt;/div&gt;
                `;
                summaryCards.appendChild(card);

                // Render Table Rows (FULL - NO HIDING)
                for (let i = 1; i &lt;= stageMonths; i++) {
                    currentMonth++;
                    remainingMonths--;

                    const interestPayment = currentBalance * monthlyRate;
                    const principalPayment = installment - interestPayment;
                    currentBalance -= principalPayment;
                    
                    // Fix slight float precision issues at end of loan
                    if (currentMonth === tenorBulanTotal || currentBalance &lt; 0) {
                        currentBalance = 0;
                    }

                    // Accumulate Totals
                    totalBungaAccumulated += interestPayment;
                    totalPokokAccumulated += principalPayment;
                    totalBayarAccumulated += installment;

                    // Store for Export
                    exportData.push({
                        bulan: currentMonth,
                        angsuran: installment,
                        bunga: interestPayment,
                        pokok: principalPayment,
                        sisa: currentBalance
                    });

                    const row = document.createElement(&#39;tr&#39;);
                    row.className = (i === 1 &amp;&amp; index &gt; 0) ? &quot;bg-indigo-50&quot; : &quot;hover:bg-gray-50&quot;;
                    
                    let monthLabel = currentMonth;
                    if (i === 1 &amp;&amp; index &gt; 0) {
                        monthLabel += ` &lt;span class=&quot;text-[8px] bg-indigo-600 text-white px-1 rounded ml-1&quot;&gt;NAIK&lt;/span&gt;`;
                    }

                    row.innerHTML = `
                        &lt;td class=&quot;px-2 py-1.5 text-left text-gray-900 border-b border-gray-100&quot;&gt;${monthLabel}&lt;/td&gt;
                        &lt;td class=&quot;px-2 py-1.5 text-right font-medium text-gray-900 border-b border-gray-100&quot;&gt;${formatIDR(installment)}&lt;/td&gt;
                        &lt;td class=&quot;px-2 py-1.5 text-right text-red-600 border-b border-gray-100&quot;&gt;${formatIDR(interestPayment)}&lt;/td&gt;
                        &lt;td class=&quot;px-2 py-1.5 text-right text-green-600 border-b border-gray-100&quot;&gt;${formatIDR(principalPayment)}&lt;/td&gt;
                        &lt;td class=&quot;px-2 py-1.5 text-right text-gray-500 border-b border-gray-100&quot;&gt;${formatIDR(currentBalance)}&lt;/td&gt;
                    `;
                    tableBody.appendChild(row);

                    if (currentBalance &lt;= 0) break; // Stop if paid off
                }
            });

            // Update Total Summary Section
            document.getElementById(&#39;totalSummaryContainer&#39;).classList.remove(&#39;hidden&#39;);
            document.getElementById(&#39;btnDownloadExcel&#39;).classList.remove(&#39;hidden&#39;); 
            document.getElementById(&#39;btnDownloadPDF&#39;).classList.remove(&#39;hidden&#39;);
            
            document.getElementById(&#39;summaryHargaProp&#39;).innerText = formatIDR(plafond + dp);
            document.getElementById(&#39;summaryDP&#39;).innerText = formatIDR(dp);
            
            document.getElementById(&#39;totalPokokDisplay&#39;).innerText = formatIDR(totalPokokAccumulated);
            document.getElementById(&#39;totalBungaDisplay&#39;).innerText = formatIDR(totalBungaAccumulated);
            document.getElementById(&#39;totalBayarDisplay&#39;).innerText = formatIDR(totalBayarAccumulated);
        }

        // --- DOWNLOAD FUNCTIONS ---

        function downloadExcel() {
            const plafond = document.getElementById(&#39;plafond&#39;).value;
            const dp = document.getElementById(&#39;dp&#39;).value;
            const tenor = document.getElementById(&#39;tenorTahun&#39;).value;
            const totalHarga = parseFloat(plafond) + parseFloat(dp);
            
            // 1. Setup Header Info
            const ws_data = [
                [&quot;Simulasi KPR Berjenjang&quot;],
                [],
                [&quot;Harga Properti&quot;, formatIDR(totalHarga)], 
                [&quot;Uang Muka (DP)&quot;, formatIDR(dp)],
                [&quot;Plafond Pinjaman&quot;, formatIDR(plafond)],
                [&quot;Tenor&quot;, tenor + &quot; Tahun&quot;],
                [],
                [&quot;Bulan Ke&quot;, &quot;Angsuran (Rp)&quot;, &quot;Porsi Bunga (Rp)&quot;, &quot;Porsi Pokok (Rp)&quot;, &quot;Sisa Hutang (Rp)&quot;]
            ];

            // 2. Add Table Rows (Use Numbers for cells so Excel can sum them)
            exportData.forEach(row =&gt; {
                ws_data.push([
                    row.bulan,
                    Math.round(row.angsuran),
                    Math.round(row.bunga),
                    Math.round(row.pokok),
                    Math.round(row.sisa)
                ]);
            });

            // 3. Create Workbook &amp; Worksheet
            const wb = XLSX.utils.book_new();
            const ws = XLSX.utils.aoa_to_sheet(ws_data);

            // 4. Append and Save
            XLSX.utils.book_append_sheet(wb, ws, &quot;Simulasi&quot;);
            XLSX.writeFile(wb, `Simulasi_KPR_${tenor}Tahun.xlsx`);
        }

        async function downloadPDF() {
            const { jsPDF } = window.jspdf;
            const doc = new jsPDF();

            const plafond = document.getElementById(&#39;plafond&#39;).value;
            const dp = document.getElementById(&#39;dp&#39;).value;
            const dpPercent = document.getElementById(&#39;dpPercent&#39;).value;
            const tenor = document.getElementById(&#39;tenorTahun&#39;).value;
            const totalHarga = parseFloat(plafond) + parseFloat(dp);

            // Header
            doc.setFontSize(16);
            doc.setTextColor(26, 86, 219); // Blue 700
            doc.text(&quot;Simulasi KPR Berjenjang&quot;, 14, 20);

            // Summary Info
            doc.setFontSize(10);
            doc.setTextColor(0, 0, 0);
            
            const summaryData = [
                [&quot;Harga Properti&quot;, formatIDR(totalHarga)],
                [&quot;Uang Muka (DP)&quot;, `${formatIDR(dp)} (${dpPercent}%)`],
                [&quot;Plafond Pinjaman&quot;, formatIDR(plafond)],
                [&quot;Tenor&quot;, `${tenor} Tahun (${parseInt(tenor)*12} Bulan)`],
                [&quot;Total Bunga (Est)&quot;, document.getElementById(&#39;totalBungaDisplay&#39;).innerText],
                [&quot;Total Bayar (Est)&quot;, document.getElementById(&#39;totalBayarDisplay&#39;).innerText]
            ];

            doc.autoTable({
                startY: 25,
                body: summaryData,
                theme: &#39;plain&#39;,
                styles: { fontSize: 9, cellPadding: 1.5 },
                columnStyles: { 0: { fontStyle: &#39;bold&#39;, width: 60 } }
            });

            // Schedule Table
            const tableBody = exportData.map(row =&gt; [
                row.bulan,
                formatIDR(Math.round(row.angsuran)),
                formatIDR(Math.round(row.bunga)),
                formatIDR(Math.round(row.pokok)),
                formatIDR(Math.round(row.sisa))
            ]);

            doc.text(&quot;Jadwal Angsuran Bulanan&quot;, 14, doc.lastAutoTable.finalY + 10);

            doc.autoTable({
                startY: doc.lastAutoTable.finalY + 15,
                head: [[&#39;Bulan&#39;, &#39;Angsuran&#39;, &#39;Bunga&#39;, &#39;Pokok&#39;, &#39;Sisa Hutang&#39;]],
                body: tableBody,
                theme: &#39;striped&#39;,
                styles: { fontSize: 8, cellPadding: 2 },
                headStyles: { fillColor: [29, 78, 216], textColor: 255 }, // Blue header
                alternateRowStyles: { fillColor: [249, 250, 251] }
            });

            doc.save(`Simulasi_KPR_${tenor}Tahun.pdf`);
        }

        window.onload = () =&gt; {
            // Default 4 Tahap
            setMode(4);
            updateFromPlafond(); 
        };
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;



&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi05XOY0XQbk0clVIS6jk0XiUoEjNZ3I2Fo-EuuZLjJg2LPRoTBfie88xVDYMR3gB84Pf5hNHDwYXh_BXhHrHsTfbiTKe7HTVvkCHvGIptnmi3UtQAHUzSRd3E4WyL7wmVS06DNxH4i0xLzl-BCafP0PG6V7tdcMC5kfdptMh0C0nBxRJXjbkWj7x-pZJKm/s2816/Gemini_Generated_Image_y1n1nvy1n1nvy1n1.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1536&quot; data-original-width=&quot;2816&quot; height=&quot;175&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi05XOY0XQbk0clVIS6jk0XiUoEjNZ3I2Fo-EuuZLjJg2LPRoTBfie88xVDYMR3gB84Pf5hNHDwYXh_BXhHrHsTfbiTKe7HTVvkCHvGIptnmi3UtQAHUzSRd3E4WyL7wmVS06DNxH4i0xLzl-BCafP0PG6V7tdcMC5kfdptMh0C0nBxRJXjbkWj7x-pZJKm/w320-h175/Gemini_Generated_Image_y1n1nvy1n1nvy1n1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p data-path-to-node=&quot;4&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Memilih KPR (Kredit Pemilikan Rumah) itu mirip seperti memilih jodoh; harus cocok dengan kondisi kita saat ini dan masa depan. Banyak orang terjebak memilih KPR hanya karena tergiur cicilan awal yang murah, padahal di belakangnya ada risiko bunga yang melonjak.&lt;/p&gt;&lt;p data-path-to-node=&quot;5&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Supaya kamu nggak salah pilih, yuk kenali perbedaan &lt;b data-index-in-node=&quot;52&quot; data-path-to-node=&quot;5&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;KPR Berjenjang&lt;/b&gt;, &lt;b data-index-in-node=&quot;68&quot; data-path-to-node=&quot;5&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Floating Rate&lt;/b&gt;, dan &lt;b data-index-in-node=&quot;87&quot; data-path-to-node=&quot;5&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Fixed Rate&lt;/b&gt;, serta cara simulasi cicilannya.&lt;/p&gt;&lt;hr data-path-to-node=&quot;6&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot; /&gt;&lt;h3 data-path-to-node=&quot;7&quot; style=&quot;font-family: &amp;quot;Google Sans&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;1. KPR Berjenjang (Step-Up Mortgage)&lt;/h3&gt;&lt;p data-path-to-node=&quot;8&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;i data-index-in-node=&quot;0&quot; data-path-to-node=&quot;8&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;“Cocok buat anak muda yang gajinya bakal naik terus.”&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Apa itu?&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Sesuai namanya, cicilan ini seperti anak tangga. Di tahun-tahun awal, cicilanmu dibuat murah dan ringan. Namun, setelah periode tertentu (misalnya 3 atau 5 tahun), cicilanmu akan naik secara otomatis ke angka yang lebih besar.&lt;/p&gt;&lt;p data-path-to-node=&quot;10&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Bank membuat skema ini karena berasumsi karier dan gajimu akan meningkat seiring waktu.&lt;/p&gt;&lt;p data-path-to-node=&quot;11&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;11&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Kenapa Pilih Ini? (Keuntungan)&lt;/b&gt;&lt;/p&gt;&lt;ul data-path-to-node=&quot;12&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;12,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;12,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Awal yang Ringan:&lt;/b&gt; Sangat membantu pasangan muda yang butuh dana sisa untuk beli perabotan atau renovasi di awal huni.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;12,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;12,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Bisa Beli Rumah Lebih Bagus:&lt;/b&gt; Karena cicilan awal rendah, bank mungkin mengizinkanmu mengambil rumah dengan harga yang sedikit lebih mahal.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-path-to-node=&quot;13&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;13&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Apa Risikonya? (Kerugian)&lt;/b&gt;&lt;/p&gt;&lt;ul data-path-to-node=&quot;14&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;14,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;14,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Beban di Masa Depan:&lt;/b&gt; Jika ternyata gajimu tidak naik sesuai harapan, kamu akan kesulitan saat cicilan KPR-nya naik.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;14,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;14,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Total Bayar Lebih Mahal:&lt;/b&gt; Kalau dihitung sampai lunas, total uang yang kamu setor ke bank biasanya lebih besar dibanding skema biasa.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;hr data-path-to-node=&quot;15&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot; /&gt;&lt;h3 data-path-to-node=&quot;16&quot; style=&quot;font-family: &amp;quot;Google Sans&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;2. KPR Floating Rate (Bunga Mengambang)&lt;/h3&gt;&lt;p data-path-to-node=&quot;17&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;i data-index-in-node=&quot;0&quot; data-path-to-node=&quot;17&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;“Siap dengan kejutan pasar? Cicilan bisa turun, tapi bisa juga melonjak.”&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Apa itu?&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Bunga KPR-mu akan berubah-ubah mengikuti kondisi ekonomi dan suku bunga Bank Indonesia (BI).&lt;/p&gt;&lt;ul data-path-to-node=&quot;19&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;19,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Kalau ekonomi bagus dan bunga BI turun, &lt;b data-index-in-node=&quot;40&quot; data-path-to-node=&quot;19,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;cicilanmu ikut turun&lt;/b&gt;.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;19,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Kalau ekonomi sedang krisis dan bunga BI naik, &lt;b data-index-in-node=&quot;47&quot; data-path-to-node=&quot;19,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;cicilanmu ikut naik&lt;/b&gt;.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-path-to-node=&quot;20&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;i data-index-in-node=&quot;0&quot; data-path-to-node=&quot;20&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Catatan:&lt;/i&gt; Kebanyakan KPR di Indonesia pakai sistem gabungan (Hybrid). Biasanya 1-3 tahun pertama bunganya &lt;b data-index-in-node=&quot;105&quot; data-path-to-node=&quot;20&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Tetap (Fixed)&lt;/b&gt; karena promo, baru setelah itu masuk ke &lt;b data-index-in-node=&quot;159&quot; data-path-to-node=&quot;20&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Floating&lt;/b&gt; mengikuti pasar.&lt;/p&gt;&lt;p data-path-to-node=&quot;21&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;21&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Kenapa Pilih Ini? (Keuntungan)&lt;/b&gt;&lt;/p&gt;&lt;ul data-path-to-node=&quot;22&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;22,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;22,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Ada Potensi Murah:&lt;/b&gt; Saat ekonomi stabil, bunganya bisa jadi jauh lebih rendah daripada bunga &lt;i data-index-in-node=&quot;92&quot; data-path-to-node=&quot;22,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;fixed rate&lt;/i&gt;.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;22,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;22,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Fleksibel:&lt;/b&gt; Biasanya dendanya lebih kecil kalau kamu mau melunasi utang lebih cepat.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-path-to-node=&quot;23&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;23&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Apa Risikonya? (Kerugian)&lt;/b&gt;&lt;/p&gt;&lt;ul data-path-to-node=&quot;24&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;24,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;24,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Ketidakpastian (Senam Jantung):&lt;/b&gt; Kamu tidak pernah tahu pasti berapa cicilanmu bulan depan atau tahun depan.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;24,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;24,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Risiko Cicilan Meledak:&lt;/b&gt; Jika terjadi krisis ekonomi, bunga bisa naik tajam. Kenaikan bunga 2-3% saja bisa membuat cicilanmu bertambah jutaan rupiah per bulan.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;hr data-path-to-node=&quot;25&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot; /&gt;&lt;h3 data-path-to-node=&quot;26&quot; style=&quot;font-family: &amp;quot;Google Sans&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;3. KPR Fixed Rate Sampai Lunas&lt;/h3&gt;&lt;p data-path-to-node=&quot;27&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;i data-index-in-node=&quot;0&quot; data-path-to-node=&quot;27&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;“Anti ribet, anti kaget. Cicilan sama terus sampai selesai.”&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Apa itu?&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Ini adalah kebalikan dari floating. Bank menjamin jumlah cicilan bulananmu TETAP SAMA (flat) dari bulan pertama sampai lunas (misal selama 15 tahun), tidak peduli ekonomi negara sedang hancur atau meroket.&lt;/p&gt;&lt;p data-path-to-node=&quot;29&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;29&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Kenapa Pilih Ini? (Keuntungan)&lt;/b&gt;&lt;/p&gt;&lt;ul data-path-to-node=&quot;30&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;30,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;30,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Tidur Nyenyak:&lt;/b&gt; Nggak perlu pusing mikirin berita ekonomi atau kenaikan suku bunga.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;30,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;30,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Gampang Atur Gaji:&lt;/b&gt; Karena cicilannya pasti segitu, kamu mudah mengatur anggaran belanja bulanan.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-path-to-node=&quot;31&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;31&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Apa Risikonya? (Kerugian)&lt;/b&gt;&lt;/p&gt;&lt;ul data-path-to-node=&quot;32&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;32,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;32,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Cicilan Awal Terasa Mahal:&lt;/b&gt; Bunga &lt;i data-index-in-node=&quot;33&quot; data-path-to-node=&quot;32,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;fixed&lt;/i&gt; biasanya dipatok lebih tinggi dibanding bunga promo. Kamu membayar &quot;harga mahal&quot; demi sebuah kepastian.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;32,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;32,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Rugi Kalau Bunga Pasar Turun:&lt;/b&gt; Jika suatu saat bunga bank umum turun drastis jadi 5%, kamu tetap harus bayar bunga tinggi (misal 8-9%) sesuai perjanjian awal.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;hr data-path-to-node=&quot;33&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot; /&gt;&lt;h3 data-path-to-node=&quot;34&quot; style=&quot;font-family: &amp;quot;Google Sans&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Ringkasan Cepat: Mana yang Cocok Buat Kamu?&lt;/h3&gt;&lt;table data-path-to-node=&quot;35&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-bottom: 32px; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;thead style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;tr style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;strong style=&quot;line-height: 1.15 !important; margin-bottom: 0px !important; margin-top: 0px !important;&quot;&gt;Jenis KPR&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;strong style=&quot;line-height: 1.15 !important; margin-bottom: 0px !important; margin-top: 0px !important;&quot;&gt;Pola Cicilan&lt;/strong&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;strong style=&quot;line-height: 1.15 !important; margin-bottom: 0px !important; margin-top: 0px !important;&quot;&gt;Cocok Untuk Siapa?&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;tr style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,1,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;35,1,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Berjenjang&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,1,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Awal murah, lama-lama naik&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,1,2,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Profesional muda yang yakin kariernya menanjak (promosi/naik gaji).&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,2,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;35,2,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Floating Rate&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,2,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Naik-turun ikut pasar&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,2,2,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Orang yang paham ekonomi &amp;amp; punya dana darurat kuat (siap jika cicilan naik).&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,3,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;35,3,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Fixed Rate&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,3,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Datar/Tetap sampai lunas&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;border: 1px solid; line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;span data-path-to-node=&quot;35,3,2,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Orang yang suka kepastian, cari aman, dan tidak suka risiko.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;hr data-path-to-node=&quot;36&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot; /&gt;&lt;h3 data-path-to-node=&quot;37&quot; style=&quot;font-family: &amp;quot;Google Sans&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Cara Mencoba Simulasi KPR Sendiri&lt;/h3&gt;&lt;p data-path-to-node=&quot;38&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;Sebelum pergi ke bank, ada baiknya kamu coba hitung-hitungan sendiri pakai &lt;b data-index-in-node=&quot;75&quot; data-path-to-node=&quot;38&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Kalkulator KPR&lt;/b&gt; (banyak tersedia gratis di internet/aplikasi properti). Tujuannya biar kamu punya gambaran kasar: &lt;i data-index-in-node=&quot;188&quot; data-path-to-node=&quot;38&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&quot;Gajiku cukup nggak ya?&quot;&lt;/i&gt;&lt;/p&gt;&lt;p data-path-to-node=&quot;39&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;39&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Data yang Perlu Kamu Masukkan:&lt;/b&gt;&lt;/p&gt;&lt;ol data-path-to-node=&quot;40&quot; start=&quot;1&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;40,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;40,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Harga Properti:&lt;/b&gt; Harga rumah yang mau dibeli.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;40,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;40,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Uang Muka (DP):&lt;/b&gt; Uang tunai yang kamu bayar di awal (misal 20% dari harga rumah). Sisa harganya adalah jumlah utangmu ke bank (&lt;b data-index-in-node=&quot;126&quot; data-path-to-node=&quot;40,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Plafon&lt;/b&gt;).&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;40,2,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;40,2,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Bunga (Interest Rate):&lt;/b&gt; Masukkan angka persen bunga bank.&lt;/p&gt;&lt;ul data-path-to-node=&quot;40,2,1&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;40,2,1,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;i data-index-in-node=&quot;0&quot; data-path-to-node=&quot;40,2,1,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Tips:&lt;/i&gt; Cek website bank untuk lihat bunga promo terbaru.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;40,3,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;40,3,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Tenor (Jangka Waktu):&lt;/b&gt; Mau dicicil berapa lama? (10, 15, atau 20 tahun).&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Peringatan Penting (Jangan Sampai Terkecoh!)&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Angka yang muncul di kalkulator hanyalah estimasi cicilan utang pokok + bunga. Ingat, realitanya kamu butuh uang lebih banyak karena:&lt;/p&gt;&lt;ol data-path-to-node=&quot;42&quot; start=&quot;1&quot; style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-inline-start: 32px;&quot;&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;42,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;42,0,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Biaya Awal itu Besar:&lt;/b&gt; Kalkulator sering lupa menghitung biaya &quot;printilan&quot; yang jumlahnya puluhan juta, seperti: Biaya Notaris, Pajak Pembeli (BPHTB), Asuransi Jiwa &amp;amp; Kebakaran, serta Biaya Admin Bank.&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;&lt;p data-path-to-node=&quot;42,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important; text-align: justify;&quot;&gt;&lt;b data-index-in-node=&quot;0&quot; data-path-to-node=&quot;42,1,0&quot; style=&quot;line-height: 1.15 !important; margin-top: 0px !important;&quot;&gt;Jebakan Bunga Promo:&lt;/b&gt; Kalau kalkulator bilang cicilanmu Rp3 Juta (pakai bunga promo 5%), ingatlah itu cuma bertahan 1-3 tahun. Di tahun ke-4 saat bunga jadi normal (misal 11%), cicilanmu bisa melonjak jadi Rp4,5 Juta.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Tips Terakhir:&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Google Sans Text&amp;quot;, sans-serif !important; line-height: 1.15 !important; margin-top: 0px !important; padding-bottom: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Gunakan simulasi diatas, pastikan kamu sudah mengetahui biaya biaya yang timbul dan pastikan juga mengetahui biaya tersebut dibayar dimuka atau masuk ke dalam cicilanmu (plafon) sehingga dirimu dapat mensimulasikan dengan tepat akurat bila kamu sudah mengetahuinya di awal dan dimasukan dalam simulasi diatas. Saran juga dari aku jangan mepetkan cicilan 30% dari gajimu berdasarkan bunga promo yang murah, berikan ruang nafas untuk kenaikan cicilan di masa depan.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/6045821055007208821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2026/01/simulasi-kpr-berjenjang.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/6045821055007208821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/6045821055007208821'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2026/01/simulasi-kpr-berjenjang.html' title='Bingung Pilih KPR? Kenali 3 Jenis Cicilan Rumah dan Cara Menghitungnya Biar Nggak Boncos!'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi05XOY0XQbk0clVIS6jk0XiUoEjNZ3I2Fo-EuuZLjJg2LPRoTBfie88xVDYMR3gB84Pf5hNHDwYXh_BXhHrHsTfbiTKe7HTVvkCHvGIptnmi3UtQAHUzSRd3E4WyL7wmVS06DNxH4i0xLzl-BCafP0PG6V7tdcMC5kfdptMh0C0nBxRJXjbkWj7x-pZJKm/s72-w320-h175-c/Gemini_Generated_Image_y1n1nvy1n1nvy1n1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-1954182361566665912</id><published>2025-12-28T00:03:00.000-08:00</published><updated>2026-01-20T07:32:58.658-08:00</updated><title type='text'>Simulasi Cicilan Kartu Kredit</title><content type='html'>&lt;h1 class=&quot;text-lg font-bold tracking-tight&quot; style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 #0000; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; background-color: #0f766e; border: 0px; box-sizing: border-box; color: white; font-family: Oswald, sans-serif; font-feature-settings: inherit; font-kerning: inherit; font-language-override: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-size: 1.125rem; font-stretch: inherit; font-variant-alternates: inherit; font-variant-east-asian: inherit; font-variant-emoji: inherit; font-variant-numeric: inherit; font-variant-position: inherit; font-variation-settings: inherit; letter-spacing: -0.025em; line-height: 1.75rem; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Simulasi Cicilan Kartu Kredit&lt;/h1&gt;&lt;div&gt;yang dapat membantu untuk estimasi bunga kredit baik credit card, pinjol, maupun KPR, serta KKB&lt;/div&gt;&lt;html lang=&quot;id&quot;&gt;

&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;id&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot;&gt;
    &lt;meta name=&quot;description&quot; content=&quot;Kalkulator Simulasi Cicilan Kartu Kredit Online. Hitung angsuran bulanan dengan bunga yang dapat diatur, DP, dan unduh hasil simulasi ke PDF atau Excel.&quot;&gt;
    &lt;meta name=&quot;keywords&quot; content=&quot;kalkulator cicilan, simulasi kartu kredit, hitung bunga cicilan, simulasi kredit, kalkulator finansial&quot;&gt;
    &lt;meta name=&quot;author&quot; content=&quot;Financial Tools&quot;&gt;
    &lt;meta name=&quot;theme-color&quot; content=&quot;#0e7490&quot;&gt;
    &lt;title&gt;Simulasi Cicilan Kartu Kredit &amp; Ekspor Data&lt;/title&gt;

    &lt;!-- Tailwind CSS --&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    
    &lt;!-- Libraries for Export --&gt;
    &lt;script src=&quot;https://cdn.sheetjs.com/xlsx-0.20.1/package/dist/xlsx.full.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.28/jspdf.plugin.autotable.min.js&quot;&gt;&lt;/script&gt;

    &lt;!-- Icons --&gt;
    &lt;link href=&quot;https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css&quot; rel=&quot;stylesheet&quot;&gt;

    &lt;!-- Custom Font --&gt;
    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

    &lt;style&gt;
        body { font-family: &#39;Inter&#39;, sans-serif; background-color: #f3f4f6; }
        .glass-header {
            background: linear-gradient(135deg, #0e7490 0%, #155e75 100%);
            color: white;
        }
        .input-group:focus-within label {
            color: #0e7490;
        }
        .input-group:focus-within input {
            border-color: #0e7490;
            ring: 2px;
        }
        /* Smooth fade in */
        .fade-in {
            animation: fadeIn 0.5s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .watermark {
            position: fixed;
            bottom: 10px;
            right: 10px;
            font-size: 0.75rem;
            opacity: 0.6;
            transition: opacity 0.3s;
            z-index: 100;
        }
        .watermark:hover {
            opacity: 1;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;min-h-screen flex flex-col relative pb-8&quot;&gt;

    &lt;!-- Header Section --&gt;
    &lt;header class=&quot;glass-header shadow-lg sticky top-0 z-50&quot;&gt;
        &lt;div class=&quot;max-w-3xl mx-auto px-4 py-4 flex items-center justify-between&quot;&gt;
            &lt;div class=&quot;flex items-center space-x-3&quot;&gt;
                &lt;i class=&quot;fa-solid fa-credit-card text-2xl&quot;&gt;&lt;/i&gt;
                &lt;div&gt;
                    &lt;h1 class=&quot;text-lg font-bold leading-tight&quot;&gt;Simulasi Cicilan&lt;/h1&gt;
                    &lt;p class=&quot;text-xs text-cyan-100 opacity-90&quot;&gt;Kalkulator Cerdas Kartu Kredit&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/header&gt;

    &lt;!-- Main Content --&gt;
    &lt;main class=&quot;flex-grow container max-w-3xl mx-auto px-4 py-6 space-y-6&quot;&gt;

        &lt;!-- Input Section --&gt;
        &lt;section class=&quot;bg-white rounded-2xl shadow-sm border border-gray-100 p-6 fade-in&quot;&gt;
            &lt;h2 class=&quot;text-gray-800 font-bold text-lg mb-4 border-b pb-2 flex items-center&quot;&gt;
                &lt;i class=&quot;fa-solid fa-sliders text-cyan-700 mr-2&quot;&gt;&lt;/i&gt; Parameter Simulasi
            &lt;/h2&gt;

            &lt;div class=&quot;space-y-5&quot;&gt;
                &lt;!-- Harga Barang --&gt;
                &lt;div class=&quot;input-group&quot;&gt;
                    &lt;label class=&quot;block text-sm font-semibold text-gray-600 mb-1&quot;&gt;Total Harga Barang / Tagihan&lt;/label&gt;
                    &lt;div class=&quot;relative&quot;&gt;
                        &lt;span class=&quot;absolute left-3 top-3 text-gray-500 font-bold&quot;&gt;Rp&lt;/span&gt;
                        &lt;input type=&quot;text&quot; inputmode=&quot;numeric&quot; id=&quot;inputPrice&quot; 
                            class=&quot;w-full pl-10 pr-4 py-2.5 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-cyan-500 transition-all font-semibold text-gray-800&quot;
                            placeholder=&quot;Contoh: 10.000.000&quot; onkeyup=&quot;formatCurrencyInput(this); updateDPAmountFromPercent();&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;

                &lt;div class=&quot;grid grid-cols-1 md:grid-cols-2 gap-5&quot;&gt;
                    &lt;!-- Down Payment (Dual Input) --&gt;
                    &lt;div class=&quot;input-group&quot;&gt;
                        &lt;label class=&quot;block text-sm font-semibold text-gray-600 mb-1&quot;&gt;Uang Muka (DP)&lt;/label&gt;
                        &lt;div class=&quot;flex gap-2&quot;&gt;
                            &lt;!-- Input Persen --&gt;
                            &lt;div class=&quot;relative w-1/3&quot;&gt;
                                &lt;input type=&quot;number&quot; id=&quot;inputDpPercent&quot; 
                                    class=&quot;w-full pl-3 pr-6 py-2.5 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-cyan-500 transition-all font-bold text-gray-700&quot;
                                    placeholder=&quot;%&quot; min=&quot;0&quot; max=&quot;99&quot; oninput=&quot;updateDPAmountFromPercent()&quot;&gt;
                                &lt;span class=&quot;absolute right-2 top-2.5 text-gray-500 font-bold text-sm&quot;&gt;%&lt;/span&gt;
                            &lt;/div&gt;
                            &lt;!-- Input Nominal --&gt;
                            &lt;div class=&quot;relative w-2/3&quot;&gt;
                                &lt;span class=&quot;absolute left-3 top-2.5 text-gray-500 font-bold text-sm&quot;&gt;Rp&lt;/span&gt;
                                &lt;input type=&quot;text&quot; inputmode=&quot;numeric&quot; id=&quot;inputDpAmount&quot;
                                    class=&quot;w-full pl-9 pr-3 py-2.5 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-cyan-500 transition-all font-bold text-gray-700&quot;
                                    placeholder=&quot;Nominal&quot; onkeyup=&quot;formatCurrencyInput(this); updateDPPercentFromAmount()&quot;&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        &lt;p class=&quot;text-xs text-gray-400 mt-1 italic&quot;&gt;Isi Persen (%) atau Nominal (Rp), kolom lain menyesuaikan.&lt;/p&gt;
                    &lt;/div&gt;

                    &lt;!-- Bunga --&gt;
                    &lt;div class=&quot;input-group&quot;&gt;
                        &lt;label class=&quot;block text-sm font-semibold text-gray-600 mb-1&quot;&gt;Bunga Flat (% per Tahun)&lt;/label&gt;
                        &lt;div class=&quot;relative&quot;&gt;
                            &lt;input type=&quot;number&quot; step=&quot;0.01&quot; id=&quot;inputInterest&quot; 
                                class=&quot;w-full pl-4 pr-8 py-2.5 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-cyan-500 transition-all font-bold text-gray-800&quot;
                                placeholder=&quot;Contoh: 12&quot;&gt;
                            &lt;span class=&quot;absolute right-3 top-2.5 text-gray-500 font-bold&quot;&gt;%&lt;/span&gt;
                        &lt;/div&gt;
                        &lt;p class=&quot;text-xs text-gray-500 mt-1&quot;&gt;Setara &lt;span id=&quot;monthlyInterestDisplay&quot;&gt;0%&lt;/span&gt; per bulan&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;

                &lt;!-- Action Button --&gt;
                &lt;button onclick=&quot;calculateInstallment()&quot; 
                    class=&quot;w-full bg-cyan-700 hover:bg-cyan-800 text-white font-bold py-3.5 rounded-xl shadow-lg transform active:scale-95 transition-all flex justify-center items-center gap-2&quot;&gt;
                    &lt;i class=&quot;fa-solid fa-calculator&quot;&gt;&lt;/i&gt; Hitung Simulasi
                &lt;/button&gt;
            &lt;/div&gt;
        &lt;/section&gt;

        &lt;!-- Result Section (Hidden by default) --&gt;
        &lt;section id=&quot;resultSection&quot; class=&quot;hidden fade-in space-y-6&quot;&gt;
            
            &lt;!-- Summary Card --&gt;
            &lt;div class=&quot;bg-gradient-to-r from-gray-800 to-gray-700 rounded-2xl p-6 text-white shadow-lg relative overflow-hidden&quot;&gt;
                &lt;div class=&quot;absolute -right-6 -top-6 bg-white opacity-10 rounded-full w-32 h-32&quot;&gt;&lt;/div&gt;
                &lt;h3 class=&quot;text-sm font-light text-gray-300 uppercase tracking-wider mb-1&quot;&gt;Total Pokok Hutang (Setelah DP)&lt;/h3&gt;
                &lt;p class=&quot;text-3xl font-bold tracking-tight&quot; id=&quot;loanAmountDisplay&quot;&gt;Rp 0&lt;/p&gt;
                &lt;div class=&quot;mt-4 flex gap-4 text-sm opacity-90&quot;&gt;
                    &lt;div&gt;
                        &lt;span class=&quot;block text-xs text-gray-400&quot;&gt;Total Tagihan&lt;/span&gt;
                        &lt;span class=&quot;font-semibold&quot; id=&quot;summaryTotal&quot;&gt;Rp 0&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;div&gt;
                        &lt;span class=&quot;block text-xs text-gray-400&quot;&gt;Total DP&lt;/span&gt;
                        &lt;span class=&quot;font-semibold&quot; id=&quot;summaryDP&quot;&gt;Rp 0&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- Detail Table --&gt;
            &lt;div class=&quot;bg-white rounded-2xl shadow-sm border border-gray-100 overflow-hidden&quot;&gt;
                &lt;div class=&quot;p-4 border-b bg-gray-50 flex justify-between items-center&quot;&gt;
                    &lt;h3 class=&quot;font-bold text-gray-700&quot;&gt;&lt;i class=&quot;fa-solid fa-list-ol mr-2 text-cyan-600&quot;&gt;&lt;/i&gt;Rincian Angsuran&lt;/h3&gt;
                &lt;/div&gt;
                
                &lt;div class=&quot;overflow-x-auto&quot;&gt;
                    &lt;table class=&quot;w-full text-sm text-left&quot;&gt;
                        &lt;thead class=&quot;bg-gray-100 text-gray-600 font-semibold uppercase text-xs&quot;&gt;
                            &lt;tr&gt;
                                &lt;th class=&quot;px-4 py-3 text-center&quot;&gt;Tenor&lt;/th&gt;
                                &lt;th class=&quot;px-4 py-3 text-right&quot;&gt;Cicilan/Bulan&lt;/th&gt;
                                &lt;th class=&quot;px-4 py-3 text-right&quot;&gt;Total Bunga&lt;/th&gt;
                                &lt;th class=&quot;px-4 py-3 text-right&quot;&gt;Total Bayar&lt;/th&gt;
                            &lt;/tr&gt;
                        &lt;/thead&gt;
                        &lt;tbody id=&quot;resultTableBody&quot; class=&quot;divide-y divide-gray-100 text-gray-700&quot;&gt;
                            &lt;!-- Rows will be injected here --&gt;
                        &lt;/tbody&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- Download Actions --&gt;
            &lt;div class=&quot;grid grid-cols-2 gap-4&quot;&gt;
                &lt;button onclick=&quot;downloadPDF()&quot; class=&quot;bg-red-600 hover:bg-red-700 text-white font-semibold py-3 rounded-xl shadow-md flex justify-center items-center gap-2 transition-colors&quot;&gt;
                    &lt;i class=&quot;fa-solid fa-file-pdf&quot;&gt;&lt;/i&gt; Unduh PDF
                &lt;/button&gt;
                &lt;button onclick=&quot;downloadExcel()&quot; class=&quot;bg-green-600 hover:bg-green-700 text-white font-semibold py-3 rounded-xl shadow-md flex justify-center items-center gap-2 transition-colors&quot;&gt;
                    &lt;i class=&quot;fa-solid fa-file-excel&quot;&gt;&lt;/i&gt; Unduh Excel
                &lt;/button&gt;
            &lt;/div&gt;

            &lt;p class=&quot;text-center text-xs text-gray-400 mt-4 pb-4&quot;&gt;
                *Simulasi ini adalah estimasi. Nilai akhir dapat berbeda sesuai kebijakan bank penerbit kartu.
            &lt;/p&gt;

        &lt;/section&gt;

    &lt;/main&gt;

    &lt;!-- Watermark Link --&gt;
    &lt;a href=&quot;https://flashplayermridhofarisyah.blogspot.com/&quot; target=&quot;_blank&quot; class=&quot;watermark text-gray-500 hover:text-cyan-600 font-semibold cursor-pointer&quot;&gt;
        untuk semua &lt;i class=&quot;fa-solid fa-external-link-alt ml-1 text-xs&quot;&gt;&lt;/i&gt;
    &lt;/a&gt;

    &lt;script&gt;
        // --- 1. Global Variables &amp; Config ---
        const tenures = [3, 6, 12, 15, 18, 21, 24, 36];
        let simulationData = []; // Store calculated data for export
        let currentInputs = {};  // Store inputs for header of reports

        // --- 2. Formatting Functions ---
        
        // Format number to IDR string (e.g. &quot;Rp 10.000.000&quot;)
        const formatRupiah = (number) =&gt; {
            return new Intl.NumberFormat(&#39;id-ID&#39;, {
                style: &#39;currency&#39;,
                currency: &#39;IDR&#39;,
                minimumFractionDigits: 0,
                maximumFractionDigits: 0
            }).format(number);
        };

        // Format input while typing
        function formatCurrencyInput(input) {
            // Remove non-digits
            let value = input.value.replace(/\D/g, &#39;&#39;);
            if (value === &#39;&#39;) {
                // If empty, allow it, but might need to clear linked fields if logic requires
                return;
            }
            
            // Convert to number and format back
            let numberVal = parseInt(value, 10);
            input.value = new Intl.NumberFormat(&#39;id-ID&#39;).format(numberVal);
        }

        // Parse formatted input back to number
        function getNumberFromInput(id) {
            const val = document.getElementById(id).value;
            if(!val) return 0;
            return parseFloat(val.replace(/\./g, &#39;&#39;).replace(/,/g, &#39;.&#39;)) || 0;
        }

        // --- 3. Interaction Logic (Updated for Bi-directional DP) ---

        // Scenario A: User changes Percent -&gt; Calculate Nominal
        function updateDPAmountFromPercent() {
            const price = getNumberFromInput(&#39;inputPrice&#39;);
            const percent = parseFloat(document.getElementById(&#39;inputDpPercent&#39;).value) || 0;
            
            const amount = price * (percent / 100);
            
            // Update the Nominal Input
            const amountInput = document.getElementById(&#39;inputDpAmount&#39;);
            amountInput.value = new Intl.NumberFormat(&#39;id-ID&#39;).format(Math.round(amount));
        }

        // Scenario B: User changes Nominal -&gt; Calculate Percent
        function updateDPPercentFromAmount() {
            const price = getNumberFromInput(&#39;inputPrice&#39;);
            const amount = getNumberFromInput(&#39;inputDpAmount&#39;);
            
            if (price &gt; 0) {
                let percent = (amount / price) * 100;
                // Limit decimals for display cleanliness
                if (percent &gt; 100) percent = 100;
                
                // Update the Percent Input (keep decimals if not whole number)
                const percentInput = document.getElementById(&#39;inputDpPercent&#39;);
                percentInput.value = Number.isInteger(percent) ? percent : percent.toFixed(2);
            }
        }

        document.getElementById(&#39;inputInterest&#39;).addEventListener(&#39;input&#39;, function() {
            const annual = parseFloat(this.value) || 0;
            const monthly = (annual / 12).toFixed(2);
            document.getElementById(&#39;monthlyInterestDisplay&#39;).innerText = `${monthly}%`;
        });

        // --- 4. Main Calculation Logic ---

        function calculateInstallment() {
            // Get Values
            const price = getNumberFromInput(&#39;inputPrice&#39;);
            const dpAmount = getNumberFromInput(&#39;inputDpAmount&#39;);
            const interestRateYear = parseFloat(document.getElementById(&#39;inputInterest&#39;).value) || 0;

            // Validation
            if (price &lt;= 0) {
                alert(&quot;Mohon masukkan total tagihan yang valid.&quot;);
                return;
            }

            // Sync percent just in case it wasn&#39;t updated (e.g. initial load)
            const dpPercent = (price &gt; 0) ? ((dpAmount / price) * 100).toFixed(2) : 0;

            // Calculations
            const loanAmount = price - dpAmount; // Pokok Hutang
            const interestRateMonth = interestRateYear / 100 / 12; // Bunga per bulan dalam desimal

            if (loanAmount &lt; 0) {
                alert(&quot;Uang muka tidak boleh melebihi harga barang.&quot;);
                return;
            }

            // Store for export
            currentInputs = {
                price: price,
                dpPercent: dpPercent,
                dpAmount: dpAmount,
                loanAmount: loanAmount,
                interestRateYear: interestRateYear
            };
            simulationData = []; // Reset data

            const tableBody = document.getElementById(&#39;resultTableBody&#39;);
            tableBody.innerHTML = &#39;&#39;; // Clear previous

            // Generate rows for each tenure
            tenures.forEach(months =&gt; {
                // Flat Interest Logic:
                const principalPerMonth = loanAmount / months;
                const interestPerMonth = loanAmount * interestRateMonth; 
                const monthlyInstallment = principalPerMonth + interestPerMonth;
                
                const totalInterest = interestPerMonth * months;
                const totalPayment = monthlyInstallment * months;

                // Save data object
                simulationData.push({
                    tenure: months,
                    monthly: monthlyInstallment,
                    totalInterest: totalInterest,
                    totalPayment: totalPayment + dpAmount // Total uang keluar (termasuk DP)
                });

                // Create HTML Row
                const row = `
                    &lt;tr class=&quot;hover:bg-cyan-50 transition-colors&quot;&gt;
                        &lt;td class=&quot;px-4 py-3 text-center font-bold text-cyan-800 bg-cyan-50/50&quot;&gt;${months} Bln&lt;/td&gt;
                        &lt;td class=&quot;px-4 py-3 text-right font-semibold&quot;&gt;${formatRupiah(monthlyInstallment)}&lt;/td&gt;
                        &lt;td class=&quot;px-4 py-3 text-right text-red-500 text-xs sm:text-sm&quot;&gt;${formatRupiah(totalInterest)}&lt;/td&gt;
                        &lt;td class=&quot;px-4 py-3 text-right font-bold text-gray-800&quot;&gt;${formatRupiah(totalPayment)}&lt;/td&gt;
                    &lt;/tr&gt;
                `;
                tableBody.insertAdjacentHTML(&#39;beforeend&#39;, row);
            });

            // Update Summary UI
            document.getElementById(&#39;loanAmountDisplay&#39;).innerText = formatRupiah(loanAmount);
            document.getElementById(&#39;summaryTotal&#39;).innerText = formatRupiah(price);
            document.getElementById(&#39;summaryDP&#39;).innerText = formatRupiah(dpAmount);

            // Show results
            const resultSection = document.getElementById(&#39;resultSection&#39;);
            resultSection.classList.remove(&#39;hidden&#39;);
            resultSection.scrollIntoView({ behavior: &#39;smooth&#39; });
        }

        // --- 5. Export Functions ---

        function downloadPDF() {
            const { jsPDF } = window.jspdf;
            const doc = new jsPDF();

            // Set Title
            doc.setFontSize(18);
            doc.setTextColor(14, 116, 144); // Cyan-700
            doc.text(&quot;Simulasi Cicilan Kartu Kredit&quot;, 14, 20);

            // Set Details
            doc.setFontSize(10);
            doc.setTextColor(50);
            const date = new Date().toLocaleDateString(&#39;id-ID&#39;, { weekday: &#39;long&#39;, year: &#39;numeric&#39;, month: &#39;long&#39;, day: &#39;numeric&#39; });
            
            doc.text(`Tanggal: ${date}`, 14, 30);
            doc.text(`Total Tagihan: ${formatRupiah(currentInputs.price)}`, 14, 36);
            doc.text(`Uang Muka (DP): ${formatRupiah(currentInputs.dpAmount)} (${currentInputs.dpPercent}%)`, 14, 42);
            doc.text(`Pokok Cicilan: ${formatRupiah(currentInputs.loanAmount)}`, 14, 48);
            doc.text(`Bunga Tahunan: ${currentInputs.interestRateYear}%`, 14, 54);

            // Prepare Table Data
            const tableColumn = [&quot;Tenor&quot;, &quot;Cicilan / Bulan&quot;, &quot;Total Bunga&quot;, &quot;Total Bayar (+DP)&quot;];
            const tableRows = [];

            simulationData.forEach(item =&gt; {
                const row = [
                    `${item.tenure} Bulan`,
                    formatRupiah(item.monthly),
                    formatRupiah(item.totalInterest),
                    formatRupiah(item.totalPayment)
                ];
                tableRows.push(row);
            });

            // Generate Table
            doc.autoTable({
                head: [tableColumn],
                body: tableRows,
                startY: 60,
                theme: &#39;grid&#39;,
                headStyles: { fillColor: [14, 116, 144] }, // Cyan color
                styles: { fontSize: 10, cellPadding: 3 },
            });

            // Footer
            const finalY = doc.lastAutoTable.finalY || 60;
            doc.setFontSize(8);
            doc.setTextColor(150);
            doc.text(&quot;Disclaimer: Perhitungan ini hanya simulasi estimasi.&quot;, 14, finalY + 10);
            doc.text(&quot;Powered by: flashplayermridhofarisyah.blogspot.com&quot;, 14, finalY + 15);

            doc.save(`simulasi-cicilan-${Date.now()}.pdf`);
        }

        function downloadExcel() {
            // Prepare Data for SheetJS
            const wb = XLSX.utils.book_new();
            
            // Header Info Rows
            const headerData = [
                [&quot;SIMULASI CICILAN KARTU KREDIT&quot;],
                [&quot;Tanggal&quot;, new Date().toLocaleDateString(&#39;id-ID&#39;)],
                [&quot;&quot;],
                [&quot;Total Tagihan&quot;, currentInputs.price],
                [&quot;Uang Muka (DP)&quot;, currentInputs.dpAmount],
                [&quot;Pokok Hutang&quot;, currentInputs.loanAmount],
                [&quot;Bunga (%/Tahun)&quot;, currentInputs.interestRateYear + &quot;%&quot;],
                [&quot;Link&quot;, &quot;https://flashplayermridhofarisyah.blogspot.com/&quot;],
                [&quot;&quot;] // Empty row spacer
            ];

            // Table Header
            const tableHeader = [[&quot;Tenor (Bulan)&quot;, &quot;Cicilan Per Bulan&quot;, &quot;Total Bunga Dibayar&quot;, &quot;Total Pembayaran (Termasuk DP)&quot;]];

            // Table Data
            const tableData = simulationData.map(item =&gt; [
                item.tenure,
                item.monthly,
                item.totalInterest,
                item.totalPayment
            ]);

            // Combine all
            const finalData = [...headerData, ...tableHeader, ...tableData];

            // Create Sheet
            const ws = XLSX.utils.aoa_to_sheet(finalData);

            // Formatting Widths (Optional, helpful for view)
            ws[&#39;!cols&#39;] = [{wch:15}, {wch:20}, {wch:20}, {wch:25}];

            XLSX.utils.book_append_sheet(wb, ws, &quot;Simulasi&quot;);

            // Save File
            XLSX.writeFile(wb, `simulasi-cicilan-${Date.now()}.xlsx`);
        }
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/1954182361566665912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2025/12/simulasi-cicilan-kartu-kredit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1954182361566665912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1954182361566665912'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2025/12/simulasi-cicilan-kartu-kredit.html' title='Simulasi Cicilan Kartu Kredit'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-4729218146248155161</id><published>2019-03-13T06:05:00.001-07:00</published><updated>2021-04-07T03:44:17.066-07:00</updated><title type='text'>7 Alasan untuk Jailbreak di iOS 12</title><content type='html'></content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/4729218146248155161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2019/03/7-alasan-untuk-jailbreak-di-ios-12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/4729218146248155161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/4729218146248155161'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2019/03/7-alasan-untuk-jailbreak-di-ios-12.html' title='7 Alasan untuk Jailbreak di iOS 12'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-2688276915930627687</id><published>2019-03-13T06:03:00.001-07:00</published><updated>2019-03-13T06:03:34.195-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><title type='text'>iCleaner Pro, Jailbreak Tweak yang mirip dengan CleanMyMac, Sudah hadir di iOS 12</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjucPEgu_e7CE6FUaWQdYwVjXe1TZHCHZyPNHP-ZsoLTZtIvl7pl2nM8UNoGQNqxD77J3db7Ut6OZs8Ch8gsxdudRhI6ol3WdpfKG5TqGvMeoqHgu_fC0M_BrKn3s3Piq_bceOJ0DkdMhCJ/s1600/i1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1200&quot; data-original-width=&quot;618&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjucPEgu_e7CE6FUaWQdYwVjXe1TZHCHZyPNHP-ZsoLTZtIvl7pl2nM8UNoGQNqxD77J3db7Ut6OZs8Ch8gsxdudRhI6ol3WdpfKG5TqGvMeoqHgu_fC0M_BrKn3s3Piq_bceOJ0DkdMhCJ/s400/i1.jpg&quot; width=&quot;205&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
iCleaner Pro, salah satu tweak jailbreak terbaik yang ada, telah diperbarui yang sudah mendukung iOS 12. Saat ini tweak sudah dapat di gunakan di iOS 12, yang telah di keluarkan dalam versi beta. Pembaruan terbaru (v7.7.2) menambahkan dukungan awal untuk iOS 12.x baik yang sudah di jailbreak maupun yang belom .&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Jika Anda mengetahui iCleaner Pro, merupakan alat seperti yang ada di CleanMyMac untuk iPhone atau iPad Anda yang sudah di-jailbreak. Anda dapat menggunakannya dengan mudah untuk membersihakn data yang tidak di perlukan atau tidak terpakai dari iPhone, sehingga anda akan memdapatkan memory gigabtye. Cara kerja aplikasi ini dengan menghapus file yang tidak perlu seperti bahasa yang tidak digunakan, keyboard, bahasa kontrol suara dll. Jika Anda terus kehabisan ruang penyimpanan di iPhone atau iPad Anda yang mempunyai kapasitas memory kecil, tweak ini akan sangat berguna.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY9UFASt1Lw-psVGSyg4FugJqinkcbV5N3lGyFmh0CkqizmtOoemyt57IOwa_lg9S35YDap1lx6xhRHFv3kX-b_ZMi4dn784aKsl0rRiCIOEMjlXLnvYab9kh6aCmiCmhwt8wEQGEGoYwt/s1600/i2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1600&quot; data-original-width=&quot;925&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY9UFASt1Lw-psVGSyg4FugJqinkcbV5N3lGyFmh0CkqizmtOoemyt57IOwa_lg9S35YDap1lx6xhRHFv3kX-b_ZMi4dn784aKsl0rRiCIOEMjlXLnvYab9kh6aCmiCmhwt8wEQGEGoYwt/s400/i2.jpg&quot; width=&quot;231&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Saat ini, tweak ini masih dalam tahap uji coba (beta) untuk di iOS 12, meskipun Anda tidak akan mengalami masalah dengannya.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
iCleaner Pro adalah salah satu tweak jailbreak tertua dan populer yang ada, jadi jika Anda baru di dunia jailbreaking, pastikan untuk mencobanya :) .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/2688276915930627687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2019/03/icleaner-pro-jailbreak-tweak-yang-mirip.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/2688276915930627687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/2688276915930627687'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2019/03/icleaner-pro-jailbreak-tweak-yang-mirip.html' title='iCleaner Pro, Jailbreak Tweak yang mirip dengan CleanMyMac, Sudah hadir di iOS 12'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjucPEgu_e7CE6FUaWQdYwVjXe1TZHCHZyPNHP-ZsoLTZtIvl7pl2nM8UNoGQNqxD77J3db7Ut6OZs8Ch8gsxdudRhI6ol3WdpfKG5TqGvMeoqHgu_fC0M_BrKn3s3Piq_bceOJ0DkdMhCJ/s72-c/i1.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-5282131249585045518</id><published>2018-11-30T08:32:00.000-08:00</published><updated>2018-11-30T08:32:12.280-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi Teknologi"/><title type='text'>Diskon menarik Kartu Hadiah iTunes $ 100 dengan harga $ 85</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
 &lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Kartu hadia iTunes dengan diskon menarik , eBay dan PayPal sedang menawarkan kartu hadiah iTunes senilai $ 100 dengan diskon 15 persen. yang berarti&amp;nbsp; bisa mendapatkan kartu hadiah iTunes senilai $ 100 dengan harga $ 85.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;about:invalid#zClosurez&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;itunes&quot; border=&quot;0&quot; height=&quot;200&quot; src=&quot;data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxISEBMTEBMVFRUWGBYYFRgXGBcbFRUWFRIXFxUVFxgYHSggGB0lGxUXITEhJSkrLjEuGR8zODMsNyguLisBCgoKDg0OGxAQGy8mICUtLS0vLy0tLS0tLS0tLS0tLS0tMi0tLS0tLS0tLSstLS0vLS0tLS0tLS0tLS0tKy0tLf/AABEIAOEA4QMBEQACEQEDEQH/xAAbAAEAAgMBAQAAAAAAAAAAAAAABQYDBAcCAf/EAEYQAAECAwIJCAcGBQMFAAAAAAEAAgMEEQYxBRIhQVFhcYGRBxMiMjNyobFCQ1KywcLRI2KCg6LwNFNzkuEUFcMWJESj8f/EABsBAQADAQEBAQAAAAAAAAAAAAADBAUCBgEH/8QAMxEAAgECBAIJBAMAAwEBAAAAAAECAxEEBSExEkETIjJRYXGBkdGhscHwQuHxFDNSJCP/2gAMAwEAAhEDEQA/AO4oAgCAIAgCAIAgCAh5+00tCqDEx3eyzpHZW4byoZ4inHmX6OWYmrqo2Xe9P7+hATluXHsYQGt5J/S2lOKrSxj/AIo1KWRxX/ZP2+X8ETMWnm3+txRoaGjxpXxUTxFR8y9DK8LD+N/Nv/DQiYRjO60aIdr3fVcccnu2Wo4ejHaC9ka7nk3knaUJVFLZBriLiQgaT3M0Oeit6sWINj3DyK7UpLmRyoUpbxT9Eb0vaOaZdGce8A7xcKqRVZrmVp5dhp7wXpp9iVlLbxR2sNjhpaS0+NQfBSxxD5oo1ckpPsSa89fgnZG1stEyOcYZ++KD+4VHGimjWizNrZTiKeqXEvD43Jxjw4AtIINxGUHepTNaadmekPgQBAEAQBAEAQBAEAQBAEAQBAfCaXoNyt4XthCh1bBHOu0g/Zjf6W7iqtTFRjpHU2MLk9Wp1qnVX1/r19inYSwzHj9o84vsjIzgL99VSnVnPdm/h8FRodiOve9X++RpwYLnnFY0uOhoJPALhJvRFic4wV5Oy8Sbk7IzL8rg2GPvHLwbXxorEcNN76GbVzfDw2bl5f2TMtYZg7SK53dAb54ynjhFzZn1M8m+xBLz1+CRhWRlBexztr3fAhSLD01yKss3xT2lb0Rsts7KD1LN9T5lddDDuIXmOKf82DZ6V/kM4L70MO4LMMT/AO2YIllJQ+rI2Pf5VouXQh3Ekc1xS/l9F8GhMWIhHs4j2nXRw8gfFcvDx5MtQzuqu3FP3Xz9iInLGTDcsMsiDUcV3B2TxUboSWxepZzQl204/VfTX6EFNSkSEaRWOYfvAiuw3Hco3Frc06dWFVXg0/I9yOEIsE1hPc3SB1TtachXUW1sc1sPSrK1SN/v77ltwTbRpo2Zbin221Ld7bxuruViNXvMHE5O460Xfwe/v/ha4MVr2hzCHNNxBqDsIUxiyjKL4ZKzPaHIQBAEAQBAEAQBAEAQBAaOFsLQpdmNEOU9Vo6ztg+NyjqVIwV2WcNhKmIlwwXm+SOfYbtBFmSQTiQ8zAcn4j6XlqWdVryqeR6rCZfSwyutZd7/AB3GhJSUSM7EhMLjquGsm4Dao4wlJ2ii1WrU6MeKo7It+CrFNFHTLsY+w0kN3uvO6iu08It5mBic7k9KKt4vf22+5aZWUhwm4sNjWDQ0AcdKtRioqyRi1Ks6j4ptt+JmXRGEAQBAEAQBAEB4iwmuBa9ocDeCAQdxRq51GUou8XZlcwpY6E+pgnm3aL2HdeN3BRSpLkauHzirDSp1l9f39uU7CeCo0uaRW0GZwytdsPwOVRuDW5uUcXSrq8H6cz7grC0WXdWE7JnacrXbRp1jKuoto4xGHp11aa9eaL/gPD8KZFB0YgvYb9rT6QUydzzeKwU6Dvuu/wCe4l19KYQBAEAQBAEAQBAEBCWitAyWbiijopHRbmH3natWfxEFauqatzNHAZfLEu70j3/hfuhzqcmnxXl8Rxc43k+Q0DUsyUnJ3Z62lShSioQVkTuALLPjUfFqyHePbeNVbhrP+VYo4Zz1lojMx2awo9SnrL6L5f74F8kpOHBYGQmhrRmGfWTeTrK0IwUVZHmatadWXFN3ZnXREEAQBAEAQBAEAQBAEAQHiNCa9pa8BzTkIIqDtBQ6jJxd4uzKZh6yBbV8rUi8wzeO4c+w5fJcOPcbWFzO/Vre/wAlUY5zXAglrmnIRkII8iiRpys1Z7F6szaYRaQo5AiXNdcH6tTvPwXZg4zB9H14bfb+izoZwQBAEAQBAEAQEJabDolmUbQxXDojQPbdq8+NIK9ZU1puaOX4B4mV32Vv8L90ObxornuLnkuc41JN5JWY227s9fGMYRUYqyRdLMWWpSLMjLe2Gbm6C8ZzqzbbrtDDW60/Y87mOa8V6dF6c33+Xh48/Le3q6YIQBAEAQBAEAQBAEAQBAEBox8MS7DR8eEDoL214VqvlyWNCrLaL9jbgxmvaHMcHNNxaQQdhC+kcouLs1qe0PhX7R2cbHBfDo2L4P1O16/2BewuMlS6stY/YoEWE5ji1wLXNNCDeCF2ka3GmrovFlLQc5SDGP2g6rj6YGY/e80lHmZGKw/C+KO32LOuCkEAQBAEAQGjhnCbZeEYjspua3O5xuH7zAqOpUUI3ZZwmGliKihH1fcjls5NPivdEiGrnGpPwGgBZMpOTuz2tKlGlBQgtEXGx9nqAR4w6V8Np9EZnnXo0X33XcNQt15eh5/Ncx4r0ab05vv8PLv7/Le3q6YIQBAEAQBAEAQBAaE1hqWh9pGhg6MYF39oyrlyS5k8MNWn2Yv2ImZttLN6giRO62g/XRc9JEuQynES3svX4uRczbqIeygtboL3E/pAHmvnSFuGTL+cvYi5i084/wBaGDQxrR4mp8V84myzDLcPHlfzZFzEZ8TtIj399zneBKalmNKnDsxS9DGGgXBdJHTZeuT5x5mKMweCNVWivku0YOaJdJF+Ba19MsICBtNgER248MARWjJ98eydegrqLsWcPiHT0exQBVrs7XNOwgg+BBVhIvyldHRLNYZExDo7tG9YadDxt89yhnDhMyrT4XpsTKjIggCAID4TS9BucxtLhczMYkH7NtRDGrO7fThRZVer0kvA9nl+EWGpWfaer+PQ3LH4E55/OxB9mw3G5776bBedw0rvDUeJ8T2RXzXHdDDo4dp/RfL5f4dDWkeUCAIAgCAIDSwthSHLQ+cik0rQAZXOPstGlcykoq7JqGHnXnwQRVZm3bj2UADQXu+Vo+KhdfuRs08j/wDc/Zfv2IqYtVOP9Y1mpjB5uqfFcOtJl6nlGGjur+b+LEXMzMSJ2sR79TnOI4E0C5u3uXIYelT7MUvQwtaBcESO2el2kcthdJHDYXaRw2F0kcNn1dpETkXfk+7ON3m+6vrMXMneUfIti+GaEAQFQtpgbIZiGLu0A0Zn/XjmKsUJa8LLNGp/FlXwbPugRWxGXi8e003tO36K66SkrMlmlJWZ1GUmWxWNew1a4VH0OtZkouLsyk1Z2My5PgQBAVq3GFObgiE09KLWupg63G7iquKqcMeFczYyfC9JV6SW0fvy9t/Yo0hKOjRGQ2XuNNgzk6gKncqMIOTsj0latGjTdSWyOryMo2FDbDYKNaKDXpJ1k5VrRioqyPEVqsqs3OW7M66IggCAIAgCAo/KN2kv3YvnDVevyPQZGu36fkqSrnoD6ukjlsLpI5bC6SOGwu0jhsLpI4bC7SOHI+rpIicj6u0iJyLtyf8AUjd5vulfJGRj3eSLYuSgEAQHxzQQQRUHIQbiDmQHLrRYMMvHcz0D0mH7pzbRdw0rbw0lUhfmWoz4kTdgsKUc6Xcchq6HtHWbvGXcdKhx+H6vSL1I6i5l3WUQhAEBynD2EOfmHxPRrRncbkbxv3rJqz45tnt8Fh+goxhz3fm/2xZ7A4No10dwyuq1ndB6R3kU/CrWFp2XEY2dYm8lRXLV+fL6fct6uGCEAQBAEAQBAUblF7SX7sTzYq9fkegyPafp+SqKFI3mwu0jhsLpI4bC7SOGwukjhs+rtIjcgukiJyPS7SIpSPq7SIXIunJ/1I3eb7pXFQzcY7yRbFGUwgCAICBtlg3npYuA6cKrm6SPTbwFdoCu4GrwVUns9Pg7g7M5zLTDob2vZ1mkOG0GvBeidJSi4y2Z22dekpkRYbIjbnNBG8XLydSm6c3B8iEzLgEPayd5qViEHpP6Ddrr/wBOMdyhry4YMv5ZR6XERT2Wr9P7sc1gQi9zWNvcQ0bSaDzWald2R7Cc1CLlLZanXJOWEKGyG25rQBuF614x4VZHhKtR1Juct27mZfSMIAgCAIAgCAo3KL2sv3YnmxQ1eRv5LtP0/JVFEkbbYXaRw2F0kcNgldpHDZtS2D40Ts4T3aw0043LpIr1K9OPakiUlrJzTr2tZ3nD5aropzx9JbO5KS1iP5kbc1vxJ+C+8RUnmH/mJKS9kZVt4c/vOPk2gTiZXli6j8Cr2skGQJgNhCjXMDqVJocZwNK5sgUtPVE1GrKUesTVgOpG7zfIr5WVrEGJeqLYoSsEAQBAEBynDODuZmIkMXA1b3XZW8Aabl6vD1+lpRl7+YlIt9hJqsF0I+gajuvqfeDuKx80p2qKa5/g5jK5Z1mHRSOUKaq+FCGYF53nFb5O4qlipapHo8jpWjOp6fl/g0LEymPNBxuhtLt/VHmTuXGHjed+4tZvV4MO0v5O35OjLQPJBAEAQBAEAQBAUblE7WX7sTzYoqhu5NtP0/JAYKwZEmH4kICoFSSaNA1lcqNzTxGJhQjxTLJLWGPrIwGprfmJ+CkUDKnm6/jH3f79yUlrHyresHv7zj5NourFSeZV5bWXkvm5Ky2DIEPs4TGnSGivG9fSpOvUn2pN+ptoRBAEAQFDt9/Ew/6fzlW8Orplqg9Gb/J91I3eb7pXzFKzRxX3RbVVIAgCAIAgKfbqU6UKKM4LDu6TfNy2MsqaSh6/v0IqrsaVkY2JMtGZ4LTwxh4tpvU2PjxUW+7Uipz61i+rBLRzK10fHnIuhuK0bmiviSs6u7zZ7HK4cGFj43f1+Cf5PIFIcWJpcG/2tr8/gp8KtGzLzypecIdyv7/4W5WjCCAIAgCAIAgCAo3KJ2sDuxPNi4mbeUPSfp+TNydjLMbIX/IvsT5m77Hr+C5roxQgCAIAgCAIChcoH8RC/p/OVoYJXTLFF6M3+T3qRu833SuccrOJzW3RblRIQgCAIAgIi1MDHlnaWlrhuND4Eq3gZ8NZeOhFW7DKdJOxIjHey5p4EFbFRcUXHvRn8dmmdIXnDVOR4UfjR4ztMR54vKzJayZ7rDx4aMF4L7F/sVDpJsPtF5/WR5AK7QXUPL5tK+Kku632J1TGaEAQBAEAQBAEBRuUTtYHdiebVyzZyp6S9PyZ+Tv/AMj8v/kX1HOau/B6/guS+mQEAQBAEAQBAUHlC/iIX9M++Vq5crxZNSehv8nfZxu833SucyVpR8jmpuW9ZhGEAQBAEBr4Rh40GINLHe6VJRdqkX4o4qK8GvAoIat65hykT/8AvOtUP+MXP+UUOI6pJ0kniV5k/UoqySOn2XbSTg92vEkq/S7CPG5i74mfmSikKQQBAEAQBAEAQFG5Q+1gd1/vNQ1ssdlL0Njk89f+X86+tHOZO/D6/guK+GWEAQBAEAQBAc/5RP4iF/TPvlbeVK8ZeZJB6Ehyc9nG7zfdUebK0o+R8mXBZBwEAQBAEB5eKgjUvq3Pj2Od1XoTzlz5VDm5BOFCRoXi7H7KndXOoWYP/ZwO4PA0V+n2EeMzBf8A0z8yUXZTCAIAgCAIAgCAo3KF20DuP95q6ijTwDspGzye+v8Ay/nX2Rxj3fh9fwXBcGeEAQBAEAQBAUHlCbWYhf0z75W7lL6kvM+p2JHk9FIcbvN91QZs+vHyOU7ltWSfQgCAIAgPjjkK+rc+PY5uCvRnl7iqHNyLwgzFjRW6HvHB5C8Y1qz9moS4qUX3pfY6FY2JWSh6i8f+x1PAhW6XYR5XNY2xUvT7Im1IZwQBAEAQBAEAQFH5QO2g9x/vBSQRfwbsmbHJ96/8v519qcjnGO9i4KIpBAEAQBAEAQFEt3lmYY0QvN7votvK9KcvMjm7ElYMUhxe833VBmj68fIU3e5aVlkgQBAEAQGCefiwojtDXHg0rukrzS8UR1ZcNOT8Gc7JXojyzZK/7QVU/wCSi7/xGQtqYOJORhpcHD8TQ4+JK8zUXWZ+pZdU4sNB+FvbQs3J9HrBiMztfXc5op4tKmo7WMfOoWqxn3r7f6WpTGKEAQBAEAQBAEBR7f8AbQe473gpqSLmGdkzZ5P/AF/5fzr7WVrHOJexb1AVQgCAIDHHjsY0uiOa1ovLiABvK+xi5OyVwQc1bCVZkaXRD9xppxdQHcVchl9aXK3mfG0iMmLaPPZQQNBe6v6W081ahlf/AKl7EbqWICYjPivMSK7GceAAuAGYLQp040o8MSvOdy22JFGRe8PdWVmT60fIlw7umWVZpYCAIAgCAjLRxsWWia6N4kA+FVZwceKsinj58NCXsUiDDx3tb7RDeJp8VuSfDFvuPNxXHJR73b3OkYg0Bebuz1/Cij8oEtSNDie00tO1hr5O8FXqrW56TJqt6codzv7/AOGCwk1izJYbojSPxN6Q8MZfaejOs3p8VHi7n9H+o6CpjzQQBAEAQBAEAQFCt7FBmWNBqWw8urGcaA7greHjdXLVDZm7ye+v/L+dMUrWOa/IuCqFcIAgIu0WGBKwcemM9xxWN0upedQvP+VYw2HdafDy5g5vNzMSO/HjvL3Zq9VuprbgF6OlRhSVoo4lI+sYu2yGUjOxijbIZSMzGKNsglIttjhRkTvDyWTmD6yLeEd0ywrPLYQBAEAQFZtpMZIcPSS47hQeZ4LTy6GspehjZvVsow9SJs1Ax5lmhtXHcMniQreMlw0X46Gfl8OPER8Nf31sXxYJ6kgrZyfOSriL4ZDxsGR36STuXM1dGhllXo66Xfp8fU59JTJhRGRG3scHbaHKN4yb1Gj0VWCqQcHzR1uDFDmtc01DgCDpBFQVMeOlFxbT5HtD4EAQBAR+E8NQJftXgOzNGV5/CMoGs5F9UW9juMJS2K9NW4/kwTte4D9La+amjQb3Jlh+9kRNWqm33PbD7jR5uqVYhho8zpUYohXuJJLiSSakk1JOkk3q5CnY72Lhyd+v/L+dVMercPr+CvWexclnkIQBAc/txFL5sNNzGCg1uJLjwDeC3csilScu9kc5WIZjFfbIJSMzGLhshlIzsYo2yGUjM1q4bIXItFkh0IneHurLx3aXkX8D2X5k8qJeCAIAgCA59h+b5yYeRcOi3Y3/ADU716DC0+Ckl6nksfX6WvJrZaL0/u5N2KlujEinOQ1uwZT4kcFSzGpqoeppZNS6sqj56L0/foWZZhtnl7A4EEVBBBGkG8IfU2ndHJ8JyZgxnwz6JoNbb2neCFxY9ZSrKrTU1zLpYbCOPBMJx6UO7Ww3cDUcF2jDzKlw1ONbP7lmQzggCAhLVYYMtCGJTnHkhlc1Os+melRvIXcI8TJaUOJ6nO3EklziS45STlJOklXIwLu2iPJKnjA5bPJKsRgctnklTxgcNlz5Oro+2H5OWdmas4+v4IKjLkssjCAIClW1kyI7YtOi9oadTmknxB8CtjLqq4HAr1tNSDYxaDZUlIzsYo2yGUjKAuLkLkL8gynNr1IR3LxgeT5qC1p617tp+mQbliYip0k2zcw9Lo6ai9zdUJOEAQBAR2H57mYDnA9I9Fm059wqdys4Wj0tRLluynj8R0FFyW70Xn/W5z1oJIDRUkgAaScgC9A7LVnj9W7Lc6Vg2UEKEyGPRGXWb3HeSV5qtU6Sbl3ntcNRVGlGmuS/36myoycICpW7wZVrY7Rlb0X90noncTTfqQ1Mur2bpvnqir4GnzAjNiC4ZHDS09YfHaAurF3EQVWDizqUGKHNDmmrXAEHSCKgrk8+007M9ofAgKBb15/1TBmEIEbXRHg+6OCt4eN1ct0OyVwlXYwJWzySrEYHDZ5JU8YHDZ5JViMDlsvfJ1DPNRXaXgf2tB+ZY2bNccY+BDJltWSchAEBgnZRkVhY8VB4g5iNBXdOcoS4onyUVJWZUJzAMWGcgL25i0VO9t4K1qeMhNa6MzatCcdldGsJSJmhv/td9FL0kO9e5VcJ9z9jYgYHjvuhka3ZPPL4KOWJpR5+x9jhqsuXuWDBOA2wjjPOM/N7Ldmk61Qr4p1OqtEaGHwkab4nqyXVQuBAEAQBAUG02EuejUaegyobrPpO8KbBrW/gqHR07vdnkczxfTVbR7MdF+WbFj8H48UxXDow7tbyPgMu8KPMK3BDgW7+xLk+G6Sr0r2j9/6X4LssQ9SEAQHiNCD2lrhVrgQRpBFCEPqbTujl+GMHOl4zoZyi9p9ppuPwOsFSx1NqnWVSPEWCxeGMU/6eIch7MnMTezfeNddISceZSxVO/XXqXNRFEICnW/kCRDjtGRvQfqBNWHZWo/EFcwclfhZNRlbQpZK1owJmzySrEYHLZ5JU8YHDZmlJV8R7WMGM5xoB+7hrSdSNOLlLZEbkdWwPICBAZCGXFGU6XHK48SvKYis61RzfM4N1QgIAgCAIAgCAIAgCAIAgK/avC/Ns5ph6bxl+6059puG9aGBw3HLjlsvqzHzbHdFDooPrP6L++XuUyXguiPaxgq5xoB+82dbM5KEXKWyPLwhKpNQhu9EdJwbJNgwmw25hlOkm88V5utVdWbmz3OGw8aFJU48vq+bNpRE4QBAEBE2jwQJiFQZIjalh152nUfouoysyWjVcH4HOHtLXEEFrgaHMQQfA1VyMbl5yuX6y+HhHbzcQ/atH94HpDXpG/ZBWouGq2KNWnwu62J9QER5iww5pa4Agggg5QQbwQvqbTugUvCtiXVLpZwp7DycmoOy138VqUMwS0qL1RKqneRH/AElOV7MbcdlPNX1mGGXP6MOaN+TsPGJ+1iMYPu1cfgPFRVM2prsJv6fJw3ctmB8CQpYfZirje52Vx1ahqCycRiqld9bbuOSSVYBAEAQBAEAQBAEAQBAEBHYbwq2Xh1OV56jdJ0nUM5VjDYeVaVuXNlLHY2OFp3erey7/AOlzOeTEdz3Oe81c41JXooQUUox2R4qrVlUk5yer3LnZTA/NN52IOm4ZAb2N+p+mtY2PxXSPgjsvqz1GUYDoY9LNdZ7eC+Xz9u8sKzjaCAIAgCAICs2ss/zoMaCPtAOk0emBo+8PHgrOHqqL4ZbE1KpbRlEhxXMcHNJa5pqCLwQtVU01Zk71OhWatG2YAZEo2KM2Z9M7dekLNxOElS6y2+xVnCxPqmcBAEAQBAEAQBAEAQBAEAQBAEAQEdhnC7JdtXZXHqtznWdA1qzh8NKtLTbmyljcdTwsLvVvZd/9eJz+dnHxXl8Q1J4AZgBmC9BSpRpx4Y7HjK9edabnN6v9svAn7LYCxiI0UdEZYbT6RzPOrRpvuvz8di+H/wDOG/P4NnKct42q9Vacl3+Pl3d++1r3JYx6cIAgCAIAgCAICrWpsxztYsAUiXubcH6xod5rQwmL4OpPbv7v6JIztoyhHGa7O1zTrDmkHiCCt+MU14HbZdLPWvrSHNX3CJmPfGbaN9L1k4vLbdaj7fHwQysXFrgQCDUHKCLiNKx2mnZnw+r4AgCAIAgCAIAgCAIAgCAICv4btMyFVkGj36fQbt0nUFoYbASqdaei+rMbHZvCjeFLWX0Xy/D3KXMR3PcXvcXON5P7yLbhCMFwxWh5WpUlUk5zd33ljs7ZsupFmBRt7WG92tw0as+fJfm4vHcPUp79/wAG5luUudqtdacl3+fh4c+emjuKxj04QBAEAQBAEAQBAEBCYfs5DmekOhFzOGemZwz7b/JXsLjp0NN493wfblEncGRIDsWK2hzH0Xa2nOt2niIVY8UGRTlY3sEYWiwMjDVudjsrd2g7FBiMPTrdpa95D0jRccHWhgxaBx5t2h1251x30WNWwVSntqvAkjWi99CXVQmCAIAgCAIAgCAIAgI3CWHIMGoc7Gd7Lcrt+Yb1Zo4SrV2WneyjicxoYfSTu+5av+vUqOFrRRY1WjoM9lpynvOz7BQbVr0MFTpavVnm8Xmtav1V1Y9y/L/fUi5eA57gyG0ucbgP3kGtW5zjBcUnZGdTpzqSUIK77kXPAdmmwqPjUe+8D0WH5jr/APqxcVj3U6sNF9WepwGURo2nV1l3cl8vx9u8sKzjaCAIAgCAIAgCAIAgCAIDFMy7IjS2I0Oacx89R1rqE5Qd4uzPjSe5WMI2UIqYBqPZdfudn38VqUswvpU9ytUoP+JCPlnMOK9padBFFcU1JXTKE24uzNyTn4sLqPIGi9vA3blFUowqdpHMa84dlktL2nPrGV1tPwP1VSeAX8X7liOYW7S9iRg2ggOvcW94HzFQq8sHVXK5YjjqL528zbhz8J3ViMP4h9VC6NRbxfsTRr05bSXuZw8G4hcWZJdM+lw0hLMXRgiTsJvWiMG1wHxXapTltF+xHKvSj2pJeqNOPaGWb6yvdBPiBRTRwVaXL3Ks8yw0P5X8tSKmrYD1UMnW8geArXiFahlr/nL2KFXPIr/rh7/1cg57DseLkc8geyzoj6neVepYSlT2XvqZFfMcRV0crLuWn9/UjWNJIDQSTcAKk7AFabSV2UEm3wxWvciwYMsrEfQxjzbdF7z8G7+Cz62YwhpDV/Q2MLktWprV6q+vwv3Qtshg+HBbiwmgaTnOsm8rIq1p1XebPSYfC0sPHhpq33fmbSiLAQBAEAQBAEAQBAEAQBAEAQBAY48BrxR7Q4awuozlF3izmUIyVpIh5qzcM5YbizUekPr4q5DHSXaVynUwMX2XYiJmz8dtwDx90/A0VuGMpS3dijUwVaOyv5EbHl3s67HN2gjzVmM4y7LKc4Tj2k16GAlSWK7keCvpG2jyQF9OHY8kr6RtpHqFCc/qNc7ugnyXyUox7Tt5nyMZT7Cb8lf7EhL2dmX+hijS8geGU+CrzxtGPO/l+2LVPK8VU/jbzdvl/QmJOx7RljRCdTRQcTlPgqdTM3/CPuaVHIY71ZX8Fp9f8LBJYPhQRSEwN0nOdpOUqhUrVKj67ubNDC0aCtTil9/fc2VEThAEAQBAEAQBAEAQBAEAQBAEAQBAEAQBAEBU7Q51rYQxMfzK2VpGIz4UI2S2AL1UxWxo5fuXmHcFhy3PUR2PS+H0IAgCAIAgCAIAgCAIAgP/2Q==&quot; title=&quot;&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Kode kartu hadiah akan dikirimkan ke alamat email dalam waktu 24 jam setelah transaksi pembelian, bukan dikirim secara fisik. Kesepakatan ini juga hanya berlaku untuk pelanggan dengan ID App Store.&lt;br /&gt;&lt;br /&gt;Amazon dan situs belanja online lain telah mendiskon kartu hadiah iTunes senilai $ 100 hingga 20 persen menjadi $ 80 selama akhir pekan dalam acara diskon Black Friday. Jika Anda melewatkan kesepakatan itu, ini adalah kesepakatan terbaik yang akan Anda dapatkan sekarang. Kartu hadiah iTunes jarang diadakan diskon jadi jika Anda ingin membelinya, pastikan untuk dilakukan pada kesepakatan ini sesegera mungkin.&lt;br /&gt;&lt;br /&gt;Anda dapat menggunakan kartu hadiah iTunes untuk pembelian aplikasi di App Store iOS. Selain itu, ini juga dapat digunakan untuk pembelian di iBooks Store, dan iTunes Store untuk pembelian musik, film, dan lainnya. Anda juga dapat menggunakan kartu hadiah iTunes untuk berlangganan Apple Music yang pada dasarnya akan membantu Anda mencetak langganan ke layanan streaming musik dengan harga diskon.</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/5282131249585045518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2018/11/diskon-menarik-kartu-hadiah-itunes-100.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/5282131249585045518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/5282131249585045518'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2018/11/diskon-menarik-kartu-hadiah-itunes-100.html' title='Diskon menarik Kartu Hadiah iTunes $ 100 dengan harga $ 85'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-4611797578958635836</id><published>2016-04-27T02:01:00.000-07:00</published><updated>2016-06-03T21:33:25.501-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="Berita"/><title type='text'>iOS 9.3.2 Beta 3 Sudah bisa di download untuk para pengembang</title><content type='html'>&lt;h2 style=&quot;text-align: justify;&quot;&gt;
Apple telah mengeluarkan beta ketiga dari iOS 9.3 0,2 untuk para pengembang &amp;nbsp;yang ingin mencobanya.&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7YT3Btup1wJlsO9ptKOUvJi57TCUbh4ZAoX_ge5cfRR9p8DUMxtNQib6reNN7DPEBYZ0cC04GbQ9AjQDkk-scMa9ldCzPAay-vb3W-MxbdBRTS2Fris6hyphenhyphenD-Clf0FLtbCplLw2Ob6Qotn/s1600/maxresdefault.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;iOS 9.3.2 Beta 3 Sudah bisa di download untuk para pengembang&quot; border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7YT3Btup1wJlsO9ptKOUvJi57TCUbh4ZAoX_ge5cfRR9p8DUMxtNQib6reNN7DPEBYZ0cC04GbQ9AjQDkk-scMa9ldCzPAay-vb3W-MxbdBRTS2Fris6hyphenhyphenD-Clf0FLtbCplLw2Ob6Qotn/s400/maxresdefault.jpg&quot; title=&quot;iOS 9.3.2 Beta 3 Sudah bisa di download untuk para pengembang&quot; width=&quot;307&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;text-align: justify;&quot;&gt;Apple telah resmi mengeluarkan beta ketiga dari iOS 9.3.2 untuk pengembang. Rilisnya iOS 9.3 0,2 tiba tiga minggu setelah Apel mengumumkan versi beta pertamanya, Hanya kurang dari seminggu dari bet kedunya.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
iOS 9.3.2 Sepertinya memfokuskan pada proses multi tasking dan pada bug bug yang terdapat di IOS ini.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
iOS 9.3.2 sudah tersedia melalui Apple Developer Center. Pembaruan ini juga dapat di unduh melali (OTA) pembaruan untuk perangkat yang menjalankan versi beta pertama.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Versi iOS yang baru ini sepertinya, &amp;nbsp;Apple tidak menjdikan ini sebagai pembaruan yang ignifikan, dan lebih berfokus pada pros multi tasking dan perbaikan tak tweak lainnya. Pembaru pada Perangkat lunak ini akan membuat mudah untuk membuka Tindakan Cepat dalam modus landscape.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: justify;&quot;&gt;
Apa yang Baru di iOS 9.3.2 .&lt;/h2&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
yang baru pada pmbaruan ini terdapat pada Quick Actions: &amp;nbsp;Fitur in cenderung gagap saat akan membuka dalam modus Landscape untuk beberapa pengguna yang menggunakan versi terbaru dari iOS 9.3. Namun, banyak penguji mencatat bahwa dalam beta pertama dari iOS 9.3.2, Quick Actions sekarang terbuka lebih lancar di mode Landscape.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
terdapat pula pembaruan pada mode baterai lebah dan mode malam: Fitur ini sekarang tampaknya akan menjadi masa depan IOS ini , fitur ini sudah berjalan lancar dengan semestinya tampa ada gangguannya dan pada pembaruan ini fitur ini akan bisa di aktifkan secara bersamaan.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/4611797578958635836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/04/ios-932-beta-3-sudah-bisa-di-download.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/4611797578958635836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/4611797578958635836'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/04/ios-932-beta-3-sudah-bisa-di-download.html' title='iOS 9.3.2 Beta 3 Sudah bisa di download untuk para pengembang'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7YT3Btup1wJlsO9ptKOUvJi57TCUbh4ZAoX_ge5cfRR9p8DUMxtNQib6reNN7DPEBYZ0cC04GbQ9AjQDkk-scMa9ldCzPAay-vb3W-MxbdBRTS2Fris6hyphenhyphenD-Clf0FLtbCplLw2Ob6Qotn/s72-c/maxresdefault.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-1722164337102487489</id><published>2016-04-27T01:31:00.000-07:00</published><updated>2016-06-03T21:34:00.445-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><title type='text'>Cara mengunci foto dan file di iphone dan ipad</title><content type='html'>&lt;div style=&quot;background-color: white; box-sizing: border-box; font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.6; margin-bottom: 1.25rem; padding: 0px; text-align: justify; text-rendering: optimizelegibility;&quot;&gt;
&lt;span class=&quot;notranslate&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; line-height: inherit;&quot;&gt;Setiap manusia pasti mempunyai rahasia di semasa hidupnya untuk dari itu artikel ini untuk membantu anda yang ingin mengunci foto dan file yang bersifat pribadi ,pada iphone maupun ipad .&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh83RNe8rJcbyHqZWUuyCNvuBcQq8pWxCKeKKbk4SJrnWGSyApMnqlVjQ7Z3kyzqC5w1sB27WIwb7ByIc-9IuuoBNGtuhEuHJUWGR1kipr1-hWdC21o1k9JnWMLPwGpNx0ZbVw8_sVK8H_3/s1600/iphone6-ios9-passcode-entry.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara mengunci foto dan file di iphone dan ipad&quot; border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh83RNe8rJcbyHqZWUuyCNvuBcQq8pWxCKeKKbk4SJrnWGSyApMnqlVjQ7Z3kyzqC5w1sB27WIwb7ByIc-9IuuoBNGtuhEuHJUWGR1kipr1-hWdC21o1k9JnWMLPwGpNx0ZbVw8_sVK8H_3/s400/iphone6-ios9-passcode-entry.jpg&quot; title=&quot;Cara mengunci foto dan file di iphone dan ipad&quot; width=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;notranslate&quot; style=&quot;box-sizing: border-box; line-height: 1.6;&quot;&gt;Banyak orang yang sudah tau iphone dan ipad tidaklah seperti Android, tidak ada cara yang mudah untuk menyembunyikan foto, video atau dokumen di iPhone dan ipad.&lt;/span&gt;&lt;span style=&quot;line-height: 1.6;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; box-sizing: border-box; font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.6; margin-bottom: 1.25rem; padding: 0px; text-align: justify; text-rendering: optimizelegibility;&quot;&gt;
&lt;span class=&quot;notranslate&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 1.6;&quot;&gt;Tapi Tentu saja, Anda tetap dapat melindungi seluruh iPhone Anda menggunakan kode akses lockscreen atau melalui ID Touch,&lt;/span&gt;&lt;span style=&quot;font-size: 14px; line-height: 1.6;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;notranslate&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 1.6;&quot;&gt;Untuk beberapa hal, tingkat perlindungannya mungkin sudah cukup.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; box-sizing: border-box; font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.6; margin-bottom: 1.25rem; padding: 0px; text-align: justify; text-rendering: optimizelegibility;&quot;&gt;
&lt;span class=&quot;notranslate&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 1.6;&quot;&gt;Tapi bagaimana jika kita membutuhkan pengamanan tambahan&lt;/span&gt;&lt;span style=&quot;font-size: 14px; line-height: 1.6;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;notranslate&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 1.6;&quot;&gt;Hanya untuk memastikan bila teman atau orang tua ingin meminjam iPhone anda pastinya dalam keadaan sudah tidak terkunci lagi maka teman ataupun orang tua kita bisa mengakses seluruh file dan foto di iphone maupun ipad kita dengan sangan mudah .&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; box-sizing: border-box; font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.6; margin-bottom: 1.25rem; padding: 0px; text-align: justify; text-rendering: optimizelegibility;&quot;&gt;
&lt;h2&gt;
&lt;span class=&quot;notranslate&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 1.6;&quot;&gt;Maka dari itu saya akan memberikan cara untuk mengunci foto dan file pada ipad dan iphone .&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;line-height: 1.6;&quot;&gt;Caranya cukup dengan mendownload&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://help.getpocket.com/&quot; style=&quot;line-height: 1.6;&quot; target=&quot;_blank&quot;&gt;Pocket File&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; box-sizing: border-box; margin-bottom: 1.25rem; padding: 0px; text-align: justify;&quot;&gt;
&lt;div style=&quot;font-family: verdana, arial, sans-serif; font-size: 14px; line-height: 1.6;&quot;&gt;
dengan aplikasi tersebut privasi kita akan menjadi lebih aman anda bisa menyembunyika foto ataupun aplikasi fil file penting anda juga akan lebih aman bisa juga bila anda ingin mggunakan password.&lt;/div&gt;
&lt;div style=&quot;font-family: verdana, arial, sans-serif; font-size: 14px; line-height: 1.6;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2 style=&quot;font-family: verdana, arial, sans-serif; font-size: 14px; line-height: 1.6;&quot;&gt;
Berikut ini cara untuk menggunakan&amp;nbsp;kode akses dan Perlindungan ID Touch untuk Pocket File :&lt;/h2&gt;
&lt;div style=&quot;font-family: verdana, arial, sans-serif; font-size: 14px; line-height: 1.6;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;verdana&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 22.4px;&quot;&gt;Pocket File tidak akan meminta lagi untuk menambahkan kode sandi. Untuk menambahkannya, Anda harus pergi ke bagian &lt;b&gt;Setting&lt;/b&gt; dan tekan &lt;b&gt;Launch Passcode&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;verdana&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 22.4px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSwKo2XKDAAfsfPlYkfYo5xaBgYPG-XafbfYZ7t9qjcTTiat8GpFSFPl1br6u3Met8DGgnYBZeKM7hQoL73QEtzGY3KSJzK2aLdXaRu6kPksyTwwQVFboXRYA-1e0Wqyb5Z0YnwZcktUqQ/s1600/pocket-files-3-1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara mengunci foto dan file di iphone dan ipad&quot; border=&quot;0&quot; height=&quot;208&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSwKo2XKDAAfsfPlYkfYo5xaBgYPG-XafbfYZ7t9qjcTTiat8GpFSFPl1br6u3Met8DGgnYBZeKM7hQoL73QEtzGY3KSJzK2aLdXaRu6kPksyTwwQVFboXRYA-1e0Wqyb5Z0YnwZcktUqQ/s400/pocket-files-3-1.png&quot; title=&quot;Cara mengunci foto dan file di iphone dan ipad&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Di bagin ini dapat menambahkan passcode.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Di bawahnya , bisa untuk mengakifkan ID Touch bila iphone anda sudah dilengkapi ID Touch.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Aplikasi ini juga memungkinkan unutk mengunci folder dan ada pula sesuatu yang disebut Mode Decoy. Jika Anda mengaktifkan ini, aplikasi akan menampilkan folder yang berbeda ketika seseorang memasuki password umpan.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Lain kali Anda membuka aplikasi, Anda akan disajikan dengan layar Lock. Untuk menggunakan Sentuh ID untuk mengotentikasi, tekan &quot;Fingerprint&quot; ikon untuk mengaksesnya.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Lin download berikut &lt;b&gt;&lt;a href=&quot;https://itunes.apple.com/id/app/pocket-files-pro-secure-safe/id645754521?mt=8&amp;amp;ign-mpt=uo%3D4&quot; target=&quot;_blank&quot;&gt;ini&lt;/a&gt;&amp;nbsp;&lt;/b&gt;aplikasi ini terseda pula yang gratis .&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;verdana&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; line-height: 22.4px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/1722164337102487489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-mengunci-foto-dan-file-di-iphone.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1722164337102487489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1722164337102487489'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-mengunci-foto-dan-file-di-iphone.html' title='Cara mengunci foto dan file di iphone dan ipad'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh83RNe8rJcbyHqZWUuyCNvuBcQq8pWxCKeKKbk4SJrnWGSyApMnqlVjQ7Z3kyzqC5w1sB27WIwb7ByIc-9IuuoBNGtuhEuHJUWGR1kipr1-hWdC21o1k9JnWMLPwGpNx0ZbVw8_sVK8H_3/s72-c/iphone6-ios9-passcode-entry.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-2172718089977330913</id><published>2016-04-25T01:15:00.001-07:00</published><updated>2016-06-03T21:34:11.693-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><title type='text'>Cara install apple Watch os 2.2</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Berikut ini saya akan menginformasikan bahwa apple watch sekarang sudah bisa di update ke versi yang terbaru yaitu&amp;nbsp;watch os 2.2 yang akan memberikan tambahan tambahan fitur menarik dan tampilan ui yang lebih menarik .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxWF6LxKCO2zJmEqfKufWA-HVbzhOJkBvv9aIQCpQh3Bg-7wo9Uh7wWGVesFiXIN5dqMSG_-3TwFsDjkCc4m_uDaPdJysov5ZQEcMa8NUTXWBLro-2qg1v3d4jPuR933CmNj5_m_xLqp0m/s1600/watchos-2-main.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara update apple watch ke Watch os 2.2&quot; border=&quot;0&quot; height=&quot;265&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxWF6LxKCO2zJmEqfKufWA-HVbzhOJkBvv9aIQCpQh3Bg-7wo9Uh7wWGVesFiXIN5dqMSG_-3TwFsDjkCc4m_uDaPdJysov5ZQEcMa8NUTXWBLro-2qg1v3d4jPuR933CmNj5_m_xLqp0m/s400/watchos-2-main.png&quot; title=&quot;Cara update apple watch ke Watch os 2.2&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Update pada versi &amp;nbsp;watch OS 2.2 mencakup perbaikan seperti kemampuan untuk pemilik Apel Watch &amp;nbsp;memasangkan lebih dari satu apple watch. Hal ini juga meningkatkan aplikasi Maps dengan tampilan layar baru tindakan dan pencarian Terdekat yang didukung oleh Yelp.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: justify;&quot;&gt;
Berikut ini cara Install watchOS 2.2 di Apple watch.&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiil0LKqdrnX-Xs1XvxJbOA8kqeWgJhplskcM_iLiAyjNDlj5OkMnW98PQEVTNBvDzq_5RLNjtAVhfw3WHahZTZAAvL6A_GJmLNVdUKmzg9gpDwiPZdnkQchbFYda1PvATiLlSooLAB3ooz/s1600/update_watchos_2_1000.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara install apple Watch os 2.2&quot; border=&quot;0&quot; height=&quot;220&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiil0LKqdrnX-Xs1XvxJbOA8kqeWgJhplskcM_iLiAyjNDlj5OkMnW98PQEVTNBvDzq_5RLNjtAVhfw3WHahZTZAAvL6A_GJmLNVdUKmzg9gpDwiPZdnkQchbFYda1PvATiLlSooLAB3ooz/s400/update_watchos_2_1000.jpg&quot; title=&quot;Cara install apple Watch os 2.2&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1. pastikan daya baterai pada jam anda mempunyai 50%, dikarenaka perlu di ingat proses ini akan memakan waktu yang lama sekitar 30menitan .&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. Iphone anda harus sudah berada pada versi iOS 9.3 . Bila anda belum pada versi tersebut silakan anda update iphone anda terdahulu dikarenakan anda tidak dapat menginstal watchOS 2.2 di Apple watch anda bila versi iphone anda belum pada versi iOS 9.3&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
3. Letakan Apple Watch di samping Iphone.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
4. pilih general.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
5. Kemudian pilih Update Softwere .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
6. Akan ada pemberitahuan update apple watch anda ke watchOS 2.2.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
7. Pilih Download dan Install&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
8. Akan ada permintaan untuk memasukan password pada iphone anda isi dan tekan selesai untuk proses selanjutnya.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
9. &amp;nbsp;Akan ada sebuah kebijakan persetujuan update sofwere pilih iya dan lanjutkan.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
10. Tunggu hingga proses download selesai ini akan memakan waktu yang lumayan lama sekitar 20 menitan tergantung juga dengan koneksi internet anda.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
11. Setelah download selesai masuk ke tahap instalasi , akan ada sebuah pemberitahaun &#39;mempersiapkan pembaruan&#39;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
12. Berikutnya ada pemberitahuan daya apple watch anda harus ada berada pada 50% lebih atau terhubung ke charger&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
13. Tekan ok bila apple watch anda sudah memenuhi syarat di atas.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
14. Tunggulah hingga apple watch anda reboot dengan sendinya.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
15. Taraaaaa apple watch anda sudah berhasil di perbarui ke watchOS 2.2.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Sekian terimah kasih bila anda mengalami kesulitan untuk mengikuti cara di atas silan komen di bawah .&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/2172718089977330913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-install-apple-watch-os-22.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/2172718089977330913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/2172718089977330913'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-install-apple-watch-os-22.html' title='Cara install apple Watch os 2.2'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxWF6LxKCO2zJmEqfKufWA-HVbzhOJkBvv9aIQCpQh3Bg-7wo9Uh7wWGVesFiXIN5dqMSG_-3TwFsDjkCc4m_uDaPdJysov5ZQEcMa8NUTXWBLro-2qg1v3d4jPuR933CmNj5_m_xLqp0m/s72-c/watchos-2-main.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-3252287730499370516</id><published>2016-04-25T00:33:00.003-07:00</published><updated>2016-06-03T21:34:21.765-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><title type='text'>Cara membuka Iphone dan Ipad yang terkunci setelah update iOS 9.3</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Mungkin tidak semua pengguna iphone yang sudah mengupdate ios ke iOS 9.3 bila anda suda mengupdate iOS anda ke iOS 9.3 dan sudah berhasil tidak mengalami masalah pada sesi mengaktifkan iphone anda setelah restar namun ada bebrapa pengguna Iphone yang kurang beruntung meraka menemukan sebuah masalah yang bisa membuat jengkel dan pusing di kepala karna iphonenya terkunci dan tidak bisa di iktifkan lagi ,Berikut ini cara untuk mengatasi masalah tersebut .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7R7WF8DUQoWTFeVfJrpn-D08ZlRjP7zMSZZzC7RF0GjpzJ8OG4oh1P0P7wi_Yo9rl0Zsm4uTwQ1tsWGhejcdr70xJ7u6I5bc7gUCjDQl_R2W3oKNVkpgBDStfrIYnwvusoCzn1u_dU5k9/s1600/iphone6-ios9-activate-iphone-screen.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;365&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7R7WF8DUQoWTFeVfJrpn-D08ZlRjP7zMSZZzC7RF0GjpzJ8OG4oh1P0P7wi_Yo9rl0Zsm4uTwQ1tsWGhejcdr70xJ7u6I5bc7gUCjDQl_R2W3oKNVkpgBDStfrIYnwvusoCzn1u_dU5k9/s400/iphone6-ios9-activate-iphone-screen.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ikuti langkah - langkah berikut :&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1. Hubungkan iPhone , iPad , ataupun iPod touch Anda ke komputer.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. Buka iTunes. Pastikan anda sudah mempunyai&lt;a href=&quot;https://support.apple.com/id-id/HT201352&quot; target=&quot;_blank&quot;&gt; iTunes&lt;/a&gt; versi yang terbaru.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
3. Pilih perangkat Anda . Anda harus melihat Aktifkan [perangkat] layar di iTunes.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
4. Masukkan ID dan password Apple dan klik Lanjutkan.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Bila cara di atas masih belum berhasil jangan khawatir cara ke dua ini mungkin akan memabawan hasil :&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1. Matikan hanphone Anda atau buat perangtkat anda benar benar offline.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. Masuk ke &amp;nbsp;&lt;a href=&quot;http://icloud.com/&quot;&gt;iCloud.com&lt;/a&gt; &amp;nbsp;dengan ID dan password Apple.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
3. Buka Find My iPhone.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
4. Pilih Semua Devices, lalu pilih perangkat Anda.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
5. Klik Hapus dari Akun. Jika Anda masih melihat peta di tampilan detail perangkat, pilih Semua Devices lagi, klik X di samping perangkat Anda, lalu klik Hapus.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Setelah pengaturan perangkat tadi berhasil, coba ulangi masuk ke iCloud lagi.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Salah satu cara di atas seharusnya sudah bisa untuk mengaktifkan perangkat anda yang terkunci bila cara di atas tidak berfungsi atau tidak berhasil , saya sarankan untuk segera menghubungi pihak apple.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Berikut ini pernyataan resmi dari pihak &lt;a href=&quot;https://support.apple.com/en-us/HT206203&quot; target=&quot;_blank&quot;&gt;apple&lt;/a&gt; mungkin akan lebih membantu terimah kasih.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/3252287730499370516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-membuka-iphone-dan-ipad-yang.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3252287730499370516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3252287730499370516'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-membuka-iphone-dan-ipad-yang.html' title='Cara membuka Iphone dan Ipad yang terkunci setelah update iOS 9.3'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7R7WF8DUQoWTFeVfJrpn-D08ZlRjP7zMSZZzC7RF0GjpzJ8OG4oh1P0P7wi_Yo9rl0Zsm4uTwQ1tsWGhejcdr70xJ7u6I5bc7gUCjDQl_R2W3oKNVkpgBDStfrIYnwvusoCzn1u_dU5k9/s72-c/iphone6-ios9-activate-iphone-screen.jpg" height="72" width="72"/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-6421788491662992240</id><published>2016-04-23T21:17:00.002-07:00</published><updated>2016-06-03T21:34:30.251-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><title type='text'>Cara mengatur kecepatan tombol Home di iPhone dan iPad</title><content type='html'>Tampaknya Apple terus menerus menambahkan tweak dan pengaturan yang berbeda ke dalam bagian Aksesibilitas aplikasi pada Pengaturan. Ide utama di balik bagian Aksesibilitas adalah untuk lebih membantu mereka dengan gangguan fisik (pendengaran atau penglihatan) lebih baik menggunakan iDevices mereka, ada banyak pilihan yang banyak yang terletak di sana untuk semua pengguna.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdlnmHIc0mVwkO9pbN2SI4H_NFT7YE0ifQfN5Urqi3xJIkWE_HxyheBs_JMoxIiKN8B52-YEaZZrkHUS_O3nK6XmvWaj4UE02tq-cf_VWWP9QB_lI7fnMwpsUZuY-3Nw1gCbTHmABpjmY/s1600/%2524_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara mengatur kecepatan tombol Home di iPhone dan iPad&quot; border=&quot;0&quot; height=&quot;216&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdlnmHIc0mVwkO9pbN2SI4H_NFT7YE0ifQfN5Urqi3xJIkWE_HxyheBs_JMoxIiKN8B52-YEaZZrkHUS_O3nK6XmvWaj4UE02tq-cf_VWWP9QB_lI7fnMwpsUZuY-3Nw1gCbTHmABpjmY/s320/%2524_1.jpg&quot; title=&quot;Cara mengatur kecepatan tombol Home di iPhone dan iPad&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Untuk mengatur kecepatan klik tombol Home, Perlu membuka aplikasi Pengaturan dan pergi ke bagian Aksesibilitas. Jadi itu Settings -&amp;gt; General -&amp;gt; Accessibility . &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVPFEg_1s4By_XcTBxMGtxHlAsEMyUGWWA9n5PDRYd2J5gIDP3Bkv03RriumkME6DoxZUUNVyU8e54Bqv-o2g1yNTSqBFtqyjNc-8bH1kuPTbd07Iyzx8m1-WE5vSYvZUmNeRD8nu_qeYQ/s1600/home.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara mengatur kecepatan tombol Home di iPhone dan iPad&quot; border=&quot;0&quot; height=&quot;350&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVPFEg_1s4By_XcTBxMGtxHlAsEMyUGWWA9n5PDRYd2J5gIDP3Bkv03RriumkME6DoxZUUNVyU8e54Bqv-o2g1yNTSqBFtqyjNc-8bH1kuPTbd07Iyzx8m1-WE5vSYvZUmNeRD8nu_qeYQ/s400/home.jpg&quot; title=&quot;Cara mengatur kecepatan tombol Home di iPhone dan iPad&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Sesuaikan Depan Kecepatan Tombol&lt;br /&gt;
Dalam Aksesibilitas, Anda akan melihat Home Button &amp;nbsp;di bawah Panggilan Audio Routing. Tekan ini dan kemudian menyesuaikan Klik Kecepatan Anda pada bagian berikut. Default akan menjadi pilihan yang umum dan Anda dapat memilih Lambat atau paling lambat sekaligus bila anda memang menginginkannya.&lt;br /&gt;
&lt;br /&gt;
Ketika Anda membuat pilihan dari Lambat atau paling lambat, ponsel akan bergetar untuk menunjukkan berapa lama durasi antara klik akan. Dibandingkan dengan yang lain 2 pilihan, Anda akan dapat melihat berapa banyak cepat default sebenarnya. Menguji itu dengan triple klik untuk shortcut aksesibilitas atau mengklik dua kali untuk meluncurkan pilihan aplikasi.&lt;br /&gt;
&lt;br /&gt;
Jadi, bila Anda memang sedang mengalami masalah dengan Home Button bekerja terlalu cepat, pilihan akan pasti membantu dengan itu. Dan jika Anda menemukan perubahan menjadi terlalu lambat Anda juga dapat mengatur kembali seperti semula dengan cara :&lt;br /&gt;
kembali ke Settings -&amp;gt; General -&amp;gt; Accessibility -&amp;gt; Home Button .&lt;br /&gt;
&lt;br /&gt;
Terima kasi semoga artikel ini dapat membantu&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/6421788491662992240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-mengatur-kecepatan-tombol-home-di.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/6421788491662992240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/6421788491662992240'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-mengatur-kecepatan-tombol-home-di.html' title='Cara mengatur kecepatan tombol Home di iPhone dan iPad'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdlnmHIc0mVwkO9pbN2SI4H_NFT7YE0ifQfN5Urqi3xJIkWE_HxyheBs_JMoxIiKN8B52-YEaZZrkHUS_O3nK6XmvWaj4UE02tq-cf_VWWP9QB_lI7fnMwpsUZuY-3Nw1gCbTHmABpjmY/s72-c/%2524_1.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-8331534588338865647</id><published>2016-04-23T07:49:00.003-07:00</published><updated>2016-06-03T21:34:37.750-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><title type='text'>Cara Menggunakan Night Shift dan Low Power Mode Secara bersamaan pada iPhone </title><content type='html'>Night Shift dan Low power mode adalah dua fitur yang paling populer di OS terbaru Apple, iOS 9.3.1 . Night Shift memungkinkan malam untuk tetap bangun dan membaca artikel di internet tanpa membuat perih dan boros baterai. &amp;nbsp;Low Power mode menambahkan sampai 3 jam lebih . Tak perlu dikatakan, ini adalah kedua fitur yang cukup mengesankan, namun saat ini, tidak dapat diaktifkan pada saat yang sama. Ini tidak dapat terjadi.&lt;br /&gt;
&lt;br /&gt;
Sebelumnya, ketika Anda bertanya Siri, tetapi Apple dinonaktifkan kemampuan untuk mengaktifkan kedua fitur pada saat yang sama dalam update terbaru ini. Tapi untungnya, ada dua cara kecil yang menyenangkan yang akan memungkinkan Anda untuk sekali lagi, memungkinkan kedua Low Power Mode dan Night Shift secara bersamaan.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQdv5jmTJHGjJS84rcU-dchKDwIxg5pmClHtx1x0hqSr9ZGHSBogCTohEG_pycynXZNsz6kknSt-flv78g2OYdh0RHwh7TCJ8KU29RlNreNoHsduZ0GmH1KU6a-j7hIvWroLwVgoUgYCk7/s1600/IMG_1653-1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Menggunakan Night Shift dan Low Powe Mode Secara bersamaan pada iPhone &quot; border=&quot;0&quot; height=&quot;259&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQdv5jmTJHGjJS84rcU-dchKDwIxg5pmClHtx1x0hqSr9ZGHSBogCTohEG_pycynXZNsz6kknSt-flv78g2OYdh0RHwh7TCJ8KU29RlNreNoHsduZ0GmH1KU6a-j7hIvWroLwVgoUgYCk7/s320/IMG_1653-1.png&quot; title=&quot;Cara Menggunakan Night Shift dan Low Powe Mode Secara bersamaan pada iPhone &quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Sebelum iOS 9.3.1 Anda bisa meminta Siri untuk mengaktifkan mode Pergeseran Malam atau mode Power Low setiap kali yang saat ini sedang diaktifkan. Tapi sekarang ketika Anda meminta Siri di iOS 9.3.1, Anda akan mendapatkan respon. Beberapa telah berkelana untuk menebak bahwa Apple dinonaktifkan kemampuan untuk memiliki Low Power Mode dan Night Shift berjalan pada saat yang sama karena kesempatan Night Shift mengambil tol pada kehidupan baterai saat berjalan di latar belakang. Night Shift dapat bekerja pada jadwal, sehingga untuk mengubah suhu ponsel Anda untuk rentang waktu tertentu, perlu akses ke lokasi Anda saat ini untuk tujuan zonasi waktu dan sejenisnya.&lt;br /&gt;
&lt;br /&gt;
Opsi 1: Pengaturan Shift Malam&lt;br /&gt;
Langkah 1&lt;br /&gt;
Pergi ke Settings -&amp;gt; Tampilan &amp;amp; Brightness -&amp;gt; Night Shift. &amp;nbsp;Anda akan berada di daerah yang memungkinkan Anda untuk mengatur jadwal secara manual mengaktifkan Night Shift. Tapi JANGAN mengaktifkan, pastikan Anda berada pada layar ini dengan kedua pilihan dinonaktifkan sebelum pindah ke Langkah 2.&lt;br /&gt;
&lt;br /&gt;
Langkah 2&lt;br /&gt;
Tahan tombol home atau menggunakan &quot;Hei Siri&quot; fase untuk mengaktifkan Siri. Sekarang katakan Siri untuk &amp;nbsp;mengaktifkan mode Power Low.&lt;br /&gt;
&lt;br /&gt;
Langkah 3.&lt;br /&gt;
Sekarang, tekan tombol Home sekali untuk keluar dari layar Siri. Anda harus kembali ke menu night shift di mana Anda sekarang dapat secara manual Aktifkan Night Shift . Hanya tekan slider . Jika Anda melihat bahwa Low Power Mode masih aktif seperti Night Shift.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQIo4pS8CORVyRU47udVHM5L3XQCtgcgujSQzNSFjGoOxJt48Eq_TLdBsJhE9IBTsWg-fp_skYS_AI9vH0LptJb8V6zRBuTYwXfzTYXPkGhGYUMoIpGk_WrsgNhS-vS3moG5CBXrXRV5QN/s1600/Double-Enable-Night-Shift-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Menggunakan Night Shift dan Low Powe Mode Secara bersamaan pada iPhone &quot; border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQIo4pS8CORVyRU47udVHM5L3XQCtgcgujSQzNSFjGoOxJt48Eq_TLdBsJhE9IBTsWg-fp_skYS_AI9vH0LptJb8V6zRBuTYwXfzTYXPkGhGYUMoIpGk_WrsgNhS-vS3moG5CBXrXRV5QN/s400/Double-Enable-Night-Shift-1.jpg&quot; title=&quot;Cara Menggunakan Night Shift dan Low Powe Mode Secara bersamaan pada iPhone &quot; width=&quot;323&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Ganda Aktifkan - Night Shift&lt;br /&gt;
Ketika Anda meninggalkan layar Pengaturan Shift Malam, Anda akan melihat bahwa menu Pergeseran Malam akan berwarna abu-abu, tapi Night Shift masih diaktifkan.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cara kedua mungkin ini akan lebih sulit dari cara yang pertama&lt;br /&gt;
&lt;br /&gt;
Langkah 1.&lt;br /&gt;
Pergi ke Settings -&amp;gt; Baterai Aktifkan Mode Daya Rendah.&lt;br /&gt;
&lt;br /&gt;
Langkah 2.&lt;br /&gt;
Tahan tombol home , Ketika diaktifkan katakan padanya untuk mengaktifkan atau menghidupkan Night Shift. Dengan mengaktifkan Low Power Mode, Siri akan mengatakan, &quot;Dalam rangka untuk menghidupkan Night Shift, aku harus mematikan Low Power Mode. Haruskah aku terus? &quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Langkah 3.&lt;br /&gt;
Sekarang di sini adalah di mana ia mulai mendapatkan rumit. Menanggapi pertanyaan itu, mengatakan &quot;ya&quot;. Sekarang tepat sebelum Siri dapat merespon, tekan tidur / tombol bangun pada iPhone Anda. Jika waktunya benar, Anda akan mendengar respon Siri bip Anda layar menjadi hitam. Ini semua tentang waktu. Jika Anda menekan tombol sleep / wake terlalu cepat, Siri tidak akan memiliki kesempatan untuk memenuhi permintaan Anda. Jika Anda menunggu terlalu lama untuk menekan tombol sleep / wake, Siri akan menonaktifkan Night Shift. Jadi, itu akan mengambil lebih dari beberapa kali untuk memukul tempat yang manis untuk memungkinkan kedua Low Power Mode dan Night Shift.&lt;br /&gt;
&lt;br /&gt;
Langkah 4.&lt;br /&gt;
Jika langkah-langkah di atas dilakukan dengan benar Anda akan membuka iPhone Anda dan akan melihat Low Power Mode dan Night Shift diaktifkan pada saat yang sama. Jadi, jika Anda menyaring suhu diturunkan dan ikon baterai Anda masih kuning, Anda telah berhasil mengalahkan sistem.&lt;br /&gt;
&lt;br /&gt;
Semoga untuk pembaruan nanti di iOS 9.3.2, ada pembaruan yang mencakup pilihan untuk memungkinkan kedua opsi Low Power Mode dan Night Shift.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Terima kasih jangan lupa share dan komen di bawah.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/8331534588338865647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-menggunakan-night-shift-dan-low.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/8331534588338865647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/8331534588338865647'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/04/cara-menggunakan-night-shift-dan-low.html' title='Cara Menggunakan Night Shift dan Low Power Mode Secara bersamaan pada iPhone '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQdv5jmTJHGjJS84rcU-dchKDwIxg5pmClHtx1x0hqSr9ZGHSBogCTohEG_pycynXZNsz6kknSt-flv78g2OYdh0RHwh7TCJ8KU29RlNreNoHsduZ0GmH1KU6a-j7hIvWroLwVgoUgYCk7/s72-c/IMG_1653-1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-3101926023329043024</id><published>2016-04-23T02:22:00.000-07:00</published><updated>2016-06-03T21:34:43.405-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Informasi Teknologi"/><title type='text'>Game terbaik buat PlayStation 4 </title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;PlayStation memang sangat memikat dalam segi apapun PlayStation tetap di minati dan di puja bagi para pecintanya tapi bila anda mempunyai PlayStation 4 rasanya kurang lengkap tanpa di temani dengan beberapa game berikut.&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;BLOODBORNE.&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://i.ytimg.com/vi/ukywVcxv5r4/maxresdefault.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://i.ytimg.com/vi/ukywVcxv5r4/maxresdefault.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Sebuah video game sengaja sulit diatur dalam alam semesta Lovecraftian dari pembuat Dark Souls tidak terdengar menyambut, tetapi dengan yang ditularkan melalui darah, ini secara resmi niche sub-genre role-playing menjadi diakses. Koridor lilin yang ditularkan melalui darah dan penjahat menjijikkan berada di kali lebih kompleks dan dikelola dari istana fantastis pendahulunya spiritual, sehingga entry point terbaik ke salah satu sudut paling menarik dari media.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;THE NATHAN DRAKE COLLECTION.&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://vgi.co.id/public/repo/uploads/images/uncharted-3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://vgi.co.id/public/repo/uploads/images/uncharted-3.jpg&quot; height=&quot;360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Game game Remasters dari Xbox dan PlayStation 3terpopuler telah menjabat sebagai game sementara Sony dan Microsoft mengembangkan sekuel dan sifat baru untuk konsol terbaru mereka. Kadang-kadang, meskipun, remaster sebuah berhasil merasa segar dan vital. Uncharted: The Nathan Drake Koleksi tidak menambahkan tahap baru atau fitur inovatif, namun hal itu menunjukkan tingkat perawatan hanya sebanding dengan pelabuhan yang fantastis Rockstar dari set pieces Grand Theft Auto 5. nakal Dog - seperti pertarungan di kereta bergerak dan melarikan diri dari sebuah bangunan runtuh - hanya sebagai mendebarkan saat ini karena mereka tahun lalu, sebagian besar berkat mencari dan penanganan sebaik sezaman modern.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;ROCKET LEAGUE.&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://farm6.staticflickr.com/5700/22040739005_cdb6d75625_z.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://farm6.staticflickr.com/5700/22040739005_cdb6d75625_z.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Kejutan dan yang ter hits di tahun ini, Rocket Liga adalah titik pertemuan nyata bagi banyak perubahan penting yang terjadi di seluruh video game. Awalnya tersedia gratis untuk pelanggan PlayStation Plus, itu menyebar seperti api ke basis pemain yang sehat. Its &quot;sepak bola dengan mobil&quot; gameplay membuat salah satu Espor paling dicerna di pasar. Dan berlimpahnya video buatan pengguna menyoroti tren di mana pemasaran yang terbaik tidak ada hubungannya dengan strategi pemasaran resmi. Rocket Liga diperoleh keberhasilannya dengan menjadi salah satu permainan yang paling cerdas dirancang dan dapat diakses di pasar, mempengaruhi komunikasi dari pemain ke pemain melalui klip, GIF, dan tweets berapi-api.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/3101926023329043024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/game-terbaik-untuk-ps-4-yang-baru-anda.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3101926023329043024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3101926023329043024'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/game-terbaik-untuk-ps-4-yang-baru-anda.html' title='Game terbaik buat PlayStation 4 '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-3646477833182647019</id><published>2016-01-15T03:24:00.001-08:00</published><updated>2016-04-23T02:23:09.066-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Kesehatan"/><title type='text'>Apa itu SLEEP PARALYSIS ketindihan saat tidur </title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Pernahkah suatu ketika bangun dari tidur yang nyenyak , dan kedian pada saat terbangun melihat sebuah sosok aneh yang ada di sekitar kita saat beru terbangun ? .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://healthysmart.org/wp-content/uploads/2015/04/How-To-Stop-Sleep-Paralysis.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://healthysmart.org/wp-content/uploads/2015/04/How-To-Stop-Sleep-Paralysis.jpg&quot; height=&quot;318&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Fenomena tersebut wajar terjadi dan Fenomena tersebut biasa disebut dengan SLEEP PARALYSIS biasanya bagi warga indonesia disebut dengan tindihan atau ditindih, Menurut sebuah penelitian 20-45% Dari kita setidaknya pernah mengalami hal tersebut ( sleep paralysis ) sekali dalam hidup kita.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Berikut penjelasan singkat tentang sleep paralysis , sleep paralysis terjadi ketika kita bangun di tengah-tengah fase tidur kita yang biasa di sebut REM ,&lt;a href=&quot;http://flashplayermridhofarisyah.blogspot.com/2016/01/kenapa-tatp-merasakan-cape-walupun.html&quot; target=&quot;_blank&quot;&gt;penjelasan tentang REM&lt;/a&gt;&amp;nbsp;, fase REM ini adalah fase di mana kita sedang asik asiknya bermimpi pada fase ini juga otak kita sedang mengistirahatkan otot otot kita dengan kata lain melumpuhkan sementara tubuh kita sehingga kita tidak dapat bergerak dan pindah ketika sedang bermimpi , pada saat terbangun di tengah-tengah fase ini (REM) akibatnya adalah sleep paralysis ( tertindih ) di mana pada saat kita terbangun dan kita sadar bahwa kita sudah dan terbangun tetapi kita tidak bisa bergerak sama sekali belum lagi kita di bayangi di bayangi oleh halusinasi mahluk mahluk yang gak jelas , yang sebetulnya itu adalah sebuah halusinasi dari pada mimpi kita sendiri .&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Sleep paralysis tidak hanyak orang indonesia saja yang pernah merasakannya sleep paralysis di kenal luar di dalam peradapan sejarah manusia di seluruh dunia , contohnya pada legenda masyaratkan&amp;nbsp;skandinavia yang menganggap bahwa sleep paralysis adalah perbuatan mahluk cilik yang bernama `MARE&#39; , kemudia ada juga suku Eskimo di Alaska yang percaya bahawa sleep paralaysis adalah roh manusia yang tak bisa kembali pada tubuhnya saat ketika seseorang terbangun di tengah-tengah tidurnya dan tentu masi banyak dari negara negara lainnya yang beranggapan berbeda beda tentang fenomena satu ini yang di sebut denga sleep paralysis .&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Terimakasih semoga bermanfaat.&lt;/div&gt;
&lt;h1 class=&quot;yt watch-title-container&quot; style=&quot;background: rgb(255, 255, 255); border: 0px; color: #222222; display: table-cell; font-family: Roboto, arial, sans-serif; font-size: 24px; font-weight: normal; margin: 0px 0px 13px; padding: 0px; vertical-align: top; width: 824px; word-wrap: break-word;&quot;&gt;
&lt;/h1&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/3646477833182647019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/01/apa-itu-sleep-paralysis-ketindih-saat.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3646477833182647019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3646477833182647019'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/01/apa-itu-sleep-paralysis-ketindih-saat.html' title='Apa itu SLEEP PARALYSIS ketindihan saat tidur '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-3225899022210113955</id><published>2016-01-07T05:50:00.001-08:00</published><updated>2016-04-23T02:23:27.762-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Kesehatan"/><title type='text'>Kenapa tetap merasakan Capek walupun sudah tidur yang cukup</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Sering sekali kita sudah tidur cukup dalam sehari harinya tapi, tetap saja kita merasa cape ( kelelahan ) yang selalu berulang tiap harinya banyak orang orang yang menanyakan tentang ini tentang apa penyebabnya, Rahasianya adalah ada pada kita sebagai manusia bagaimana cara kita tidur.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglTS728mgSqYwqA_WmQLWMfGu4XdVGcCh6XI4Yhn7J2rd7EzytTxPDlB74BOx7HAd0TEeoHDIaKI7sLK2MykUoRc6kow0akrtpPNanV3CZu6nw9NQdMZn6Bisbhyphenhyphen-ZvOfbcVimi-A6mt17/s1600/slepp_base_by_girl_bat-d7mr92l.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;364&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglTS728mgSqYwqA_WmQLWMfGu4XdVGcCh6XI4Yhn7J2rd7EzytTxPDlB74BOx7HAd0TEeoHDIaKI7sLK2MykUoRc6kow0akrtpPNanV3CZu6nw9NQdMZn6Bisbhyphenhyphen-ZvOfbcVimi-A6mt17/s640/slepp_base_by_girl_bat-d7mr92l.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Sebelumnya perlu di ketahui bahwa kita tidur itu mempunyai sebuah Ritme seperti kita bernapas,berjalan,dan makan semua yang kita lakukan oleh tubuh selalu mempunyai Ritme, termasuk dalam Tidur, Ritme dalam tidur kita ini dinamakan ULTRADIAN SLEEP CYCLE.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Penjelasan sikat tentang ULTRADIAN SLEEP CYCLE adalah gelombang otak yang meneliti selama kita tidur kita dapat melihat pola, dalam ritme yang berulang dalam gelombang di otak kita saat kita tidur ritme ini di sebut ULTRADIAN SLEEP CYCLE, dalam tahap ritme tersebut terdapat tahapan atau jenjang dalam tidur tersebut yang terjadi dalam tahap 1,2,3,dan REM ,arti dalam tahapan tersebut dan berikut cara kerjanya.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Tahap 1 adalah tahap merem melak yang berlanggsung saat kita mau atau saat akan kita biasanya berusaha untuk mencoba memulai tidur yang sering terjadi saat kita di ruang kelas saat tidak ada guru yang datang, didalm tahap ini mata kita bergerak secara perlahan dan aktifitas otot kitamulai melambat.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Kemudia pada tahap yang ke 2 ini , pergerakan pada mata kita berhenti datak jantung kita melambat suhu tubuh menurun dan semakin sulit untuk di bangunkan karna tubuh kita sudah mulai siap untuk masuk ke tahap selanjutnya, yaitu tahap dalam tertidur yang lelap.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Pada tahap 3, kita bisanya sudah tertidur dalam posisi yang terlelap gelombang di dalam otak sudah menjadi sangat lambat, dan tubuh sudah ada dalam keadaan yang lebih rileks.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dalam tahap REM (&amp;nbsp;rapid eye movement ) ,dalam tahap ini mata menjadi bergerak cepat , nafas menjadi lebih pendek , dantekanan darah meningkat dalam tahap ini gelobang otak kita menjadi sama seperti dalam gelombang otak kita saat sedang bangun ( tersadar ) , dalam tahap inilah biasanya kita dalam posisi sedang bermimpi .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dari tahap 1,2,3,sampai denga REM dijalanjak dalam 90 menit dalam tiap siklusnya , namun itu akan menjadi panjang tergantung selama kita tidur , Kembali ke pertanyaan kenapa masi merasakan cape maski sudah tidur dalam keadaan yang kucup.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Penybabnya adalah waktu saat kita bangun itu adalh kuncinya , bila kita tidur dan bangun di tengah tengah ritme &amp;nbsp;( Ritme 2 ) maka itulah yang akan menghasilkan kita akan tetap dalam keadaan yang capek , itulah sebabnya saat kita tidur siang dan bangun dalam keadaan yang sangat seger , tapi kemudian kita tidur 8 jam lebih pada malam hari dan paginya di bangunkan dengan alarm dan pada saat bangun kita tidak merasakan puas dalam tidur tersebut , Karna faktanya waktu saat kita bangun dalam tidur itu sangat penting bukan cuma oleh jam tidur , jadi berapa banyak waktu yang di perlukan untuk tidur dalam seharinya banyak faktor yang bisa menentukan itu , seperti usia , tempat gaya hidup, diet, penyakit yang diderita ,hingga genetik.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Tipi jika di jawab dengan jujur kenapa kita tudur hal itu masi dalam misteri dalam ilmu Sains tapi yang pastinya kita tertidur dikarenakan ngantuk kita kita rasakan dan kemudian di respon oleh otak kita .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/3225899022210113955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/01/kenapa-tatp-merasakan-cape-walupun.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3225899022210113955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3225899022210113955'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/01/kenapa-tatp-merasakan-cape-walupun.html' title='Kenapa tetap merasakan Capek walupun sudah tidur yang cukup'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglTS728mgSqYwqA_WmQLWMfGu4XdVGcCh6XI4Yhn7J2rd7EzytTxPDlB74BOx7HAd0TEeoHDIaKI7sLK2MykUoRc6kow0akrtpPNanV3CZu6nw9NQdMZn6Bisbhyphenhyphen-ZvOfbcVimi-A6mt17/s72-c/slepp_base_by_girl_bat-d7mr92l.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-1217962706692895098</id><published>2016-01-02T04:45:00.002-08:00</published><updated>2016-04-23T02:23:56.326-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Informasi"/><title type='text'>Kenapa air laut asin</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Bumi planet yang kita tempati saat ini , 70%nya terdiri dari air tepatnya 97,5% air di bumi merupakan air asin dan hanya 2,5 air tawarnya yang dapat di konsumsi oleh manusia tapi jumlah air tawar di bumi ini masi banyak yang berbentuk lapisan lapisan es di kutub, yang pastinya masi susah untuk di minum, dan pertanyaannya adalah kenapa air laut asin ??.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglfauYJh_sBp_e_HIcRNQFu0LoJbUr3J4kE0EoMLC3Bb4qI-skA9V98gwuvGVKt08GrjQjMyhh9-a_0ran2h2EdgDu9uStN6FDjF4Q1AeSz-6h6mBng7VB1QOcQozNqaS8iA2RCp4sLrOZ/s1600/Beach_and_Sea_of_Hawaii_JY160_350A.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglfauYJh_sBp_e_HIcRNQFu0LoJbUr3J4kE0EoMLC3Bb4qI-skA9V98gwuvGVKt08GrjQjMyhh9-a_0ran2h2EdgDu9uStN6FDjF4Q1AeSz-6h6mBng7VB1QOcQozNqaS8iA2RCp4sLrOZ/s640/Beach_and_Sea_of_Hawaii_JY160_350A.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Awal mulanya datanya air asin di bumi ini berasal dari hujan singkatnya, air hujan yang jatuh ke bumi menghantam banyak bebatuan di bumi ini, air hujan tersebutpun memecahkan bebatuan di daratan dan membawa garam, dan mineral lainnya di dalam batuan tersebut bersamanya air hujan itu kemudia pergi mengalir ke sungai membawa garam dan mineral lainnya tersebut.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Air tersebut kemudian berkelana jauh garam dan mineral tersebut sampailah ke tempat tujuan akhirnya yaitu Laut, karna tidak ada tempat untuk pergi lagi selai laut garam dan mineral lainnya tersebut berkumpul semua di lautan.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ketika Air Laut mengun untuk membentuk Awan, Garam yang ada di laut tetap berada di dalam laut sedangkan awan tersebut kemudia menjadi hujan dan akan mengikis bebatuan yang kemudian mengulang proses tersebut selama jutaan tahun lamanya yang masi berlangsung hingga saat ini, Tapi kenapa kita gak nyaring Air laut untuk kita minum ? , kendalanya pada pengolahan air laut yang masih tergolong mahal dan membutuhkan lebih banyak energi daripada mengolah air tawar yang sudah ada di pegunungan, seperti yang ada pada kata kata &#39;Khalil gibran, for life and death are one even as the river and the sea are one&#39; &amp;nbsp;yang ternyata pada alam ini segalanya saling berhubungan satu sama lain.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/1217962706692895098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/01/kenapa-air-laut-asin.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1217962706692895098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1217962706692895098'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/01/kenapa-air-laut-asin.html' title='Kenapa air laut asin'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglfauYJh_sBp_e_HIcRNQFu0LoJbUr3J4kE0EoMLC3Bb4qI-skA9V98gwuvGVKt08GrjQjMyhh9-a_0ran2h2EdgDu9uStN6FDjF4Q1AeSz-6h6mBng7VB1QOcQozNqaS8iA2RCp4sLrOZ/s72-c/Beach_and_Sea_of_Hawaii_JY160_350A.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-5123176931226881565</id><published>2016-01-02T04:17:00.005-08:00</published><updated>2016-04-23T02:24:15.168-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Kesehatan"/><title type='text'>Merasa seakan terjatu saat tidur </title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Pernah merasakan terjatu saat tidur ?&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Tapi tenang dulu Fenomena ini bukanlah sebuah penyakit melainkan fenomena ini sangat wajar terjadi dan biasa di sebut sebagai&lt;b&gt; HYPNIC JERK&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfEjDmCpmMRPeNvEvjdZw3ENzOrR5TkOQ3qzeygn6zniciUZF_YtLAsX1a_h-9d_4Pw_Vf6A8np2LhKiOWRtKl9UNHajSPDyziPMU8DXIevApzk8kb2dHSgw1-UdOJRZhfA2Y3ZdmOblgn/s1600/falling_w1.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfEjDmCpmMRPeNvEvjdZw3ENzOrR5TkOQ3qzeygn6zniciUZF_YtLAsX1a_h-9d_4Pw_Vf6A8np2LhKiOWRtKl9UNHajSPDyziPMU8DXIevApzk8kb2dHSgw1-UdOJRZhfA2Y3ZdmOblgn/s640/falling_w1.jpeg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ada sebuat teori yang mengatakan &lt;b&gt;HYPNIC JERK&lt;/b&gt; terjadi karna otak kita sedang di perebutkan dengan dua sistem saraf faktanya rasa bangun kita ini di kontrol oleh satu sistem saraf saja , bisa di ibaratkan dengan saklar lampu di rumah kita , lebih jelasnya di dalam otak kita terdapat saraf&amp;nbsp;&lt;b&gt;ventrolateral protectic nucleus &lt;/b&gt;yang bertugas mangatur rasa ngantuk kita, dan ada saraf&amp;nbsp;&lt;b&gt;reticular activating system &lt;/b&gt;yang biasa mengatur rasa bangun kita keduanya sistem saraf ini bisanya saling tarik menarik, untuk mengatur rasa ngantuk dan bangun kita, kemudia saat saraf&amp;nbsp;&lt;b&gt;ventrolateral protectic nucleus &lt;/b&gt;berusaha menidurkan kita kadang kala saat saraf&amp;nbsp;&lt;b&gt;reticular activating system &lt;/b&gt;belum sepenuhnya ternonaktifkan, kadang kala aktif kembali sehingga menyebabkan kita seperti terbangun dan mau jatuh.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dan terjadilah fenomena &lt;b&gt;HYPNIC JERK&lt;/b&gt; yang kadang kadang bisa membuat jantungan , sedangkan ada sebuah teori lain yang mengatakan &amp;nbsp;&lt;b&gt;HYPNIC JERK&lt;/b&gt; terjadi karna reflek masa lalu kita sebagai manusia purba hahaha.. menurut teori ini manusia purba kita terbiasa tidur di atas pohon dan harus menjaga diri agar tidak terjatuh, di saat posisi tidur kita yang kurang terpat dan mau terjatu otak kita saat itu langsung reflek menimbulkan rasa jatuh sehingga membuat kita terbangun reflek seakan terjatuh ini terus di wariskan kepada kita hingga saat ini.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/5123176931226881565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2016/01/merasa-seakan-terjatu-saat-tidur.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/5123176931226881565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/5123176931226881565'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2016/01/merasa-seakan-terjatu-saat-tidur.html' title='Merasa seakan terjatu saat tidur '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfEjDmCpmMRPeNvEvjdZw3ENzOrR5TkOQ3qzeygn6zniciUZF_YtLAsX1a_h-9d_4Pw_Vf6A8np2LhKiOWRtKl9UNHajSPDyziPMU8DXIevApzk8kb2dHSgw1-UdOJRZhfA2Y3ZdmOblgn/s72-c/falling_w1.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-8851778197325243586</id><published>2015-12-28T06:54:00.004-08:00</published><updated>2016-04-23T02:24:28.949-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Pendidikan"/><title type='text'>Apa itu Black hole</title><content type='html'>Setiap harinya kita melihat langit yang penuh dengan bintang tapi tahukah anda ada objek misterius di langit yang sering kita pandangi setiap harinya, perkenalkan objek itu adalah Black hole.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://jila.colorado.edu/~ajsh/insidebh/rnplain_596.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://jila.colorado.edu/~ajsh/insidebh/rnplain_596.jpg&quot; height=&quot;480&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Objek yang berada di seluruh alam semesta tapi masi misterius sampai sekarang kenapa bisa misterius karna masi banyak yang belum tau dan bertanya tanya apa itu Black hole yang sebenarnya berikut ini saya akan menjelaskannya .&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Black hole&lt;/b&gt; secara teknis adalah sebuah Ruang di angkasa yang memiliki Grafitasi yang sangat sangaaaattt kuat Black hole terdiri atas bagian yang di sebuut SINGULARITY dan bagian lainnya di sebuat sebagai EVENT HORIZON , Pada bagian SINGULARITY itu masi misterius dan tidak di ketahui apa isinya , sedangkan EVENT HOROZ adalah wilayah yang memiliki grafitasi yang sangat kuat hingga semua objek di alam semesta ini tak ada yang bisa kabur dari sapaannya termaksuda Cahaya objek paling tercepat di alam semesta kita , karna tidak ada cahaya di sekitarnya akibatnya Black hole tidak dapat terlihat .&lt;br /&gt;
&lt;br /&gt;
Lalu jika Black hole tidak dapat terlihat bagaimana mungkin kita bisa tahu Black hole itu ada , kita bisa mengetahuinya dengan efek Grafitasi dari Black hole terhadap objek di sekitarnya .&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Lalu apa yang terjadi jika kita masuk ke dalam Black hole&lt;/b&gt; , pendeknya kita (BUMI) akan mengalami sebuah fenomena yang biasa di sebut sebagai SPAGHETTIFICATION , yang di mana molekul di tubuh kita akan hancur lebur dan bersatu dengan SINGULARITY .&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Black hole &lt;/b&gt;terbentuk dari bintang berukuran besar yang telah kehabisan &#39; Bahan bakarnya&#39; Coba kita bayangkan ada sebuah bintang yang sangat sangaaaat besar yang besarnya 20 kali dari Matahari kita atu lebih kehabisan bahan bakarnya lama kelamaan bintang mati itu akan runtuh pada gravitasinya sendiri, jadi satu titik yang di namakan SINGULARITY dan kemudian terbentuklah &#39; Black hole &#39;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Fakta unik Black hole&lt;/b&gt; secara matematis adalah segala hal di dunia ini dapat menjadi Black hole Termasuk kita ( Bumi ) yang kita padatkan hingga sebesar kacang maka bumi kita tersebut akan menjadi Black hole , Tapi secara alami kita tidak akan bisa menjadi Black hole karna masa kita yang terlalu kecil , Bahkan fakta uniknya lagi Matahari kita sendiri Tidak mempunyai masa untuk menjadi Black hole .</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/8851778197325243586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/apa-itu-black-hole.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/8851778197325243586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/8851778197325243586'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/apa-itu-black-hole.html' title='Apa itu Black hole'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-3992577825588550183</id><published>2015-12-28T05:41:00.004-08:00</published><updated>2016-04-23T02:24:45.059-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Informasi"/><title type='text'>Kenapa Keyboard kita QWERTY bukan ABCD</title><content type='html'>&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Apakah anda
pernah berpikir kenapa urutan huruf di keyboard yang kita gunakan QWERTY bukan
ABCD tak hanya di komputer kita saja tetapi di hanphone kita di mesin ketik
kita semuanya menggunakan susunan yang acak susunan huruf ini biasa di sebut
dengan QWERTY yang di ambil dari enam susunan huruf di paling awal di sinilah
permasalahannya kenapa keyboard kita qwerty tidak menggunakan susunan huruf
abcd atau yang lain ?&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://imgs.xkcd.com/blag/qwerty450.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://imgs.xkcd.com/blag/qwerty450.png&quot; height=&quot;135&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Pada jaman dahulu kala susunan keyboard di mesin ketik
menggunakan urutan huruf ABCD tetapi suatu permasalah terjadi banyak dari kata
kata bahasa inggris menggunak huruf yang berdekatan jadi tuas pada mesin tik
tersebut seringkali menyangkut , oleh karena itu pada tahun 1874 kristoper
should memecahkan permasalah tersebut dengan membuat mesin tik model huruf
qwerty dia mendesain keyboar huruf qwerty untuk menjuhkan huruf yang sering di
gunakan agar menjadi berjauhan sehingga mesin tik akhirnya menjadi lebih
efisien ketika digunakan.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.partycentral.ca/dvorak/ABCD.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.partycentral.ca/dvorak/ABCD.gif&quot; height=&quot;157&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Meskipun begitu ada sebuah temuan lain yang
menjelaskan bahwa susunan keyboard qwerty ternyata di buat untuk memudahkan
komunikasi dari telegram yang berbentuk kode morse susunan alfabet biasa di
anggap sulit untuk menerjemahkan kode morse sehingga kemudia akhirnya di
kembangkanlah susunan keyboard qwerty yang terus di gunakan hingga saat ini .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/3992577825588550183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/kenapa-keyboard-kita-qwerty-bukan-abcd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3992577825588550183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3992577825588550183'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/kenapa-keyboard-kita-qwerty-bukan-abcd.html' title='Kenapa Keyboard kita QWERTY bukan ABCD'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-1788461896564674100</id><published>2015-12-28T04:27:00.001-08:00</published><updated>2016-04-23T02:26:40.282-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Berita"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi"/><title type='text'>Kenapa Jakarta Banjir</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Banjir&lt;/b&gt; ya banjir Bencana yang 5 tahun sekali ini menghantui para penduduk Jakarta Tapi sekarang malah banjir datang tiap tahun dan membuat para penduduk jakarta makin stress.. Tidak hanya membuat jalanan macet tetapi banjir juga menimbulkan banyak sekali Penyakit,Sampah hingga barang kita hanyut, Pertanyaannya adalah mengapa banjir di Jakarta terus terjadi ? , Apakah ini salah pemerintah atau salah masyarakatnya yang selalu membuang sampah sembarangan.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Intinya sampai saat ini banjir di Jakarta saat ini adalah masalh MULTIDIMENSIONAL Mulai dari daratan jakarta sendiri yang sudah tidak sanggup menirapa volume air yang besar, pemerintah yang kurang siap, penduduknya sendiri yang sulit di atur.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilbpNVOWtSpEh3qaT-fDxG_UJeF3FpkaKRpujUu0Xv4h-8NYaId3i_fXElraL9PVIP0frcyvLD0wQ2lTbNXd1P3B8NPhXwuOOluCm1CoUTQCNvjDq_oDCtaqb96WG_lC1jrtK8KxmSLOyg/s1600/banji.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilbpNVOWtSpEh3qaT-fDxG_UJeF3FpkaKRpujUu0Xv4h-8NYaId3i_fXElraL9PVIP0frcyvLD0wQ2lTbNXd1P3B8NPhXwuOOluCm1CoUTQCNvjDq_oDCtaqb96WG_lC1jrtK8KxmSLOyg/s640/banji.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Sedikit sejarah Melihat dari segi Geografisnya Jakarta di bentuk oleh sungai sungai yang mengalir dari daerah Bogor dan sekitarnya, sungai sungai besar yang mengalir ke jakarta seperti sungai Ciliwung, yang pada jaman dulu membawa material letusan dari Gunung Salak Gunung Pangrango, Gunung Gede Besamanya yang kemudian terendapkan dan terus menumpuk dan muncullah daratan yang kita kenal saat ini adalah Jakarta Fakta uniknya adalah sungai sungai tersebut terus menerobos daratannya sehingga jakarta daratannya hingga kini dialiri oleh banyak Sungai.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Kemudian pada saat musim Kemarau di Jakarta ini sangat Bau &amp;amp; Kering , Tapi pada musim hujan Sungai sungai ini membawa volume air yang sangat sangattt besar dan akhirnya membuat daerah tepian sungai jadi banjir , Pada saat urbanisasi terjadi di mana Jakarta dan akhirnya menjadi JAKARTA &#39; Banyak orang yang tinggal di pinggiran sungai&#39; Sehingga membuat daerah resapan Banjir menjadi hilang dan akibatnya banjir tidak mampu di serap oleh daerah itu lagi dan akhirnya meluap kemana mana dan terjadilah Banjir, belum lagi para penduduk Jakarta yang membuang sampah sembarangan seperti sudah menjadi kebiasaan turun temurun yang wajib di lestarikan itu harusnya di hapuskan , dan pada akhirnya membuat aliran sungai menjadi tidak lancar dan jadilah banijir Jakarta.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Urbanisasi penduduk pada jakarta membuat Jakarta semakin padat , banyak orang yang kemudia membangun rumah di kota Bogor dan Puncang yang daerah tersebut akhirnya di gundulkan &amp;amp; menjadi pemukiman , akibatnya air hujan di wilayah Bogor &amp;amp; Puncak yang seharusnya bisa di serap oleh hutan malah langsung mengalir menuju Jakarta bagaikan Air yang tumpah dari tower , Volume air yang besar tersebut tidak dapat di tampung oleh sungai sungai jakarta dan jadilah Banjir di jakarta , Di perkirakan pada tahun 2015 ini Banijr di Jakarta sudah merukikan hingga 3 Triliun Rupiah hanya gara gara banjir , seharusnya pemprov di daerah Jakarta bisa lebih baik dalam menanggulangi masalah ini seperti misalnya memberikan prediksi bencana Banjir, melakukan kerjasama dengan para lembaga Internasional, dan menerapkan peraturan yang tegas bagi para pembuang sampah sembarangan, tetapi tidak hanya pemprov itu sendiri yang harus aktiv dalam hal itu masyarat Jakarta pun harusnya dapat terus aktiv melaporkan bila ada gangguan gangguan seperti melaporkan para pembangun liar di tepian sungai, dan melaporkan orang orang yang membuang sampah sembarangan lewat berbagai macam media yang sudah ada di jaman sekarang seperti melalui aplikasi Lapor , Qlur dan sms gubernur yang bisa di sambungkan langsung ke ahok hingga jakarta menjadi kota Smartcity, dan warga jakartanya dapat mengawasi masalh pemeritanya sendiri .&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ya masalah banjir Jakarta memang SANGAT sulit dibenahi tidak hanya membutuhkan uang tapi juga membutuhkan kesabaran hati untuk menanggulanginya, terimakasi dan jangan lupa share.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/1788461896564674100/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/kenapa-jakarta-banjir.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1788461896564674100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1788461896564674100'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/kenapa-jakarta-banjir.html' title='Kenapa Jakarta Banjir'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilbpNVOWtSpEh3qaT-fDxG_UJeF3FpkaKRpujUu0Xv4h-8NYaId3i_fXElraL9PVIP0frcyvLD0wQ2lTbNXd1P3B8NPhXwuOOluCm1CoUTQCNvjDq_oDCtaqb96WG_lC1jrtK8KxmSLOyg/s72-c/banji.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-3354528994918416350</id><published>2015-12-28T03:15:00.000-08:00</published><updated>2015-12-28T03:15:06.530-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Berita"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi Teknologi"/><title type='text'>Smartwatch terbaik 2016</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Memasuki era di mana sudah banyaknya Raksasa Teknologi Berinovasi dengan jam tangan pintar banyak sekali Produsen-produsen memperkenalkan Jam tangan pintar terbarunya berikut ini jam tangan pintar terbaik untuk tahun ini.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Montblanc Timewalker Urban Speed e-strap&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBKvcUq2StpJRbijYtWgNVSObgQPzsm70UJiglw6EEPsRKo-DxcL9bHD-qgekyLYYJ_uIBbcrPI7xbJ4GBqAWZesejsI9RYACWCeheqzAbn-_aSFEVbtCxlSDdKROcg5i82dK18Cp3zO9D/s1600/mont.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;408&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBKvcUq2StpJRbijYtWgNVSObgQPzsm70UJiglw6EEPsRKo-DxcL9bHD-qgekyLYYJ_uIBbcrPI7xbJ4GBqAWZesejsI9RYACWCeheqzAbn-_aSFEVbtCxlSDdKROcg5i82dK18Cp3zO9D/s640/mont.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jam tangan pintar yang satu ini mungkin memang sedikit berbeda dari para rival rivalnya di jam tangan yang satu ini masi memberikan kesan elegant dan mewah di bagian depannya yang masih menggunakan sistem analog tidak seperti yang lainnya yang sudah memberikan layar sepenuhnya di sinilah&amp;nbsp;&lt;span style=&quot;background-color: white; font-family: &#39;MontblancType Medium&#39;, Arial; font-size: 16px; font-style: inherit; font-variant: inherit; font-weight: inherit; letter-spacing: 0.24px; line-height: inherit;&quot;&gt;The Montblanc TimeWalker Urban Speed e-Strap memberikan suatu kesan yang lebih dengan memberika layar di bagian tali belakang yang bisa terhubung dengan smartphone anda yang akan menampilkan notifikasi dari hanphone anda.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; font-family: &#39;MontblancType Medium&#39;, Arial; font-size: 16px; font-style: inherit; font-variant: inherit; font-weight: inherit; letter-spacing: 0.24px; line-height: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Martian Notifier&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCnNp6hAqFJbgK_TUFPsGD4f6I9rY_xecOgjQu2gJCqaA9Vpen58FF53VMLDZh8-OXp7jmNw-scz9R1zi4qMZmxbXydYWgSc0FX_q2yh8AbMmYwgxyWKid3l5vwPBQhBj8Iw4UMsfqQC3o/s1600/mati.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;358&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCnNp6hAqFJbgK_TUFPsGD4f6I9rY_xecOgjQu2gJCqaA9Vpen58FF53VMLDZh8-OXp7jmNw-scz9R1zi4qMZmxbXydYWgSc0FX_q2yh8AbMmYwgxyWKid3l5vwPBQhBj8Iw4UMsfqQC3o/s640/mati.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Martian Notifier yang yang sutu ini mungkin memang tidak terlihat mencolok seperti jam tangan pintar lainnya tetapi lengan model yang simple dan lcukup unik jam ini mempunya berbagai fitu yang menarik ,Dia masi menggunakan analog untuk di bagian jamnya di bawahnya terdapat layar yang dapat menampilkan berbagian informasi dari hanphone anda.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Pebble steel&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbS8gQ1B-yNz9pCVy8vvfH09fYRNCuoDH0I1qTcemDJIbGxkNJx-lWgXriSQENGl2TscM07Z8Pa4lDZgrvbIX1prv9R63MVIj2XqksuqNy1PocYf2x99afyY6XY_4uz0EJavMQIdtKeOPG/s1600/pebb.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbS8gQ1B-yNz9pCVy8vvfH09fYRNCuoDH0I1qTcemDJIbGxkNJx-lWgXriSQENGl2TscM07Z8Pa4lDZgrvbIX1prv9R63MVIj2XqksuqNy1PocYf2x99afyY6XY_4uz0EJavMQIdtKeOPG/s640/pebb.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jam tangan pintar yang di tawarkan Pebble steel ini nampak elegant dan cukup keren bilah di pandang dengan layar yang lumayan besar mempermudah dalam pemakainnya.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Lg G Watch R&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbuZkLr6ZibTRer0fy6ZjwCBmZW59DMbpz2b67_sARNAnTsZUREpG0i1jnrzmaTxRoeuRxawNbv7icU1hsJgNe9nakyb7ECqS7aosH6qBeXCZFYH3CyMkOhpXsfCir8gd7bmSZrBpk7BBR/s1600/lg.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;526&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbuZkLr6ZibTRer0fy6ZjwCBmZW59DMbpz2b67_sARNAnTsZUREpG0i1jnrzmaTxRoeuRxawNbv7icU1hsJgNe9nakyb7ECqS7aosH6qBeXCZFYH3CyMkOhpXsfCir8gd7bmSZrBpk7BBR/s640/lg.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Lg G Watch R , mungkin mempunyai model yang hampir menyaimai dengan moto 360 tetapi di sini Lg membuat suatu perbedaan dari bentuk Bulat yang lebih kaku sehingga memberikan kesan Elegant dan Sporty menjadi terlihat di jam ini.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Samsung Gear 2&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZsb_nqvJjGT2BQzxebSrOVdwJta-KQ_X9xxQ_3k4qMg3A0cnEde6C2yfGqxIvfWiJKY0YC7EgkuFu8ZLgJEn9YUnIQ2WOVVqGEd1NHLzhYkI-tytdP69wwutI2tFaO2KM-Tqkge571VMK/s1600/samsung.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;580&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZsb_nqvJjGT2BQzxebSrOVdwJta-KQ_X9xxQ_3k4qMg3A0cnEde6C2yfGqxIvfWiJKY0YC7EgkuFu8ZLgJEn9YUnIQ2WOVVqGEd1NHLzhYkI-tytdP69wwutI2tFaO2KM-Tqkge571VMK/s640/samsung.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Samsung Gear 2 Memberikan kesan metal pada bagian Casingnya dan dengan segudang fitur yang di punyainya samsung gear 2 ini menjadi sangat inovatif saat di gunakan Samsung Gear 2 ini dapat dijadikan remote di produk samsung anda dan mempunyai fitur untuk mengontrol kesehatan anda denga S Healty.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Motorola Moto 360&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI5qtC6QcTpR8o98Mgzjy6owxBDjkpMwVxUMOC58RKbrhWpqzv0VcbusQieMWPGU9oitYRaFoTcoxpdngrxupwRwgvt8y-nOv2gnYcfGEQgeZyhspU1eKodQFbKNsiXK7ATXsctm_MTTgJ/s1600/moto.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI5qtC6QcTpR8o98Mgzjy6owxBDjkpMwVxUMOC58RKbrhWpqzv0VcbusQieMWPGU9oitYRaFoTcoxpdngrxupwRwgvt8y-nOv2gnYcfGEQgeZyhspU1eKodQFbKNsiXK7ATXsctm_MTTgJ/s640/moto.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jam tangan pintar yang satu ini terlihat unik dan menawan dengan model bulatnya membuat jam tangan ini terlihat berbeda dari para rivalnya&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Apple WAtch&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghR8Jm3dScKNfRPEudTw-BKks9m_tR9D9PC6rJJl48hNt69RWq0kjGbxXRl55-6t6e-BEO8wDkXtPKfi_d4won4K2nwIVYiTGZ-61wAhYrnw55uJyHkAEm1mKUFd9KA6R2oqSg9MyvjNxz/s1600/app.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;336&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghR8Jm3dScKNfRPEudTw-BKks9m_tR9D9PC6rJJl48hNt69RWq0kjGbxXRl55-6t6e-BEO8wDkXtPKfi_d4won4K2nwIVYiTGZ-61wAhYrnw55uJyHkAEm1mKUFd9KA6R2oqSg9MyvjNxz/s640/app.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Produk produk apple memang sangat di tunggu tunggu oleh para penggemarnya apple kini telah meluncur kan jam tangan pintar yang mempunyai banyak fungsi hampir sama dengan para rival rivalnya tetapi sejatinya apple tetap saja menjadi yang nomor 1 di para penggemarnya jam tangan apple saat ini sejak di keluarkannya mempunyai 3 varia sehingga para pembelinyapun dapat membelinya sesuai keinginannya sendiri.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/3354528994918416350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/smartwatch-terbaik-2016.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3354528994918416350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/3354528994918416350'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/smartwatch-terbaik-2016.html' title='Smartwatch terbaik 2016'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBKvcUq2StpJRbijYtWgNVSObgQPzsm70UJiglw6EEPsRKo-DxcL9bHD-qgekyLYYJ_uIBbcrPI7xbJ4GBqAWZesejsI9RYACWCeheqzAbn-_aSFEVbtCxlSDdKROcg5i82dK18Cp3zO9D/s72-c/mont.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-8538762098264949590</id><published>2015-12-27T06:08:00.003-08:00</published><updated>2015-12-27T06:09:10.550-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Informasi Teknologi"/><title type='text'>Teknologi terbaru dan penemuan yang terkeren </title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Berikut&amp;nbsp;ini&amp;nbsp;inovasi&amp;nbsp;inovasi&amp;nbsp;dan&amp;nbsp;penemuan&amp;nbsp;penemuan&amp;nbsp;terkeren&amp;nbsp;yang&amp;nbsp;ada&amp;nbsp;saat&amp;nbsp;ini&amp;nbsp;dengan&amp;nbsp;adanya&amp;nbsp;alat&amp;nbsp;inidapat&amp;nbsp;memberikan&amp;nbsp;keperaktisan&amp;nbsp;serta&amp;nbsp;kenyamanan&amp;nbsp;dalam&amp;nbsp;menggunakannya.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Petbot&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTzz15YBWJ9RgkHd9G2DI1V8dIxdr1fDvGkTiZbKHokD0MxKmhO_uEyBcIrUBZyM3_pWrswqBc2v5ll9ZnEXNjFcO29SxHrbdZgxJmhoqGZcQX18qJsG2znMr7UW9qY5CrokLn-CM9flPz/s1600/images%252810%2529.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;188&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTzz15YBWJ9RgkHd9G2DI1V8dIxdr1fDvGkTiZbKHokD0MxKmhO_uEyBcIrUBZyM3_pWrswqBc2v5ll9ZnEXNjFcO29SxHrbdZgxJmhoqGZcQX18qJsG2znMr7UW9qY5CrokLn-CM9flPz/s320/images%252810%2529.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Alat ini sangat inovatif sekali buat anda yang sayang dengan pliharaan anda, tetapi bila anda sedang sibuk terkadang anda merasa kangen dengan piaraan anda dengan alat ini anda dapat memeriksa peliharaan anda dengan samgat mudah melalu smartphone anda &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Berikut fitur fitur yang petbot tawarkan :&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dapat memanggil peliharaan anda &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dapat melihat peliharaan anda dari jauh &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dapat memberikan peliharaan anda dari jauh seperti memberikannya&amp;nbsp;hadiah&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Trankline&amp;nbsp;belts&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggdyAou4GNcnO9gzzIrrilI_5jhFOkcItlhSCyBLQKA-7HjBlLRMgdEnqW5ccqvJi-xi68cqWNCB-faQH2cIODpDQQNISrqEC3cLIBALZVQ5fsGtt4rMC_DZQWf_lgmM03XIx51NE0RSuL/s1600/images%252811%2529.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggdyAou4GNcnO9gzzIrrilI_5jhFOkcItlhSCyBLQKA-7HjBlLRMgdEnqW5ccqvJi-xi68cqWNCB-faQH2cIODpDQQNISrqEC3cLIBALZVQ5fsGtt4rMC_DZQWf_lgmM03XIx51NE0RSuL/s320/images%252811%2529.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Mungkin bagi anda yang punya masalah dengan ikat pinggang anda talipinggang yang satu ini bisa menjadi pilihan anda dikarenakan keperaktisannya &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Tali pinggang ini tidak membutuhkan lubang dikarenak di belakang tali pinggang ini sudah mempunyai kunci tersendiri yang membat tali pinggang ini lebih rapi dari pada tali pinggang lainnya dan dapat di atur dengan sesuka hati mau mengencangkannya ataupun mengendorkannya semua dapat di lakukan tanpa harus melobanginya terlebih dahulu.&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Zboard 2&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkkBZFJlopBBPKhNx4D56xfG9fc98y4Oz60uLtdQxvQiTiDrw-2FUie1lDC7Q958jb4CVf-7g84fPMdz_KU9UpClu1nS6TsD8vqSLrH_h6H01tuNPA7Qo7__ILNkjUyG0yIpOlt07ixRvP/s1600/images%252812%2529.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;193&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkkBZFJlopBBPKhNx4D56xfG9fc98y4Oz60uLtdQxvQiTiDrw-2FUie1lDC7Q958jb4CVf-7g84fPMdz_KU9UpClu1nS6TsD8vqSLrH_h6H01tuNPA7Qo7__ILNkjUyG0yIpOlt07ixRvP/s320/images%252812%2529.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Papan skateboard yang satu ini berbeda dengan papan skeatboard lainnya papan skeatboard ini leboh keren dam lebih inovatif dalam penggunaannya dan keperaktisannya bagi anda yang pecinta skateboard papan skateboard ini wajib anda miliki.&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Dot world smallest Bluetooth&amp;nbsp;headset&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFGeT-2foKm6mtp9vsuWvnmDXR_fPDE223aFyXUwKbHxd9Oc55eHdU1n5kRxHVS8csOokf9cZHfzOEuF9rzIKIC-aPpC-6h1b_spkIi_xg36T6aLwtHJGtPI-RicBW9xtSZBi7nsjSh9qd/s1600/images%252813%2529.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFGeT-2foKm6mtp9vsuWvnmDXR_fPDE223aFyXUwKbHxd9Oc55eHdU1n5kRxHVS8csOokf9cZHfzOEuF9rzIKIC-aPpC-6h1b_spkIi_xg36T6aLwtHJGtPI-RicBW9xtSZBi7nsjSh9qd/s320/images%252813%2529.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Heatset yang satu ini wajib anda miliki perlu di ingatkan bahwa headset ini adalah headset terkecil di dunia dengan konesi Bluetooth dengan keperaktisannya itu headset ini menjadi sangat unik dan sangat futuristik.&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;The Westinghouse nicli smart&amp;nbsp;look&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuMmhkxuj1Q0dHn0Mpzt65Ax2k3crZwrccusk7HV5STUt_mX-iBco0WewX4bq-_PZNygBsPorlgcA6iZVjtf1UAg8x5-3AaHHqVqXMtQQvjqW1RmhpadJ53SaWHHBfNFbJJvI_ZRgzN3JD/s1600/IOvJhWBUJSwfPYLdCayL_2-QEeDMzTy8wiPPpdJFLse1BJi5YQS0yzzO6ecqLxetrefeK1wdvGoQN_CbhldS%253Dw443-h332-nc.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuMmhkxuj1Q0dHn0Mpzt65Ax2k3crZwrccusk7HV5STUt_mX-iBco0WewX4bq-_PZNygBsPorlgcA6iZVjtf1UAg8x5-3AaHHqVqXMtQQvjqW1RmhpadJ53SaWHHBfNFbJJvI_ZRgzN3JD/s320/IOvJhWBUJSwfPYLdCayL_2-QEeDMzTy8wiPPpdJFLse1BJi5YQS0yzzO6ecqLxetrefeK1wdvGoQN_CbhldS%253Dw443-h332-nc.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Alat yang satu ini cukup unik dan sangat menjadi penting untuk anda yang menginginkan sebuat kenyamanan dalam kunci, dengan design yang modern dan futuristic alat ini menjadi sangat keren jika di padukan di pintu depan rumah anda anda dapat mudah membukanya hanya dengan sentuhan jari anda tanpa perlu lagi memakai konci yang membuat hidup anda ribet.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/8538762098264949590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/teknologi-terbaru-dan-penemuan-yang.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/8538762098264949590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/8538762098264949590'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/teknologi-terbaru-dan-penemuan-yang.html' title='Teknologi terbaru dan penemuan yang terkeren '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTzz15YBWJ9RgkHd9G2DI1V8dIxdr1fDvGkTiZbKHokD0MxKmhO_uEyBcIrUBZyM3_pWrswqBc2v5ll9ZnEXNjFcO29SxHrbdZgxJmhoqGZcQX18qJsG2znMr7UW9qY5CrokLn-CM9flPz/s72-c/images%252810%2529.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-5001310532333052</id><published>2015-12-27T02:49:00.002-08:00</published><updated>2015-12-27T06:35:43.937-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi Teknologi"/><title type='text'>Aplikasi terbaik yang wajib ada Di Windows 10</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Mempunyai sebuah sistem operasi baru yaitu windows 10 belum lengkangkap tanpa adanya aplikasi pendukung buat anda untuk mempermudah dalam pekerjaan anda sehari hari berikut ini saya angan memberikan informasi aplikaso yang membuat komputer anda lebih mudah dan menjadi menyenangkan berikut ini aplikasi yang wajib anda download di windows 10.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;CHROME&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://www.google.com/chrome/assets/common/images/marquee/chrome-new.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;298&quot; src=&quot;https://www.google.com/chrome/assets/common/images/marquee/chrome-new.jpg&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Chrome masih yang terbaik Windows browser berkat banyak ekstensi dan aplikasi. Built-in support Chromecast juga membuat cara terbaik untuk streaming apapun untuk TV Anda, apakah iepisode Game of Thrones misalnya.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://www.google.com/intl/en/chrome/browser/desktop/index.html&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;PIDGIN&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://www.unixmen.com/wp-content/uploads/2014/05/pidgin.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.unixmen.com/wp-content/uploads/2014/05/pidgin.jpg&quot; height=&quot;390&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Aplikasi chatting mungkin semakin pindah ke web dan perangkat mobile, tetapi masih ada kebutuhan untuk aplikasi desktop khusus. Pidgin mengkonsolidasikan Anda Facebook Chat, Google Talk, AIM, dan rekening lainnya menjadi satu aplikasi, menghemat sakit kepala dari semua tab tersebut.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://pidgin.im/&quot; target=&quot;_blank&quot;&gt;&lt;br&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://pidgin.im/&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;TWEETIUM&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://tweetiumapp.com/Images/appLaunch.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://tweetiumapp.com/Images/appLaunch.gif&quot; height=&quot;352&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Twitter mempunyai client sendiri untuk Windows 10 secara perlahan semakin baik, tetapi aplikasi pihak ketiga masih menawarkan pengalaman yang lebih baik. Salah satu yang paling populer adalah Tweetium, berkat update reguler yang diterimanya. Ini tidak gratis, tapi itu layak di beli dengan harga $ 2,99 dollar jika Anda menggunakan Twitter secara teratur.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://tweetiumapp.com/&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;WUNDERLIST&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://images.techtimes.com/data/images/full/146228/wunderlist-for-windows-10.png?w=600&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://images.techtimes.com/data/images/full/146228/wunderlist-for-windows-10.png?w=600&quot; height=&quot;480&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Selama istirahat, mengambil beberapa waktu untuk mendapatkan terorganisir dan siap untuk tahun baru. Sulit untuk pergi salah dengan to-do aplikasi Wunderlist, dan aplikasi dengan fitur lengkap memiliki pengingat, tanggal jatuh tempo, dan mungkin yang paling penting, itu mulus sync di iOS, Android, Mac, dan ketika Anda membutuhkannya, web.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://www.wunderlist.com/&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;SKITCH&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://evernote.com/media/img/products/ill-skitch-v2-2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;381&quot; src=&quot;https://evernote.com/media/img/products/ill-skitch-v2-2.png&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Untuk berkolaborasi di kantor atau merinci bagaimana untuk mendapatkan rumah yang penuh menjerit anak-anak untuk tamasya naik eretan, Skitch menawarkan cara cepat dan tanpa rasa sakit untuk berbagi screenshot dan menjelaskannya dengan teks, gambar, dan panah.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://evernote.com/intl/id/skitch/&quot; target=&quot;_blank&quot;&gt;&lt;br&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://evernote.com/intl/id/skitch/&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;ONENOTE&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://cdn.onenote.net/1665141550_Images/id-ID/multiplatform.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://cdn.onenote.net/1665141550_Images/id-ID/multiplatform.png&quot; height=&quot;290&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Mirip dengan Evernote, OneNote mencatat aplikasi Microsoft dapat hampir apapun yang Anda inginkan. Anda dapat menyimpan teks, gambar, dan link (versi berbayar menambahkan jenis media lainnya) ke perpustakaan Anda, dan itu semua disinkronisasikan ke awan untuk memudahkan pencarian dan berbagi.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://www.onenote.com/?legRedir=true&amp;amp;tduid=(2b1066043fbbc5333c8c8263caffea3a)(256380)(2459594)(TnL5HPStwNw-6khHsNhQdwue06myy2fCjQ)()&amp;amp;CorrelationId=5bf3ed24-3ba3-4afe-8ad8-aa2c3370a34b&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;ADOBE PHOTOSHOP EXPRESS&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://store-images.s-microsoft.com/image/apps.39803.9007199266243449.427758c6-4693-4136-84ab-d23d117f48cb.c2daeee0-efd5-4de7-a7e7-c2d53875e350?w=712&amp;amp;h=400&amp;amp;mode=letterbox&amp;amp;background=black&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;358&quot; src=&quot;https://store-images.s-microsoft.com/image/apps.39803.9007199266243449.427758c6-4693-4136-84ab-d23d117f48cb.c2daeee0-efd5-4de7-a7e7-c2d53875e350?w=712&amp;amp;h=400&amp;amp;mode=letterbox&amp;amp;background=black&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Windows 10 built-in aplikasi Foto sangat bagus untuk pengeditan cepat, tapi Adobe Photoshop Express memiliki lebih banyak fitur. Jika Anda perlu untuk mengurangi kebisingan di foto atau ingin menerapkan filter dan tweak lainnya kemudian men-download Adobe Photoshop Express dari Windows Store.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://www.microsoft.com/en-us/store/apps/adobe-photoshop-express/9wzdncrfj27n?tduid=(2b1066043fbbc5333c8c8263caffea3a)(256380)(2459594)(TnL5HPStwNw-eNE2dmGqDQ1JRunw6DXdZw)()&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;NOTEPAD ++&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://bestwindows10apps.com/wp-content/uploads/2015/02/notepad-.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://bestwindows10apps.com/wp-content/uploads/2015/02/notepad-.gif&quot; height=&quot;484&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jika Anda masih menggunakan standar aplikasi notepad Windows, Anda melakukannya salah. Notepad ++ menambahkan fitur canggih seperti kalimat biasa, tab browsing, dan kemampuan untuk membandingkan dua dokumen berdampingan. Warna-kode sintaks membuatnya sangat berguna jika Anda bekerja dengan kode kode di website.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://notepad-plus-plus.org/features/&quot; target=&quot;_blank&quot;&gt;&lt;br&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://notepad-plus-plus.org/features/&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;FRESH PAINT&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://store-images.microsoft.com/image/apps.24729.9007199266251806.fb95a083-d5cb-49ce-aa07-2d31e8503d85.d97f5d44-4b45-4a2f-bb55-7212fd95fb45?w=712&amp;amp;h=400&amp;amp;mode=letterbox&amp;amp;background=black&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;358&quot; src=&quot;https://store-images.microsoft.com/image/apps.24729.9007199266251806.fb95a083-d5cb-49ce-aa07-2d31e8503d85.d97f5d44-4b45-4a2f-bb55-7212fd95fb45?w=712&amp;amp;h=400&amp;amp;mode=letterbox&amp;amp;background=black&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Jika Anda punya baru Windows 10 PC sebagai hadiah tahun ini maka mungkin memiliki layar sentuh. Jika Anda benar-benar beruntung maka itu juga memiliki stylus, dan Anda dapat menggunakan pena atau jari dengan Fresh paint untuk membuat beberapa menyenangkan sketsa. Ini adalah aplikasi lukisan dirancang dengan baik, dan itu benar-benar mudah digunakan untuk membuat seni asli atau mengubah foto menjadi lukisan.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://www.microsoft.com/en-us/store/apps/fresh-paint/9wzdncrfjb13?tduid=(2b1066043fbbc5333c8c8263caffea3a)(256380)(2459594)(TnL5HPStwNw-HVoB7OZWH.VZTpHOQZu6Jw)()&quot; target=&quot;_blank&quot;&gt;&lt;br&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://www.microsoft.com/en-us/store/apps/fresh-paint/9wzdncrfjb13?tduid=(2b1066043fbbc5333c8c8263caffea3a)(256380)(2459594)(TnL5HPStwNw-HVoB7OZWH.VZTpHOQZu6Jw)()&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;VLC&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://images1.videolan.org/vlc/screenshots/1.0.0/vlc_101_w7_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://images1.videolan.org/vlc/screenshots/1.0.0/vlc_101_w7_1.jpg&quot; height=&quot;400&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
VLC Media Player telah bertahun-tahun, dan itu masih merupakan aplikasi Windows penting. Ini mungkin tidak menjadi yang terbaik-cari media player, tapi memainkan segalanya dengan sempurna dan Anda tidak perlu membayar satu sen.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://www.videolan.org/vlc/index.html&quot; target=&quot;_blank&quot;&gt;&lt;br&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://www.videolan.org/vlc/index.html&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;STEAM&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://store.akamai.steamstatic.com/public/images/about/pc_image.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://store.akamai.steamstatic.com/public/images/about/pc_image.png&quot; height=&quot;468&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Steam Valve download etalase di mana Anda dapat membeli game populer seperti Fallout 4, judul indie seperti FTL, dan segala sesuatu di antaranya. Anda bahkan dapat menghubungkan PC Anda ke TV Anda dan menggunakan Mode Gambar Big untuk mengubah PC Anda menjadi konsol.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://store.steampowered.com/about/&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/5001310532333052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/aplikasi-terbaik-yang-wajib-ada-di.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/5001310532333052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/5001310532333052'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/aplikasi-terbaik-yang-wajib-ada-di.html' title='Aplikasi terbaik yang wajib ada Di Windows 10'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-7744426630431116583</id><published>2015-12-27T02:20:00.000-08:00</published><updated>2016-04-23T02:26:20.364-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi"/><title type='text'>Aplikasi yang wajib ada di Iphone</title><content type='html'>Iphone 6s yang baru keluar di tahun ini mempunyi layar yang cukup besar dan itu membuatnya lebih frienly kepada pemakainya berikut ini saya akan memberikan aplikaso aplikaso yang terpopuler dan terbaik yang wajib ada di Iphone anda.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WORKFLOW&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a5.mzstatic.com/us/r30/Purple3/v4/98/9d/09/989d0954-9e02-cccf-287f-f61b16eb56c2/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a5.mzstatic.com/us/r30/Purple3/v4/98/9d/09/989d0954-9e02-cccf-287f-f61b16eb56c2/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Workflow memungkinkan Anda membuat set shortcut yang melaksanakan berbagai tugas mobile. Hal ini mirip dengan Jika ini Kemudian Itu (IFTTT), tapi Workflow tidak terbatas pada dua langkah tindakan. Anda dapat membuat string tampaknya tak berujung instruksi, dari mendapatkan arah ke warung kopi terdekat untuk mengirim pesan dengan screenshot terakhir yang Anda ambil. Ini adalah kekuatan pengguna mobile fantasi toolset. Tapi bahkan yang paling santai dari pemilik iPhone harus menemukan alur kerja sederhana pra-dibuat set, seperti mendapatkan arah dan menghitung tip, berguna dalam situasi sehari-hari.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/app/workflow-powerful-automation/id915249334&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
OVERCAST&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a3.mzstatic.com/us/r30/Purple7/v4/51/be/a6/51bea653-7632-1e75-7eeb-fce6daf8ed28/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a3.mzstatic.com/us/r30/Purple7/v4/51/be/a6/51bea653-7632-1e75-7eeb-fce6daf8ed28/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Serial ini kembali, dan itu berarti setiap pemilik iPhone membutuhkan aplikasi podcast yang sebenarnya menyenangkan untuk digunakan. OVERCAST, yang pengembang Marco Arment dirubah pada bulan Oktober, adalah paling tampan dan paling kuat app podcast di luar sana. Fitur Smart Kecepatan mendung memotong udara mati dan saat hening di podcast untuk mengurangi waktu bermain keseluruhan. Aplikasi ini juga dapat mempercepat podcast sementara tetap mempertahankan suara alam dan menyeimbangkan volume di podcast dengan nilai-nilai produksi bervariasi. Plus, itu bagus untuk menemukan menunjukkan baru untuk mendengarkan.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/us/app/overcast-podcast-player/id888422857?mt=8&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
DARK SKY&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a3.mzstatic.com/us/r30/Purple1/v4/ad/c4/b7/adc4b73b-46c3-249f-8856-cc9d16685b82/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a3.mzstatic.com/us/r30/Purple1/v4/ad/c4/b7/adc4b73b-46c3-249f-8856-cc9d16685b82/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
DARK SKY adalah aplikasi cuaca yang tidak hanya meramalkan minggu mendatang atau sehari - ia pergi menit demi menit. Perangkat lunak ini menggunakan sistem peramalan eksklusif untuk melakukan prediksi yang sangat tepat, dan aplikasi akan ping Anda dengan pemberitahuan seperti &quot;berat hujan awal dalam 10 menit&quot; untuk membantu Anda tetap kering. Ini juga memiliki peta cuaca yang indah antarmuka dan layar penuh.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/us/app/dark-sky-hyperlocal-weather/id517329357?mt=8&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;ENLIGHT&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a1.mzstatic.com/us/r30/Purple69/v4/71/6a/79/716a791b-5654-a85f-e87e-b93b8b2c6b95/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a1.mzstatic.com/us/r30/Purple69/v4/71/6a/79/716a791b-5654-a85f-e87e-b93b8b2c6b95/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Enlight adalah aplikasi foto dengan fitur lengkap yang memungkinkan Anda melakukan apa saja untuk foto, termasuk mengubahnya menjadi seni jalanan seperti sketsa atau berat bergaya seperti seorang poser dibuat di Photoshop. Tidak seperti iOS foto kelas berat VSCO dan kamar gelap, Enlight bersusah payah untuk membantu pengguna memahami bagaimana menggunakan sejumlah memusingkan alat, dengan video tutorial untuk masing-masing dan langkah-demi-langkah panduan untuk membuat tembakan yang menyerupai sampel nya. Jika Anda sedang mencari sebuah aplikasi yang memberikan penghargaan eksperimen, Enlight akan membantu Anda mengubah sebuah foto sehari-hari menjadi sebuah karya seni.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/us/app/enlight/id930026670?mt=8&quot; target=&quot;_blank&quot;&gt;Unduh di sini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
PERISKOP&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a2.mzstatic.com/us/r30/Purple1/v4/6c/fd/bd/6cfdbdd8-c3a8-7718-4238-f9cb0e21062e/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a2.mzstatic.com/us/r30/Purple1/v4/6c/fd/bd/6cfdbdd8-c3a8-7718-4238-f9cb0e21062e/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Jika Anda akan menggunakan kamera menghadap ke depan untuk apa pun di luar selfies, itu Periscope. Twitter milik aplikasi live-streaming tempat tumbuh cepat pergi untuk melihat update video cepat dan mudah atau penyiaran sendiri di seluruh web secara real-time. Dengan Apple menghadap ke depan kamera Upgrade besar dari 1,2 megapixel ke 5, Anda akan melihat sedikit lebih baik untuk orang banyak.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/us/app/periscope/id972909677?mt=8&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;OUTLOOK&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a3.mzstatic.com/us/r30/Purple7/v4/6f/68/27/6f6827e1-8a4d-70ef-08ef-2f727afc3563/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a3.mzstatic.com/us/r30/Purple7/v4/6f/68/27/6f6827e1-8a4d-70ef-08ef-2f727afc3563/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Menyusul keputusan Dropbox untuk menutup kotak pesan aplikasi email, Microsoft Outlook sekarang cara terbaik untuk pergi untuk sebuah aplikasi email alternatif. Perangkat lunak ini menikahi alur kerja kreatif dipopulerkan oleh Mailbox - menggesekkan untuk menunda email, sebuah &quot;kotak masuk nol&quot; pendekatan - dengan desain minimalis dengan tab untuk file, kontak, dan kalender. Sejak Microsoft mengakuisisi pembuat kalender Sunrise, Outlook built-in satu hanya akan meningkatkan dari waktu ke waktu karena menyerap semua fitur terbaik Sunrise.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/us/app/microsoft-outlook-email-calendar/id951937596?mt=8&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;SNAPCHAT&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a5.mzstatic.com/us/r30/Purple69/v4/03/43/b7/0343b754-28ba-aacd-7eb3-14be700ea001/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a5.mzstatic.com/us/r30/Purple69/v4/03/43/b7/0343b754-28ba-aacd-7eb3-14be700ea001/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Ini adalah tahun snapchat dibesarkan. Messaging startup meluncurkan pilihan, sebuah portal hiburan dan berita yang berkembang menjadi iklan dan kemitraan mesin kuat. Snapchat juga mulai bermain-main dengan cara yang mendasar orang menggunakan aplikasi, menambahkan &quot;lensa&quot; yang menempatkan filter konyol dan sering topikal lebih selfies dan membiarkan pengguna membayar untuk memutar ulang terkunci. Tak perlu dikatakan, sekarang adalah waktu untuk men-download snapchat dan mencari tahu apa semua ribut-ribut tentang sekali dan untuk semua.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/us/app/snapchat/id447188370?mt=8&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;GOOGLE PHOTOS&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://a4.mzstatic.com/us/r30/Purple7/v4/f4/d2/60/f4d26000-5efa-025a-57fd-27adb1c648ca/screen322x572.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://a4.mzstatic.com/us/r30/Purple7/v4/f4/d2/60/f4d26000-5efa-025a-57fd-27adb1c648ca/screen322x572.jpeg&quot; height=&quot;320&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Keadaan aplikasi foto telah hadir selama bertahun-tahun sekarang, namun Google mungkin akhirnya retak itu. Foto Google secara otomatis punggung kamera gulungan iPhone ke awan, tetapi manfaat nyata adalah penyimpanan gratis tak terbatas - asalkan Anda bersedia untuk membiarkan Google mengurangi ukuran gambar Anda. Aplikasi ini juga memiliki slider yang mudah digunakan untuk melewatkan kembali dalam waktu, dan algoritma Google yang besar untuk menciptakan album foto atas nama Anda dan bahkan menyusun GIF gaya animasi tembakan masih.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://itunes.apple.com/us/app/google-photos-store-search/id962194608?mt=8&quot; target=&quot;_blank&quot;&gt;Unduh disini&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/7744426630431116583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/aplikasi-yang-wajib-ada-di-iphone-baru.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/7744426630431116583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/7744426630431116583'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/aplikasi-yang-wajib-ada-di-iphone-baru.html' title='Aplikasi yang wajib ada di Iphone'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-1686465988560612168</id><published>2015-12-27T01:59:00.002-08:00</published><updated>2015-12-27T06:39:52.177-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi Teknologi"/><title type='text'>Game terbaik Wii U</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Wii u memang kurang terkenal dan kurang pupoler seperti rival rivalnya tapi wii u mempunyai cirihas tersendiri dalam gamenya berikut ini game wii u yang wajib anda coba .&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;SUPER MARIO MAKER&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe width=&quot;320&quot; height=&quot;266&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/ZwO09vJAPDs/0.jpg&quot; src=&quot;https://www.youtube.com/embed/ZwO09vJAPDs?feature=player_embedded&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Bernada sebagai alat untuk membuat sendiri tahap Super Mario Anda, Super Mario pembuat telah melengkung ke dalam video game fenomena streaming yang aneh dan lucu. Sobat saya Patrick Klepeck telah merekam serangkaian video YouTube di mana ia menangani semakin tahap sulit dibuat oleh rekan-rekannya. Menonton bulan aliran setelah rilis game telah membawa saya ke sebuah pencerahan yang tidak biasa: sementara saya suka bermain game, saya sama-sama menikmati menonton orang lain lucu menderita melalui desain eksentrik.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #444444; font-family: Helvetica, Arial, sans-serif; font-size: 14.25px; line-height: 21.375px;&quot;&gt;&lt;b&gt;SUPER MARIO 3D WORDL&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #444444; font-family: Helvetica, Arial, sans-serif; font-size: 14.25px; line-height: 21.375px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe width=&quot;320&quot; height=&quot;266&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/wLOKVABfrzw/0.jpg&quot; src=&quot;https://www.youtube.com/embed/wLOKVABfrzw?feature=player_embedded&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #444444; font-family: Helvetica, Arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 14.25px; line-height: 21.375px;&quot;&gt;Sama seperti game supermario ini memberikan kesan tersendiri saat memainkannya di karekan game yang satu ini mengambil evek visual 3D yang membuatnya menjadi lebih baik lagi.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #444444; font-family: Helvetica, Arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 14.25px; line-height: 21.375px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: Helvetica, Arial, sans-serif;&quot;&gt;&lt;div style=&quot;font-size: 14.25px; line-height: 21.375px; text-align: justify;&quot;&gt;
&lt;b&gt;SPLATOON&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe width=&quot;320&quot; height=&quot;266&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/8L54s2m1dPs/0.jpg&quot; src=&quot;https://www.youtube.com/embed/8L54s2m1dPs?feature=player_embedded&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: 14.25px; line-height: 21.375px; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: 14.25px; line-height: 21.375px; text-align: justify;&quot;&gt;
Jika Anda telah mengatakan kepada saya pada tahun 2010 bahwa Nintendo akan membuat shooter online paling inovatif dari lima tahun ke depan, saya akan berasumsi Anda mengoceh fanboy dan meminta Anda untuk menyenangkan turun halaman saya. Namun di sini kita. Splatoon adalah penembak di mana strategi terbaik tidak selalu menembak pemain lain. Ini perdagangan kentang teredam genre untuk musik blues neon, hijau, pink, dan jeruk. Ada perdebatan yang akan dibuat bahwa itu karakter anak cumi adalah kreasi paling menarik Nintendo sejak hari kemuliaan Super Nintendo.&lt;/div&gt;
&lt;div style=&quot;font-size: 14.25px; line-height: 21.375px; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-size: 14.25px; line-height: 21.375px;&quot;&gt;&lt;b&gt;SHANTAE AND THE PIRATE’S CURSE&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-size: 14.25px; line-height: 21.375px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe width=&quot;320&quot; height=&quot;266&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/KXHGktkBmqY/0.jpg&quot; src=&quot;https://www.youtube.com/embed/KXHGktkBmqY?feature=player_embedded&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: 14.25px; line-height: 21.375px; text-align: justify;&quot;&gt;
Dirilis di Wii U di hari-hari terakhir tahun 2014, Shantae dan Pirate Kutukan terjawab publisitas daftar akhir tahun seperti ini. Pengembang WayForward Technologies telah mengasah seri selama lebih dari satu dekade, sementara pembuatan tidak sibuk game untuk properti seperti Adventure Time dan Teenage Mutant Ninja Turtles bermerek. Sebuah proyek gairah, perawatan dan perhatian menunjukkan dalam setiap tahap. Shantae layak tempat bersama platformers lebih populer seperti Sonic dan Mario.&lt;/div&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/1686465988560612168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/game-terbaik-buat-wii-u.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1686465988560612168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/1686465988560612168'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/game-terbaik-buat-wii-u.html' title='Game terbaik Wii U'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/ZwO09vJAPDs/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5887363372228520464.post-997993512894155188</id><published>2015-12-27T01:43:00.001-08:00</published><updated>2015-12-27T06:46:47.106-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><category scheme="http://www.blogger.com/atom/ns#" term="Informasi Teknologi"/><title type='text'>Game terbaik Xbox One </title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Xbox one mempunyai rival yang cukup tsngguh yaitu PlayStation 4 tapi xbox one tidak kalah dengan PlayStation dari segi graphic dan segi penampilan xbox memiliki ciri kahs dan mempunyai developer yang memadai berikut ini game xbox one yang wajib ada di xbox one anda.&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;TITANFALL&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://web-vassets.ea.com/Assets/Resources/Image/Screenshots/TF-Panoramic-Overwatch.jpg?cb=1412974266&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://web-vassets.ea.com/Assets/Resources/Image/Screenshots/TF-Panoramic-Overwatch.jpg?cb=1412974266&quot; height=&quot;360&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Di sini titanfall wajib bagi anda untuk memikirkan game yang satu ini game ini mempuanya visual dan graphic yang cukup baik dan enak di pandang sehingga memainkannya menjadi menyenangkan.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;RISE OF THE TOMB RAIDER&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://static4.gamespot.com/uploads/original/1536/15366587/2809263-1424111573-4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://static4.gamespot.com/uploads/original/1536/15366587/2809263-1424111573-4.jpg&quot; height=&quot;360&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dirilis pada hari yang sama dengan Fallout 4, Rise of the Tomb Raider . Sementara permainan tidak berkembang seri sejauh pendahulunya, Rise of the Tomb Raider memiliki salah satu cerita terbaik tahun ini dalam sebuah video game blockbuster. Petualangan terbaru dari Lara Craft juga terasa nyata lebih dipoles dari permainan role-playing yang disedot semua perhatian pada bulan November. Mode tambahan memberikan banyak alasan untuk memutar ulang permainan ini.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;FORZA 6&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://compass.xboxlive.com/assets/a9/46/a946335d-3cb0-4abe-8a68-e9276d68c4a7.jpg?n=FM6_October_Logitech_Car_Pack_Infiniti.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://compass.xboxlive.com/assets/a9/46/a946335d-3cb0-4abe-8a68-e9276d68c4a7.jpg?n=FM6_October_Logitech_Car_Pack_Infiniti.jpg&quot; height=&quot;360&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Forza saingan judul Gran Turismo dengan melakukan apa yang seri yang tidak akan: merilis entri dengan keteraturan, dan memperluas dengan merek Forza Horizon. Forza 6 adalah permainan balap yang indah dan mengundang baik bagi pecinta mobil dan orang-orang yang hanya peduli tentang hal-hal yang cukup bergerak cepat. Dalam kata-kata kita sendiri Chris Ziegler, jika Anda memiliki minat bahkan yang lewat di mobil dan Anda memiliki atau berencana membeli sebuah Xbox One, Anda harus mempertimbangkannya untuk memiliki Forza Motorsport 6.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;ORI AND THE BLIND FOREST&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://static1.gamespot.com/uploads/original/416/4161502/2826043-2015030713392201.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://static1.gamespot.com/uploads/original/416/4161502/2826043-2015030713392201.jpg&quot; height=&quot;360&quot; width=&quot;640&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Dalam fitur ya ada pada masa depan Xbox, Microsoft Studios general manager Shannon Loftis berbicara tentang rencana perusahaan untuk tumbuh &quot;IP benih&quot; dari game kecil untuk lebih besar, waralaba yang sedang berlangsung. Ori adalah contoh pilihan. Hangat, penuh warna pesiar bertahap landai kesulitannya, mengubah pemain tidak curiga ke ahli - dan dalam beberapa kasus, penggemar hardcore. Meskipun tidak ada sekuel secara resmi mengumumkan, jangan heran melihat lebih besar tindak lanjut suatu saat dalam waktu yang tidak terlalu jauh.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.otomatisasi.space/feeds/997993512894155188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.otomatisasi.space/2015/12/game-terbaik-buat-xbox-one.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/997993512894155188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5887363372228520464/posts/default/997993512894155188'/><link rel='alternate' type='text/html' href='http://www.otomatisasi.space/2015/12/game-terbaik-buat-xbox-one.html' title='Game terbaik Xbox One '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>