<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UnDeprived</title>
	<atom:link href="http://www.un-deprived.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.un-deprived.com</link>
	<description>A webdev journal of the Moninator</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Admin Blank Page of Death</title>
		<link>http://www.un-deprived.com/2011/webdev/wordpress-admin-blank-page-of-death/</link>
		<comments>http://www.un-deprived.com/2011/webdev/wordpress-admin-blank-page-of-death/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:30:42 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[blank page]]></category>
		<category><![CDATA[blank screen]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp-admin]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=872</guid>
		<description><![CDATA[I had the pleasure to experience that last night… again!  Last time it was a plugin…  this time is not.  After doing hours of searching… people said that some files maybe infected or the blog could be hacked. Well… that might not be the case. For mine, I recently did an upgrade to the latest [...]]]></description>
			<content:encoded><![CDATA[<p>I had the pleasure to experience that last night… again!  Last time it was a plugin…  this time is not.  After doing hours of searching… people said that some files maybe infected or the blog could be hacked. Well… that might not be the case. For mine, I recently did an upgrade to the latest version of wodpress, then come back days later the admin section is all blank – no matter which url I typed.  Here are the symptoms:</p>
<ul>
<li>The blog’s front-end is still working fine, nothing seems out of place or broken</li>
<li>I got to the login screen, but as soon as I logged in, it was completely blank</li>
<li>I could not access any of page in the admin such as by typing: /wp-admin/plugins.php – all blank</li>
</ul>
<div>Before going into crazy mode on trying to figure out what’s going on with what I went through below… If you have similar symptoms like mine, just go to worpress, download a new copy, download the bad /wp-admin/ copy, and upload the entire /wp-admin/.  Fixed it for me instantly.  But if you want to know what I had to went through before figuring that easy solution…</div>
<div>Oh and before doing this, like I mentioned above… instead of keeping your admin down and messing with it live, I suggest download the bad copy of the /wp-admin/ locally, upload the brand new copy downloaded from wordpress and continue the diagnosis locally.  If the new upload didn’t fix your wordpress admin, then it probably isn’t the same problem. The rest of this won’t help you.</div>
<ol>
<li>I checked blog’s front-end and was still running fine – checked if any page is broken or funky stuff showing up on the pages.  A broken plugin might have be the culprit or you simply got hacked</li>
<li>So far so good, nothing seems broken or out of place. Login, page goes blank. I run the plugin Login Lockdown, so I FTP in and deleted the folder to see if that’s the culprit – nope. Put it back in.</li>
<li>Checked the error log and see what threw error(s) recently – did the same thing above. No go.</li>
<li>Found some people said that empty returns on functions.php or wp-config.php  in your theme can cause that – make sure no blank space on top or bottom…</li>
<li>Some said check files for weird stuff got append on top of some php files – checked all files inside wp-admin folder – nope</li>
<li>Fast forward 3 hours later – finally re-uploaded a new copy of the /wp-admin/ – fixed!  Son of a…</li>
</ol>
<div>Final note:  if it got fixed, but you should at least try to find out which files and what caused it by going through Step 4 or 5 – you never know, you might have been infected.  I wasn’t, just a bad upgrade.</div>
<div>Hope that helps.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2011/webdev/wordpress-admin-blank-page-of-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim blank screen or ^M errors before starting</title>
		<link>http://www.un-deprived.com/2011/webdev/vim-blank-screen-or-m-errors-before-starting/</link>
		<comments>http://www.un-deprived.com/2011/webdev/vim-blank-screen-or-m-errors-before-starting/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 13:35:41 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[fileformat]]></category>
		<category><![CDATA[git bash]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=768</guid>
		<description><![CDATA[As I spent more time playing with VIM, I ran into this very simple issue but took a while to find a solution. Description If you want to customize your VIM a bit more, you just have to create a .vimrc in the root. Even if you create/edit the .vimrc in VIM, better than Notepad [...]]]></description>
			<content:encoded><![CDATA[<p>As I spent more time playing with VIM, I ran into this very simple issue but took a while to find a solution.</p>
<h3> Description</h3>
<p>If you want to customize your VIM a bit more, you just have to create a .vimrc in the root. Even if you create/edit the .vimrc in VIM, better than Notepad right? NOT! Apparently, by default, VIM doesn’t set the file format for you. So it leaves a “trailing ^M” and VIM doesn’t like that… </p>
<h3> Symptoms</h3>
<ul>
<li><strong>Windows</strong>: it shows a blank screen and has “Hit enter to type command” or something like that before VIM starts. It doesn’t show any errors.</li>
<li><strong>Ubuntu</strong> (see screenshot): it actually displays the following errors: “Invalid argument on^M” OR “Trailing characters ^M” OR “Not an editor command: ^M”</li>
</ul>
<p><a href="http://www.un-deprived.com/wp-content/uploads/vimrc-error.jpeg" rel="lightbox[768]" title="ubuntu-vimrc-error"><img src="http://www.un-deprived.com/wp-content/uploads/vimrc-error-167x125.jpg" alt="" title="ubuntu-vimrc-error" width="167" height="125" class="alignnone size-medium wp-image-773" /></a></p>
<p>To fix this, it’s actually pretty easy.</p>
<p>While in VIM and in command mode type:</p>
<pre>:set fileformat=unix</pre>
<p>Of course the setting depends on your system, if you’re on Mac, set it to fileformat=mac. I set mine to unix because I use Git Bash and set it to use unix style, so if you are on Windows and set it to dos commands… set it to dos.  Now you’re safe to edit .vimrc, when you :wq and vim again, the blank black screen (on Windows), and “Invalid editor commands” should go away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2011/webdev/vim-blank-screen-or-m-errors-before-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding on Steroids</title>
		<link>http://www.un-deprived.com/2011/webdev/coding-on-steroids/</link>
		<comments>http://www.un-deprived.com/2011/webdev/coding-on-steroids/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 02:51:34 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scaffolding]]></category>
		<category><![CDATA[sparkup]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[zen-coding]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=762</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2011/webdev/coding-on-steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Overnight Web Challenge</title>
		<link>http://www.un-deprived.com/2011/others/2011-overnight-web-challenge/</link>
		<comments>http://www.un-deprived.com/2011/others/2011-overnight-web-challenge/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 04:20:43 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[inspirations]]></category>
		<category><![CDATA[nerdery]]></category>
		<category><![CDATA[non-profit]]></category>
		<category><![CDATA[owc]]></category>
		<category><![CDATA[someplace safe]]></category>
		<category><![CDATA[web challenge]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=725</guid>
		<description><![CDATA[Haven’t blogged for a long time, finally something I feel proud of and feel like I’m at least +5 on un-deprived. If you are in Minnesota, or probably heard about the annual Overnight Web Challenge hosted by a group of  local generous web agency: The Nerdery. Which was an event to redesign websites for local [...]]]></description>
			<content:encoded><![CDATA[<p>Haven’t blogged for a long time, finally something I feel proud of and feel like I’m at least +5 on un-deprived.</p>
<p>If you are in Minnesota, or probably heard about the annual <a title="Overnight Web Challenge" href="http://www.overnightwebsitechallenge.com" target="_blank">Overnight Web Challenge</a> hosted by a group of  local generous web agency:<a href="http://nerdery.com/" target="_blank"> The Nerdery</a>. Which was an event to redesign websites for local non-profits. I have to say at first I was very nervous about it, but I had a blast and learned a lot of things. So here are the details.</p>
<h2>The goal</h2>
<p>The goal of the challenge is each team can have up to 10 people (strangers or friends), and each team will pair up with a non-profit chosen by The Nerdery. In 24 hours time we are to redesign and build a new website for our designated local non-profit client.</p>
<h3>Outcome</h3>
<p><a href="http://www.un-deprived.com/wp-content/uploads/name.jpg" rel="lightbox[725]" title="name"><img class="size-medium wp-image-743 alignnone" title="name" src="http://www.un-deprived.com/wp-content/uploads/name-227x125.jpg" alt="" width="227" height="125" /></a></p>
<p>In my case, my team was Team Venture – we were a mixed of former and current co-workers. Not everyone knows everyone, but we bonded quickly. Our client was <a href="http://someplacesafe.info/" target="_blank">Someplace Safe</a>. Even though we couldn’t finish 100%, so we are still continuously working on it and provide support in the next 6 months.</p>
<div id="attachment_738" class="wp-caption alignnone" style="width: 135px"><a href="http://www.un-deprived.com/wp-content/uploads/before.jpg" rel="lightbox[725]" title="before"><img class="size-medium wp-image-738" title="before" src="http://www.un-deprived.com/wp-content/uploads/before-125x125.jpg" alt="" width="125" height="125" /></a>
<p class="wp-caption-text">Before</p>
</div>
<div id="attachment_736" class="wp-caption alignnone" style="width: 155px"><a href="http://www.un-deprived.com/wp-content/uploads/after1.jpg" rel="lightbox[725]" title="after"><img class="size-medium wp-image-736" title="after" src="http://www.un-deprived.com/wp-content/uploads/after1-145x125.jpg" alt="" width="145" height="125" /></a>
<p class="wp-caption-text">After</p>
</div>
<h2>Rules</h2>
<p>Anything goes… PHP, WordPress, Ruby, whatever. We could even prepare codes ahead (in which I hope we can prepare better next year).</p>
<h3>What we did and lessons learned</h3>
<p>We chose WordPress as our platform, the lessons I learned from it were:</p>
<ol>
<li>Don’t build anything from scratch if not necessary, frameworks, frameworks, and frameworks.</li>
<li>Pre-installed plugins  – take them out if not needed. It’s easier to remove than add</li>
<li>List of jQuery components, snippets to generate WordPress page contents (sidebars etc…)</li>
</ol>
<p>I am totally going to do the challenge again next year and because the winning team: TST Media pulled off some <a href="http://www.bloomingtonyouth.org/" target="_blank">very amazing stuff</a> in one night, they’ve inspired me to push a lot harder than just using a WordPress platform. So hopefully I’ll start posting more updates on what this “pushing harder” in the next few months.</p>
<p>Other than that, I encourage all web nerds in MN to try this challenge at least once. It’s thrilling, learn to work faster, and put our web nerdiness skills to use in a very meaningful way. Besides that, you get to meet maybe a Senator such as <a href="http://www.un-deprived.com/wp-content/uploads/alfranken.jpg" rel="lightbox[725]" title="Senator Al Franken">Al Franken</a>, and the <a href="/wp-content/uploads/tronguy.jpg" rel="lightbox[725]" title="Tronguy">Tronguy</a>. Foods in every 3 hours, massage, Yoga, live action <a href="/wp-content/uploads/angrybirds.jpg" rel="lightbox[725]" title="Angry Birds">Angry Birds</a> and a whole lot more nerdy fun stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2011/others/2011-overnight-web-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu/Kubuntu Broadcom 43xx Wireless Problem</title>
		<link>http://www.un-deprived.com/2010/others/ubuntukubuntu-broadcom-43xx-wireless-problem/</link>
		<comments>http://www.un-deprived.com/2010/others/ubuntukubuntu-broadcom-43xx-wireless-problem/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 19:24:58 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[b43_fwcutter]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wirelss]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=683</guid>
		<description><![CDATA[I’m one of those people as long as I get my works done, I don’t care if I’m even running on Win ME, and occasionally some people made fun of me as a “designer” I don’t use a Mac.  Well, actually, I’m now officially a front-end developer and ex-designer, I can now say I can [...]]]></description>
			<content:encoded><![CDATA[<p>I’m one of those people as long as I get my works done, I don’t care if I’m even running on Win ME, and occasionally some people made fun of me as a “designer” I don’t use a Mac.  Well, actually, I’m now officially a front-end developer and ex-designer, I can now say I can use whatever to get my stuff done. Front-end developers are “efficient” that way if you know what I mean :)  I was poking around Xubuntu to revive my 6–7 years old VAIO, it’s still slow as hell after installed Kubuntu and I really want to learn to use a “nerdy” branded OS, so I now officially announced my Vista HP Acer laptop is now operating under Ubuntu 10.10.</p>
<p>With all the hypes that how easy and fast Ubuntu is, I wasn’t really impress to be honest especially the first thing didn’t work was the wireless. Took me hours to figure it out. Turned out that most people who have newer laptops and with a Broadcom brand wireless card will have similar issue due to the driver wasn’t “install” or whatever you call it properly.  I finally figured it out and these are the steps I took and worked both times after I installed a “test drive”, wiped, then full install:</p>
<p>Fire up the Terminal (Ctrl + Alt + T), let’s do a little diagnosis first to see if you’re having the same issues and wireless problem I did.</p>
<p><code>sudo lshw -C Network</code></p>
<p>I’m a newb in as mentioned, but I guess the above command split out your network cards brands, settings and what not.  Your wireless should be the last group says something like:</p>
<p><code>*-network DISABLED&lt;br /&gt;
     description: Wireless interface&lt;br /&gt;
     product: BMC4312 802.11b/g LP-PHY&lt;br /&gt;
     vendor: Broadcom Corporation&lt;br /&gt;
... then blah blah blah ...</code></p>
<p>So now you found out what’s your wireless model is, write that down somewhere. Then do a:</p>
<p><code>dmesg</code></p>
<p>Look for something like:</p>
<p><code>[   13.938268] brcm80211 0000:06:00.0: PCI INT A -&gt; GSI 17 (level, low) -&gt; IRQ 17&lt;br /&gt;
[   13.938276] brcm80211 0000:06:00.0: setting latency timer to 64&lt;br /&gt;
[   13.963989] brcm80211: fail to load firmware brcm/bcm43xx-0.fw&lt;br /&gt;
[   13.963993] brcm80211: Failed to find firmware usually in /lib/firmware/brcm&lt;br /&gt;
[   13.964046] brcm80211 0000:06:00.0: PCI INT A disabled&lt;br /&gt;
[   13.964060] brcm80211: wl_pci_probe: wl_attach failed!</code></p>
<p>Well there you go, that’s the problem. The silly firmware/driver could not load. This is where I will send you to a page with all the goodies that pretty much got me through. But before that, a few notes:</p>
<p>You will need a tool called <a href="http://archive.ubuntu.com/ubuntu/pool/main/b/b43-fwcutter/" target="_blank">b43-fwcutter</a>. Jump to a computer with internet access and USB thumb drive and download the latest version (judging by date on the right hand side), oh, since I’m just as newb, don’t ask me which blah_i36.deb or blah_amd64.deb to download. Just grab both. Both installs I did it preferred one over and other, then vice versa *shrug*</p>
<p>Don’t unplug the USB thumb drive yet, now go to my <a href="https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43%20-%20No%20Internet%20access" target="_blank">ultimate wireless problem solving page</a>.  Since we got the b43-fwcutter taken care of, you can go straight to step 2 and there should be a few files that you need to download.</p>
<p>I followed the instructions up to step 3, step 4 didn’t work for me. So at that point I did just a good old sudo reboot, wait a few seconds, then laptop now found my wireless networks.</p>
<p>We’re not alone, there were TONS of people have wireless problems with Ubuntu – even one of my co-workers did not aware of this until his cousin told him and me, too. So if the above solution didn’t work for you, here’s the rest of the wireless documentations for Ubuntu:</p>
<p><a href="https://help.ubuntu.com/community/WifiDocs/Driver" target="_blank">Ubuntu WifiDocs</a></p>
<p>I can only assume as long as you found out which driver is missing, and using dmesg to find out whether it’s loaded or not, the above should work the same.  Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2010/others/ubuntukubuntu-broadcom-43xx-wireless-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git — get it running on a remote server in 5 steps… really the easy way — not kidding</title>
		<link>http://www.un-deprived.com/2010/webdev/git-get-it-running-on-a-remote-server-in-5-steps-really-the-easy-way-not-kidding/</link>
		<comments>http://www.un-deprived.com/2010/webdev/git-get-it-running-on-a-remote-server-in-5-steps-really-the-easy-way-not-kidding/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 04:16:57 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[.gitignore]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[SSH key]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=623</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2010/webdev/git-get-it-running-on-a-remote-server-in-5-steps-really-the-easy-way-not-kidding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tread lightly when using Zimplit</title>
		<link>http://www.un-deprived.com/2010/webdev/tread-lightly-when-using-zimplit/</link>
		<comments>http://www.un-deprived.com/2010/webdev/tread-lightly-when-using-zimplit/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:52:37 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=544</guid>
		<description><![CDATA[I love Zimplit‘s simple idea, and relatively easy to setup (depending on server’s configurations). But of course it comes with a head-scratcher. Here are what I learned: 1. Localhost Timeout Error As many sane developer would do, you want to test almost everything on a Local server if you’re using Xampp Lite. I have been [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://zimplit.com/" target="_blank">Zimplit</a>‘s simple idea, and relatively easy to setup (depending on server’s configurations). But of course it comes with a head-scratcher. Here are what I learned:</p>
<h3>1. Localhost Timeout Error</h3>
<p>As many sane developer would do, you want to test almost everything on a Local server if you’re using Xampp Lite. I have been experiencing timeout error. Maybe it’s due to the firewall at work, but I  am going to investigate more using a full verison of the Xampp server</p>
<h3>2. “public_html” vs “www” Folders</h3>
<p>This may sounds crazy, but I think it might have something to do with the configurations of the server. I tried uploading to my own server, everything works fine. But I couldn’t get it working on my client’s server, it couldn’t CHMOD properly. Crazy enough, I deleted everything and re-uploaded everything to the public_html folder, CHMOD the proper files, then it worked… I know both folders are basically the same thing, but why it happened the way it did, CRAZY! I tell you. So I’m going to try to reproduce this “bug” if it is even a bug or just me…</p>
<h3>3. jQuery + zimplit = Site Explosion!</h3>
<p>Unfortunately, today I found out zimplit will blow up your some parts of your layout if you have some sorts of scripting going on in the background, such as slideshow, hidden divs. As soon as you insert an editable area, it automatically inserts its own div and classes inside ALL OF YOUR DIVs! Drove me insane for over an hour why my simple page stopped working with a simple slideshow.  I mean it’s not the end of the world, you just have to rework your CSS to fit it in. But it would be nice IF SOMEONE TOLD ME BEFOREHAND!!</p>
<p>Overall, zimplit is still an awesome idea, but it’s quite intrusive. It works well if you have a very simple website or planned ahead to use it at the beginning. If you decide to implement <em>afterward</em>, it is much more difficult because you’ll probably have to rework lots of CSS. But I think I will try my hands on it again next time when I build a site from scratch.  Just my 2 cents.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2010/webdev/tread-lightly-when-using-zimplit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image maps within an image map</title>
		<link>http://www.un-deprived.com/2010/webdev/image-maps-within-an-image-map/</link>
		<comments>http://www.un-deprived.com/2010/webdev/image-maps-within-an-image-map/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 15:36:07 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[hotspots]]></category>
		<category><![CDATA[image maps]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[new things]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=526</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2010/webdev/image-maps-within-an-image-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-touch Web 3.0, anyone?</title>
		<link>http://www.un-deprived.com/2010/others/multi-touch-web-3-0-anyone/</link>
		<comments>http://www.un-deprived.com/2010/others/multi-touch-web-3-0-anyone/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:21:03 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=471</guid>
		<description><![CDATA[Haven’t wrote anything for a while, but here’s some food for random thoughts. With all the newest and greatest hitting web namely CSS3 and HTML5, how about giving some love and thoughts to Multi-touch as the next big thing on the web, and probably will be Web 3.0? Now you would say something like, “Well, [...]]]></description>
			<content:encoded><![CDATA[<p>Haven’t wrote anything for a while, but here’s some food for random thoughts. With all the newest and greatest hitting web namely CSS3 and HTML5, how about giving some love and thoughts to <a href="http://en.wikipedia.org/wiki/Multi-touch" target="_blank">Multi-touch</a> as the next big thing on the web, and probably will be Web 3.0? Now you would say something like, “Well, you know Macbooks have that awesome feature and people ARE using it on websites.” Well, can YOUR websites support flipping objects around with 2 fingers? An interface to crop and edit photos using your 2 fingers/hands on your website / web app? iPhone / Android phones can, but on websites? Nope.</p>
<p>First of all, I am one of those people who refused to support/buy anything with an “i” in front of it, it’s not that one day I wake up and decided to dislike Macs. I owned an iPod before and I found myself almost throwing it against the wall. I have used Macs, and I can’t find myself liking it as much as a PC. Don’t get me wrong, I don’t hate it, but I just prefer PC’s… that being said, the best thing Apple “invented” and poured so much thoughts into my brain is the latest and greatest the Multi-touch technology.</p>
<p>Where did I get the idea Multi-touch will be Web 3.0? Well, Javascript libraries such as jQuery, Mootools, Prototype etc… changed the way people interact with web, and how it delivered interactivity and information to the users. Designers/developers don’t need to depend on Flash/Silverlight to have animations / effects, things load faster in the background or don’t even have to reload a page thanks to AJAX. No longer the user has to open a new window to see a picture, instead, they can see them using a <a target="" title="Lightbox" href="http://www.huddletogether.com/projects/lightbox2/">Lightbox </a>or similar tool. I personally feel those are the most important elements that differentiate the good old web from Web 2.0. Some might argue Web 2.0 is all about the shiny graphics, but I beg to be differed. Not only that, Multi-touch is already in smart phones and Apple already started it with their Macbooks / Magic Mouse, and Windows 7 with their own multi-touch interface. It’s only a matter of time when all the websites don’t require a mouse to browse and adding more interactivities, because I don’t have to use a mouse to browse when I use my G1, why should a desktop computer? The tools are already existed to get us there, the question is how soon. My guess? I’d say in a year.</p>
<p>To prove it, some crazies already made one of the <a title="Silverpac" href="http://www.silverpac.com/multitouch/index.html" target="_blank">world’s first Multi-touch website</a> taking advantage of Windows 7 multi-touch support – of course it still works if you don’t have a fancy multi-touch screen or a <a title="Bamboo Touch" href="http://www.wacom.com/bamboo/bamboo_fun.php" target="_blank">Waccom Bamboo Touch</a> (cost only $69 and works on both Macs and PCs – yes, even Win XP SP2).  Or a fancy Macbook / <a title="Magic Mouse" href="http://www.apple.com/magicmouse/" target="_blank">Magic Mouse</a>.</p>
<p><a title="Silverpac Multitouch" href="http://www.silverpac.com/multitouch/index.html" target="_blank"><img class="alignnone size-medium wp-image-484" title="Silverpac Multi-Touch" src="http://www.un-deprived.com/wp-content/uploads/silverpac-226x125.jpg" alt="Silverpac Multi-Touch" height="190" width="346"></a></p>
<p>Although, I don’t think I’ll trade my CSS/HTML skills for multi-touch making websites in Silverlight. That being said, I think I was looking at the future of the web and probably something that will “encourage” CSS3.x / and HTML4.x to support multi-touch sooner, maximize and push the web even further? Can I already say Multi-Touch Web 3.0, anyone?</p>
<p>A slight problem of course Multi-touch is quite new, not many people have the tools to interact, or the necessity for it for the web at least. Never mind that, not a lot of people get the use of it. Multi-touch took me a few seconds to figure out how to use it, now that I know, “wowser” is the word I’m using to describe it. To me, the web is all about two words: information and experience. As designers/developers are constantly finding better and cooler way to create websites and deliver information, Mutli-touch is definitely the next big thing on the web.</p>
<p>I don’t know about you, but I’m jumping on the bandwagon to look for a way to “fake” a Web 2.5 for now and make Web 2.0 sounds so 2008 while people still digging the glossy/shiny buttons, and debate the best way to clear floats.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2010/others/multi-touch-web-3-0-anyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Vector Shape -&gt; Illustrator Compound Shape/Path…!!</title>
		<link>http://www.un-deprived.com/2009/graphic/photoshop-vector-shape-illustrator-compound-shapepath/</link>
		<comments>http://www.un-deprived.com/2009/graphic/photoshop-vector-shape-illustrator-compound-shapepath/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:13:24 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Vector Shapes]]></category>

		<guid isPermaLink="false">http://www.un-deprived.com/?p=430</guid>
		<description><![CDATA[You know… it’s probably a silly realization… but I’ve always copy &#38; pasted vector shape from Illustrator to Photoshop, never the other way around. Today, I had to convert a shape that I wanted to use from Photoshop to Illustrator (CS4 by the way), I was so sick of tracing it. I mean what’s the [...]]]></description>
			<content:encoded><![CDATA[<p>You know… it’s probably a silly realization… but I’ve always copy &amp; pasted vector shape from Illustrator to Photoshop, never the other way around. Today, I had to convert a shape that I wanted to use from Photoshop to Illustrator (CS4 by the way), I was so sick of tracing it. I mean what’s the worst thing could happened if I pasted something a vector shape from Photoshop to Illustrator, right? Get an error something, but to my surprise, it gives me a dialogue asking me whether I want to convert it to an Compound Shape or Path…</p>
<p><a href="http://www.un-deprived.com/wp-content/uploads/psd_paste_to_ai.jpg" rel="lightbox[430]" title="psd_paste_to_ai"><img class="alignnone size-full wp-image-431" title="psd_paste_to_ai" src="http://www.un-deprived.com/wp-content/uploads/psd_paste_to_ai.jpg" alt="psd_paste_to_ai" width="253" height="155" /></a></p>
<p>…son of a… learn something new everyday, don’t we now…? A little less deprived</p>
]]></content:encoded>
			<wfw:commentRss>http://www.un-deprived.com/2009/graphic/photoshop-vector-shape-illustrator-compound-shapepath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

