Download Macromedia Dreamweaver 8 + Crack

"Om Swastiastu"

Untuk mempelajari pemrograman web, kita membutuhkan software yang bisa dipakai untuk menulis perintah-perintah kode. Macromedia Dreamweaver 8 adalah salah satu solusinya. Software ini bisa digunakan untuk menulis script CSS, HTML, PHP, JavaScript, dan lain sebagainya. Selain itu, software ini membutuhkan memori yang sedikit, sehingga ringan digunakan. Ukurannya juga kecil, hanya 60MBan!

Meskipun macromedia sudah tidak lagi berjalan, dan produk ini akhirnya diteruskan oleh Adobe. Tapi masih banyak programmer yang memakai Macromedia Dreamwaver. Disini saya akan memberikan link download macromedia dreamwaver plus crack nya.

Continue Reading »

Cara Mengurutkan Data dalam Tabel SQL

"Om Swastiastu"

Sebelumnya saya sudah memberikan mengenai cara mengupdate data dalam tabel dan cara mendelete data dalam tabel. Kali ini saya akan memberikan cara untuk mengurutkan data dalam tabel pada SQL. Pengurutan data diperlukan untuk mengurutkan data. Biasanya sering digunakan saat kita menampilkan data yang banyak.

Untuk mengurutkan data, kita menggunakan sintaks ORDER BY. Selain itu, metode pengurutan data juga ada dua. ASCENDING dan DESCENDING. Sintaks ASC berfungsi untuk mengurutkan data secara ascending atau dari kecil ke besar. Sedangkan sintaks DESC berfungsi untuk mengurutkan data secara descending atau dari besar ke kecil.

Continue Reading »

Upcoming Gmail Features

How many changes can you spot in this screenshot of an internal version of Gmail from the Chromium OS bug tracker?



Here's what I noticed: there are three links for "mail", "contacts" and "tasks" below Gmail's logo, there's a new button for composing messages, a "call phone" option in Gmail Chat, a drop-down for switching between Google accounts and the options that let you select unread or starred messages use less space.

{ Thanks, Mateo. }

Contoh IF Bersarang (Nested IF) dalam C++

"Om Swastiastu"

Setelah sebelumnya membahas mengenai IF bersarang dalam java, kali ini saya akan memberikan tutorial IF bersarang dalam pemrograman C++. Dalam C++ juga berlaku kondisi dimana statemen IF terdapat didalam statemen IF. Nama kondisi ini juga sama seperti di Java, yaitu nested IF atau IF bersarang.

Contoh programnya dapat kalian lihat dibawah ini:

Continue Reading »

Contoh IF Bersarang (Nested IF) dalam Java

"Om Swastiastu"

Pernyataan IF bisa berada dalam pernyataan IF. Kondisi seperti ini sering disebut sebagai IF bersarang atau nested IF. Contoh IF bersarang atau nested for dalam Java dapat kalian lihat pada contoh program dibawah ini.


import java.util.*;

public class NestedIF
{
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
int nilai;

System.out.print("Masukkan nilai ujian [ 0 - 100 ]: ");
nilai = input.nextInt();

if(nilai >=90 && nilai <=100)
System.out.println("Nilai ujian = A");
else if(nilai >=80 && nilai <=89)
System.out.println("Nilai ujian = B");
else if(nilai>=60 && nilai <=79)
System.out.println("Nilai ujian = C");
else if(nilai >= 50 && nilai <=59)
System.out.println("Nilai ujian = D");
else
System.out.println("Nilai ujian = E");
}
}


"Om Santhi, Santhi, Santhi, Om"

YouTube Increases Video Length Limit to 15 Minutes

YouTube decided to increase the video length limit from 10 minutes to 15 minutes. It may seem like a small change, but YouTube is testing the waters before dropping this limitation.

"Without question, the number one requested feature by our creators is to upload videos longer than 10 minutes. We've heard you, and today we're pleased to announce that we've increased the upload limit to 15 minutes," informs YouTube's blog.


The main reason why YouTube added a 10 minutes limitation back in 2006 was that a lot of users uploaded full-length movies and TV shows. Now that YouTube uses a content identification software and Viacom lost the case against YouTube, Google's video site can safely remove this arbitrary limitation. YouTube is cautious, so it will release incremental improvements.

"We've spent significant resources on creating and improving our state-of-the-art Content ID system and many other powerful tools for copyright owners. Now, all of the major U.S. movie studios, music labels and over 1,000 other global partners use Content ID to manage their content on YouTube. Because of the success of these ongoing technological efforts, we are able to increase the upload limit today," explains YouTube.

Find Blogs Using Google Blog Search

I remember that someone asked Matt Cutts if Google could restrict search results to homepages. He answered that it's a good suggestion, but adding [-inurl:html -inurl:htm] to your query works pretty well.

Now you can restrict Google results to homepages, but only if you're looking for blogs. Google Blog Search has always highlighted a small number of blogs related to your query and now you can find even more blogs by clicking on the "homepages" filter from Google's sidebar. Google's definitions of blogs is vague and it's likely that any site that offers feeds is included in Google Blog Search's index.

"We've updated Google Blogsearch to make it easier to find blogs that match your query, instead of just finding blog posts. The blogs tool on Google search results filters your results so you see only blog posts. We've added a homepages option that shows a full set of blogs related to your query," informs Jeremy Hylton in a Buzz post. Here are some examples: [tesla car], [google], [android].


{ spotted by François Beaufort. }

YouTube's Playlist Bar

YouTube started to show a persistent bar at the bottom of the page that shows the videos from the active playlist. For example, if you click on a video from your subscriptions, the bar lists other recent videos uploaded by your favorite users. Click on one of your favorite videos and the bar is populated with the rest of the videos. The bar is also useful if you add videos to the queue, a temporary playlist built dynamically.


Sterling, a reader of this blog who noticed the new bar, found an annoyance: "Even if the cursor isn't over the bar, it still pops up, so if you go rate a video, favorite or share it, as soon as you move near the bar, it pops up, blocking those settings, so you have to either scroll down or click on the bar to collapse it. It looks like the spot where the bar is triggered is just above where the video player ends when it's in shrink mode."

Once you collapse the bar, it no longer auto-expands, at least until you watch a new video. I couldn't find a setting that disables the bar or moves it to its original position.

{ Thanks, Sterling. }

Cara Mendaftarkan Blog ke Google

"Om Swastiastu"

Banyak tehnik yang dipakai agar blog atau situs kita dikunjungi banyak orang. Diantaranya melakukan kegiatan blogwalking, mengunjungi situs-situs terkenal, memberi komentar pada postingan blog orang lain, dan mendaftarkan blog ke mesin pencari. Berikut adalah tips untuk mendaftarkan blog kalian ke mesin pencari. Banyak mesin pencari yang digunakan diseluruh dunia, akan tetapi Google merupakan yang paling banyak digunakan.

Nah, jika kalian mempunyai blog atau situs, dan ingin blog atau situs kalian ini dikunjungi banyak orang, salah satu caranya adalah dengan mendaftarkan blog atau situs kalian ke Google. Caranya gampang, lihat tutorialya disini.
Masuk aja ke situs ini: "http://www.google.com/addurl/"
Nah, jika kalian sudah berada pada halaman situs ini, isilah form yang ada pada halaman situs ini..
Berikut langkah-langkahnya.

Continue Reading »

Cara Memasang Kolom 7 Iklan di Blog

"Om Swastiastu"

Ada yang ingin menambahkan sesuatu yang baru dalam blognya? Misalkan kolom iklan yang diletakkan diatas tempat posting. Seperti yang terdapat dalam blog IT Programmer ini, terdapat 7 kolom iklan yang berbaris diatas tempat posting artikel IT Programmer. Untuk itu saya akan memberikan tips dan trik ini kepada teman-teman sekalian.

Kolom 7 iklan ini tentu akan sangat berguna untuk menambah space kolom untuk iklan kalian, selain itu, jika kalian mengikuti program seperti PPC atau PTC, kalian dapat memasang bannernya disana, sehingga bisa mendapatkan refferal dari pengunjung.

Continue Reading »

More About Google's Experiments

A new Google paper gives more information about Google's experiments. Google tests many new features on a subset of users and that's the reason why you may see a different Google search interface, a new background color for Google ads or more Google search results.
At Google, experimentation is practically a mantra; we evaluate almost every change that potentially affects what our users experience. Such changes include not only obvious user-visible changes such as modifications to a user interface, but also more subtle changes such as different machine learning algorithms that might affect ranking or content selection. (...)

An experiment in web search diverts some subset of the incoming queries to an alternate processing path and potentially changes what is served to the user. (...) In addition to specifying how serving is changed via alternate parameter values, experiments must also specify what subset of traffic is diverted. One easy way to do experiment diversion is random traffic, which is effectively flipping a coin on every incoming query. One issue with random traffic experiment diversion is that if the experiment is a user-visible change (e.g., changing the background color), the queries from a single user may pop in and pop out of the experiment (e.g., toggle between yellow and pink), which can be disorienting. Thus, a common mechanism used in web experimentation is to use the cookie as the basis of diversion; cookies are used by web sites to track unique users. In reality, cookies are machine/browser specific and easily cleared; thus, while a cookie does not correspond to a user, it can be used to provide a consistent user experience over successive queries. For experiment diversion, we do not divert on individual cookies, but rather a cookie mod: given a numeric representation of a cookie, take that number modulo 1000, and all cookies whose mod equals 42, for example, would be grouped together for experiment diversion. Assuming cookie assignment is random, any cookie mod should be equivalent to any other cookie mod.

That's probably the reason why you can "opt-out" from an experiment by clearing Google cookies.

{ via SEO by the Sea }

A New Social Google Service?

There's a lot of speculation about a new Google service called "Google Me" that is supposed to compete with Facebook. Most likely, the service will expand the already existing profiles and activity streams, while adding support for social apps.

Wall Street Journal reports that Google has been in discussion with companies that develop social games for Facebook. "Google is in talks with several makers of popular online games as it seeks to develop a broader social-networking service that could compete with Facebook, according to people familiar with the matter."

Google's CEO, Eric Schmidt, said that "the world doesn't need a copy of the same thing", suggesting that Google won't try to imitate Facebook. It's clear that Google hasn't anticipated Facebook's success, placed losing bets and efforts like OpenSocial couldn't save Facebook's competitors from extinction.

Now that people spend a lot of time online using Facebook and find information filtered by their friends, even Google's search engine can become less useful. A lot of information is trapped inside Facebook: social connections, status messages, discussions and Google can't use most of the data to improve the relevance of search results.

Google has been more concerned with creating open standards for building social apps, for delivering real-time notifications, for public preferences, aggregating social graph data, but it didn't manage to build a coherent user experience that links all these pieces.

Membaca Data dari Keyboard dalam Java

"Om Swastiastu"

Dalam pemrograman Java, tidak ada syntax sederhana membuat perintah untuk memasukkan data dari keyboard. Tidak seperti C++, ketika kita ingin memasukkan data dari keyboard, kita cukup membuat syntax cin (C in). Nah, untuk itu saya akan memberikan tips ini.
Kita akan membuat class yang berfungsi untuk memudahkan kalian dalam memasukkan data dari keyboard. Syaratnya, tentu jika kalian membuat program lain, dalam folder program tersebut class dari file ini juga harus ada dalam folder tersebut.

Sintaksnya dapat kalian lihat disini:
Continue Reading »

Cara Mengembalikan Data MMC atau MicroSD

"Om Swastiastu"

Sebelumnya saya sudah memberikan tips untuk mengembalikan data di SimCard. Bagaimana dengan kartu memori seperti MMC atau MicroSD? Kita juga bisa mengembalikan data yang hilang pada kartu memori tersebut. Seperti dokumen, lagu, foto, video, atau mungkin SMS.

Sebelumnya kalian membutuhkan sebuah card reader untuk menghubungkan kartu memori kalian ke PC. Setelah itu, download dan install software recovery pada PC.
Continue Reading »

Cara Mudah Restart BlackBerry

"Om Swastiastu"

Siapa yang mempunyai hape BlackBerry? Apakah BlackBerry kalian pernah mengalami gejala aneh seperti hang? Jika BlackBerry kalian mengalami gejala seperti ini, cara mudah untuk mengobatinya adalah dengan me-restart BlackBerry kalian tersebut. Selain itu, dengan sering merestart BlackBerry secara rutin, kita juga dapat melakukan perawatan terhadap memori dan sistem handheldnya.

Untuk merestartnya mungkin kalian perlu menekan beberapa tombol yang agak susah. Apalagi jika BlackBerry QWERTY. Nah, sekarang ini sudah ada aplikasi yang bisa merestart Blackberry kalian. Dengan aplikasi ini, kalian mampu merestart BlackBerry kalian tanpa perlu melepas back cover atau baterai atau menekan beberapa tombol khusus yang rumit dan merepotkan. Download saja aplikasi untuk merestart BlackBerry ini.
Continue Reading »

Google Punch

A video posted by Google shows the name of a new Google Docs feature: Google Punch. A "punch" is a Google Docs filetype, just like a document, a spreadsheet or a presentation.


Here's the video:



One of the definitions of the word "punch" is "an iced mixed drink usually containing alcohol and prepared for multiple servings; normally served in a punch bowl". Maybe Google Punch is a free-form document that lets you combine data from other documents, spreadsheets, presentations and forms. What do you think?

{ Thanks, Jeremy and Mark. }

Operator Perbandingan (Relasional) dalam Java

"Om Swastiastu"

Selain operator aritmatika, dalam pemrograman java juga terdapat operator perbandingan atau operator relasional. Operator perbandingan yang digunakan dalam pemrograman java dapat kalian lihat pada gambar disamping.

Ekspresi yang menggunakan operator relasional akan menghasilkan nilai benar (true) atau salah (false). Dan operator perbandingan ini hanya dapat digunakan atau hanya berlaku khusus untuk tipe data primitif saja, seperti integer, double, dan lainnya (String tidak termasuk).
Continue Reading »

Operator Aritmatika dalam Pemrograman Java

"Om Swastiastu"

Untuk membuat program yang terdapat operasi matematika dalam Java, kita menggunakan operator aritmatika.Sama seperti pemrograman C++, Java juga memiliki operator aritmatika. Operator-operator aritmatika Java dapat kalian lihat pada tabel dibawah ini:
Itulah operator aritmatika yang terdapat dalam Java. Jika terdapat contoh expresi seperti berikut:
Continue Reading »

Google's New Dictionary OneBox

Google added a new OneBox result for definitions. The OneBox uses data from Google Dictionary, shows pronunciation information, short definitions and links to other reference sites like Dictionary.com and Answers.com. Google shows the definition of an English word only if it's likely to be useful, so you'll usually see the OneBox when you search for obscure words or technical terms.


"We added implicit triggering, which means you can simply search for [flummox] and find the definition, you don't have to search for [define flummox] or [what is flummox]. We've also improved the definition result snippet to show more details such as parts of speech and pronunciation," explains Google.

Unfortunately, Google's new OneBox is redundant and inconsistent. If you type [salient] in Google's search box, Google Suggest already shows a definition of the word from Princeton's WordNet.


Search for [define salient] and Google shows a definition from WordNet, not from Google Dictionary.


Tip: to trigger the new OneBox when it's not displayed by default, add en:en to your query. For example, search for [en:en emulsion].

A Strange Gmail Bug

Steven Schofield noticed a strange Gmail bug: attachments use more storage than they should.

For example, one of my Gmail accounts used 1567 MB of storage. I composed a new message, attached a file that had about 8.42 MB and saved it as a draft. Gmail's footer message was: "You are currently using 1590 MB (21%) of your 7479 MB." Gmail used 3 times more storage for my message and MIME encoding couldn't add so much overhead. I discarded the message and Gmail informed me I was using 1579 MB. After composing a message and deleting it, I lost about 12 MB.

I composed another message, attached the same file and sent it to an email address. Gmail used 23 MB to send a file that only had 8.42 MB. After deleting the message, I lost once again 12 MB of storage.

The most likely explanation is that Gmail's Flash uploader creates hidden messages for each file you upload. When Gmail launched the Flash uploader, these temporary messages were sent to the trash. Now they're probably no longer displayed.

Update (a day later): it's fixed. Google now shows the temporary messages from the trash.

Labels

Web Search Gmail Google Docs Mobile YouTube Google Maps Google Chrome User interface Tips iGoogle Social Google Reader Traffic Making Devices cpp programming Ads Image Search Google Calendar tips dan trik Google Video Google Translate web programming Picasa Web Albums Blogger Google News Google Earth Yahoo Android Google Talk Google Plus Greasemonkey Security software download info Firefox extensions Google Toolbar Software OneBox Google Apps Google Suggest SEO Traffic tips Book Search API Acquisitions InOut Visualization Web Design Method for Getting Ultimate Traffic Webmasters Google Desktop How to Blogging Music Nostalgia orkut Google Chrome OS Google Contacts Google Notebook SQL programming Google Local Make Money Windows Live GDrive Google Gears April Fools Day Google Analytics Google Co-op visual basic Knowledge java programming Google Checkout Google Instant Google Bookmarks Google Phone Google Trends Web History mp3 download Easter Egg Google Profiles Blog Search Google Buzz Google Services Site Map for Ur Site game download games trick Google Pack Spam cerita hidup Picasa Product's Marketing Universal Search FeedBurner Google Groups Month in review Twitter Traffic AJAX Search Google Dictionary Google Sites Google Update Page Creator Game Google Finance Google Goggles Google Music file download Annoyances Froogle Google Base Google Latitude Google Voice Google Wave Google Health Google Scholar PlusBox SearchMash teknologi unik video download windows Facebook Traffic Social Media Marketing Yahoo Pipes Google Play Google Promos Google TV SketchUp WEB Domain WWW World Wide Service chord Improve Adsence Earning jurnalistik sistem operasi AdWords Traffic App Designing Tips and Tricks WEB Hosting linux How to Get Hosting Linux Kernel WEB Errors Writing Content award business communication ubuntu unik