Download Video Menyelesaikan Rubik 5x5

"Om Swastiastu"

Setelah sebelumnya memberikan video tutorial rubik 3x3 dan 4x4, kali ini IT Programmer akan memberikan link download video tutorial menyelesaikan rubik 5x5. Video tutorial kali ini merupakan lanjutan dari video tutorial rubik sebelumnya. Dan yang membuat video tersebut juga merupakan orang yang sama.

Jadi, jika kalian mengikuti video tutorial yang saya berikan ini dari awal, maka tidaklah sulit untuk memahami permainan rubik ini. Karena setiap penyelesaian rubik tersebut berkaitan satu sama lain. Nah, silahkan download video ini pada link dibawah:
Continue Reading »

Membuat Animasi GIF dengan Photoshop CS4

"Om Swastiastu"

Ingin tahu cara membuat banner yang bergerak-gerak seperti yang terlihat pada banner blog IT Programmer? Ada dua cara untuk membuat banner yang bisa bergerak. Yang pertama menggunakan flash, dan yang kedua menggunakan GIF. Nah, kali ini kita akan belajar menggunakan cara yang kedua, yaitu membuat animasi GIF. Software yang kita gunakan disini adalah Adobe Photoshop CS4.

Sangat mudah untuk membuat animasi GIF dengan Photoshop. Mugkin kalian tidak mengetahui kalau Photoshop dapat digunakan untuk membuat gambar animasi GIF. Tapi pada kenyataanya, photoshop dapat digunakan untuk membuat animasi GIF. Perhatikan tutorial berikut ini.

Continue Reading »

YouTube's Interactive Transcripts

YouTube added a cool feature for videos with closed captions: you can now click on the "transcript" button to expand the entire listing. If you click on a line, YouTube will show the excerpt from the video corresponding to the text. If you use your browser's find feature, you can even search inside the video. Here's an example of video that includes a transcript.


YouTube lets you upload a transcript file for a video and it can automatically generate the appropriate timestamps. "YouTube uses experimental speech recognition technology to provide automatic timing for your English transcript. Automatic timing creates a caption file that you can download."

{ Thanks, Bogdan. }

Try Google Docs Without a Google Account

Now you can try Google Docs even when you don't have a Google account. It's not difficult to create a Google account, but sometimes you want to show someone how Google Docs works without revealing sensitive information from your Google account.

If you go to https://docs.google.com/demo/, you can start editing a document, a spreadsheet or a drawing and share the links with other people, so you can collaborate in real-time. Google says that the documents are only available for 24 hours from the time they are created.


It would be nice to create documents in Google Docs or upload files to Google Docs without associating them to a Google account. Maybe they aren't very important or maybe they include important information that you aren't allowed to post.

{ via Matt Cutts }

When Google Bans Its Own Discussion Group

Google employees use Google's services to get feedback from users and to share the latest updates: Blogger, Google Groups, YouTube, Google Moderator, Google Spreadsheets and more. Some important benefits are that they test Google's services, find bugs and they're more likely to improve the services. Often, Google's employees are regular users and they'll see the same bugs and limitations as any other Google user.

Stefan Küng clicked on a link from Google Talk Labs Edition FAQ which was supposed to send him to the Google Talk Labs Edition Group. Unfortunately, Google's own group has been removed because it violated Google's Terms Of Service.


The terms of use forbid users from posting "inappropriate, defamatory, infringing, obscene, or unlawful content", "messages that promote pyramid schemes, chain letters or disruptive commercial messages or advertisements" or messages that "transmit any viruses, worms, defects, Trojan horses, or any items of a destructive nature". Spam is still a big problem for Google Groups and it's likely that the Google Talk Labs Edition Group was a great place for posting spam messages.

Google Classic Plus

The new feature that lets you add a background image to Google's homepage has a name reminiscent of Microsoft: "classic plus". When you click on the link to iGoogle, there's an option to switch to the classic homepage. Now the classic homepage has an important feature that was only available in iGoogle: themes.


It will be interesting to see if Google adds more features from iGoogle to the "classic plus" homepage. Google could add some simplified gadgets that show if you have new messages in your Gmail inbox, new events in your Google Calendar agenda, gadgets for weather and news. Since Google only shows the search box and the two search buttons if you don't move your mouse, the gadgets wouldn't clutter the homepage.

Why Google Web History Is Enabled by Default

When you create a Google Account, the option to store all your queries and the search results you click on is enabled by default. Google Web History keeps track of all your Google searches and associates them with your account so that Google can personalize search results.


Jonathan McPhie, Product Manager at Google, explains why Google Web History is enabled by default:
We've found that it is difficult to articulate the usefulness of having Web History turned on without trying it out for yourself. This is because the changes are subtle and vary from person to person. Having this feature on by default allows users to enjoy the benefits of personalized search without going out of their way to turn it on. And this option is one of only two that we show when signing up for a new account (the other is "stay signed in"), so we feel like it has a fair amount of prominence in the process.

Google Web History can be temporarily paused or even removed from your Google Account. Initially, Google Personalized Search was an optional feature and users had to manually enable it. Now Google personalizes search results even for users that aren't logged in. If you're not signed in, Google personalizes search results using "up to 180 days of signed-out search activity linked to your browser's cookie, including queries and results you click."

Download Program menghitung Luas dan Volume Bangun Ruang

"Om Swastiastu"

Membuat suatu program untuk mencari luas atau volume bangun ruang tentu sudah biasa. Memang sangat mudah misalkan jika kita mencari luas kubik, atau mencari volume dari tabung. Nah, bagaimana kalau beberapa luas dan bangun ruang digabungkan menjadi satu? Dalam pemrograman C++, kita bisa menggunakan menu untuk membuat program seperti itu. Pada program kali ini, terdapat syntax private dan class.

Continue Reading »

Decrypting the RLZ Parameter

If you install a Google software that lets you perform searches, you'll notice that Google search URLs include a new parameter called RLZ, which has a cryptic value. Google has open-sourced the RLZ library and we can now decrypt the value sent to Google every time you search.


"Client applications with the RLZ library can use explicit cohort tagging to manage promotion analysis. A client application with a particular tag can transmit that tag as it chooses for payments and analysis purposes. As an example, the RLZ parameter "rlz=1T4ABCD_enUS202" indicates the client application is Toolbar version 4, distributed with Abcd software bundle, English version, to a US user in December 2006. This empowers computation of metrics broken down into useful dimensions," explains Google.

"T4" is a codename for Google Toolbar 4 for Internet Explorer, but Google uses many other values: "C" for Google Chrome, "D" for Google Desktop, "B" for Google Toolbar for Firefox, "U" for Google Pack. "ADBR" is a code that identifies the distribution channel. "This correlates to how the user got the software (ie. they downloaded it by itself vs. it came pre-installed on their new computer vs. it came with a partner's software)." "c" is a value that tells Google if someone was already a Google user.

The library sends Google two other interesting values: install cohort (the country and week of the user's installation event) and first search cohort (the country and week of the user's first Google search). The week is measured as the number of weeks since Feb 3, 2003. For this example, "US239" informs Google that the user performed a search from the US in September 2007.

It's interesting to notice that Google measures the success of a campaign that promotes Google Toolbar, Google Chrome or other Google software by counting the number of Google searches.

Google Indexes Mobile Apps

Sometimes, when you use a smartphone, the best search result is not a web page, it's an application. That's probably the reason why Google added an OneBox for iPhone and Android apps. If you enter a query that includes keywords like "download", "application" or "app" on an iPhone or on an Android phone, you'll see a list of results from Apple's App Store or from the Android Market.

"You can tap these links to go directly to the app's Android Market or iPhone App Store page. You can also get a quick look at some of the app's basic details including the price, rating, and publisher. These results will appear when your search pertains to a mobile application and relevant, well-rated apps are found," explains Google.

Maybe Google will develop a full-fledged search engine for mobile apps, index reviews, show recommendations and allow developers to advertise their applications.

Add Background Images to Google's Homepage

Google's homepage has always been simple and uncluttered. Those who wanted to customize the homepage with gadgets and themes had to switch to iGoogle, the personalized Google homepage. Lately, Google's homepage has changed a lot: the search box is bigger, there's a fade-in animation and a new logo, doodles are more interactive.

Inspired by Ask.com's themes and Bing's wallpapers, Google will allow users to add a background image to the Google homepage. "We're introducing a new feature that brings a whole new level of personalization to Google by letting you add a favorite photo or image to the background of the Google homepage. You can choose a photo from your computer, your own Picasa Web Album or a public gallery hosted by Picasa which includes a selection of beautiful photos," explains Marissa Mayer.


Google says that the new feature will be gradually released in the US and it will soon be available outside US. A lot of people use Google as their homepage and many would like to customize the homepage. I'm not sure it's a good idea to add visual clutter to the Google homepage and to make it load slower, but iGoogle, Bing and Ask.com have a lot of happy users.

Tip: to see other customized Google homepages, check the #mygooglepage Twitter hashtag.

Google Employees Need Permission to Use Windows

Financial Times reports that Google will no longer use Windows internally because of security concerns.

"The directive to move to other operating systems began in earnest in January, after Google's Chinese operations were hacked, and could effectively end the use of Windows at Google, which employs more than 10,000 workers internationally. New hires are now given the option of using Apple's Mac computers or PCs running the Linux operating system. Employees wanting to stay on Windows required clearance from 'quite senior levels,' one employee said. 'Getting a new Windows machine now requires CIO approval,' said another employee."

In January, Google explained that "in mid-December, we detected a highly sophisticated and targeted attack on our corporate infrastructure originating from China that resulted in the theft of intellectual property from Google". The attacks used an Internet Explorer vulnerability and Microsoft said that they mostly targeted Internet Explorer 6.

It's strange to see that a cyber attack was one of the main reasons for closing Google's Chinese search engine and for no longer using Windows at Google. Most likely, Google intends to test Chrome OS internally and one of the most interesting things about Chrome OS is that it's very secure.

Download Sistem Informasi Toko Buku dan Taman Bacaan

"Om Swastiastu"

Ini adalah program terakhir C++ yang saya dapatkan setelah hunting di google. Kali ini saya akan memberikan program sistem informasi toko buku dan taman bacaan. Program ini menerangkan tentang apa saja yang terdapat dalam toko buku dan taman bacaan. Silahkan download programnya disini.

Download Program Sistem Informasi Toko Buku

Download Sistem Informasi Taman Bacaan

"Om Santhi, Santhi, Santhi, Om"

Bisnis PTC (Pay to Click) Terpercaya

"Om Swastiastu"

Banyak sekali PTC sites yang ada di internet sekarang ini. Banyak pula dari mereka yang tidak membayar kepada member-membernya. Bahkan ada pula PTC yang berani memberikan upah 10$ per click nya. Tapi tetap saja, itu bohong itu palsu. Nah, bagi yang ingin menikmati bisnis PTC terpercaya, kalian bisa bergabung bersama Palmbux atau Neobux. Kedua PTC tersebut sampai saat ini terbukti membayar setiap membernya.

Mungkin kalian juga sudah pernah melihat di blog lain banyak yang menyebutkan bahwa Palmbux dan Neobux adalah bisnis terpercaya yang membayar. Memang seperti itulah adanya. Walaupun dengan biaya per click yang kecil (cuma 0,01 dollar atau 100 rupiah), tapi disini kalian bisa benar-benar mendapatkan uang. Apalagi jika kalian mendapatkan banyak referal yang aktif, kalian akan lebih cepat mendapatkan dollar.

Continue Reading »

Download Program Menghitung Nilai dan IP Mahasiswa dengan C++

"Om Swastiastu"

Malam blogger, akhir-akhir ini semakin banyak tugas yang saya dapatkan dari dosen. Sehingga sedikit waktu saya untuk mengurus blog. Apalagi UAS sudah sangat dekat. Saya hanya berusaha memberikan posting artikel setiap harinya agar lebih banyak bahan yang bisa dibaca pengunjung. Nah, kali ini saya akan membagikan dua buah program yang berhubungan dengan mahasiswa. Pertama, adalah program untuk menghitung nilai mahasiswa dalam C++. Yang kedua adalah program untuk menghitung IP mahasiswa dalam C++. Bagi yang ingin melihat kedua buah program ini, bisa kalian download pada link dibawah ini.

Continue Reading »

Download Program Rental Menggunakan C++

"Om Swastiastu"

Hi sobat blogger dan programmer muda, kali ini saya kembali akan membagikan program yang telah saya dapat di google. Masih ada banyak sebenarnya, tapi saya bagikan saja satu per satu. Kali ini giliran program rental CD dan rental mobil yang akan saya berikan. Nah, buat yang butuh referensi, atau ingin mengetahui bagaimana sih contoh program rental dalam C++? Kalian bisa menemukan contoh itu disini.

Berikut ini adalah link download dari kedua program tersebut.

Continue Reading »

Menghitung Luas Lingkaran Dalam Java

"Om Swastiastu"

Membuat program luas lingkaran dalam java sama seperti membuat program luas lingkaran dalam C++. Luas lingkaran adalah 1/2 x phi x r2. Kita harus mendefinisikan nilai phi terlebih dahulu. Dalam C++, biasanya kita menggunakan syntax #define untuk mendefinisikan nilai phi. Nah, dalam java, kita langsung memberikan nilai phi ketika memasukkan variabel phi.

double phi = 3.14;

Awalnya saya menggunakan tipe data Float untuk semua variabel dalam program ini. Tapi ketika di compile, disebutkan ada yang error, padahal syntaxnya sudah benar menurut saya. Namun ketika saya ubah tipe data variabelnya menjadi Double, program langsung bisa dicompile sukses.

Continue Reading »

Download Program Sistem Informasi Perpustakaan dalam C++

"Om Swastiastu"

Begitu banyak program yang bisa dibuat menggunakan pemrograman C++. Ini adalah projek lain dari bahasa pemrograman C++ yang saya temukan di google. Saya bagikan saja langsung kepada teman-teman sekalian yang ingin mencari materi referensi pemrograman C++ untuk membuat projek. Judul dari projek ini adalah "Sistem Informasi Perpustakaan".

DOWNLOAD

"Om Santhi, Santhi, Santhi, Om"

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