[share] Graphic Design e-Magz e-book

CGChosen|Characters


Format: Pdf
Number of Pages: 88

http://rapid*share.com/files/51357389/CGChosen_Characters.pdf
credit:william89



http://rapid*share.com/files/235424465/onmagz_02_sacrFX.rar



http://kewlshare.com/dl/82bc6f758907...05672.rar.html



http://rapid*share.com/files/232164595/DigCamWorJun09.rar




http://rapid*share.com/files/216008245/WOW_Magazine_issue_01.rar


http://rapid*share.com/files/216008246/WOW_Magazine_issue_02.rar



http://rapid*share.com/files/216008249/WOW_Magazine_issue_03.rar



http://rapid*share.com/files/216008250/WOW_Magazine_issue_04.rar

met donlot, smoga bmanfaat utk dunia desainer indonesia...
sumber: kaskus







READ MORE - [share] Graphic Design e-Magz e-book

Siapa Yang Menjiplak Artikle Blogmu?

Situs buat mengetahui siapa yang telah menjiplak artikel di blog kita. Caranya cukup mudah, gak perlu mendaftar, tinggal taruh alamat/URL blogmu trus pencet tombol "GO", tinggal tunggu bentar trus langsung keluar siapa yang ngambil ato yang copy paste artikel blogmu. Kalo untuk mengetahui siapa yang menjiplak artikel2 atau postingan2 tertentu maka yg kamu masukkan ke sana adalah link dari judul postinganmu, jadi nanti akan ketahuan siapa yang menjiplak postinganmu tersebut.

Tapi sayang untuk yang versi gratis kita hanya bisa mengetahui beberapa aja, jadi gak bisa mengetahui semua yang ngopy paste blog kita. Tapi lumayan kan buat mengintip dikit. he..he.. . OK bagi yang pengen tahu nih alamatnya http://www.copyscape.com, langsung datengin aja tuh kesana.


READ MORE - Siapa Yang Menjiplak Artikle Blogmu?

Hacking Facebook with Javascript

Hacking Facebook with Javascript
Because facebook relies so heavily on javascript, and because we can type javascript into the address bar, that means we can "poke" into the workings of facebook to do things that we wouldn't normally be able to do. It's not "hacking" exactly, but it employs the same sort of skills hackers use when looking into applications. The best part is that because it's all using the same control codes (or "API") that facebook uses, there's no way for facebook to find out you're doing it, so it's totally safe! (I think...) Besides, we're not going to be doing anything too dodgy, just a few little tweaks ;)
Facebook Hack: Sending your friends offline
Here's a funny one; if you're chatting to a friend, get them to paste the following code into their facebook address bar:
javascript:statusControl.sendVisibility(false);
It'll make them go offline! Of course it's not permanent, they can go back online by clicking the icon as normal, or by giving this command:
javascript:statusControl.sendVisibility(true);


Facebook Hack: Change profile colour
Isn't that cool? Just use the following code to get your profile colour changed and impress your friends!
javascript:void(document.getElementById ('fb_menubar').style.background='red');

Of course, you can use any colour you like; green, yellow,orange, black. It's also fun to change it to "white" so you can't see the text. Muahahaha. Again, only you can see it, and it only lasts till you refresh the page, but it's still worth it!
Facebook Hack: Get Chat History Even When Friends Aren't Online
Here's a facebook hack that's actually proven very useful to me in the past. One thing that I find annoying about facebook is that you can't retrieve chat history if your buddy is offline... well now you can! :)
Click onto your friend's profile page and copy their facebook ID from the address bar; i.e. the number after "id=", highlighted in red below:
It might look slightly different, perhaps like this: http://www.facebook.com/home.php#/profile.php?id=123132132213&ref=nf
But the important thing is to copy the number of the user, in our case 123132132213
Then while you're still on facebook, type this into the address bar:
javascript:buddyList.itemOnClick(123132132213);
(with the correct ID of course)
And their chat window will pop up, saying "Jimbo is offline". And if there's any chat history, it will be displayed. How neat is that!
You can even open a chat window to yourself by pasting your own ID into the javascript, as seen to the right. You can use it for little notes to yourself, but remember that facebook chat history is cleared every few days, so don't rely on it.
UPDATE1: A few people have had trouble pasting it in correctly, so here's how it should look
UPDATE2: Now that we have facebook usernames, it can be little harder to determine the ID of a profile, but it's still possible - here's one way: right click the "see all" friends link and choose "copy link location", like so:

Or in Internet Explorer, you can choose "open link in new tab". The resulting URL will look something like this:
http://www.facebook.com/friends/?id=YOUR_ID_HERE&view=everyone
That's it!
Facebook Hack: Change your name (temporarily)
This one's a very simple hack that you can apply to any website. As you saw in the screenshot above, I'd changed my facebook to display as "Facebook | Leet Hax0r". You can do this by using the following javascript:
javascript:void(document.title="Facebook | Neo");
Sadly, your friends will only see your actual name, not the new one, but it can make for some amusement in a computer lab class or anywhere where you can show people face to face.
Facebook Hack: Close chat windows
If you're chatting to a friend and want to close the window, sure you can just click the 'x' in the top corner, but isn't it cooler to do it with javascript? Well no not really, but if you can trick your friend into typing the following code in, you can close the chat window of anyone they're chatting to:
javascript:chatDisplay.tabs [123132132213].tabXOnClick();
That will close my chat with "123132132213''. You can send your friends that link with your own facebook ID in it, and it'll close their chat window with you! And if you happen to know that ID:123 is chatting with ID:321, you can send the following to ID:123, and when they paste it in it'll close their chat with 321!
javascript:chatDisplay.tabs[321].tabXOnClick();
Other Facebook Hacks
The hacks above are the most impressive, but there are a few other little things you can do which are mildly interesting:
Bring up notifications:
javascript:presence.toggleTab ('chat_status_control','chat_status_control_tab');
Bring up online friends list:
javascript:buddyList.toggleTab();
Bring up application tab:
javascript:applicationDock.toggleTab();
Make text bold or underlined in facebook chat: use *stars* forbold text, and _underscores_ for underlined. There is no way to get italic text on facebook; see my comment here about facebook chat italics.
That's all the hacks I've found (but I know there are more). In fact, it's possible to get your friends to "like", or "unlike" items, and I think it would be possible to get them to comment and more, but the complexity of the javascript makes it not worth doing, plus you have to get them to paste code into their address bar -there's no way to do it without getting them to do that.
Facebook Easter Egg: Pirate Language

Here's a nice little facebook easter egg for you: Go to the language settings page and scroll to the bottom of the list of languages, and somewhere around there you should see "English (Pirate)" in the list of supported languages.
Choose that language option and avast ye sails fer much facebook silliness.
Facebook Easter Egg: Konami
This one is awesome, thanks to Jim in the comments for letting me know about it.
Click in your status update box and type the following: [up] [up] [down] [down] [left] [right] [left] [right] b a [enter], and then click anywhere on the page to see lensflares:

Facebook Chat Smilies
There are a whole load of facebook emoticons available in the chat window. Here's the complete list decribing what facebook smileys there are and how to display smilies in facebook chat. This seems to have been first discovered by 20bits.com
:) :( :P :D
:o ;) 8) 8|
>:( :/ :'( 3:)
O:) :* <3 ^_^
-_- o.O <:o :v
(^^^) :3 :|] :putnam:
I hope you enjoyed that post, please thumb me up on stumbleupon or digg me if you liked it :) Happy Hacking! If you want to learn how to hack, I also have a little hacking tutorialonline that you might enjoy.

Credit: puremango
READ MORE - Hacking Facebook with Javascript

Download file di rapidshare ke handphone

Download file di rapidshare ke handphone

Wuiih kangen nih nulis d blog..oke langsung aja kali ini membahas tentang cara mendowload file di hosting rapidshare, mediafire, 4share dll.
Aplikasi yang saya gunakan adalah MobRapid-Downloader. Fungsinya adalah untuk mengambil file dari file hosting seperti rapidshare, media fire, 4share dan masih banyak lagi, ke handphone anda (yang bisa menjalankan aplikasi java dan symbia). Utamanya untuk anda yang tidak punya akun premium atau tidak bisa mendownload dari browser handphone anda.


Untuk download aplikasinya silahkan klik disini


Icon mobrapid seperti gambar yang di kotak hitam (jika sudah terdownload ke handphone)
Soal kecepatan tergantung dari operator masing-masing. Karena saya menggunakan telkomsel flash, kecepatan yang saya dapat rata-rata 30kb/s (lumayan lama...maklum kecepatan handphone tidak bisa disamakan dengan pc)
cara menggunakannya :
1. Buka aplikasi MobRapid di handphone.
2. Ketik link URL yang (alamat dari file) ingin didownload.

3. Tekan next, maka aplikasi ini akan mengecek informasi file yang dimasukkan tadi. Apakah link-nya masih hidup atau sudah expired.

4. Setelah selesai dicek, anda akan diberikan informasi tempat file yang akan didownload (jika file masih hidup/aktif)

5. Setelah itu tekan>download

6. Tunggu selama aplikasi menghubungkan dan mendownload file anda.
Jika ada yang kurang jelas silahkan bertanya, akan saya jawab semampu saya. Selamat berdownload ria!!!!


READ MORE - Download file di rapidshare ke handphone