Rabu, 30 Juni 2010

Project Progress 30-06-2010

Progress Project 30/06/2010:

1. Innovaction : Brand New Intro (its 90% Agreed in Klapa, Bali Meeting), do Final Revision
2. Asteros : Waiting for Final Aproval (DEMO version asteros.benediqueit.com)
3. Ellingbra : DONE 100%
4. Bakmi Grand Kelinci : Doing Programming for the websites

Selasa, 29 Juni 2010

Google said "Indeks Pencarian Kami yang Baru : Caffeine" (Our new search index: Caffeine)

Today, we're announcing the completion of a new web indexing system called Caffeine. Caffeine provides 50 percent fresher results for web searches than our last index, and it's the largest collection of web content we've offered. Whether it's a news story, a blog or a forum post, you can now find links to relevant content much sooner after it is published than was possible ever before.

Some background for those of you who don't build search engines for a living like us: when you search Google, you're not searching the live web. Instead you're searching Google's index of the web which, like the list in the back of a book, helps you pinpoint exactly the information you need. (Here's a good explanation of how it all works.)

So why did we build a new search indexing system? Content on the web is blossoming. It's growing not just in size and numbers but with the advent of video, images, news and real-time updates, the average webpage is richer and more complex. In addition, people's expectations for search are higher than they used to be. Searchers want to find the latest relevant content and publishers expect to be found the instant they publish.

To keep up with the evolution of the web and to meet rising user expectations, we've built Caffeine. The image below illustrates how our old indexing system worked compared to Caffeine:


Our old index had several layers, some of which were refreshed at a faster rate than others; the main layer would update every couple of weeks. To refresh a layer of the old index, we would analyze the entire web, which meant there was a significant delay between when we found a page and made it available to you.

With Caffeine, we analyze the web in small portions and update our search index on a continuous basis, globally. As we find new pages, or new information on existing pages, we can add these straight to the index. That means you can find fresher information than ever before—no matter when or where it was published.

Caffeine lets us index web pages on an enormous scale. In fact, every second Caffeine processes hundreds of thousands of pages in parallel. If this were a pile of paper it would grow three miles taller every second. Caffeine takes up nearly 100 million gigabytes of storage in one database and adds new information at a rate of hundreds of thousands of gigabytes per day. You would need 625,000 of the largest iPods to store that much information; if these were stacked end-to-end they would go for more than 40 miles.

We've built Caffeine with the future in mind. Not only is it fresher, it's a robust foundation that makes it possible for us to build an even faster and comprehensive search engine that scales with the growth of information online, and delivers even more relevant search results to you. So stay tuned, and look for more improvements in the months to come.

Source : http://googleblog.blogspot.com/2010/06/our-new-search-index-caffeine.html

Kamis, 24 Juni 2010

The 10 Most Marketable Web Development Skills

This is a guest article by Stephen Ward. He writes for DailyBits.com, a blog focused on web development, software and online marketing.

129diggsdiggSo you're interested in a career in web development. You already know a thing or two about HTML and CSS. Maybe you've created a few static websites. You're interested in learning more, but there are so many different directions you could take. What's the next step to really get your web development career off the ground?

If this sounds like you, or if you're just interested in improving your existing job prospects, here are 10 web development skills that you can learn to boost your marketability. They apply both to corporate environments and web startups. Update: a note that these skills are listed in alphabetical order.

ASP & VBScript

What are they? ASP is a server-side script processor developed by Microsoft. VBScript is the programming language most often used to power it.

Why are they important? When it comes to server-side programming, ASP enjoys popularity comparable to PHP due to Microsoft's heavy market share. VBScript, in addition to its use with ASP, can also be used client-side in much the same way as JavaScript, although support for this is spotty outside of Internet Explorer. Additionally, VBScript can be used to create desktop applications for Windows. Because of these varied uses on Microsoft products, VBScript is very handy for developers who work in Microsoft-centric environments and large corporations.

Where can I learn more?

C# or VB.Net

What are they? C# and VB.Net are general-purpose programming languages. Both were developed by Microsoft as part of its .Net initiative.

Why are they important? As part of the .Net framework, C# and VB.Net are often used for code-intensive projects that simpler runtime languages aren't well-equipped to handle. In usage and syntax, C# is very similar to Java, whereas VB.Net strongly resembles Visual Basic. Learning either is a good path to heavy back-end development and software houses that focus on web development.

Where can I learn more?

Flash & ActionScript

What are they? Adobe Flash is a development environment that allows you to create dynamic visual presentations for the web. ActionScript is a scripting language used to add interactivity to those presentations.

Why are they important? With the ability to make truly beautiful web applications that are deeply and uniquely interactive, Flash enjoys heavy market demand. Nowadays, entire websites are built as stand-alone Flash applications, while other websites make use of simpler Flash animations to add the same cutting-edge feel to an otherwise static page. Knowing Flash is enough to build the latter, but you'll need to pick up some ActionScript to accomplish the former. Especially when combined with other design skills ( i.e., CSS, PhotoShop, etc.), knowing Flash and ActionScript is a great way to find work in the front-end development arena and on design studios.

Where can I learn more?

Java

What is it? Java is a widely portable programming language that can be used for both client-side and server-side web applications.

Why is it important? Unlike more specialized languages, Java is versatile enough to be used in many different development contexts. For example, Java applets allow a programmer to create client-side applications, while Java Server Pages (JSP) produce dynamic, server-side content in much the same way as PHP or ASP. Because you can take it with you into different environments, learning Java is particularly worthwhile if you anticipate changing to another programming career in the future.

Where can I learn more?

JavaScript & AJAX

What is it? JavaScript is a popular client-side scripting language. AJAX is a web development technique that combines Asynchronous JavaScript and XML. It became popular in 2005 thanks to Google's support.

Why is it important? Between JavaScript, JScript, VBScript, and the like, JavaScript is arguably the most popular. It enjoys wide browser support and is integral to prevailing web methodologies like DHTML and AJAX. Along with HTML and CSS, it is considered a standard of web development that few professionals in the industry can do without. AJAX, on the other hand, enables web developers to create better, faster and more interactive web pages and applications. Basically it makes possible for the Javascript to communicate directly with the server, so specific data can be exchanged without reloading the page.

Where can I learn more?

Perl

What is it? Perl is a general programming language that is often used for CGI applications and server-based scripting. It is used by Google on many applications, which makes it very marketable.

Why is it important? Perl can be described as the Swiss army knife of web programming languages; with the right modules, it can do pretty much anything. Although not strictly built for web development, it is a favorite for server scripting tasks and can be used to pass information to and from external applications. Mastering Perl is especially useful for those looking to get into server administration.

Where can I learn more?

PHP

What is it? PHP is a popular server-side programming language. Considering it is an open source language, many web startups use as a backbone for applications and server-side scripting.

Why is it important? PHP is one of the most popular and widely-used server-side programming languages. It forms the backbone for popular web frameworks like WordPress, PHPbb, osCommerce, and MediaWiki and has a large community of open source developers behind it. PHP is an excellent path to general web development work, particularly in Linux and other non-Windows server environments.

Where can I learn more?

Python

What is it? Python is a high-level general programming language.

Why is it important? Python is often praised for its simplicity. It is described as easy to learn, easy to read, and easy to implement, making it ideal for rapid web development. Mastering it is a good way to find work in a web design studio or indie web development.

Where can I learn more?

Ruby & Ruby on Rails

What is it? Ruby is an open source programming language. Ruby on Rails is a web development framework that utilizes Ruby.

Why is it important? Although Ruby doesn't enjoy as much widespread popularity as some other programming languages, it forms the backbone for Ruby on Rails, a web development framework that has gained momentum in recent years. This combination is particularly well-known for rapid, intuitive web programming in much the same way as Python, and is often used for the same sort of projects.

Where can I learn more?

Structured Query Language (SQL)

What is it? SQL is a language used to interact with relational databases.

Why is it important? Most dynamic websites make at least some use of databases, and many do so extensively. Although it's not technically a programming language, SQL is nonetheless vital to any serious web programmer's skill set. Popular database management systems that use SQL include MySQL and MSSQL.

Where can I learn more?

Rabu, 23 Juni 2010

Menghitung Biaya Pembuatan Website Bisnis

Personal Computer

Untuk dapat memberikan kesan yang baik bagi konsumen dan calon konsumen, sebuah website bisnis harus direncanakan dengan tepat dan maksimal sehingga efektif namun efisien dari segi biaya. Pebisnis sudah mulai menggunakan website sebagai sara promosi online, namun tidak sedikit juga memulai usaha mereka dari situs jejaring sosial seperti Facebook. Mereka memilih website atau jejaring sosial tentunya berdasarkan pertimbangan tertentu, seperti biaya. Menghitung biaya pengelolaan website secara akurat harus dilakukan bagi pebisnis yang ingin memiliki website sebagai sarana promosi online mereka. Menghitung biaya pembuatan dan pengelolaan website bisnis dapat dilihat dari hal-hal berikut:

Biaya Pembuatan Website

Biaya pembuatan website mengalami penurunan yang sangat drastis dibanding lima tahun yang lalu. Dasar penghitungan pun saat ini telah berubah. Dulu sebelum era CMS berkembang, website cenderung statis, maka hitungan biaya pun diukur dari jumlah halaman yang dibuat. Dengan CMS, maka variabel penghitungan biaya pembuatan website pun berubah. CMS yang dibuat khusus untuk satu website tentunya lebih mahal dibanding dengan penggunaan CMS Open Source seperti WordPress atau Joomla. Bahkan beberapa desainer tidak mengenakan biaya atas penggunaan CMS Open Source tersebut.

Biaya Desain

Kata-kata yang paling sering saya dengar ketika seseorang ingin membuat website adalah pertanyaan tentang “Berapa harga web yang sederhana?”. Definisi sederhana seringkali bias, yang saya tangkap dari hal ini adalah, sederhana dalam artian website yang tidak mementingkan seni dan keindahan atau bisa dianggap asal online. Sebaiknya hindari membuat website yang “sederhana” sebagai promosi online Anda. Desain yang baik adalah desain yang mencerminkan image/citra perusahaan atau bisnis Anda. Meskipun hanya berupa usaha kecil atau menengah, tentunya citra perusahaan akan sangat berpengaruh pada kesuksesan bisnis Anda. Tentunya Anda tidak ingin calon konsumen Anda lari hanya karena mereka melihat halaman depan website Anda yang kurang berkesan “profesional”.

Biaya Hosting dan Pendaftaran Nama Domain

Variabel biaya yang sangat penting untuk diperhatikan adalah biaya hosting dan pendaftaran Nama Domain. Berbagai macam paket hosting bisa Anda cari dari website-website penyedia layanan ini. Jangan terpaku pada harga sewa yang murah, sebaiknya pilih jasa layanan hosting yang menjamin keamanan data dan kelangsungan hidup website Anda nantinya. Sebisa mungkin hindari penggunaan domain gratisan untuk website bisnis. Sekali lagi, image perusahaan Anda harus didahulukan untuk kemajuan bisnis Anda.

Biaya Perawatan Website

Perawatan website juga harus diperhatikan sebagaimana Anda merawat dan memelihara tempat usaha Anda. Salah satu yang harus diperhatikan adalah rangking website Anda pada search engine. Di sinilah diperlukan beberapa teknik dan strategi SEO, yaitu mengoptimalkan isi website Anda agar lebih mudah ditemukan pada hasil pencarian search engine. Biaya yang muncul dari sini contohnya adalah biaya untuk pemasangan iklan dan semacamnya.

Kesimpulan

Biaya yang diperlukan untuk membangun sebuah website bisnis pastinya berbeda-beda tergantung dari banyak faktor seperti fitur yang diperlukan, kualitas dan kerumitan desain, kapasitas desainer, dan faktor-faktor lainnya. Biaya minimal yang ditetapkan antara web designer satu dan yang lainnya pun bisa bervariasi. Beberapa pembuat website (Bukan designer) bahkan menetapkan harga yang sangat murah. Di Yogyakarta, terdapat seorang pembuat website yang menawarkan jasa pembuatan website dengan harga hanya Rp.300.000,-. Bisa ditebak, hasil yang didapat adalah website murahan yang justru tidak akan efektif untuk promosi Anda.

Sebelum memutuskan untuk membuat website dan untuk menentukan biaya dengan tepat, ada baiknya Anda menimbang dulu website seperti apa yang Anda inginkan, bagaimana spesifikasi yang Anda inginkan dan lain-lain. Selalu konsultasikan dengan web designer segala detail yang Anda inginkan tentang website Anda agar tercapai kesepakatan yang tidak saling merugikan. Dalam artikel berikutnya, akan saya berikan petunjuk bagaimana memilih web designer yang tepat untuk membantu mempromosikan bisnis Anda secara online.

sumber :

http://preaxz.com/2010/03/menghitung-biaya-pembuatan-website-bisnis/

Senin, 14 Juni 2010

Project Progress 14-06-2010

Dear All,

These are our project progress :

1. Bakmi Grand Kelinci (Layout Design) - 75%
2. Ellingbra - Finishing and Products Input (95%)
3. Asteros - Design and Programming (75%)
4. Innovaction Yves Andre Intro - Last Revision 96%

Sabtu, 05 Juni 2010

Saturday, Holiday Works

IT Suppose to be holiday now, on Saturday, but We must finish up Ellingbra n Asteros, and Innovaction,

So its a workday, haha... Me and Lucky, both @Office.

Kamis, 03 Juni 2010

Project Progress & Bug Fixing

1. Innovaction : Last Revision (Woman with lot of petals, wow, crazy works on their, but we have to make it, GREAT Effort Team!)
2. Bakmi Grand Kelinci : Make the 1st Layout! Hope will be this day finish
3. Asteros : Finish First Revision, then Doing Intro Layout
4. GASP Shout : Finish for the Exhibition "Summer Essentials"
5. Ellingbra : Doing First Demo
6. Peradi News Websites : Doing first DEMO (Still in progress...)
7. GPA : Final Revision

Bug Fixing :
1. Hope International School (Calendar & Events)

Selasa, 01 Juni 2010

Meet the GASPShout

Meet the GASPShout at Cilandak Town Square 01 June 2010,




more info www.gaspshout.com

Pagi yang Cerah

Pagi yang cerah, kami harus mengejar Progress :
1. Innovaction : Last Revision
2. Bakmi Grand Kelinci : Waiting for Logo and ETC
3. Asteros : Doing First Revision
4. GASP Shout : Doing insertion of Todays Events
5. Ellingbra : Doing First Revision
6. Peradi News Websites : Doing first DEMO
7. GPA : Final Revision

Choose Topic

benediQue (18) IT Solution (10) pembuatan website (10) progress (10) project (9) Berita IT (8) IT (7) buat web (7) cara buat web (7) it business (7) toko online (7) web3days (7) FEEL IT (6) bisnis (6) company profile (6) innovaction (6) konsep programming (6) php (6) Google (5) Tutorial (5) bahasa pemrograman (5) belajar (5) harga murah (5) harga pembuatan website (4) programming concept (4) yves andre (4) flash (3) html (3) jQuery (3) programming language (3) 3d animation (2) Ajax (2) bakmi grand kelinci (2) css (2) dokumentasi (2) flash intro (2) javascript (2) membuat website (2) netbeans (2) perfume (2) Ajax Library (1) GPA (1) Google Code (1) Indonesia (1) Mootools (1) Sistem Operasi Linux (1) Welcome (1) animation (1) animation house (1) appologize (1) asteros (1) benedique client (1) benedique portfolio (1) blog (1) bug fixing (1) caffeine (1) cara membuat website (1) cara membuat website gratis (1) client (1) cool intro (1) daftar framework (1) design web (1) ellingbra (1) facebook apps (1) fanzilla (1) framework (1) gasp (1) gasp shout (1) gaspshout (1) google search (1) harga buat web (1) harga buat website (1) jasa membuat website (1) jasa pembuatan website (1) kebutuhan skill web developer (1) klien (1) membuat website gratis (1) menkominfo (1) model view controller (1) mvc (1) mysql (1) pola programming (1) programmer (1) programming pattern (1) rpm konten multimedia (1) search engine optimization (1) seo (1) skill programmer (1) skill web developer (1) subversion (1) tvc (1) web company profile (1) web developer (1) website perusahaan (1)