<?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>E-com DevBlog &#187; Mac</title>
	<atom:link href="http://dev.tonic1394.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.tonic1394.com</link>
	<description>Spider-ball-vacuum</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:42:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Zend Framework vs. CodeIgniter</title>
		<link>http://dev.tonic1394.com/2010/09/zend-framework-vs-codeigniter/</link>
		<comments>http://dev.tonic1394.com/2010/09/zend-framework-vs-codeigniter/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 22:06:53 +0000</pubDate>
		<dc:creator>Stretch</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[stupid]]></category>
		<category><![CDATA[why me]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://dev.tonic1394.com/?p=504</guid>
		<description><![CDATA[I hope nobody minds but this is going to be more of a rant than an actual performance comparison of the two frameworks. First of all I started using CodeIgniter almost two years ago, and while it was a bit of a thorn at first it was never super difficult to figure out how to [...]]]></description>
			<content:encoded><![CDATA[<p>I hope nobody minds but this is going to be more of a rant than an actual performance comparison of the two frameworks. First of all I started using CodeIgniter almost two years ago, and while it was a bit of a thorn at first it was never super difficult to figure out how to do stuff. The documentation was easy to understand and full of examples of what to do, plus things worked when I did them. As a result I've used CodeIgniter on several projects since.</p>
<p>Recently at my current job the powers that be (hereafter referred to as "they") decided to go from a progressive coding approach to a more MVC type approach using a framework (either custom made or already built). I'd like to point out that I'm all for using a framework especially on the applications we've got right now. I did suggest CodeIgniter as the framework of choice but my suggestion was received with disgust, so I kept my mouth shut...big mistake.</p>
<p>After attempting to build their own MVC Framework "they" decided to go with Zend Server Community Edition. Now I didn't (and still don't, which is sad) know a lot about the Zend Framework so I was somewhat excited to see it in action, especially since my experience with CI has been so great. And I guess maybe that's one of the reasons I'm posting today.</p>
<p>For anyone out there wondering if Zend is a good match for you, STOP!<br />
For anyone out there who recently implemented the Zend Framework, WHY? It's not to late to turn back.</p>
<p>I've been working with the Zend Framework for about two weeks now, and I don't expect to know everything there is to know about Zend but I do expect to know SOMETHING. Let's just take a trip down memory/nightmare lane.</p>
<p>Please excuse me if I can't remember all the details, I've tried so hard to block some of this from ever resurfacing.</p>
<p>My first task was to figure out how to ajax with zend, seems simple enough right? Shoot zend even created a helper that loads the (almost) latest jQuery libraries for you so you never have to worry about being up to date. Not only that but zend has a way to build your Ajax request so you don't have to know how to do that yourself either. What they don't tell you is that in order for the jquery libraries to be loaded on your page, you DO have to use at least one of their custom php jquery building tools (in other words, you can't make all your jquery by yourself), otherwise the libs just wont load. Instead they let you beat your head against your desk for hours and hours until you finally un-comment a test jquery builder you had previously used only to find out that was the missing piece.</p>
<p>Next our whole team has been tasked with creating a new application using zend, it's been over a week now, I still feel like I don't know anything. Now you might be saying to yourself, "did you try google dipstick?" Yup sure did, and as google does it pulled up all kinds of links. Almost always the top 5 go strait to the official zend documentation which is by far the worst documentation I've ever seen about anything. It's like when someone has a secret and they know you want to know, but they know that if they tell you then they'll lose the leverage they have on you, so they just hold on to it with that smirk on their face and never tell you anything. There's all kinds of words but they don't say much and the examples are horrific at best. One example I was looking at had a variable in it, and they'd conveniently cut out the part where they actually initialize that variable so you have no idea what values it is supposed to hold. Turns out it was an array, but I still don't know if it was a named array or if it can simply be numbered. I actually got a little excited when I stumbled onto the Programmers reference guide, I thought "yes if anything will help this is it", I was wrong to think that and I apologize.</p>
<p>Now here's the kicker, I do need to backtrack a bit. When you install zend there is a GUI that is installed to help you manage how the server works, I've recently lost this GUI, by lost I mean I know where it's supposed to be and the files are all there but the GUI doesn't show up when i put the correct URL in my browser. So I started researching this, only to find that a certain part of the server called lighttpd is not running, the GUI is the only thing that requires lighttpd. So i started googling lighttpd is not running and got a fair amount of hits on that one. None of which helped. Finally I decided to create an account with the zend forums and humbly ask the zend folks themselves what to do about my problem.</p>
<p>To my dismay, when I logged in I found a little counter at the bottom of the page that said "Users browsing this forum: disgruntled and 0 guests" (if you haven't guessed, I'm 'disgruntled'). You have got to be kidding me, I'm the only one on this forum? Now to be fair it was after 5:00 on the east coast so I imagine the 3 people using zend in that part of the world have gone home.</p>
<div id="attachment_507" class="wp-caption alignnone" style="width: 262px"><a href="http://dev.tonic1394.com/wp-content/uploads/2010/09/Picture-11.png"><img src="http://dev.tonic1394.com/wp-content/uploads/2010/09/Picture-11.png" alt="how many people on this forum?" title="just me huh?" width="252" height="57" class="size-full wp-image-507" /></a><p class="wp-caption-text">how many people on this forum?</p></div>
<p>Needless to say, I'm a little disappointed, awe who am I kidding? I'm downright furious.</p>
<p>On the flip side, if anyone reading this has any idea on where I can get my hands on some useful examples of zend at work. Please leave them in the comments. </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.tonic1394.com/2010/09/zend-framework-vs-codeigniter/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to run OSX from a USB drive</title>
		<link>http://dev.tonic1394.com/2010/08/how-to-run-osx-from-a-usb-drive/</link>
		<comments>http://dev.tonic1394.com/2010/08/how-to-run-osx-from-a-usb-drive/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 04:20:21 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Max]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://dev.tonic1394.com/?p=492</guid>
		<description><![CDATA[The Problem: If you've read some of my previous posts, or followed my twitter feed, you'll know that my iMac died.  After running as many hardware tests as I knew how to run, I determined that the hard drive was dead.  It then sat on my shelf for a few months and I finally decided [...]]]></description>
			<content:encoded><![CDATA[<h2>The Problem:</h2>
<p>If you've read some of my previous posts, or followed my twitter feed, you'll know that my iMac died.  After running as many hardware tests as I knew how to run, I determined that the hard drive was dead.  It then sat on my shelf for a few months and I finally decided to fix it so I could either use it (to keep the kids off the other computer) or sell it.  I took it to my local mac shop (no Apple store out here), and wouldn't you know it, they claimed that the file system structure was hosed, but that they fixed it.</p>
<p>Unfortunately, they were full of hot air and I was left (again) with an iMac-shaped paper weight.  I ran a few more tests and found that yes, I was right, the drive was toast. So I did what any rational technologist would do, I googled the ever-loving goodness for how to run OSX from an external hard drive.</p>
<p>What I was left with was rather disappointing, a deluge of how to put the installation of  Snow Leopard on USB drives and install from them (yes, I know it's not actually disappointing , it's really a rather cool thing, and a good solution to backing up your installation DVD, but that's not what I needed). So taking a blind stab in the dark, here's the method I came up with.</p>
<p><span id="more-492"></span></p>
<h2>What you'll need:</h2>
<ul>
<li>Your Leopard or Snow Leopard Installation DVD(s) - "Your" implies a legal copy! (I used Leopard because I misplaced my Snow Leopard copy)</li>
<li>A size-able USB drive (minimum 20GB, and no it doesn't matter if it is currently FAT, FAT32, NTFS, HFS+, etc. and seriously, use at least a 60GB drive. I tested successfully with both a 60GB and a 160GB drive)</li>
<li>1-3 hours (I recommend having a kindle/nook/kobo/ipod/kids to cure your boredom while you wait for the install to complete)</li>
<li>Intel-based Mac (I used an iMac (circa late 2007-2008), but any intel mac *should* work)</li>
</ul>
<h2>Lets get it started:</h2>
<p>Plug in your USB drive, insert your installation DVD and turn on your mac. Hold down the 'option' key and wait for the boot loader to appear.  Choose your install dvd to boot from and wait for the OSX installation screen to appear.</p>
<div class="wp-caption aligncenter" style="width: 570px"><img title="OSX Installation Welcome Screen" src="http://dev.tonic1394.com/images/OSX_1.JPG" alt="OSX Installation Welcome Screen" width="560" height="420" /><p class="wp-caption-text">OSX Installation Welcome Screen</p></div>
<p>Select your language and click the next arrow button.</p>
<p>When the pre-installation environment has loaded, click on Utilities -&gt; Disk Utilities</p>
<p><img class="aligncenter" title="Utilities, Disk Utilities" src="http://dev.tonic1394.com/images/OSX_2.JPG" alt="menu of Utilities -&gt; Disk Utilities" width="560" height="420" /></p>
<p>When Disk Utilities opens, click on your USB drive and then on the menu to the right click on the "Partition" button.</p>
<p>Choose "1 Partition" from the drop-down menu, then label your drive (or don't), and make sure you choose "Mac OS Extended (Journaled)".</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 570px"><img title="You'll need to partion your drive correctly" src="http://dev.tonic1394.com/images/OSX_3.JPG" alt="Setting the partion for your drive" width="560" height="420" /><p class="wp-caption-text">Set up your partition, label, and click options (Not Apply yet!)</p></div>
<p>Before you click the "Apply" button, click "Options".</p>
<p>This part is very important, if you pick the wrong type you won't be able to boot from the drive, so make sure you choose "GUID Partition Table".</p>
<div class="wp-caption aligncenter" style="width: 570px"><img title="GUID is your friend (but only if you want to boot from it ;) )" src="http://dev.tonic1394.com/images/OSX_4.JPG" alt="Partition Table Mapping; choose GUID!" width="560" height="420" /><p class="wp-caption-text">GUID == Intel, Apple == Power PC. Hint: This tutorial is for Intel</p></div>
<p>Click "OK", then click "Apply". The partition should not take too long.  When finished, close Disk Utilities and lets start the installation!</p>
<p>If you did everything correctly, after you click the Continue button you should be able to choose your newly partitioned USB drive as the installation target.</p>
<div class="wp-caption aligncenter" style="width: 570px"><img title="Select your USB drive, you are almost done!" src="http://dev.tonic1394.com/images/OSX_5.JPG" alt="My newly partitioned drive as a target installation drive" width="560" height="420" /><p class="wp-caption-text">w00t! Choose the USB drive and let&#39;s get to puttin OSX on it.</p></div>
<p>Click the drive, and click Continue, then sit back and enjoy as OSX is lovingly installed onto your USB drive.</p>
<div class="wp-caption aligncenter" style="width: 570px"><img title="Installation is in full swing!" src="http://dev.tonic1394.com/images/OSX_6.JPG" alt="Installation has started" width="560" height="420" /><p class="wp-caption-text">The time fluctuates a bit, but it&#39;s gonna run at least an hour.</p></div>
<p>When all is said and done you will be gifted with the glorious Welcome to OSX screen/video and you can begin setting-up/registering your mac.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 570px"><img title="Welcome to OSX, now register or else!" src="http://dev.tonic1394.com/images/OSX_7.JPG" alt="The end of the Welcome Video" width="560" height="420" /><p class="wp-caption-text">There&#39;s my iMac, and on the bottom right you can see my WD 160 External HDD</p></div>
<div class="wp-caption aligncenter" style="width: 570px"><img class=" " title="Registration complete, it's time to enjoy my mac again!" src="http://dev.tonic1394.com/images/OSX_9.JPG" alt="Last screen before Leopard starts" width="560" height="420" /><p class="wp-caption-text">Registration and Network have been set up, all that&#39;s left is to click OK</p></div>
<h2 style="text-align: left;">Final Thoughts:</h2>
<p>Running an entire OS from a USB drive is not ideal, you are going to lose speed, and you are going to lose bandwidth.  Think about it, you are forcing everything through that little Universal Serial Bus.</p>
<p>That being said, I was able to watch <a title="If you don't know what hulu is, I'm pretty sure you live outside the States... in which case I am sorry they have cut you off." href="http://www.hulu.com/" target="_blank">Hulu</a> (it did bug at first, but stabled out), fire up iTunes, use Photobooth, and more importantly I was able to install <a title="I use 2.6 because I'm a freeware type of guy, but they have a newer much cooler version if you care to shell out for it." href="http://www.macupdate.com/info.php/id/14414/mactheripper" target="_blank">Mac the Ripper</a> and rip 3 DVDs to my hard drive, yes I ripped them to the same drive that OSX is running from. Each movie had a running time of about 120 minutes and it ripped them in about 30 minutes per movie.  I could also watch DVDs without skips (in the default DVD player program) and even watch them in <a title="VLC, the only player worth using in any OS (codec free baby!)" href="http://www.videolan.org/" target="_blank">VLC</a> (again without skips).</p>
<p>Oddly enough I could not get <a title="Handbrake, the usual suspect of ripping dvd to mp4" href="http://handbrake.fr/" target="_blank">Handbrake</a> to rip the movies that I had decoded with Mac the Ripper. Which brings me a little off subject for a moment.  I found instead another program called <a title="When Handbrake fails, use this" href="http://www.winxdvd.com/dvd-ripper-for-mac/" target="_self">Winx DVD Ripper for Mac</a>.  Oddly enough while the free version can't rip from disc-to-mp4, it has no problems what-so-ever of ripping from drive-to-mp4 (the free version does not remove copy protection).  It's a little more "windows-y" of a design, but if you can use handbrake you should be able to get around in it.</p>
<p>Alright, well I hope that helps at least a few of you out there, if you have any questions or think I missed something, shout out in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.tonic1394.com/2010/08/how-to-run-osx-from-a-usb-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Summer 2009 LinkPost Extravaganza!</title>
		<link>http://dev.tonic1394.com/2009/08/summer-2009-linkpost-extravaganza/</link>
		<comments>http://dev.tonic1394.com/2009/08/summer-2009-linkpost-extravaganza/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 00:53:33 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[LinkPost]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://dev.tonic1394.com/?p=356</guid>
		<description><![CDATA[Whoa, what happened? I'll tell you what happened, I blinked and it was August! But fear not! I have kept the links that I was going to post and have compiled them into what I like to call the Summer 2009 LinkPost Extravaganza! Cheesy? Yes, a little absurd? Absolutely, but hey at least you're getting [...]]]></description>
			<content:encoded><![CDATA[<p>Whoa, what happened? I'll tell you what happened, I blinked and it was August! But fear not! I have kept the links that I was going to post and have compiled them into what I like to call the Summer 2009 LinkPost Extravaganza! Cheesy? Yes, a little absurd? Absolutely, but hey at least you're getting the links right?</p>
<p>This Post features plenty of images (icons, textures, etc.), a large selection of jQuery goodness, some php, fonts, and plenty of tools, resources, and tutorials.  I even threw in a few links for our growing mac-user community (yeah, you can't see it, but I'm patting myself on the back).</p>
<p>Enough drivel, time to give the peoples what they want, the links!<br />
<span id="more-356"></span></p>
<h2>-= Images, icons, brushes, tools ==-</h2>
<p><a title="Make your jpgs suck less" href="http://www.smashingmagazine.com/2009/07/01/clever-jpeg-optimization-techniques/" target="_blank"> http://www.smashingmagazine.com/2009/07/01/clever-jpeg-optimization-techniques/</a> - Make your jpegs super awesome<br />
<a title="Make your own icon and become...uh... an icon" href="http://www.tripwiremagazine.com/design/tutorials/design-your-own-icons-25-tutorials-and-articles-designers-must-have.html" target="_blank"> http://www.tripwiremagazine.com/design/tutorials/design-your-own-icons-25-tutorials-and-articles-designers-must-have.html</a><br />
<a title="More tiles and textures!" href="http://pelfusion.com/freebies/30-free-resources-for-background-patterns-and-textures/" target="_blank"> http://pelfusion.com/freebies/30-free-resources-for-background-patterns-and-textures/</a> - Tile and textures and patterns oh my!<br />
<a title="This is a pretty cool site/idea, me likey" href="http://www.backgroundlabs.com/" target="_blank"> http://www.backgroundlabs.com/</a> - Backgrounds, patterns, and the like sorted by color (which is kinda nice)<br />
<a title="Remember to read part 2!" href="http://www.smashingmagazine.com/2009/07/15/clever-png-optimization-techniques/" target="_blank"> http://www.smashingmagazine.com/2009/07/15/clever-png-optimization-techniques/</a> - Good read.<br />
<a title="Yay for pngs!" href="http://www.smashingmagazine.com/2009/07/25/png-optimization-guide-more-clever-techniques/" target="_blank"> http://www.smashingmagazine.com/2009/07/25/png-optimization-guide-more-clever-techniques/</a> - PNG optimization part 2...<br />
<a title="Yay for texture packs" href="http://webdesignledger.com/freebies/30-awesome-textures-for-creating-subtle-grunge-designs" target="_blank"> http://webdesignledger.com/freebies/30-awesome-textures-for-creating-subtle-grunge-designs</a> - Nice texture packs<br />
<a title="Vector nom nom nom" href="http://www.webdesignerdepot.com/2009/07/200-free-exclusive-vector-icons-primo/" target="_blank"> http://www.webdesignerdepot.com/2009/07/200-free-exclusive-vector-icons-primo/</a> - Free icons for personal and commercial use.<br />
<a title="Wow 37 places! not 38 or 36, but 37!" href="http://www.graphicfetish.com/37-places-to-get-free-stock-images/" target="_blank"> http://www.graphicfetish.com/37-places-to-get-free-stock-images/</a> - yep, 37 places to get free stock photos... booyeah!<br />
<a title="Remeber gimpies you can use these too" href="http://www.softalize.com/2009/06/01/22-excellent-photoshop-brushes-to-spice-up-designs/" target="_blank"> http://www.softalize.com/2009/06/01/22-excellent-photoshop-brushes-to-spice-up-designs/</a> - Here's some more ps brushes<br />
<a title="This is pretty cool" href="http://all-silhouettes.com/" target="_blank"> http://all-silhouettes.com/</a> - All the free sillouettes you can shake a stick at... trees, people, etc.<br />
<a title="everything must go!" href="http://pelfusion.com/awesome-graphics/freebies-for-designers-icons-vectors-photoshop-brushes-stock-images-templates/" target="_blank"> http://pelfusion.com/awesome-graphics/freebies-for-designers-icons-vectors-photoshop-brushes-stock-images-templates/</a> - Free stuff round-up!<br />
<a title="More icons" href="http://www.smashingmagazine.com/2009/06/07/50-fresh-useful-icon-sets-for-your-next-design/" target="_blank"> http://www.smashingmagazine.com/2009/06/07/50-fresh-useful-icon-sets-for-your-next-design/</a> - Who doesn't love icons?<br />
<a title="my desc says it all" href="http://www.noupe.com/photoshop/photoshop-brushes-and-how-to.html" target="_blank"> http://www.noupe.com/photoshop/photoshop-brushes-and-how-to.html</a> - ps brushes and how-to's, what's not to love.<br />
<a title="because why not? everyone needs 500 icons" href="http://www.webresourcesdepot.com/a-set-of-500-quality-icons-led-web-icons/" target="_blank"> http://www.webresourcesdepot.com/a-set-of-500-quality-icons-led-web-icons/</a> - 500 icons for you!<br />
<a title="More textures for my peoples" href="http://www.texturelovers.com/" target="_blank"> http://www.texturelovers.com/</a> - Textures and tutorials, good site<br />
<a href="http://pixelmixer.ru/basic_set/" target="_blank"> http://pixelmixer.ru/basic_set/</a> - More icons<br />
<a title="Yep another color tool" href="http://www.colorexplorer.com/default.aspx" target="_blank"> http://www.colorexplorer.com/default.aspx</a> - Color explorer a nice tool for color schemes, palletes and the like.<br />
<a title="I mean I have inkscape, but I'm just not that great with it... perhaps if I spent some time on it." href="http://vectips.com/tutorials/turn-any-font-into-a-sketch-font/" target="_blank"> http://vectips.com/tutorials/turn-any-font-into-a-sketch-font/</a> - Some people are cooler than me and have illustrator, for those that are cooler than me, here's a fun little tutorial.<br />
<a title="I likes texture" href="http://freestocktextures.com/" target="_blank"> http://freestocktextures.com/</a> - Free textures for the taking.<br />
<a title="Yay for brushes" href="http://www.minervity.com/features/photoshop/the-ultimate-collection-of-the-best-ornament-photoshop-brushes/" target="_blank"> http://www.minervity.com/features/photoshop/the-ultimate-collection-of-the-best-ornament-photoshop-brushes/</a> - Who doesn't need more brushes.<br />
<a title="Make your pictures crunchy" href="http://webdesignledger.com/freebies/80-fresh-new-textures-for-creating-web-site-backgrounds" target="_blank"> http://webdesignledger.com/freebies/80-fresh-new-textures-for-creating-web-site-backgrounds</a> - More textures, cos textures are pertiful.<br />
<a title="Logos for everyone'" href="http://www.seeklogo.com/" target="_blank"> http://www.seeklogo.com/</a> - Almost every logo in ai, pdf, or tiff format for your medling</p>
<h2>-=Tools &amp; Resources &amp; Tutorials=-</h2>
<p>Fiddler2 now integrates with firefox (and the masses rejoice!)<br />
http://astuteo.com/slickmap/ - Nice little stylesheet for sitemaps, me likey<br />
<a title="Good stuff, I likes me some noupe" href="http://feedproxy.google.com/~r/Noupe/~3/Q1PEz3CydLE/50-best-of-designers-free-resources.html" target="_blank"> http://feedproxy.google.com/~r/Noupe/~3/Q1PEz3CydLE/50-best-of-designers-free-resources.html</a> - noupe saving the best for now.<br />
<a href="http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/" target="_blank"> http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/</a> - I've resisted the whole lets jump on the css3 movement, but now that multiple browsers support it.  It's something that can't be ignored too much longer...<br />
<a title="I can't wait to use this in 10 years!" href="http://www.noupe.com/css3/css3-exciting-functions-and-features-30-useful-tutorials.html" target="_blank"> http://www.noupe.com/css3/css3-exciting-functions-and-features-30-useful-tutorials.html</a> - 30 tutorials on using css3<br />
<a title="Good to know that I'm not the only one who does this." href="http://www.onextrapixel.com/2009/07/15/the-importance-of-wireframes-in-web-design-and-9-tools-to-create-wireframes/" target="_blank"> http://www.onextrapixel.com/2009/07/15/the-importance-of-wireframes-in-web-design-and-9-tools-to-create-wireframes/</a> - I call it 'block level' design, but it's how I get things going even when handed a visual design, so here's a post about it.<br />
<a title="This one time I tried to help a guy with his SEO, wow... it was a nightmare and I'm not sure he understood anything." href="http://www.webdesignbooth.com/15-useful-firefox-seo-tools-for-serious-bloggers-and-web-designers/" target="_blank"> http://www.webdesignbooth.com/15-useful-firefox-seo-tools-for-serious-bloggers-and-web-designers/</a> - SEO tools for everyone!<br />
<a title="Yeah, ffmpeg is what makes the world go round." href="http://www.iepak.com/30/topicdetail.aspx" target="_blank"> http://www.iepak.com/30/topicdetail.aspx</a> - Useful, upload video, use php to run ffmpeg to convert to flv and then throw it on the page.<br />
<a title="I'm a fan of the cheat-sheets" href="http://www.webdesignerdepot.com/2009/07/30-handy-cheat-sheets-and-reference-guides-for-web-professionals/" target="_blank"> http://www.webdesignerdepot.com/2009/07/30-handy-cheat-sheets-and-reference-guides-for-web-professionals/</a> - I've probably linked most of these before, but always nice to have a list of cheat-sheets<br />
<a title="I find that if I used all of these, I'd never get anything done." href="http://www.tripwiremagazine.com/tools/tools/35-extremely-useful-free-online-tools-for-web-developers-and-designer.html" target="_blank"> http://www.tripwiremagazine.com/tools/tools/35-extremely-useful-free-online-tools-for-web-developers-and-designer.html</a> - Explatives a'plenty, this list is useful, and I haven't even been through the whole thing yet.<br />
<a title="How many tools do we actually need?" href="http://www.webdesignerdepot.com/2009/07/massive-compilation-of-designer-tools/" target="_blank"> http://www.webdesignerdepot.com/2009/07/massive-compilation-of-designer-tools/</a> - More of the same, but with some new content<br />
<a title="More regex'ery?" href="http://www.catswhocode.com/blog/15-php-regular-expressions-for-web-developers" target="_blank"> http://www.catswhocode.com/blog/15-php-regular-expressions-for-web-developers</a> - Yay for regex and people that understand it.<br />
<a title="Snook is my hero... Snook works for SquaredSpace." href="http://snook.ca/archives/html_and_css/css-text-rotation" target="_blank"> http://snook.ca/archives/html_and_css/css-text-rotation</a> - wow... it's like the jQuery tutorial, only with css instead of jQ.<br />
<a title="ok you 90% of the population that is &quot;normal&quot; make way for the rest of us dangit, we're people too!" href="http://www.uxbooth.com/blog/5-tools-to-increase-accessibility/" target="_blank"> http://www.uxbooth.com/blog/5-tools-to-increase-accessibility/</a> - good tools for accessibility testing<br />
<a title="What?! someone else has a linkpost!? oh right, they call it something else." href="http://creativenerds.co.uk/news/best-of-the-web-july-for-webgraphic-design/" target="_blank"> http://creativenerds.co.uk/news/best-of-the-web-july-for-webgraphic-design/</a> - Someone elses link post<br />
<a title="regex it! /',/f1/aa/A/[0-a]/  - Yeah, I just made that up :)" href=" http://www.smashingmagazine.com/2009/06/01/essential-guide-to-regular-expressions-tools-tutorials-and-resources/" target="_blank"> http://www.smashingmagazine.com/2009/06/01/essential-guide-to-regular-expressions-tools-tutorials-and-resources/</a> - Regex'ing will save you time and lines of code, so brush up here.<br />
<a title="Awesome was not the correct word, pretty cool was." href="https://browserlab.adobe.com/index.html" target="_blank"> https://browserlab.adobe.com/index.html</a> - Awesome multi-browser rendering engine from adobe.  It's screen shot based, so not wicked helpful, but shows you if you're lined up correctly.<br />
<a title="SQL for everyone!" href="http://net.tutsplus.com/tutorials/other/10-essential-sql-tips-for-developers/" target="_blank"> http://net.tutsplus.com/tutorials/other/10-essential-sql-tips-for-developers/</a> - Always nice to brush up on your SQL<br />
<a title="Don't follow this link if you want the tool, follow the next link." href="http://ajaxian.com/archives/page-speed-new-open-source-firebug-performance-extension-from-google" target="_blank"> http://ajaxian.com/archives/page-speed-new-open-source-firebug-performance-extension-from-google</a> - The ajaxian article<br />
<a title="Like Yahoo, only Google Style" href="http://code.google.com/speed/page-speed/" target="_blank"> http://code.google.com/speed/page-speed/</a> - The official Google Code site.<br />
- Google caught up to Yahoo on pushing out a web performance util.  I wonder if I run both at the same time if worlds will collide and I'll cause a catastrophic failure, or maybe a headron collider, or possibly an event horizon.  UPDATE: Turns out that it just eats up more ram... a shame really I was looking forward to opening pandora's box.<br />
<a title="I think my first parallax experience was with Sonic" href="http://webstandard.kulando.de/post/2009/04/30/best-of-parallax-effect" target="_blank"> http://webstandard.kulando.de/post/2009/04/30/best-of-parallax-effect</a> - get your parallax on with these examples<br />
<a title="When we tested this, we found the results to be somewhat &quot;mixed&quot;" href="http://tester.jonasjohn.de/" target="_blank"> http://tester.jonasjohn.de/</a> - Test everything (well just about) on a website, SEO, proxy, spell checking<br />
<a title="Ever used a computer that you had no idea what it was (like that chinese tablet I borrowed)? Well find out what it can do!" href="http://supportdetails.com/" target="_blank"> http://supportdetails.com/</a> - Cool simple way to get lots of info about a compy you are sitting at.. (oddly enough I was building the same thing, and now I don't have too).</p>
<h2>-=AIR=-</h2>
<p><a title="You could read this and build your own... or you could use Google Reader..." href="http://www.webdesignermag.co.uk/blog/build-an-adobe-air-rss-reader/" target="_blank"> http://www.webdesignermag.co.uk/blog/build-an-adobe-air-rss-reader/</a> - Building an Air based RSS reader tutorial.<br />
<a title="I'm a fan of many air apps" href="http://www.webdesignerdepot.com/2009/07/40-great-adobe-air-applications-for-designers-and-developers/" target="_blank"> http://www.webdesignerdepot.com/2009/07/40-great-adobe-air-applications-for-designers-and-developers/</a> - Air apps for designers!<br />
<a title="I mean I didn't try it, but it sounded like a good idea" href="http://flexmonkey.gorillalogic.com/gl/stuff.flexmonkey.html" target="_blank"> http://flexmonkey.gorillalogic.com/gl/stuff.flexmonkey.html</a> - Flex/Air developers, this is a tool for you, it helps you test your apps before you release'm.</p>
<h2>-=PHP=-</h2>
<p><a title="Inject a little love into your sql" href="http://61924.nl/blog/e/00010-prevent-xss-and-sql-injections.html" target="_blank"> http://61924.nl/blog/e/00010-prevent-xss-and-sql-injections.html</a> - A good article on stopping xss and sql injection (seems to be all about the php... so it may or may not apply)<br />
<a title="Cross site this!" href="http://designreviver.com/tips/php-security-guidelines-to-lock-down-your-website/" target="_blank"> http://designreviver.com/tips/php-security-guidelines-to-lock-down-your-website/</a> - always good to be reminded to lock down your xss.<br />
<a title="Ever noticed that everyone wants to be a rockstar?" href="http://dev-tips.com/featured/5-more-quality-sites-to-help-you-become-a-php-rockstar" target="_blank"> http://dev-tips.com/featured/5-more-quality-sites-to-help-you-become-a-php-rockstar</a> - Rock on you PHP Magician, rock on.<br />
<a title="Get your own API on" href="http://www.webresourcesdepot.com/how-to-create-an-api-10-tutorials/" target="_blank"> http://www.webresourcesdepot.com/how-to-create-an-api-10-tutorials/</a> - Mostly php, but there's some Ruby/Rails and a vb.net version in there too.</p>
<h2>-=jQuery=-</h2>
<p><a title="Good times for everyone" href="http://www.w3avenue.com/2009/07/01/list-of-really-useful-plugins-for-jquery-developers/" target="_blank"> http://www.w3avenue.com/2009/07/01/list-of-really-useful-plugins-for-jquery-developers/</a> - More help for the jQuery file<br />
<a title="Quick bust out the konami code!" href="http://www.marcofolio.net/webdesign/advanced_keypress_navigation_with_jquery.html" target="_blank"> http://www.marcofolio.net/webdesign/advanced_keypress_navigation_with_jquery.html</a> - Handling keypress events with jQuery<br />
<a title="When your docs suck, so does the popularity of your product (I'm staring right at you lazlo and rico... right at you)" href="http://www.happyworm.com/jquery/jplayer/" target="_blank"> http://www.happyworm.com/jquery/jplayer/</a> - a nice mp3 jQuery player (highly configurable, but docs are deplorable)<br />
<a title="Fix your ugly nav" href="http://webdeveloperplus.com/jquery/15-jquery-tutorials-for-more-interactive-navigation/" target="_blank"> http://webdeveloperplus.com/jquery/15-jquery-tutorials-for-more-interactive-navigation/</a> - Navigation Tutorials<br />
<a title="mmm audio with jQuery and Flash..." href="http://evanriley.xiaimix.com/using-jquery-to-play-media-files-mp3wmaetcetc/" target="_blank"> http://evanriley.xiaimix.com/using-jquery-to-play-media-files-mp3wmaetcetc/</a> - All your media, played with jQ and Flash<br />
<a title="This sounded cool, then I saw a site using it, and yeah, not my cup'o'tea, but give it a shot." href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/minizoompan/" target="_blank"> http://www.gcmingati.net/wordpress/wp-content/lab/jquery/minizoompan/</a> - Cool little zoomer util, no pre-loader.<br />
<a title="By the time you read this, there will be like 4 variants of this.  But this was the first or second that I saw, so it gets the link." href="http://boedesign.com/2009/07/11/growl-for-jquery-gritter/" target="_blank"> http://boedesign.com/2009/07/11/growl-for-jquery-gritter/</a> - jQuery Growl like notifications<br />
<a title="Virtual Keyboards are good and bad." href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/" target="_blank"> http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/</a> - Awesome little onscreen keyboard with jQuery and some css.<br />
<a title="Yes, I was redundant, I said IBM and long-winded in the same sentence." href="http://www.ibm.com/developerworks/web/library/wa-aj-advjquery2/index.html" target="_blank"> http://www.ibm.com/developerworks/web/library/wa-aj-advjquery2/index.html</a> - Longwinded, but always nice to see a jQ tut on IBM.<br />
<a href="http://speckyboy.com/2009/07/17/25-fresh-and-new-jquery-plugins-and-tutorials/" target="_blank"> http://speckyboy.com/2009/07/17/25-fresh-and-new-jquery-plugins-and-tutorials/</a> - Always nice to see new jQuery tuts.. some of them I have already linked to.<br />
<a title="Homebrew jQuery tastes as good or better than official jQuery, 3 out of 5 people say." href="http://www.sitepoint.com/blogs/2009/07/22/how-to-develop-a-jquery-plugin/" target="_blank"> http://www.sitepoint.com/blogs/2009/07/22/how-to-develop-a-jquery-plugin/</a> - Sitepoint takes a stab at making jQuery plugins<br />
<a title="Sez it all." href="http://www.tripwiremagazine.com/tools/developer-toolbox/60-must-have-jquery-toolbox.html" target="_blank"> http://www.tripwiremagazine.com/tools/developer-toolbox/60-must-have-jquery-toolbox.html</a> - Many of these I've linked to, but the page is good (thanks to the find feature in your browser)<br />
<a title="This is good, but no lies, either same or next day, another tutorial popped up on how to do this with just CSS." href="http://css-tricks.com/date-display-with-sprites/" target="_blank"> http://css-tricks.com/date-display-with-sprites/</a> - Simple, but awesome, thanks jQuery<br />
<a title="Yep. Ajax, jQuery." href="http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/" target="_blank"> http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/</a> - jQuery and ajax...mmmmm<br />
<a title="psst.  Hey bro. your asp is showing." href="http://www.jankoatwarpspeed.com/post/2009/06/01/Advanced-docking-using-jQuery.aspx" target="_blank"> http://www.jankoatwarpspeed.com/post/2009/06/01/Advanced-docking-using-jQuery.aspx</a> - Add docking to your project/webapp/site with some jQuery goodness<br />
<a title="It's kinda long making funny things to type in as the title text... I'm giving up on the next few (oh and I started at the bottom of the list)" href="http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html" target="_blank"> http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html</a> - Nice jQuery drop-down menu, it's very nice...<br />
<a title="umutm == Web Resources Depot... go there and become awesome" href="http://jquerylist.com/" target="_blank"> http://jquerylist.com/</a> - my new favorite jQuery hangout (:o) (mega props to umutm@twitter for this one!)<br />
<a title="Good tutorial, terrible name, Seriously, GayADesign? that's about as good as ExpertSexChange..." href="http://www.gayadesign.com/diy/puffing-smoke-effect-in-jquery/" target="_blank"> http://www.gayadesign.com/diy/puffing-smoke-effect-in-jquery/</a> - jQuery making animation and special effects wicked easy.  Cool idea, nice execution.<br />
<a title="Behold! a ui lib from the flowplayer guys" href="http://flowplayer.org/tools/" target="_blank"> http://flowplayer.org/tools/</a> - A pretty sweet suite of jQuery tools from the flowplayer developers<br />
<a title="Modal is the new iframe..." href="http://www.pierrebertet.net/projects/jquery_superbox/" target="_blank"> http://www.pierrebertet.net/projects/jquery_superbox/</a> - We had FancyBox, then nyromodal, is this the new jQuery modal window of choice? (nah, probably not, nyro is still king, but hey it's good to have competitors)<br />
<a title="Break it up! Good, now put it into two columns" href="http://upsidestudio.com/web/splitcol/" target="_blank"> http://upsidestudio.com/web/splitcol/</a> - Have a list that is too long for a section, but would fit if you split it in two? With this and some jQuery goodness, you can do that.<br />
<a title="Sprite, the other 7-up" href="http://www.distinctcorp.com.au/jquery/spritemenu.html" target="_blank"> http://www.distinctcorp.com.au/jquery/spritemenu.html</a> - Normally I don't post links to things like sprite effects, but this is pretty good, and easy.<br />
<a title="Fonts, jQuery, Effects? What's not to love?" href="http://www.iofo.it/jquery/fonteffect/" target="_blank">http://www.iofo.it/jquery/fonteffect/</a> - Some text effects with jQuery magic (I like mirror the most, but that's just me)<br />
<a title="jQuery for n00bs, step right up" href="http://www.1stwebdesigner.com/tutorials/53-jquery-tutorials-resources-tips-and-tricks-ultimate-collection/" target="_blank"> http://www.1stwebdesigner.com/tutorials/53-jquery-tutorials-resources-tips-and-tricks-ultimate-collection/</a> - Still haven't tried jQuery? what are you waiting for! start here for lots of goodies, tutorials, and tricks</p>
<h2>-=Javascript=-</h2>
<p><a title="Remember when flash was used for things other than video?  Yeah, javascript rules." href="http://sixrevisions.com/javascript/10-impressive-javascript-animation-frameworks/" target="_blank"> http://sixrevisions.com/javascript/10-impressive-javascript-animation-frameworks/</a> - javascript animation libs (pretty cool, yo)<br />
<a title="GLOW - a js lib from the BBC" href="http://www.bbc.co.uk/glow/docs/articles/what_is_glow.shtml" target="_blank"> http://www.bbc.co.uk/glow/docs/articles/what_is_glow.shtml</a> - Glow, the Official BBC js lib (like YUI, jQuery, etc...), nice idea, I mean, I'll stick to jQ, but hey if you ever need to build a site that works on pure chaos, I mean ie5 and safari &lt; 2, this is the show for you.<br />
<a title="Recently I've had to make charts, thanks to this my charts are pretty and awesome." href="http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/" target="_blank"> http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/</a> - charts...nom nom nom</p>
<h2>-=Misc=-</h2>
<p><a title="Netbooks are yummy... check out the ubuntu flavored notebook os, it's nice, I haven't tried this one though." href="http://www.jolicloud.com/" target="_blank"> http://www.jolicloud.com/</a> - a replacement netbook os (for you netbook users)<br />
<a title="dude, bro, homes... this is the new hotness, the fresh burnination, the explative. Quit wasting time and click the link already!" href="http://listen.grooveshark.com" target="_self"> http://listen.grooveshark.com</a> - My new favorite of all online music listening/streaming services<br />
<a title="If apple didn't hate everything that made working with it's code easy, this would be a really cool program." href="http://code.google.com/p/safire/" target="_blank"> http://code.google.com/p/safire/</a> - a framework for building iPhone apps<br />
<a title="Get your theme on, WordPress style" href="http://webdesignledger.com/freebies/14-most-visually-appealing-free-wordpress-themes" target="_blank"> http://webdesignledger.com/freebies/14-most-visually-appealing-free-wordpress-themes</a> - Some nice WP themes<br />
<a title="iTunes being locked down sucks, set your library free" href="http://www.pulptunes.com/" target="_blank"> http://www.pulptunes.com/</a> - Access your iTunes library from anywhere (in your web browser), works on mac, windows, and linux.</p>
<h2>-=Mac=-</h2>
<p><a title="PC users: READ THIS NOW, it'll make you not hate mac (as much)" href="http://www.smashingmagazine.com/2009/06/04/30-must-have-tweaks-for-your-mac/" target="_blank"> http://www.smashingmagazine.com/2009/06/04/30-must-have-tweaks-for-your-mac/</a> - If I had known some of these tricks when I got my mac, the transition would have been soooo much easier.  Although I did stumble onto many of these by myself <img src='http://dev.tonic1394.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a title="Like winning the lottery, the chances of finding free utils for the mac are small, so take these now!" href="http://www.smashingmagazine.com/2009/07/05/25-open-source-mac-apps-that-will-boost-your-productivity/" target="_blank"> http://www.smashingmagazine.com/2009/07/05/25-open-source-mac-apps-that-will-boost-your-productivity/</a> - Yay for free mac apps (because there seem to be so few...)<br />
<a title="Good to know that something on the mac has a decent price tag on it." href="http://desizntech.info/2009/06/40-mac-freewares-and-open-source-softwares-for-web-designers/" target="_blank"> http://desizntech.info/2009/06/40-mac-freewares-and-open-source-softwares-for-web-designers/</a> - I have a mac, now I have free tools.</p>
<h2>-=Fonts=-</h2>
<p><a title="Bold Fonts" href="http://www.tripwiremagazine.com/design/design/60-free-fonts-for-big-bold-and-beautiful-headlines.html" target="_blank"> http://www.tripwiremagazine.com/design/design/60-free-fonts-for-big-bold-and-beautiful-headlines.html</a> - 60 fonts for your desiging happiness.<br />
<a title="Professional Free Fonts" href="http://www.unionroom.com/blog/21-fonts-that-shouldnt-be-free-but-are/" target="_blank"> http://www.unionroom.com/blog/21-fonts-that-shouldnt-be-free-but-are/</a> - Some of these I've already linked, but an pretty good list<br />
<a title="Modern Fonts" href="http://www.1stwebdesigner.com/resources/52-really-high-quality-free-fonts-for-modern-and-cool-design/" target="_blank"> http://www.1stwebdesigner.com/resources/52-really-high-quality-free-fonts-for-modern-and-cool-design/</a> - More fonts!<br />
<a title="High Quality Fonts" href="http://www.smashingmagazine.com/2009/06/05/beautiful-high-quality-free-fonts-for-your-designs/" target="_blank"> http://www.smashingmagazine.com/2009/06/05/beautiful-high-quality-free-fonts-for-your-designs/</a> - Yay more free fonts!<br />
<a title="Dirty Grunge Fonts!" href="http://www.webdesignbooth.com/60-awesome-grunge-font-that-every-designer-should-collect/" target="_blank"> http://www.webdesignbooth.com/60-awesome-grunge-font-that-every-designer-should-collect/</a> - more grunge fonts</p>
<p>One last thing.  I didn't really proof read this or check the links, so I'm sure there will be some that are wrong.  Let me know what needs to be fixed in the comments and I'll get it taken care of, thanks!  Happy Summer everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.tonic1394.com/2009/08/summer-2009-linkpost-extravaganza/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.502 seconds -->

