<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>mac-osx &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/mac-osx/</link>
	<description>Feed of posts on WordPress.com tagged "mac-osx"</description>
	<pubDate>Mon, 30 Nov 2009 20:23:52 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Meh]]></title>
<link>http://borntyping.wordpress.com/2009/11/30/meh/</link>
<pubDate>Mon, 30 Nov 2009 12:00:59 +0000</pubDate>
<dc:creator>Ziaix</dc:creator>
<guid>http://borntyping.wordpress.com/2009/11/30/meh/</guid>
<description><![CDATA[Macs look pretty, Windows does the work, and Linux does whatever the other two don&#8217;t.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Macs look pretty, Windows does the work, and Linux does whatever the other two don&#8217;t. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Transform XP to Mac OSX]]></title>
<link>http://msjawahar.wordpress.com/2009/11/30/transform-xp-to-mac-osx/</link>
<pubDate>Mon, 30 Nov 2009 09:55:06 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://msjawahar.wordpress.com/2009/11/30/transform-xp-to-mac-osx/</guid>
<description><![CDATA[There are many transformation tools to convert XP to Mac OSX. This transformation pack which I found]]></description>
<content:encoded><![CDATA[There are many transformation tools to convert XP to Mac OSX. This transformation pack which I found]]></content:encoded>
</item>
<item>
<title><![CDATA[Criticism and Rebuttal: Local Games]]></title>
<link>http://playfortress.wordpress.com/2009/11/28/criticism-and-rebuttal-local-games/</link>
<pubDate>Sat, 28 Nov 2009 01:55:12 +0000</pubDate>
<dc:creator>Concord</dc:creator>
<guid>http://playfortress.wordpress.com/2009/11/28/criticism-and-rebuttal-local-games/</guid>
<description><![CDATA[The current proposal is to restructure the menu, so that Local Games are hidden more and Internet Ga]]></description>
<content:encoded><![CDATA[The current proposal is to restructure the menu, so that Local Games are hidden more and Internet Ga]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Enable NTFS R/W In Snow Leopard]]></title>
<link>http://macosxhints.wordpress.com/2009/11/26/how-to-enable-ntfs-rw-in-snow-leopard/</link>
<pubDate>Thu, 26 Nov 2009 21:28:24 +0000</pubDate>
<dc:creator>computerra</dc:creator>
<guid>http://macosxhints.wordpress.com/2009/11/26/how-to-enable-ntfs-rw-in-snow-leopard/</guid>
<description><![CDATA[NTFS write support was apparently dropped in the final release build of SL. It turns out the support]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>NTFS write support was apparently dropped in the final release build of SL. It turns out the support is still there, but disabled by default.</p>
<p>Basically, it&#8217;s running mount_ntfs with read/write option specified.</p>
<p>Here&#8217;s how it&#8217;s done in Terminal:</p>
<p>Rename the original /sbin/mount_ntfs tool by typing:<br />
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig<br />
(press Enter, then type your password in, press Enter)</p>
<p>Create a script by typing:<br />
sudo nano /sbin/mount_ntfs<br />
(press Enter)</p>
<p>Type this:<br />
#!/bin/sh<br />
(press Enter)<br />
/sbin/mount_ntfs.orig -o rw &#8220;$@&#8221;<br />
(press Enter)</p>
<p>Save the script:<br />
(press Ctrl-O, Enter, Ctrl-X in sequence)</p>
<p>Now type this in:<br />
sudo chown root:wheel /sbin/mount_ntfs<br />
(press Enter)<br />
sudo chmod 755 /sbin/mount_ntfs<br />
(press Enter)</p>
<p>Verify by typing:</p>
<p>ls -al /sbin/mount_ntfs<br />
(press Enter)</p>
<p>You should see:<br />
&#8220;-rwxr-xr-x&#8221; and &#8220;root wheel&#8221;</p>
<p>Enjoy R/W access to NTFS volumes&#8230;</p>
<p>Note:<br />
If it isn&#8217;t working for you, it may be that the NTFS partition wasn&#8217;t cleanly unmounted previously (e.g. not using safe eject in Windows). To check if this is the case, open Console in Utilities, and go to &#8216;All Messages&#8217; instead of &#8216;Console Messages&#8217;. Search for &#8216;ntfs&#8217; and you may come across an error that displays like this:<br />
NTFS-fs error (device /dev/disk3s1, pid 435): ntfs_system_inodes_get(): $LogFile is not clean. Mounting read-only. Mount in Windows.<br />
You need to plug the disk into Windows (XP, VISTA, 7) and do a safe eject. Then the NTFS partition will mount in read/write mode. This is because OS X has no &#8220;fsck_ntfs&#8221; to repair problems on the NTFS volume to make it &#8220;clean&#8221; again.<br />
In Windows You can use mountvol &#60;DRIVE&#62;: /D to unmount the drive&#8230;<br />
==================</p>
<p>In case you don&#8217;t like it:</p>
<p>sudo mv /sbin/mount_ntfs.orig /sbin/mount_ntfs<br />
(press Enter)</p>
<p>and everything is back to R/O.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What If?]]></title>
<link>http://playfortress.wordpress.com/2009/11/26/what-if/</link>
<pubDate>Thu, 26 Nov 2009 02:20:52 +0000</pubDate>
<dc:creator>Concord</dc:creator>
<guid>http://playfortress.wordpress.com/2009/11/26/what-if/</guid>
<description><![CDATA[What if Armagetron Advanced- the version one gets straight out of the box- only had Network Games? W]]></description>
<content:encoded><![CDATA[What if Armagetron Advanced- the version one gets straight out of the box- only had Network Games? W]]></content:encoded>
</item>
<item>
<title><![CDATA[Option-Click the Airport Menu for Extra Wireless Info]]></title>
<link>http://wildwynd.wordpress.com/2009/11/24/option-click-the-airport-menu-for-extra-wireless-info/</link>
<pubDate>Wed, 25 Nov 2009 00:01:07 +0000</pubDate>
<dc:creator>Wildwynd</dc:creator>
<guid>http://wildwynd.wordpress.com/2009/11/24/option-click-the-airport-menu-for-extra-wireless-info/</guid>
<description><![CDATA[I never knew this trick, will come in handy when my service seems slow. If you Option-Click the Airp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I never knew this trick, will come in handy when my service seems slow.</p>
<blockquote><p><em> If you <strong>Option-Click the Airport Menu</strong> you can get extended information about the wireless network you are connected to (and the ones you’re not as well), including Channel information, MAC address of the access point, signal strength, and the transmission rate. This is Snow Leopard only, if you haven’t upgraded to Snow Leopard yet and your Mac is compatible, it’s highly recommended.</p>
<p>Thanks to reader Jim Thorpe for the tip and screenshot!</p>
<p><a href="http://osxdaily.com/2009/11/24/option-click-the-airport-menu-for-extra-wireless-info/">Option-Click the Airport Menu for Extra Wireless Info</a></p>
<p></em></p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Statistics and Ladles]]></title>
<link>http://playfortress.wordpress.com/2009/11/24/statistics-and-ladles/</link>
<pubDate>Tue, 24 Nov 2009 23:53:39 +0000</pubDate>
<dc:creator>Concord</dc:creator>
<guid>http://playfortress.wordpress.com/2009/11/24/statistics-and-ladles/</guid>
<description><![CDATA[I set myself the task today to begin a statistical analysis for Ladles. It should be possible, with ]]></description>
<content:encoded><![CDATA[I set myself the task today to begin a statistical analysis for Ladles. It should be possible, with ]]></content:encoded>
</item>
<item>
<title><![CDATA[Software Recommendation: iStat Menus]]></title>
<link>http://tbbssotw.wordpress.com/2009/11/24/software-recommendation-istat-menus/</link>
<pubDate>Tue, 24 Nov 2009 18:13:27 +0000</pubDate>
<dc:creator>tbb505</dc:creator>
<guid>http://tbbssotw.wordpress.com/2009/11/24/software-recommendation-istat-menus/</guid>
<description><![CDATA[Description: iStat Menus is a useful tool that will help you monitor your system, right from your Ma]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Description:</strong></p>
<p><img class="alignleft size-full wp-image-309" title="AppleLogo" src="http://tbbssotw.wordpress.com/files/2009/11/applelogo1.jpg" alt="" width="32" height="39" />iStat Menus is a useful tool that will help you monitor your system, right from your Mac menubar.  You can choose many monitoring options, such as CPU Usage, Memory Information, Network Information, Disk Usage statistics, Disk Activity Monitors, Temperatures and Voltage sensors (Temps can be displayed in Celcius, Fahrenheit or Kelvin).</p>
<p>iStat Menus also throws in a little extra with the program, it has a nice Date &#38; Time feature.  It offers a Calendar with week numbers, and a world clock with a database of over 20,000 cities, it is a very nice replacement for Apple&#8217;s default date &#38; time feature.</p>
<p>The program itself also gives the user complete control.  It offers many customization features, such as changing display modes, customizable colors, Font sizes and Widths.</p>
<p>iStat Menus is a very informative tool.  If you&#8217;re curious about what&#8217;s going on in the background, then this is the perfect solution on finding out.</p>
<p><strong>System Requirements:</strong></p>
<p>Leopard 10.5, Snow Leopard 10.6</p>
<p><span style="color:#ff4747;"><span style="text-decoration:underline;"><strong>iStat will not work with any previous versions before Leopard, because the program now takes full advantage of Frameworks only found in 10.5 or later.</strong></span></span></p>
<p><strong>License Info:</strong></p>
<p>Freeware</p>
<p><strong>Screenshots of iStat Menus:</strong></p>
<p><strong><br />
</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align:center;"><strong><a href="http://tbbssotw.wordpress.com/files/2009/11/sensors.png"></a></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align:center;"><strong> </strong>Above screenshot images are from the iStat Menus Official Website.</p>
<p><strong><strong>For more on this product, such as information and download, please visit the official website below:</strong></strong></p>
<p><strong><a href="http://www.islayer.com/apps/istatmenus/">iStat Menus Official Website</a></strong></p>
<p><strong><strong><strong><br />
</strong></strong></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mac: oro colato o specchio per le allodole?]]></title>
<link>http://polispazio.wordpress.com/2009/11/24/mac-oro-colato-o-specchio-per-le-allodole/</link>
<pubDate>Tue, 24 Nov 2009 16:57:21 +0000</pubDate>
<dc:creator>polispazio</dc:creator>
<guid>http://polispazio.wordpress.com/2009/11/24/mac-oro-colato-o-specchio-per-le-allodole/</guid>
<description><![CDATA[Al giorno d&#8217;oggi molti utenti medi vedono i Mac come il non plus ultra, il massimo in fatto di]]></description>
<content:encoded><![CDATA[Al giorno d&#8217;oggi molti utenti medi vedono i Mac come il non plus ultra, il massimo in fatto di]]></content:encoded>
</item>
<item>
<title><![CDATA[FakeSMC v2.5]]></title>
<link>http://projectmarklar.wordpress.com/2009/11/24/fakesmc-v2-5/</link>
<pubDate>Tue, 24 Nov 2009 08:40:19 +0000</pubDate>
<dc:creator>onyxpcmag</dc:creator>
<guid>http://projectmarklar.wordpress.com/2009/11/24/fakesmc-v2-5/</guid>
<description><![CDATA[O Netkas χτύπησε πάλι με την νεότερη έκδοση του FakeSMC. Μπορείτε να το κατεβάσετε απο την σελίδα το]]></description>
<content:encoded><![CDATA[O Netkas χτύπησε πάλι με την νεότερη έκδοση του FakeSMC. Μπορείτε να το κατεβάσετε απο την σελίδα το]]></content:encoded>
</item>
<item>
<title><![CDATA[Not Just Any Sony Hackintosh]]></title>
<link>http://macemulators.wordpress.com/2009/11/24/not-just-any-sony-hackintosh/</link>
<pubDate>Tue, 24 Nov 2009 06:42:00 +0000</pubDate>
<dc:creator>Mac Emulators</dc:creator>
<guid>http://macemulators.wordpress.com/2009/11/24/not-just-any-sony-hackintosh/</guid>
<description><![CDATA[This is not just any Sony Hackintosh. This is a 2007 Sony Vaio UX that has been heavily modded and q]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://macemulators.wordpress.com/files/2009/11/500x_sonyuxhack.jpg"><img class="alignleft size-full wp-image-235" title="500x_sonyuxhack" src="http://macemulators.wordpress.com/files/2009/11/500x_sonyuxhack.jpg" alt="" width="450" height="302" /></a></p>
<p>This is not just any Sony Hackintosh. This is a 2007 Sony Vaio UX that has been heavily modded and quad boots into Windows 7, XP, Vista, and Mac OSX. It has been fitted with a new processor and a bigger HD. Check out the specs and more of the information at <a href="http://gizmodo.com/5410703/sony-vaio-ux-becomes-a-killer-hackintosh-umpc" target="_blank">Gizmodo</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[6 CARA JITU MENJAGA MAC AGAR SELALU CEPAT DAN SEHAT]]></title>
<link>http://tommycomputer.wordpress.com/2009/11/21/6-cara-jitu-menjaga-mac-agar-selalu-cepat-dan-sehat/</link>
<pubDate>Sat, 21 Nov 2009 07:21:38 +0000</pubDate>
<dc:creator>tommywahyuutomo</dc:creator>
<guid>http://tommycomputer.wordpress.com/2009/11/21/6-cara-jitu-menjaga-mac-agar-selalu-cepat-dan-sehat/</guid>
<description><![CDATA[Sumber : http://www.makemac.com/2009/04/5-cara-menjaga-mac-agar-selalu-sehat-dan-cepat/       &amp; ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h4>Sumber : http://www.makemac.com/2009/04/5-cara-menjaga-mac-agar-selalu-sehat-dan-cepat/       &#38;  &#8220;sedikit improvisasi dari saya&#8221;</h4>
<h4>Tambah RAM</h4>
<p>Sebelum Anda mengeluh tentang Mac yang lambat, pastikan dahulu Mac Anda mempunyai RAM yang memadai. Untuk Leopard sebaiknya RAM Mac Anda sebanyak 2GB. Bagi yang sering memakai aplikasi grafis sebaiknya RAM di atas 2GB. Untuk MacBook white bisa memakai RAM sampai 4GB.</p>
<p>Bagaimana caranya supaya tahu apabila Mac Anda butuh RAM? Gampang, buka saja Activity Monitor yang ada di folder /Applications/Utilities. Kemudian lihat di tab System Memory.</p>
<div><img src="http://www.makemac.com/wp-content/uploads/2009/04/system-memory.jpg" border="0" alt="system_memory.jpg" width="484" height="147" /></div>
<p>Cara bacanya begini, yang perlu diperhatikan adalah bagian Free, Page ins dan Page outs. Free, adalah jumlah memory yang bebas, punya saya hanya 37.97 MB, karena Mac saya sudah menyala lebih dari 2 hari, dan banyak memori yang terpakai. Page ins dan page out adalah besarnya alokasi memori yang dituliskan kepada. Apabila ketika Anda sedang mengamati bagian tersebut dan terus bertambah semakin besar, maka bisa dipastikan Anda butuh memori tambahan.</p>
<h4>Clear System Cache</h4>
<p>Langkah ini bagi yang mempunyai ruangan hardsik yang semakin sedikit. Dengan membersihkan cache aplikasi yang tersimpan di dalam akun Mac. Ada banyak aplikasi untuk membersihkan system. Saya memakai MacPilot. Aplikasi lainnya yang berfungsi sama adalah <a href="http://www.titanium.free.fr/pgs2/english/onyx_leopard.html">Onyx</a>. Ada satu tips manual di<a href="http://www.macosxhints.com/article.php?story=20060111202501460"> Mac OS X Hint</a>.</p>
<h4>Jalankan Disk Utility</h4>
<p>Disk Utility bukan hanya untuk format atau burn CD saja. Kegunaan paling utama dari <strong>Disk Utility</strong> adalah untuk memperbaiki permission sistem Mac OS X, serta memperbaiki sektor hard disk.</p>
<p>Sebaiknya jalankan Disk Utility, <strong>Repair Disk Permission</strong> dan <strong>Verify Disk</strong> secara berkala, lebih sering lebih baik.</p>
<h4>Jalankan Script Maintanance</h4>
<p>Bukalah Terminal, ada di dalam folder Applications/Utilities. Kemudian ketikan perintah ini.</p>
<p><code>sudo periodic daily weekly monthly</code></p>
<p>Anda akan ditanya password, ketikan password Administrator. Setelah itu script-nya akan bekerja. Apabila Anda belum sama sekali menjalankan script ini, akan butuh waktu yang lama.</p>
<h4>fsck sang penyelamat</h4>
<p>Pada suatu saat, hardisk Anda tidak bisa lagi diperbaiki menggunakan Disk Utility. Pada saat itulah fsck dapat memperbaikinya. Apa sih fsck? fsck adalah sebuah aplikasi antar muka teks, File System Check.</p>
<p>Untuk memperbaiki harddisk sistem yang rusak, Anda harus log-in dalam mode single-user. Kami pernah menuliskan bagaimana caranya memakai mode single-user.</p>
<p>Pada mode ini, tidak ada antar muka indah, hanya ada terminal saja. Ketikan perintah di bawah ini</p>
<p><code>sudo fsck -f </code></p>
<p>Selanjutnya tunggu beberapa saat, sampai selesai. Kemungkinan besar fsck tidak akan gagal. Kalau masih gagal mungkin saatnya ganti harddisk <img src="http://www.makemac.com/wp-content/plugins/smilies-themer/ichat/Tongue.png" alt=":-p" /></p>
<p>Semoga tips ini dapat membantu Anda. Bantu kami dengan menyebarkan tulisan ini lewat situs jejaring sosial Anda.</p>
<p><strong>Dan yang &#8220;TERAKHIR&#8221; </strong></p>
<p>Cara ini merupakan yang paling jitu untuk menjaga mac kesayangan Anda, terutama yang baru membelinya. Sepanjang sejarah Mac cara inilah yang terbaik. Cara ini juga sudah di ikuti oleh <strong>Steve Jobs. </strong>Jika Anda mau tahu caranya klik<a title="Mau tahu ? klik disini..." href="http://www.facebook.com/notes.php?ref=sb#/note.php?note_id=185692242961" target="_blank"> disini </a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Voice Candy - kostenlos bei MacHeist abzustauben]]></title>
<link>http://allaboutmymac.wordpress.com/2009/11/20/voice-candy-kostenlos-bei-macheist-abzustauben/</link>
<pubDate>Fri, 20 Nov 2009 12:58:16 +0000</pubDate>
<dc:creator>Patrick</dc:creator>
<guid>http://allaboutmymac.wordpress.com/2009/11/20/voice-candy-kostenlos-bei-macheist-abzustauben/</guid>
<description><![CDATA[MacHeist und TapTapTap feiern zur Zeit ihr neuestes iPhone App &#8220;Voices&#8221;, das es im Momen]]></description>
<content:encoded><![CDATA[MacHeist und TapTapTap feiern zur Zeit ihr neuestes iPhone App &#8220;Voices&#8221;, das es im Momen]]></content:encoded>
</item>
<item>
<title><![CDATA[Allez hop on se replonge dans COCOA]]></title>
<link>http://icodeformac.wordpress.com/2009/11/19/allez-hop-on-se-replonge-dans-cocoa/</link>
<pubDate>Thu, 19 Nov 2009 08:05:04 +0000</pubDate>
<dc:creator>kotatsuk</dc:creator>
<guid>http://icodeformac.wordpress.com/2009/11/19/allez-hop-on-se-replonge-dans-cocoa/</guid>
<description><![CDATA[Aujourd&#8217;hui je me refait la lecture du bouquin de Aaron Hillegass vu que je nage un peu dans t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Aujourd&#8217;hui je me refait la lecture du bouquin de <a href="http://www.amazon.com/exec/obidos/ASIN/0321503619/bignerdranch-20">Aaron Hillegass</a> vu que je nage un peu dans tous les concepts d&#8217;Objective-C et Cocoa. Là le lien que je donne est sur le bouquin en Anglais, mais la version Française existe, étant donné que c&#8217;est un excellent bouquin très connu il n&#8217;est pas très difficile à trouver.<br />
Pour le moment je rame pas mal avec les concepts de Delegates et le comportement de la gestion mémoire&#8230; ramasse miettes&#8230;pas ramasse miettes, c&#8217;est pas la faute de ne pas connaitre les concepts objets, ça ça fait 10 ans que je pratique, mais c&#8217;est plus la vision Objet de Cocoa qui m&#8217;est étrangère; c&#8217;est une autre façon de penser les objets et ma fois ça doit être une habitude à prendre, pour le moment en tout cas je galère.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SizeUp What?]]></title>
<link>http://kyliente.wordpress.com/2009/11/15/sizeup-what/</link>
<pubDate>Sun, 15 Nov 2009 02:38:12 +0000</pubDate>
<dc:creator>kyliente</dc:creator>
<guid>http://kyliente.wordpress.com/2009/11/15/sizeup-what/</guid>
<description><![CDATA[I installed Windows 7 on my MacBook for a lot of reasons. Three of the main reasons include using it]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I installed Windows 7 on my MacBook for a lot of reasons. Three of the main reasons include using it for work purposes so that I could troubleshoot problems when they come up at work, using Microsoft Excel 2007 for statistics class and work, and for that snap feature that allows you to view two windows side by side. Well I found a program that does that snap feature and so much more. It is called <a href="http://www.irradiatedsoftware.com/sizeup/" target="_blank">SizeUp</a> and now I found more reasons to love my Mac. What I am currently using it for is to compare two financial statements (Nokia and Apple) for my report that I have to write for class. All I do is press &#8220;control+option+command+arrow key&#8221; to snap it to a certain side when a window is selected.</p>
<p>The program comes with a free demo and pops-up with a notification every few times you use a feature. This notification tells you to purchase the program or continue the demo. I&#8217;ll deal with the demo pop-up for now until I can afford to buy it, but I am liking it a lot.</p>
<p>Another feature it has is maximizing windows to full screen. In the past, I have always had to drag the window to fit full screen, but it is a little time-consuming and irritating to do it every time. No, that green &#8220;+&#8221; button doesn&#8217;t do it for me. All I do is press &#8220;control+option+command+m&#8221; to get a window to fit the full screen. I LOVE IT! Programs like this make my life so much easier on my MacBook&#8230; since I use it everyday.</p>
<p>I hope find it as useful as I do. I know everyone has preferences and you might not even need this program, but give it a shot if you have had the same frustrations as me.</p>
<p>Go to their site and check it out!<br />
<a href="http://www.irradiatedsoftware.com/sizeup/" target="_blank">http://www.irradiatedsoftware.com/sizeup/ </a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Formatear una unidad USB en Mac ]]></title>
<link>http://chilenomac.wordpress.com/2009/11/14/formatear-una-unidad-usb-en-mac/</link>
<pubDate>Sat, 14 Nov 2009 04:02:40 +0000</pubDate>
<dc:creator>marioo0</dc:creator>
<guid>http://chilenomac.wordpress.com/2009/11/14/formatear-una-unidad-usb-en-mac/</guid>
<description><![CDATA[Ayer por la tarde, conecté mi pendrive de 512 mb a mi Macbook para guardar un par de mix musicales q]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Ayer por la tarde, conecté mi pendrive de 512 mb a mi Macbook para guardar un par de mix musicales que había hecho esa misma tarde. Cuando arrastré ambos archivos a la unidad USB, me apareció un mensaje<br />
<img class="alignleft size-full wp-image-2181" title="Pendrive_m_s_peque_o_ 1" src="http://chilenomac.wordpress.com/files/2009/11/pendrive_m_s_peque_o_-11.jpg" alt="Pendrive_m_s_peque_o_ 1" width="220" height="193" />alertándome que no había suficiente espacio en dicha unidad para que los archivos cupieran allí; lo extraño era que a el pendrive le quedaba muchísimo espacio, por lo menos unos 300 MB libres. Al repetir sistemáticamente el proceso sin obtener resultados me empecé a preocupar bastante, intenté hacer muchas cosas, como por ejemplo, desconectar y volver a conectar la unidad, reiniciar mi Mac, pero nada solucionaba el problema así que decidí formatear la unidad USB en cuestión y fue en ese momento donde me preocupé más de lo que ya estaba al ver que&#8230;<strong>no tenía ni la menor idea de como hacerlo. </strong></p>
<p style="text-align:justify;">Como ex usuario de Windows, pensé que el formatear unidades USB en Mac igual o al menos muy similar, pero me di cuenta que no es así y para mi sorpresa ( y seguro que para la de ustedes también) formatear una unidad USB es <strong>mucho más simple en Windows que en Mac. </strong> Por lo tanto tardé bastante tiempo en descubrir donde se ocultaba la opción para hacer lo que necesitaba hacer; podríamos decir que por primera vez sentí que Mac me complicaba la vida innecesariamente.</p>
<p style="text-align:justify;"><!--moreAprende como formatear tu memoria USB en tu Mac --></p>
<p style="text-align:justify;">Lo primero que deben hacer es entrar a <strong>Utilidad de Discos</strong>, ya sea desde la carpeta Aplicaciones o que lo lancen con Spotlight y/o Quicksilver, en fin, una vez adentro de Utilidad de Discos, veremos a mano izquierda una barra lateral con los nombres de todos los Discos fijos, discos externos, CDS, imágenes montadas, etc que tengamos en nuestro ordenador; seleccionamos la unidad USB que queremos formatear y veremos algo así:</p>
<p style="text-align:justify;"><img class="aligncenter size-medium wp-image-2180" title="Imagen 2" src="http://chilenomac.wordpress.com/files/2009/11/imagen-24.png?w=300" alt="Imagen 2" width="300" height="167" /></p>
<p style="text-align:justify;">En la misma ventana, en el medio superior de ella pueden ver cuatro pestañas, a nosostros por el momento nos sirve una que figura como <strong>&#8216;</strong><strong>borrar&#8217;, </strong>al presionar sobre ella veremos en el medio un cuadro igual a este:</p>
<p style="text-align:justify;"><img class="aligncenter size-full wp-image-2172" title="Imagen 3" src="http://chilenomac.wordpress.com/files/2009/11/imagen-32.png" alt="Imagen 3" width="481" height="93" /></p>
<p style="text-align:justify;">En donde dice <strong>formato del volumen </strong>colocaremos el formato en el cual queremos formatear nuestra unidad USB, ya sea Mac OS Plus o FAT ( para que lo lea Windows),etc. y abajo, bueno claro está, el nombre con el cual queremos que quede nuestra unidad.</p>
<p style="text-align:justify;">una vez hecho todo esto preionamos en el botón <strong>Borrar </strong>que se ubica a un costado de la ventana de Utilidades de Discos.</p>
<p style="text-align:justify;">Este pequeño tutorial fue inspirado, como ya se han podido dar cuenta, por una experiencia personal y aparte por que me he dado cuenta que muy pocas personas saben ocupar la Utilidad de Discos e incluso hay personas que ni siquiera saben de su existencia, así que espero que a todos ellos les haya servido mucho este artículo, y claro para las personas que han vivido experiencias parecidas a la mía, les ayude a solucionar sus problemas; y si aún no te pasa nada de esto, nunca está de más estar preparado para cualquier eventualidad.</p>
<p style="text-align:justify;"><strong>Saludos a todos y que disfruten sus Macs <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to: Boot Windows / Mac OSX on a Mac]]></title>
<link>http://toretto84.wordpress.com/2009/11/13/how-to-boot-windows-mac-osx-on-a-mac-2/</link>
<pubDate>Fri, 13 Nov 2009 09:56:49 +0000</pubDate>
<dc:creator>Toretto</dc:creator>
<guid>http://toretto84.wordpress.com/2009/11/13/how-to-boot-windows-mac-osx-on-a-mac-2/</guid>
<description><![CDATA[Just a few notes before we start this article.&#160; I’ve made a few assumptions when I wrote this a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Just a few notes before we start this article.&#160; I’ve made a few assumptions when I wrote this article.</p>
<ol>
<li>You already managed to install Windows on your Mac using Boot Camp.&#160; </li>
<li><strike>Your “problem” is that Mac OSX keeps booting, and you want to boot Windows.&#160; If the problem is the other way around: Don’t worry, the same tips still apply.&#160; Just replace “Windows” with Mac OSX” and you’re set.&#160;&#160; </strike>fixed my article so it works for everyone. </li>
</ol>
<p>So, you’ve run into the problem that, when your Mac boots, it another OS than you’d like it to boot.&#160; This isn’t really a problem, but more of a setting.&#160; In Boot Camp, you’ve got to choose which OS will be used by default.&#160; And because Mac’s truly are easy to use, this is easier to do than you might think.&#160; .&#160; Hold your “ZOMG Apple Fanboy insults, I’m a System Admin who works on a Windows Machine all day.&#160; But I also happen to own a Mac which I’m very fond of.&#160; Anyway, that’s not the point.&#160; The point is that it should be easy to solve your issue.&#160; Here’s how it’s done.&#160; </p>
<h5>Method 1: Selecting your OS at start-up</h5>
<p>The first method to boot your OS of choice, is by using the boot screen that you can use during the startup of your Mac.&#160; Here’s how to do it.</p>
<ol>
<li>Start your Mac. </li>
<li>As soon as you hear the Mac startup sound, hold the option / alt key (I call it an alt key because it functions as the alt-key under windows.&#160; And it has ALT written on it, not “option”).&#160; </li>
<li>A screen will appear, asking you to choose between the operating systems installed on your Mac.&#160; Choose the one you want to load, using the arrow keys, and press the alt / option key again.&#160; The OS of your choice will now boot! </li>
</ol>
<h5>Method 2:&#160; Changing the default OS</h5>
<p>&#160;</p>
<p>In case you use one OS more often than the other, you’ll want to set it as the default OS, so you only need to use method 1 when you want to use the other OS on occasion.&#160; (OS being Windows / Mac OSX, obviously).&#160; Luckily, Macs are quite simple to use (here we go again) and even their software for windows is simple to use.&#160; So you should have no problem following these instructions:</p>
<h5>For Windows</h5>
<p>&#160;</p>
<ol>
<li>Open the Boot Camp tool.&#160; Since there are so many windows versions out there today, I’ll be unfriendly and tell you to find the exact location by yourself.&#160; One thing, though: If you use the quick launch / search bar under vista; mind the spelling:&#160; it’s Boot Camp, not Bootcamp. </li>
<li>In Boot Camp, you’ll already be ath the tab “Boot Disk”.&#160; Simply follow the instructions (select the OS you want as your default OS) and click apply.&#160; </li>
<li>The next time you start / reboot your Mac, the OS you just chose will be loaded by default.&#160; </li>
</ol>
<h5></h5>
<h5></h5>
<p><strong>For Mac</strong></p>
<ol>
<li>Click the “Apple” on the top left. </li>
<li>Choose “System Preferences”.&#160; </li>
<li>Choose “Boot Disk”. </li>
<li>Once again, follow the instructions by choosing the OS that should boot by default.&#160; </li>
<li>Feel free to close the window.&#160; You don’t need to press any “okay” or “apply” buttons.&#160; I’m sure, I’ve checked it for you four or five times to make sure.&#160; </li>
<li>Next time you Mac boots, your OS of choice will load by default.&#160; </li>
</ol>
<p>And that’s it!&#160; You’ll now always be able to boot the OS you want, not the one that just happened to be set as the default OS after you installed Windows.&#160; Enjoy your Mac and Windows!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to: Windows / Mac OSX booten op een Mac]]></title>
<link>http://stevenzeegers.wordpress.com/2009/11/13/how-to-windows-mac-osx-booten-op-een-mac/</link>
<pubDate>Fri, 13 Nov 2009 09:51:06 +0000</pubDate>
<dc:creator>Toretto</dc:creator>
<guid>http://stevenzeegers.wordpress.com/2009/11/13/how-to-windows-mac-osx-booten-op-een-mac/</guid>
<description><![CDATA[Opmerking: dit artikel is alleen van toepassing op Mac’s waar via Boot Camp Windows op is geinstalle]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Opmerking: dit artikel is alleen van toepassing op Mac’s waar via Boot Camp Windows op is geinstalleerd. </p>
<p>Als je het probleem tegen bent gekomen dat, bij het booten van je Mac, een ander OS opstart dan je graag zou willen, dan is daar een oplossing voor.&#160; Wat je tegengekomen bent, is namelijk geen probleem maar een instelling in Boot Camp.&#160; In Boot Camp moet je kiezen welk OS je graag default wilt laden bij het opstarten van je Mac.&#160; En omdat Mac’s écht gemakkelijk te gebruiken, is dat gemakkelijk aan te passen. (Houd de “Apple fanboy argumenten alvast voor jezelf; ik ben een systeem beheerder die de hele dag met Windows Toestellen in de weer is.&#160; Maar ik ben toevallig ook de trotse eigenaar van een Mac, waar ik bijzonder tevreden over ben).&#160; Hier is hoe je de instelling aanpast. </p>
<h5>Methode 1: Selecteren van je OS bij het opstarten</h5>
<p>De eerste methode om ervoor te zorgen dat het OS van je keuze geladen word, is door het Boot scherm te gebruiken tijdens het opstarten van je Mac.&#160;&#160; Dat pak je als volgt aan:</p>
<ol>
<li>Start je Mac. </li>
<li>Zodra je het opstart geluid van je Mac hoort, houd je de option / alt key in.&#160; (Ik noem het de alt-key omdat het dienst doet als alt-toets in Windows, en… omdat er alt opstaat en geen “option”.) </li>
<li>Er zal een scherm verschijnen, dat je vraagt te kiezen tussen de Operating Systems op je Mac.&#160; Kies het OS dat je wil laden met behulp van de pijltjes-toetsen, en druk opnieuw op de “Alt&#34; / option” toets.&#160; Het OS van je keuze zal nu geladen worden!&#160; </li>
</ol>
<h5>Methode 2:&#160; Je default OS aanpassen</h5>
<p>Als je één bepaald OS vaker gebruikt dan het andere, dan zal je misschien graag dat OS instellen als default OS (als dat al niet het geval is), zodat je methode 1 alleen moet gebruiken als je bij uitzondering de andere OS wil starten.&#160; (Het OS kan Windows of Mac OSX zijn, natuurlijk.)&#160; Gelukkig – je voelt me al komen – zijn Macs erg gebruiksvriendelijk, en geld hetzelfde voor hun Windows-software (in dit geval Boot Camp).&#160; Volg gewoon de volgende – eenvoudige – instructies. </p>
</p>
<h5>Voor Windows </h5>
<ol>
<li>Open de Boot Camp tool.&#160; Omdat de locatie waar deze tool geinstalleerd is verschilt per windows-editie ga ik zo onvriendelijk zijn om te zeggen dat je zelf even moet uitzoeken waar je deze tool precies vind.&#160; Wel even een hint:&#160; Als je de “zoekbalk / quick lauch” balk gebruikt in vista, let dan op de spelling:&#160; Je moet Boot Camp schrijven, niet Bootcamp. </li>
<li>In Boot Camp ben je al in het scherm “Opstartschijf”.&#160; Volg gewoon de instructie in het vet &#8216;(Kies het OS dat je als default OS wil gebruiken), en druk op “toepassen”.&#160;&#160;&#160; </li>
<li>De volgende keer als je jou Mac start / herstart, zal het OS dat je juist gekozen hebt standaard worden geladen.&#160; </li>
</ol>
<h5></h5>
<h5></h5>
<p><strong>Voor Mac OSX</strong></p>
<ol>
<li>Klik op het Apple logo in de linker bovenhoek.&#160;&#160; </li>
<li>Kies “Systeem Voorkeuren”. </li>
<li>Kies “Opstart Schijf&#34;&#160; </li>
<li>Volg opnieuw de instructies in het vet.&#160; Sluit het venster; je hoeft niet op een “okay” of “toepassen” klok te klikken.&#160; We hebben dat wel vijf keer voor jullie nagekeken.&#160; </li>
<li>De volgende keer als je Mac opstart, word je OS van keuze automatisch gestart.&#160;&#160;&#160; </li>
</ol>
<p>And that’s it!&#160; Vanaf nu word standaard de OS geladen die jij gekozen hebt, in plaats van degene die als default gezet werd na je Windows-installatie in Boot Camp.&#160; Geniet van je Mac en Windows!&#160; </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to: Windows / Mac OSX booten op een Mac]]></title>
<link>http://torettodotbe.wordpress.com/2009/11/13/how-to-windows-mac-osx-booten-op-een-mac/</link>
<pubDate>Fri, 13 Nov 2009 09:50:17 +0000</pubDate>
<dc:creator>Toretto</dc:creator>
<guid>http://torettodotbe.wordpress.com/2009/11/13/how-to-windows-mac-osx-booten-op-een-mac/</guid>
<description><![CDATA[Opmerking: dit artikel is alleen van toepassing op Mac’s waar via Boot Camp Windows op is geinstalle]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Opmerking: dit artikel is alleen van toepassing op Mac’s waar via Boot Camp Windows op is geinstalleerd. </p>
<p> Als je het probleem tegen bent gekomen dat, bij het booten van je Mac, een ander OS opstart dan je graag zou willen, dan is daar een oplossing voor.&#160; Wat je tegengekomen bent, is namelijk geen probleem maar een instelling in Boot Camp.&#160; In Boot Camp moet je kiezen welk OS je graag default wilt laden bij het opstarten van je Mac.&#160; En omdat Mac’s écht gemakkelijk te gebruiken, is dat gemakkelijk aan te passen. (Houd de “Apple fanboy argumenten alvast voor jezelf; ik ben een systeem beheerder die de hele dag met Windows Toestellen in de weer is.&#160; Maar ik ben toevallig ook de trotse eigenaar van een Mac, waar ik bijzonder tevreden over ben).&#160; Hier is hoe je de instelling aanpast. </p>
<h5>Methode 1: Selecteren van je OS bij het opstarten</h5>
<p>De eerste methode om ervoor te zorgen dat het OS van je keuze geladen word, is door het Boot scherm te gebruiken tijdens het opstarten van je Mac.&#160;&#160; Dat pak je als volgt aan:</p>
<ol>
<li>Start je Mac. </li>
<li>Zodra je het opstart geluid van je Mac hoort, houd je de option / alt key in.&#160; (Ik noem het de alt-key omdat het dienst doet als alt-toets in Windows, en… omdat er alt opstaat en geen “option”.) </li>
<li>Er zal een scherm verschijnen, dat je vraagt te kiezen tussen de Operating Systems op je Mac.&#160; Kies het OS dat je wil laden met behulp van de pijltjes-toetsen, en druk opnieuw op de “Alt&#34; / option” toets.&#160; Het OS van je keuze zal nu geladen worden!&#160; </li>
</ol>
<h5>Methode 2:&#160; Je default OS aanpassen</h5>
<p>Als je één bepaald OS vaker gebruikt dan het andere, dan zal je misschien graag dat OS instellen als default OS (als dat al niet het geval is), zodat je methode 1 alleen moet gebruiken als je bij uitzondering de andere OS wil starten.&#160; (Het OS kan Windows of Mac OSX zijn, natuurlijk.)&#160; Gelukkig – je voelt me al komen – zijn Macs erg gebruiksvriendelijk, en geld hetzelfde voor hun Windows-software (in dit geval Boot Camp).&#160; Volg gewoon de volgende – eenvoudige – instructies. </p>
</p>
<h5>Voor Windows </h5>
<ol>
<li>Open de Boot Camp tool.&#160; Omdat de locatie waar deze tool geinstalleerd is verschilt per windows-editie ga ik zo onvriendelijk zijn om te zeggen dat je zelf even moet uitzoeken waar je deze tool precies vind.&#160; Wel even een hint:&#160; Als je de “zoekbalk / quick lauch” balk gebruikt in vista, let dan op de spelling:&#160; Je moet Boot Camp schrijven, niet Bootcamp. </li>
<li>In Boot Camp ben je al in het scherm “Opstartschijf”.&#160; Volg gewoon de instructie in het vet &#8216;(Kies het OS dat je als default OS wil gebruiken), en druk op “toepassen”.&#160;&#160;&#160; </li>
<li>De volgende keer als je jou Mac start / herstart, zal het OS dat je juist gekozen hebt standaard worden geladen.&#160; </li>
</ol>
<h5></h5>
<h5></h5>
<p><strong>Voor Mac OSX</strong></p>
<ol>
<li>Klik op het Apple logo in de linker bovenhoek.&#160;&#160; </li>
<li>Kies “Systeem Voorkeuren”. </li>
<li>Kies “Opstart Schijf&#34;&#160; </li>
<li>Volg opnieuw de instructies in het vet.&#160; Sluit het venster; je hoeft niet op een “okay” of “toepassen” klok te klikken.&#160; We hebben dat wel vijf keer voor jullie nagekeken.&#160; </li>
<li>De volgende keer als je Mac opstart, word je OS van keuze automatisch gestart.&#160;&#160;&#160; </li>
</ol>
<p>And that’s it!&#160; Vanaf nu word standaard de OS geladen die jij gekozen hebt, in plaats van degene die als default gezet werd na je Windows-installatie in Boot Camp.&#160; Geniet van je Mac en Windows!&#160; </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to: Boot Windows / Mac OSX on a Mac]]></title>
<link>http://toretto84.wordpress.com/2009/11/13/how-to-boot-windows-mac-osx-on-a-mac/</link>
<pubDate>Fri, 13 Nov 2009 09:11:18 +0000</pubDate>
<dc:creator>Toretto</dc:creator>
<guid>http://toretto84.wordpress.com/2009/11/13/how-to-boot-windows-mac-osx-on-a-mac/</guid>
<description><![CDATA[Just a few notes before we start this article.&#160; I’ve made a few assumptions when I wrote this a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Just a few notes before we start this article.&#160; I’ve made a few assumptions when I wrote this article.</p>
<ol>
<li>You already managed to install Windows on your Mac using Boot Camp.&#160; </li>
<li><strike>Your “problem” is that Mac OSX keeps booting, and you want to boot Windows.&#160; If the problem is the other way around: Don’t worry, the same tips still apply.&#160; Just replace “Windows” with Mac OSX” and you’re set.&#160;&#160; </strike>fixed my article so it works for everyone.</li>
</ol>
<p>So, you’ve run into the problem that, when your Mac boots, it another OS than you’d like it to boot.&#160; This isn’t really a problem, but more of a setting.&#160; In Boot Camp, you’ve got to choose which OS will be used by default.&#160; And because Mac’s truly are easy to use.&#160; Hold your “ZOMG Apple Fanboy insults, I’m a System Admin who works on a Windows Machine all day.&#160; But I also happen to own a Mac which I’m very fond of.&#160; Anyway, that’s not the point.&#160; The point is that it should be easy to solve your issue.&#160; Here’s how it’s done.&#160; </p>
<h5>Method 1: Selecting your OS at start-up</h5>
<p>The first method to boot your OS of choice, is by using the boot screen that you can use during the startup of your Mac.&#160; Here’s how to do it.</p>
<ol>
<li>Start your Mac.</li>
<li>As soon as you hear the Mac startup sound, hold the option / alt key (I call it an alt key because it functions as the alt-key under windows.&#160; And it has ALT written on it, not “option”).&#160; </li>
<li>A screen will appear, asking you to choose between the operating systems installed on your Mac.&#160; Choose the one you want to load, using the arrow keys, and press the alt / option key again.&#160; The OS of your choice will now boot!</li>
</ol>
<h5>Method 2:&#160; Changing the default OS</h5>
<p>&#160;</p>
<p>In case you use one OS more often than the other, you’ll want to set it as the default OS, so you only need to use method 1 when you want to use the other OS on occasion.&#160; (OS being Windows / Mac OSX, obviously).&#160; Luckily, Macs are quite simple to use (here we go again) and even their software for windows is simple to use.&#160; So you should have no problem following these instructions:</p>
<h5>For Windows</h5>
<p>&#160;</p>
<ol>
<li>Open the Boot Camp tool.&#160; Since there are so many windows versions out there today, I’ll be unfriendly and tell you to find the exact location by yourself.&#160; One thing, though: If you use the quick launch / search bar under vista; mind the spelling:&#160; it’s Boot Camp, not Bootcamp.</li>
<li>In Boot Camp, you’ll already be ath the tab “Boot Disk”.&#160; Simply follow the instructions (select the OS you want as your default OS) and click apply.&#160; </li>
<li>The next time you start / reboot your Mac, the OS you just chose will be loaded by default.&#160; </li>
</ol>
<h5></h5>
<h5></h5>
<p><strong>For Mac</strong></p>
<ol>
<li>Click the “Apple” on the top left.</li>
<li>Choose “System Preferences”.&#160; </li>
<li>Once again, follow the instructions by choosing the OS that should boot by default.&#160; </li>
<li>Feel free to close the window.&#160; You don’t need to press any “okay” or “apply” buttons.&#160; I’m sure, I’ve checked it for you four or five times to make sure.&#160; </li>
<li>Next time you Mac boots, your OS of choice will load by default.&#160; </li>
</ol>
<p>And that’s it!&#160; You’ll now always be able to boot the OS you want, not the one that just happened to be set as the default OS after you installed Windows.&#160; Enjoy your Mac and Windows!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe CS4 Master Collection Rapidshare]]></title>
<link>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-rapidshare/</link>
<pubDate>Fri, 13 Nov 2009 08:34:37 +0000</pubDate>
<dc:creator>Adobe CS4 Master Collection</dc:creator>
<guid>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-rapidshare/</guid>
<description><![CDATA[Adobe Master Collection CS4 [updatable, 5.33 GB]CS4.Master.part01.rar &#8230; [RS] Adobe Creative Su]]></description>
<content:encoded><![CDATA[Adobe Master Collection CS4 [updatable, 5.33 GB]CS4.Master.part01.rar &#8230; [RS] Adobe Creative Su]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe CS4 Master Collection Mac OS Megaupload]]></title>
<link>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-mac-os-megaupload/</link>
<pubDate>Fri, 13 Nov 2009 08:18:57 +0000</pubDate>
<dc:creator>Adobe CS4 Master Collection</dc:creator>
<guid>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-mac-os-megaupload/</guid>
<description><![CDATA[[MAC OSX] Adobe CS4 Master Collection (7 Languages) » 0Sec &#8230;Adobe CS4 Master Collection EN ESP]]></description>
<content:encoded><![CDATA[[MAC OSX] Adobe CS4 Master Collection (7 Languages) » 0Sec &#8230;Adobe CS4 Master Collection EN ESP]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe CS4 Master Collection Final]]></title>
<link>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-final/</link>
<pubDate>Fri, 13 Nov 2009 08:07:33 +0000</pubDate>
<dc:creator>Adobe CS4 Master Collection</dc:creator>
<guid>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-final/</guid>
<description><![CDATA[[RS] Adobe Creative Suite 4 Master Collection Content Learning -Adobe.Master.Collection.CS4.FINAL.WI]]></description>
<content:encoded><![CDATA[[RS] Adobe Creative Suite 4 Master Collection Content Learning -Adobe.Master.Collection.CS4.FINAL.WI]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe CS4 Master Collection Corporate Final ISO]]></title>
<link>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-corporate-final-iso/</link>
<pubDate>Fri, 13 Nov 2009 08:00:19 +0000</pubDate>
<dc:creator>Adobe CS4 Master Collection</dc:creator>
<guid>http://adobecs4mastercollection.wordpress.com/2009/11/13/adobe-cs4-master-collection-corporate-final-iso/</guid>
<description><![CDATA[good-1 &#8211; Test Forum &#8211; Site Management &#8211; Prexus &#8211; Message Board &#8211; YukuM]]></description>
<content:encoded><![CDATA[good-1 &#8211; Test Forum &#8211; Site Management &#8211; Prexus &#8211; Message Board &#8211; YukuM]]></content:encoded>
</item>

</channel>
</rss>
