Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you: Untuk menunjang kelancaran dalam Belajar Seo, aku akan ngasih Trik Menggunakan Firefox dengan efektif. ini bisa membuat pekerjaan kamu lebih cepat. lebih cepat kan lebih baik..

1: Auto complete alamat .org dan .net
Anda tentu sudah tahu fungsi ctrl+enter kan? jika anda menggunakan firefox dan mengetikan 'toptrik.blogspot' pada address bar dan menekan Ctrl+Enter maka anda akan langsung dibawa ke www.toptrik.blogspot.com. Namun bagaimana dengan alamat .org dan .net? Pada Firefox, Shift+Enter akan membawa anda pada .net dan Ctrl+Shift+Enter akan membawa anda pada .org secara otomatis.

2: Alt + D
Anda dapat menggunakan trik ini untuk memindahkan kursor ke adress bar Firefox.

3: Ctrl+T dan Ctrl+Shift+T
Ctrl+T membantu anda membuka tab baru dan Ctrl+Shift+T membuka kembali tab terakhir yang ditutup.

4: Alt+Enter
Ini akan secara otomatis membuka situs di tab lain jika anda melakukan highlight pada daftar autocomplete. Sebagai contoh, jika anda ingin membuka friendster dan anda mengetikan www.frie...., pada address bar dan ia akan mulai memperlihatkan daftar.

5: Delete Key
Menghapus alamat spesifik pada browser history atau bentuk autocomplete. Sebagai contoh, jika anda mengetikan 'bel' di Google dan mendapatkan 5 entry. Jika anda hendak menghapus entry ke dua dalam autocomplete history, cukup tekan Delete.

6: Ctrl+Tab
Ctrl+tab berpindah antar tab dengan mudah.

7: Ctrl+[1,2...9]
fungsi tambahan dari Ctrl+tab, anda dapat menekan Ctrl+ nomor yang diinginkan untuk membuka tab tertentu. Misalnya jika anda ingin membuka tab ke 3, anda dapat menekan Ctrl+3. trik menggunakan firefox

8: Spacebar dan Shift+Spacebar atau PageDown dan PageUp
Spacebar atau PageDown akan menggeser halaman ke bawah dan Shift+Spacebar atau PageUp menggeser halaman ke atas.

9: Middle Mouse Button
Anda dapat menempatkan kursor dimanapun dan klik tombol tengah mouse. Ini akan membuka halaman baru dalam tab. <>

Mudah-mudahan Trik Menggunakan Firefox ini bisa membantu ?
2013, By: Seo Master
Seo Master present to you:

How do you like your Code Review? Choose from text to audio (iTunes) and video.



We have had a varied couple of weeks, so I decided to turn on the camera, even though I am in Eldora, Colorado, up in the mountains.

First up, the Open Web Foundation. I discuss the new foundation and what it is trying to accomplish (not another standards org!).

Then we stay on the topic of the Open Web and browsers, and how Vladimir Vukićević has an promising implementation of Canvas in IE. excanvas has done this for awhile by first emulating VML, and more recently with a Silverlight bridge. Vladimir is a Mozilla hacker, and he managed to shoehorn the Firefox Canvas code in via an <object>.

We have worked out how to license our code, but what about the other stuff that a project has? What about the documentation, the samples, the protocols? The Google Code team now allows you to choose a content license to cover those bases. Just a simple drop down away in your project hosting area.

Elsewhere, in Google Code land, the code review tool that we talked about early has now made its way to Google Code. Now you can say "Looks Good To Me" to your buddies source code as he puts in a new commit on your new opensource project.

One of the most requested features on Google Code is more RSS feeds, and we have obliged with support for issues, downloads, subversion changes, and wiki updates.

Now you have the new tools, how about searching over that large amount of code that we are putting out there? Code Search just got a lot better with rich outlines showing you meta data on the file that you are in, and hyperlinking includes and such.

Moving to Ajax and the Web for a second. One of the common requests that we have had since we launched the AJAX Libraries API, is to be able to access the Google hosted popular opensource libraries on https as well. And, now we do. If your application is on https and you don't want users to see any "mixed content" messages, go ahead and use https on us too!
Google XML Pages (GXP) is a templating system we use at Google. Its main focus is markup: we mostly use it for generating HTML and XHTML, but it can work with other flavors of XML, like Atom, KML, and RSS. It also has some support for a few non-markup languages (JavaScript, CSS and plain text), though mostly for embedding them within markup.
Check it out and see how some of the Google products do the view side of MVC on the Web.

I didn't even know that Google Health was built using GWT, so it was interesting to read a retrospective on the decision.

What else has been going on?

Here are a few random things:
  • Google Calendar supports CalDAV: This is experimental, but means that you can kick up iCal and have bi-directional sync.
  • QR Code in Charts API: QR codes are 2D bar codes. You can store anything you want, but commonly people put URLs and contact information in there, that mobile phones can quickly scan.
Finally, Google Developer Day is coming to Europe, so if you are in that neck of the woods in September and October, please stop by!2013, By: Seo Master
Seo Master present to you: By Dave Borowitz, Google Git Engineer, with thanks to Augie Fackler, Lucas Bergman, Jacob Lee, and Shawn Pearce

Cross-posted from the Google Open Source Blog

We’re pleased to announce today that in addition to supporting the Subversion and Mercurial version control systems, Google Code Project Hosting now supports Git. Git is a popular distributed version control system (DVCS) like Mercurial, and it is used by many popular projects including the Linux kernel and Android.



Now, when you create a project or visit your existing project’s Administration > Source tab, you have the option of choosing Git as your version control system. You’ll enjoy all the same great Google Project Hosting features, like project updates, advanced issue tracking, and an easy-to-use VCS-backed wiki—only now, you can do it with Git. You can also create an instant server-side clone of any existing Git repository by clicking the "Create a clone" button on the project’s checkout page.

For more information, including an introduction to Git and tips on converting existing Subversion and Mercurial repositories, see the new Git section of our support wiki.

Under the Hood
Since our original announcement of Mercurial support, Git has grown significantly more popular and user-friendly, and on the technical side, it has added an efficient "smart" HTTP protocol that fits with Google’s HTTP-based infrastructure. (Note that this feature is only available in version 1.6.6 and later.)

Like our Mercurial implementation, our Git implementation stores object data in a custom data store built on Bigtable, which provides us with efficient, scalable source code repositories with near-instantaneous replication to multiple datacenters around the world. To fit with our existing Python-based system, our Git server implementation is powered in part by Dulwich.

Posted by Scott Knaster, Editor
2013, By: Seo Master