.:: Jasa Membuat Aplikasi Website,Desktop,Android Order Now..!! | | Order Now..!! Jasa Membuat Project Arduino,Robotic,Print 3D ::.

Client - Bakso Mentul - Software Warung Bakso

0 komentar
Software ini berisi semua transaksi yang terjadi di warung bakso. Mulai dari peralatan, stock bakso, paket bakso, pengeluaran, dan penyesuaian ( digunakan untuk bakso yang dibuang atau peralatan yang hilang ), sampai ke penjualan dan laporan. Semoga sukses warung bakso mentul. :)


Suni

Client - Pasir Mine Site - Transportation Management System

0 komentar
Software ini berbasis PHP dan menggunakan database MySQL. Software ini adalah software yang digunakan untuk mengelola transportasi untuk karyawan tiap harinya. Software ini dilengkapi dengan mencetak tiket, export ke excel, dan denah bus.





Suni

Download Windows 8.1 Preview for free

0 komentar

Download Windows 8.1 Preview for free


Three days ago, Microsoft launches a new version of Windows 8: Windows 8.1 Preview. This version is for developers and contains essentially improvements based on comment from the older version Windows 8. The first change inside Windows 8.1 Preview is the return of the Start button. Yea sir!
If you want to try this free version OS Windows 8.1 Preview, please note that Windows 8.1 Preview doesn�t have any uninstall or recovery system. Make sure you backup your original OS and files. Keep in mind that this is a BETA version and the real release will be by the end of year 2013. Also, no upgrade will be available from the Windows 8.1 Preview version to the regular version.


Buy from Amazon the upgrade Windows 8:

Suni

View Pager In Android

0 komentar
Hi Guys!


Today I am going to share the code to make a view pager in android. In the new API- 17 gallery is debricated  now. So android developer suggest that please use the view pager or horizontal scroll veiw in place of Gallery.

Viewpager  is  the best way to switching among view. It provide a way to swipe views from left to right and right to left. Viewpager provide strong way to swipe any views but here i have taken ImageView to swipe left and right.
Here the the link, you can see the ViewPager in android API.

Add the support library while you are creating project because Viewpager does not support in lower android version.

miain.xml






PageIndicatorActivity.java

package com.sunil.viewpager;

import android.app.Activity;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.view.Menu;

public class PageIndicatorActivity extends Activity {

@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
ViewPagerAdapter adapter = new ViewPagerAdapter(this, imageArra);
ViewPager myPager = (ViewPager) findViewById(R.id.myfivepanelpager);
myPager.setAdapter(adapter);
myPager.setCurrentItem(0);
}

private int imageArra[] = { R.drawable.sunn, R.drawable.sunnew,
R.drawable.sunn, R.drawable.sunnew,
R.drawable.sunn, R.drawable.sunnew,
R.drawable.sunn, R.drawable.sunnew, };


}

ViewPagerAdapter.java

package com.sunil.viewpager;

import android.app.Activity;
import android.os.Parcelable;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.widget.ImageView;
import android.widget.ImageView.ScaleType;

public class ViewPagerAdapter extends PagerAdapter {

Activity activity;
int imageArray[];

public ViewPagerAdapter(Activity act, int[] imgArra) {
imageArray = imgArra;
activity = act;
}

public int getCount() {
return imageArray.length;
}

public Object instantiateItem(View collection, int position) {
ImageView view = new ImageView(activity);
view.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT));
view.setScaleType(ScaleType.FIT_XY);
view.setBackgroundResource(imageArray[position]);
((ViewPager) collection).addView(view, 0);
return view;
}

@Override
public void destroyItem(View arg0, int arg1, Object arg2) {
((ViewPager) arg0).removeView((View) arg2);
}

@Override
public boolean isViewFromObject(View arg0, Object arg1) {
return arg0 == ((View) arg1);
}

@Override
public Parcelable saveState() {
return null;
}
}



Cheers Guys!
Suni

Menghitung selisih hari menggunakan DTPicker dengan Visual basic 6.0

0 komentar
Menghitung selisih hari menggunakan DTPicker dengan Visual basic 6.0 - Tutorial saya buat karena pada waktu itu ada yang bertanya di webgroup Belajar Visual Basic Indonesia, bagaimana cara menghitung selisih hari dengan DTPicker dengan Visual Basic. Nah bagaimana cara membuat nya?sebenarnya mudah untuk membuatnya hanya menggunakan logika Matematika. 

Terlebih dahulu coba buat dulu desain form nya, saya menggunakan desain sebagai berikut :


Kemudian untuk coding visual basic nya seperti ini
Private Sub DTPicker2_CloseUp()
Text1.Text = DTPicker2.Value - DTPicker1.Value
End Sub
Gampang kan, coba kita liat demo nya 


Suni

Sistem Pendukung Keputusan (SPK) Metode WP (Weighted Product) dengan Excel Spreadsheet

0 komentar
Sistem Pendukung Keputusan (SPK) Metode WP (Weighted Product) dengan Excel Spreadsheet ingin coba penulis sharing di Blog ini, karena berkali-kali penulis harus menyelesaikan pekerjaan Sistem Cerdas seperti ini. Metode ini sangat peopuler di kalangan Akademisi / Mahasiswa di Jurusan Teknik Informatika / Ilmu Komputer.

Teori tentang Algoritma SPK dengan Metode WP ini sebenarnya penulis dapatkan dari sebuah sumber yang tidak mungkin disharing secara langsung di Blog ini, maka penulis coba buatkan dalam bentuk Excel / Spreadsheet sehingga kelihatan cara menghitungnya di Formula yang ada di File Microsoft Excel tersebut. Untuk teorinya mohon dicari sendiri karena penulis memang tidak terlalu bisa dalam menjelaskan Teori seperti halnya seorang dosen. Mohon maaf, kerena Penulis seorang programmer praktis.

Berikut ini tampilan SPK dengan Metode WP di Excel :




Sedangkan file Spreadsheet dalam format Microsoft Excel *.xlsx bisa diwonload disini, jika kesulitan caranya download seperti ini..

Semoga cukup jelas dan bermanfaat.

Oh ya, penulis tidak bertanggungjawab atas kebenaran rumus atau teori ini, silakan langsung merujuk ke Buku Referensi atau Penemu Rumus ini secara langsung.

Disclaimer ON ^_^
Suni

Sistem Pendukung Keputusan (SPK) Metode WP (Weighted Product) dengan Excel Spreadsheet

0 komentar
Sistem Pendukung Keputusan (SPK) Metode WP (Weighted Product) dengan Excel Spreadsheet ingin coba penulis sharing di Blog ini, karena berkali-kali penulis harus menyelesaikan pekerjaan Sistem Cerdas seperti ini. Metode ini sangat peopuler di kalangan Akademisi / Mahasiswa di Jurusan Teknik Informatika / Ilmu Komputer.

Teori tentang Algoritma SPK dengan Metode WP ini sebenarnya penulis dapatkan
Suni

Download the new Windows 8.1 Preview

0 komentar

Download the new Windows 8.1 Preview


Hi everybody. I am currently downloading the new Microsoft Windows 8.1 Preview. I�ll try it this week end and share my comments.

Regards.

Windows 8.1 Preview on MSDN

be the first to try it!
Suni

Google Tidak Update PageRank

0 komentar
Google tidak update page rank - Setelah saya menelusuri di Google, ratusan artikel membahas tentang update page rank periode ke 2 di bulan Juni - Juli 2013. Banyak yang memprediksi update page rank akan terjadi akhir bulan ini sampai awal bulan Juli 2013.

Sampai saat ini, rekan2 blogger sangat semangat menyambut datangnya Update Page Rank ini.

Memang, update page rank ini kurang lebih 4 bulan
Suni

Membuat Google Custom Search pada Web atau Blog

0 komentar
Membuat Google Custom Search pada Web atau Blog BlogspotMembuat Google Custom Search pada Web atau Blog sangat penting untuk dilakukan, karena search engine ini cukup akurat untuk mencari suatu keyword khusus untuk mencari dalam suatu web atau suatu blog.

Seperti sudah sering kita pakai Search Artikel milik Blogspot di sebelah kiri atas Blog ini, ternyata hasil pencariannya tidak terlalu akurat, kadang bisa mencari artikel yang dituju, kadang bahkan ketika koneksi agak lambat tidak bisa mencari sama sekali. Solusinya kita sediakan juga Google Custom Search Box di Blog ini.

Caranya seperti ini, buka Google Custom Search Engine. Kemudian login dengan Google Account anda, setelah itu klik New Search Engine. Kemudian masukkan URL Web di input Site to Search, dan pilih bahasa di input Language. Setelah selesai klik Create :



Membuat Google Custom Search pada Web atau Blog New Search Engine

Setelah itu, klik Get Code, jika tidak ada, coba klik Edit Search Engine, pilih search engine yang tadi anda buat, kemudian klik Get Code, blok atau seleksi semua kode Javascript-nya, kemudian klik kanan Copy :

Membuat Google Custom Search pada Web atau Blog Get Code

Jika anda ingin memasukkan Google Custom Search ini pada Web, maka masukkan di kode HTML-nya. Jika ingin memasukkan Google Custom Search di Blog, misalnya Blogspot. Maka buka di Tata Letak / Page Element :

Membuat Google Custom Search pada Web atau Blog Tata Letak

Kemudian klik Add Gadget di lokasi yang anda ingikan, pilih tipenya HTML/Javascript. Kemudian Copy Code dari Get Code pada Google Custom Search, paste di dalam Gadget :

Membuat Google Custom Search pada Web atau Blog Blogspot Add Gadget

Hasilnya :

Membuat Google Custom Search pada Web atau Blog Blogspot

Semoga bermanfaat.
Suni

Membuat Google Custom Search pada Web atau Blog

0 komentar
Membuat Google Custom Search pada Web atau Blog sangat penting untuk dilakukan, karena search engine ini cukup akurat untuk mencari suatu keyword khusus untuk mencari dalam suatu web atau suatu blog.

Seperti sudah sering kita pakai Search Artikel milik Blogspot di sebelah kiri atas Blog ini, ternyata hasil pencariannya tidak terlalu akurat, kadang bisa mencari artikel yang dituju, kadang bahkan
Suni

Blogger Auto Pagination dan Solusinya

0 komentar


Blogger Auto Pagination - Mungkin sahabat pernah mendengar apa itu Auto Pagination atau mungkin baru tahu istilah ini sekarang. Saya sendiri yang sudah beberapa tahun ngeblog baru tau istilah auto pagination, walau pun dalam prakteknya sering melakukan... kasian ya saya �:)

Awalnya mengetahui istilah auto pagination, karena ada masalah pada template saya. Sebenarnya auto pagination ini sudah
Suni

Mengganti Link URL dengan JavaScript

0 komentar
Replace URL with JavaScript - Pada postingan sebelumnya tentang Spammer dan Penipu, saya menyatakan bahwa URL spammer telah saya ganti ke alamat tertentu, untuk meminimalisir sahabat lain tertipu oleh para spammer penipu. Untuk mengganti URL pada template, postingan, itu sangat mudah, hanya dengan mengedit kode HTML.

Untuk mengganti URL komentator, agar profilnya tidak terbuka, maka saya sedikit
Suni

MANUSIA BERTANYA, AL-QUR'AN MENJAWAB

0 komentar





-Manusia bertanya : bolehkah aku frustrasi ?
-AL-QUR'AN menjawab : janganlah kamu bersikap lemah, dan janganlah (pula) kamu bersedih hati, padahal kamulah orang-orang yang paling tinggi (derajatnya), jika kamu orang-orang yang beriman . ( Ali Imran : 139 )

-Manusia bertanya : kenapa aku diberi ujian seberat ini ?
-AL-QUR'AN menjawab : ALLAH tidak membebani seseorang melainkan sesuai dengan kesanggupannya. ( Al-Baqarah : 286 )

-Manusia bertanya : kenapa aku tidak diuji saja dengan hal-hal yang baik ?
-AL-QUR'AN menjawab : boleh jadi kamu membenci sesuatu, padahal ia amat baik bagimu, dan boleh jadi (pula) kamu menyukai sesuatu padahal ia amat buruk bagimu, ALLAH mengetahui, sedang kamu tidak mengetahui . ( Al-Baqarah : 216 )

-Manusia bertanya : kenapa aku diuji ?
-AL-QUR'AN menjawab : apakah manusia itu mengira bahwa mereka dibiarkan (saja) mengatakan : " kami telah beriman ", sedang mereka tidak diuji lagi ? ( Al-Ankabuut : 2 )
"Dan sesungguhnya Kami telah menguji orang-orang sebelum mereka, maka sesungguhnya ALLAH mengetahui orang-orang yang benar dan sesungguhnya Dia mengetahui orang-orang yang dusta "( Al-Ankabuut : 3 )

-Manusia bertanya : bolehkah aku berputus asa ?
-AL-QUR'AN menjawab : Dan jangan kamu berputus asa dari rahmat Allah. sesungguhnya tiada berputus asa dari rahmat Allah, melainkan kaum yang kafir . ( Yusuf : 87 )

-Manusia bertanya : bagaimana cara menghadapi ujian hidup ini ?
-AL-QUR'AN menjawab : hai orang-orang yang beriman, bersabarlah kamu dan kuatkanlah kesabaranmu dan tetaplah bersiap siaga (di perbatasan negerimu) dan bertaqwalah kepada ALLAH supaya kamu beruntung . ( Ali Imraan : 200 )

-Manusia bertanya : bagaimana menguatkan hatiku ?
-AL-QUR'AN menjawab : cukuplah ALLAH bagiku; tidak ada Tuhan selain Dia. hanya kepada-Nya aku bertawakal . ( At-Taubah : 129 )

-Manusia bertanya : apa yang kudapat dari semua ujian ini ? ~
-AL-QUR'AN menjawab : sesungguhnya ALLAH telah membeli dari orang-orang mu'min, diri dan harta mereka dengan memberikan surga untuk mereka . ( At-Taubah : 111 )

Suni

Hati-hati Spammer dan Penipu

0 komentar
Tilla Shop, Dina Shop, Natalia Shop, E.M.C Shop Spammer dan Penipu - Beberapa hari ini blog saya disinggahi oleh beberapa komentar spam yang mengiklankan produk elektronik berupa Gadget. Beberapa komentar Spam itu berasal dari Tilla Shop, Dina Shop, Natalia Shop dan E.M.C Shop. Awalnya komentar-komentar ini saya biarkan saja, kasian ga punya modal buat ngiklan kali...

Akhirnya saya coba
Suni

Viber for PC Download � Windows & MAC Computer

0 komentar


Today, we are here with another post about free downloading Viber for PC or Windows Computer. Basically, we have given out two methods in this post with the help of which you will be able to download and use Viber on PC easily for free.


Viber is a good android application letting you, to call your friends absolutely free from your android, blackberry, Windows or Symbian mobile phones.


But to make it possible your friend must have Android, Blackberry, Windows or Symbian phone and both of you should be equipped with internet connections.



Recently, Viber for Computer (Windows) as well as MAC is released which is available for free downloading form the official website.


Download Viber for PC


Features of Viber for PC (Windows & MAC)



Below, I have given some of the best and well-known features while you use Viber on PC.


  • Free Domestic and International calling: You and your friend just need an internet connection to make calls to each other through Viber completely free.

  • Simple to use: This application is very simple to use. It also tells you about recent call history and all other call related data.

  • Group conversions are supported: Many people can talk at one go using Viber.



Now, below I have given the whole guide on how to download Viber for PC or Computer version which is available for MAC and Windows Operating system easily.


Read :



Download Viber for PC or Computer [Method #1]



Above only I told you that they have officially released the latest Viber for Windows & MAC Computer which is official application on their official site.


Viber available for Windows & MAC


One of the best feature of using Viber on PC is that you will be able to make free calls to other user which is using any other device, not only free calling but users will b e able to do free video calling and texts too.



So, above given link will help you to download Viber into your Computer system. The installation steps are very easy so I didn�t consider to mention it here. I hope you already know how to install basic application or software.



How to Download & Install Viber on PC [Method #2]


Now, you didn�t like the above mentioned method of Downloading Viber for PC? then below I have given another working method which enables you to use the same user interference as you enjoy in your Android mobile as we are going to emulate its android file only.


  1. Download and install Bluestacks app. Run the software and search for �APP Search� option and search Viber on it.

  2. Once you find it, just click on �Download Viber on Computer� and install it via Bluestacks.

  3. By clicking on Viber icon in the main BlueStacks interface run the app.

  4. A welcome screen will appear, just click on �Continue�



Install Viber on Computer system


Now you will be asked to enter your mobile number. Enter your current mobile number and click Continue button. Then you will receive an access code to your mobile number through SMS. This access code should be entered in the box provided.


Also See :



If you do not receive the message within 60 seconds then you should click �click here� option. Now an automated call will be made to your phone which will speak the access code. Enter the access code and click �Enter Viber�, its now activated.


How to use Viber for PC Version?



You might have seen that Viber for PC is now working but no contact appear in the contact list in next screen. Now you need to install contact app. Quit out Viber and click icon of BlueStacks at the bottom of the screen to go to its home page. From The App Search, search an app called �Go Contacts Ex�. After finding it, install it.


  1. By clicking the icon of Go Contacts Ex app, open it.

  2. Now enter the contacts of person using Viber in your Known�s by clicking �+� icon.

  3. Just enter name and number of your relatives carefully and other fields might be left blank.

  4. After adding the contacts, all the contacts appear in Go Contact Ex menu.

  5. Now go to Viber for PC and quit GO Contact Ex app. The contacts you have added will appear in Viber�s Contacts Tab.

  6. Now click to person�s name who you want to make free call or send free message. For making call click Free Call button and make sure you are wearing Headphones with mike.

  7. Your call is made and now you can talk to the person.



How to use Viber on PC?


Its all done, now you must be enjoying using Viber on PC or Windows Computer. If you faced any type of problem or issue while downloading Viber for PC application then please do comment and we will get to you as soon as possible. Till that time stay updated with us!



Suni

Download Whatsapp for PC or Computer, Android Free

0 komentar



Suni

UC Browser 9.0 for Android, iPhone, Nokia Download (Latest Version)

0 komentar


Download UC Browser 9.0 for Mobile



Friends, its very good news for you as you can download UC Browser 9.0 (Latest version) on Android, iPhone, Nokia (Symbian as well as Java) for free from the official website.


I know you don�t need any type of introduction about this application but still for the sake of formality I have to tell it here.



UC Browser 9.0 is the latest internet surfer which is released by Ucweb recently and its now available for free download for almost all the mobile platform including Android, iPhone, Symbian, Blackberry and so on. Below in this post we have given out the link todownload UC Browser 9.0 for mobile directly from the official website, isn�t that sounding cool?


You might be interested in : UC Browser for PC Free Download


Before going deep into the topic on UC Browser 9.0 let me talk about some of its updated features which will surely impress you as I am impressed by it.



UC Browser 9.0 Android Download



Suni

Download Torch Browser for Windows 7/8/XP (Offline Installer)

0 komentar


(Short Review) Download Torch Browser



Today, we are here with another fantastic post on free downloading Torch Browser for Windows 7/8 as well as Windows XP. I know you might feel awkward as you are already using one of the top most fastest browser namely Google Chrome or Mozilla Firefox.


Then what is the need to come up with the download link of Torch Browser? To find out the question that why I personally shifted to brand new Torch Browser.


Let me tell you Torch Browser is based on open source Chromium language (I know its bit complicated to understand these things for normal web surfer) I mean to say that this new software is built same as Google Chrome but the catch is it has lot more features then simple Chrome.



Download Torch Browser


Features of Torch Browser :



I think you should first know about the great features of Torch Browser before downloading it. Like Google Chrome this one also provides fast web browsing with all the fantastic features which Chrome already have. But the new features which is included in this new browser is really worth knowing.


In-built Torrent Client : I think you must be using the same old traditional method to download files from torrent (NOTE : We don�t encourage you to download any type of files from torrent websites. Here, we are just explaining the features of this software) But by downloading Torch browser you can directly download files from any Torrent website and that too with super blazing speed. Isn�t that cool and innovative?


Performance : As I told you above also, as this software is based on open source Chromium language, it gives the same experience as using Chrome while surfing internet. And you already know that Google�s browser is already top most one. So performance wise also, this software is awesome.


Features of Torch browser



Secure : Well, when it comes to security and privacy then I only trust Chrome or Mozilla. But let me tell you that Torch Browser is based on Chromium Language, again its managed by Google, so no worries of security.


Social Sharing : I know social media is booming this days and you people need to share each and every thing which you found on web. If you download Torch Browser then your this task will be very much easy, as it has some direct social media sharing features.



Direct Video Downloading : Well, I think I don�t have to explain much about this awesome feature. Again, you must be using some heavy software to download videos from websites like YouTube. But your task will be very much simple if you download Torch Browser for Windows 7/8 because of its in-built video downloading feature.


Screenshot of Torch browser


Download Torch Browser for Windows 7/8 [Official Links]



Now its time to download Torch Browser for your Windows 7 or Windows 8 operating system.


You can also visit the official Torch Browser website and yourself download the software and if you need to direct download Torch Browser then check out the below mentioned links.



I hope you I don�t have to explain about the installation process, its very basic just click on next button and you are ready to go.



So folks, I hope you enjoyed this post and if you have any type of issue then please do comment and let us know about it. also stay updated with us as we are going to come with more posts in future and that too very soon.







source : http://www.genuine-report.com/torch-browser-download-for-windows-78xp-free/

Suni

Blackberry PC Suite (Desktop Manager) Free Download

0 komentar


(Review) Blackberry PC Suite (Desktop Manager Software)



Here in this post we will guide you through how you can download blackberry PC suite for windows 7/8/XP as well as Mac OS X for free. I hope you already know about its functions and features. I have seen many of the individuals facing problems searching blackberry PC suite for windows.


Here in this article we have tried to do our best with the research and give you free and instant download link for this Desktop Manager Software.



But now you won�t have to search any more as here we have come out with the solution to this problem and here we have come with some easy to use steps which you can follow todownload blackberry PC suite for windows 7/8/XP and MAC for free.


Blackberry PC Suite


Below we have given the complete steps and tutorial on how to download and install Blackberry PC suite or Desktop Manager Software onto your computer so have a look.



Free Download Blackberry PC Suite for Windows 7/8/XP & Mac



  1. Open your internet browser and go to the following link.

  2. Download Blackberry PC Suite Free (For Windows & Mac OS)

  3. After that you will see an option to download this blackberry desktop manager.

  4. Just click on the download option.

  5. After that you will see that it will start downloading your respective blackberry desktop manager setup to your downloads folder.

  6. When it�s all done just go to your downloads folder on your system and look for the setup.

  7. And install the setup on your Computer.

  8. When you have done with the installation just click on the application give on the desktop which is installed.

  9. After opening the phone tools or so called as blackberry PC suite just connect your phone to the blackberry desktop manager.

  10. After when you have plugged your device to your Computer you can now sync your files and folders from your phone to your Computer.

  11. You can even connect your phone to internet with the help of this blackberry PC suite.




Blackberry Desktop Manager Software


Features of Blackberry PC Suite for Windows 7/8/XP



One of the best features of Blackberry PC Suite is that you will be bale to connect your mobile phone with the computer and have all the photos and other data transferred from one place to other with in the instant of time. Below we have listed out some of the best features of Blackberry PC Suite which will help you to enjoy all its functions at your best.


desktop-manager-blackberry-software



BlackBerry� Desktop Software for Computer will help you to get the mobile media like photos, contacts, images, music from mobile phone to computer and vice-a-versa which will help you to make the mobile life very much easy for you.


These were some of the important steps from which you can download the blackberry PC suite for windows XP/7/8 for free. You need not have to worry about anything you won�t be charged for downloading this blackberry Desktop Manager and installing it into your Windows or Mac Operating system.


Blackberry PC Suite Software



So folks, I hope you enjoyed this article and if you have any type of issue regarding Blackberry PC Suite then please do comment and let us know, we will help you soon.

Source:http://www.genuine-report.com/blackberry-pc-suite-windows-free-download/


Suni

Bloggers.com Akan Ditutup Besok 25 Juni 2013

0 komentar
Bloggers.com Shutting Down Permanently - Ketika sedang mengunjugi blog sahabat Planet Ajaib (ternyata bukan Kompi aja yang ajaib)... saya mendapat kabar yang mengejutkan, Bloggers.com akan di tutup besok 25 Juni 2013. Awas jangan salah baca, bukan Blogger.com tapi Bloggers.com.

Setengah percaya dan tidak, saya coba kunjungi situsnya ternyata memang betul, dari apa yang terdapat pada halaman
Suni

Peralatan Rumah Tangga Panasonic akan Bisa Dikontrol dengan Aplikasi Android

0 komentar


Aplikasi Android bisa untuk mengontrol alat-alat elektronik Panasonic



Ada kabar terbaru lagi nih dari apliaksi android guys�


Beberapa Pemilik peralatan Panasonic akan segera dapat mengelola mereka dari jarak jauh melalui ponsel Android nih.


Aplikasi AndroidNah, buat kamu para Pengguna Android kini dapat menghidupkan dan mengontrol setiap alat yang kompatibel dari jarak jauh, dan berpotensi mengurangi biaya energi. Kamu bahkan dapat memantau penghematan energi melalui aplikasi tersebut guys.


Termasuk di antara peralatan rumah pintar Panasonic tersebut adalah AC, lemari es, dan perangkat kesehatan. Peralatan baru dijadwalkan akan membanjiri pasar di Jepang pada tanggal 25 September ini adalah Panasonic X Series AC kamar, kulkas top-mount, dan mesin cuci-pengering jenis drum.


Produk perawatan kesehatan termasuk monitor komposisi tubuh, kalori meter, dan monitor tekanan darah. Dengan menggunakan Panasonic Smart App, droiders bahkan dapat melacak berat badan dan kalori. Gimana seru bukan yang ditawarkan oleh Panasonic??


Mari kita sambut alat-alat elektronik Panasonic yang berbasis android ini droiders..



Suni

Sambil Menyelam Bermain Musik Dengan Smartphone Android Sony Xperia Z

0 komentar


Teman Santai Di Dalam Air Dengan Smartphone Android Sony Xperia Z



Sony dengan tipe Xperia saat ini merupakan, salah satu jajaran Smartphone Android terbaik di dunia. Meskipun raksasa elektronik ini berpisah dengan mitranya pada tahun 2011, perusahaan tunggal yang masih baru ini belum benar-benar mengejutkan kita dengan handsetnya. Sony Xperia Z yang baru mencoba menggemparkan dunia dengan mengkombinasikan staples superphone seperti layar 1080p 5 inchi, prosesor Quadcore Superdragon s4 pro dengan hasil imaging, dan kemampuan bertahan di bawah air yang sangat mengesankan.


Tidak hanya itu keunggulan yang ditawarkan oleh Smartphone Android Sony Experia Z saat ini menjadi suatu yang fenomenal di dunia Smartphone.  Dengan kapasitas layar Reality Display 5 inci anti gores dengan teknologi Mobile bravia engine 2, yang dikabarkan menjanjikan tampilan superior dengan ketajaman, kecerahan, dan kejernihannya. Layarnya pun anti gores, berkat penggunaan kaca dan lapisan film anti pecah. Dan Sony Experia Z dengan bodi polimer kaca cantiknya, Bravia Engine, dan kemampuannya dalam bertahan hidup di rendaman air yang serius. Selain 1,5 GHz QualCore Snapdragon CPU pro, layar 1080p, dan 13 MP kamera, Xperia Z juga mempunyai spesifikasi kuat lainnya, termasuk 2GB RAM, sebuah radio LTE, dan 16 GB penyimpanan internal. Tidak seperti para pesaingnya, Xperia Z memiliki slot micro SD card untuk ekspansi penyimpanan tambahan. Ia juga memiliki port docking propierty yang dapat digunakan dengan dock Sony. Kerampingan dan rangkanya yang ringan turut pula menjadi sebuah keunggulan yang ditawarkan pada semua orang. Meskipun ponsel ini memiliki layar 5 inci, ketebalan 0,3 mm dan berat yang hanya 5,2 ons, ponsel ramping Xperia Z ini ukurannya sama dengan HTC Droid DNA dan sedikit lebih besar daripada iPhone 5 4 inci. Sedangkan untuk bagian belakang dan sisi Xperia Z terbuat dari bahan kaca polikarbonat. Bahan tersebut biasanya digunakan pada mobil dan pesawat. Model hitamnya terlihat bersinar seperti mobil baru yang baru saja keluar.


Smartphone Android Sony Xperia Z Menjanjikan Sensasi Yang Berbeda Di Dalam Air



aplikaksi-android-smartphone-android-sony-xperia-z


Begitu banyak fiture baru yang ditawarkan oleh Smartphone Android Sony Xperia Z, dapat dikataskan bahwa fitur yang paling mengesankan dari Xperia Z adalah ketahanan perangkat ini selama 30 menit terendam di dalam air hingga kedalaman 1 meter. Tujuan Sony membawa fitur ini bukan untuk aksesoris renang seperti scuba diving, melainkan untuk mencegah jenis-jenis kerusakan ponsel yang terjadi ketika pengguna menumpahkan cairan ke atasnya, atau menjatuhkannya ke toilet. Pengguna nantinya bahkan tidak perlu mengeringkannya, karena layar ponsel ini dapat mendeteksi jari dalam keadaan basah. Bahkan Sony Xperia dapat membuat panggilan telepon Bluetooth sementara Xperia Z sedang terendam.


Fitur Andalan Lainnya dari Smartphone Android Sony Xperia Z



Built-in software Mobile Bravia Engine 2 bekerja untuk membuat foto dan video terlihat lebih bersemangat. Bravia Engine selalu aktif sebagai latar belakang dan tidak ada pengaturan untuk mengaktifkan atau menonaktifkannya. Perangkat lunak ini tidak meningkatkan warna pada halaman web karena Sony tidak ingin benda-benda di situs belanja online terlihat lebih berwarna dari kenyataannya disaat Sony membenamkan kamera belakang 13 MPnya dengan fitur 16 kali digital zoom dan HDR, baik untuk video maupun fotonya.
Setelah mengaktifkannya, kamera bisa menembak dengan modus ledakan 7fps sampai kehabisan memori. Namun dalam hal ini Sony tidak menyertakan fitur �tembakan terbaik� seperti HTC yang memiliki mode Burst untuk ponsel perusahaan, jadi jika  menembak 200 foto dari bunga yang sama harus dilakukan secara manual menghapus 199 terbaik yang tidak disukai.
Seperti banyaknya ponsel ramping, Sony memiliki baterai 2350 mAH, tampaknya tidak mungkin meruntuhkan Galaxi Note II sebagai rajanya baterai. dikatakan bahwa Sony telah memperkenalkan mode stamina baru yang memperpanjang waktu siaga dengan menonaktifkan layanan latar belakang ketika ponsel dalam keadaan �sleep�.
Modus juga aktifkan dan dinonaktifkan dengan cara masuk ke menu pengaturan listrik. Menu stamina dapat memperkirakan berapa banyak waktu siaga yang akan didapatkan dengan atau tanpa layanan berjalan. Fitur whitelistnya, yang memungkinkan untuk menyimpan layanan pesan facebook atau lainnya.





Suni

Contoh Penggunaan OPTIONAL Parameter & Default Value VB6/VBNET

0 komentar
Kali ini saya akan lanjutkan pembahasan tentang parameter. Sebelumnya saya posting mengenai ByRef dan ByVal serta ParamArray. Nah sekarang saya akan bahas Optional Parameter. Dari kata "Optional" kita sudah bisa tahu artinya "Sunnah/boleh diisi atau tidak". Contoh saya memiliki sub untuk menampilkan data ke lisivew :
    Sub tampil_data_lv(ByRef lview As ListView, ByVal sql As String, _
                       Optional ByVal lv_view As View = View.Details, _
                       Optional ByVal lv_gridline As Boolean = True, _
                       Optional ByVal lv_fullSelection As Boolean = False, _
                       Optional ByVal lv_color As Boolean = False, _
                       Optional ByVal lv_ClearHeader As Boolean = True, _
                       Optional ByVal lv_ClearItems As Boolean = True, _
                       Optional ByVal lv_hideColumn() As Integer = Nothing, _
                       Optional ByVal lv_checkBox As Boolean = False)
        'sintak ............
    End Sub

Lihat begitu banyak parameter, tapi intinnya "yang wajib" hanya 2 yaitu ByRef lview dan ByVal sql, Karena Optional itu sifatnya boleh diisi atau tidak, maka Optional Paramter harus disertakan default value-nya (lihat contoh diatas yang diwarnai merah). Selanjutnya jika anda tidak butuh untuk mengisi parameter optional anda cukup memanggilnya dengan perintah :
    Call tampil_data_lv(ListView1, "select * from barang")

Berikut ini contoh pemanggilan dengan mengisi semua parameter :
    Call tampil_data_lv(ListView1, "select * from barang", View.List, False, True, True, False, False, New Integer() {1, 3}, True)

Nah jika anda hanya akan mengisi optional parameter terakhir (lv_checkBox) saja misalnya, maka sintaknya :
    Call tampil_data_lv(ListView1, "select * from barang", , , , , , , , True)
   
Tapi di VB.NET kita bisa mengisi salah satu optional parameter TANPA harus memperhatikan urutannya, yaitu cukup dengan menyebutkan nama optional parameter-nya disertakan dengan := ,contoh :
    Call tampil_data_lv(ListView1, "select * from barang", lv_checkBox:=True)
    Call tampil_data_lv(ListView1, "select * from barang", lv_hideColumn:=New Integer() {1, 3})
Sehingga sintak anda akan menjadi lebih pendek.

Tags:
cara menggunakan param array, tutorial vbnet, contoh codink sintak vbnet, dasar berlajar vbnet 2010 , contoh program vbnet, apa itu byval, pengertian byref vbnet, bedanya byval dan byref, contoh penerapan byval dan byref, penjelasan parameter optional, parameter optional is, Optional Arguments,  How do you use optional parameters in VB, Optional parameters in a VB.net function, Optional Parameters and parameters with default values
Suni

10 Game Yang Seru Dimainkan Bersama Dalam 1 iPad

0 komentar


10 Game Yang Seru Dimainkan Bersama Dalam 1 iPad






10 Game Yang Seru Dimainkan Bersama Dalam 1 iPad







iPad sendiri adalah sebuah gadget yang mantap banget untuk melakukan kegiatan sehari-hari mulai dari bekerja sampai bermain. Yang lebih seru lagi adalah iPad dapat kita pakai untuk bermain bersama teman atau keluarga. Yang pasti selain fun kamu juga bisa tambah akrab dengan teman main kamu. So berikut kita pilihkan 10 game yang paling seru untuk dimainkan dalam 1 iPad. Have fun!


1. Slingshot Racing 


Saya sudah pernah membahas slingshot dan saya rasa game ini sangat seru dan inovatif. Tetapi yang lebih seru lagi adalah memainkannya bersama-sama teman dalam satu iPad. Kontrol yang sangat simple (hanya dengan satu tombol) membuatnya cocok untuk mainkan bersama-sama. Lagipula jarang sekali ada racing yang bisa dimainkan dalam satu iPad. Slingshot dapat dimainkan oleh 4 orang atau kurang.


Slingshot Racing | GameSaku











2. Raiding Company


Kalau kamu doyan dengan genre dual shooter semacam Gun Bros atau Mafia Rush dan pengen main bareng temen-temen tapi cuma menggunakan 1 iPad saja maka Raiding Company adalah game yang tepat. Malah game ini sedikit boring kalau dimainkan sendiri, tapi begitu dimainkan rame-rame game ini menjadi sangat seru. Masing-masing orang akan mendapatkan D-Pad diujung2 layar, game ini menggunakan sistem wave dan kamu harus bertahan sampai akhir. Disini kamu dapat memilih karakter yang berbeda dan unik, bahkan tidak semuanya akan menembak, ada anggota yang dapat melempar pisau. Maksimal 4 orang dapat bermain bersamaan di game ini.


Raiding Company | GameSaku











3. Fruit Ninja


Siapa yang tidak mengenal Fruit Ninja, dengan gameplaynya yang simple tapi adiktif siapa saja langsung betah memainkannya. Versi khusus iPadnya memungkinkan kamu bermain bersama dengan satu teman kamu. Layar nantinya akan terbelah dua, setengah bagian untuk lawan kamu, setengah bagian untuk kamu. Kalaupun sedang tidak ada lawan bermain, Fruit Ninja HD sangat seru dimainkan sendiri so nothing to lose here. :D


Fruit Ninja HD Multiplayer | GameSaku






App Store Link: Fruit Ninja HD, Rp. 29000



Suni

Tawk.to