<?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>ZEE4 &#187; YYZtech</title>
	<atom:link href="http://zee4.com/category/yyztech/feed/" rel="self" type="application/rss+xml" />
	<link>http://zee4.com</link>
	<description>Zoltan Hunt, web-designer and developer in Toronto, Canada</description>
	<lastBuildDate>Sun, 09 Oct 2011 21:06:54 +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>CakePHP Expandable Behaviour Tip</title>
		<link>http://zee4.com/2011/01/cakephp-expandable-behaviour-tip/</link>
		<comments>http://zee4.com/2011/01/cakephp-expandable-behaviour-tip/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 00:23:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[YYZtech]]></category>
		<category><![CDATA[behaviours]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[debuggable.com]]></category>

		<guid isPermaLink="false">http://zee4.com/?p=166</guid>
		<description><![CDATA[When YYZtech was being updated to use the VSS (Venue Storage System) from the previous system, it became clear that VSS needed to be updated as well. One of the original goals of VSS was that it could be a &#8230; <a href="http://zee4.com/2011/01/cakephp-expandable-behaviour-tip/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When  YYZtech was being updated to use the VSS (Venue Storage System) from  the previous system, it became clear that VSS needed to be updated as  well. One of the original goals of VSS was that it could be a directory  system for different kinds of things as long as they where physical  venues of some kind and so they had certain properties like an actual  address, hours they open to the public, etc.</p>
<p>As  part of that, a way of storing “meta” information was needed, that is  information that was unique to a venue or type of venue that not all  would have, much like WordPress lets additional information about a post  be stored in a separate table which makes, say, adding an ISBN number  field to book reviews easy.</p>
<p>After rolling our own for several projects, <a href="http://www.debuggable.com/posts/unlimited-model-fields-expandable-behavior:48428c2e-9a88-47ec-ae8e-77a64834cda3" target="_blank">Felix Geisendörfer’s Expandable behaviour</a> was chosen because it was simple to set-up and use and it just worked.  Hopefully CakePHP at some point includes a similar functionality as an  &#8220;official&#8221; add on much like virtual fields was added in CakePHP 1.3</p>
<p>Which leads to a “gotcha”&#8230;.<br />
One  issue combining virtual fields and the Expandable behaviour is that  virtual fields can end up being interpreted as new fields by Expandable  and Expandable then saving them. What’s worse, is that when the table  entry is loaded, the virtual field and field from Expandable are  combined with one overwriting the other.</p>
<p>This  particular behaviour happened when we added a way of cloning venues,  removing and replacing certain information along the way. The reason for  this would be adding a chain store location; the address and phone  number would change but the description or products sold probably  wouldn’t. Now the table that stored the venues had a virtual field,  full_name, that contained the name and sub-name of a venue (e.g. “Joe’s  Bar”, “and Delicatessen” as “Joe’s Bar and Delicatessen”) which  Expandable saw as a new field and saved the virtual field to its table  and led to about 20 minutes trying to figure out if there was some kind  of weird caching issue going on.</p>
<p>Anyways, the fix was to turn off the virtual fields like so:<br />
$this-&gt;Venue-&gt;virtualFields = false;</p>
<p>&#8230;and that was the end of that problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://zee4.com/2011/01/cakephp-expandable-behaviour-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SitePoint &#8211; Better looking with age?</title>
		<link>http://zee4.com/2009/07/sitepoint-better-looking-with-age/</link>
		<comments>http://zee4.com/2009/07/sitepoint-better-looking-with-age/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 17:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[YYZtech]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[sitepoint]]></category>

		<guid isPermaLink="false">http://zee4.com/?p=50</guid>
		<description><![CDATA[About 4-5 years ago I picked up this book, Deliver First Class Web Sites: 101 Essential Checklists by Melbourne-based SitePoint, billed as a check-list of things a website should have to be successful. Well it was a lot of lists, &#8230; <a href="http://zee4.com/2009/07/sitepoint-better-looking-with-age/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>About 4-5 years ago I picked up this book, Deliver First Class Web Sites: 101 Essential Checklists by Melbourne-based SitePoint,  billed as a check-list of things a website should have to be successful. Well it was a lot of lists, a lot of the material was useful, unfortunately the book itself looked like it had been typeset in Word and then printed off on a photocopier.</p>
<p>Fortunately I think they realized this too and in the last few years they&#8217;ve really improved to the point where the look of their books matches the technical material. In the Canada and the U.S. they have been distributed by O&#8217;Reilly publishing since 2004 and I wonder if that had some influence on their more inviting look.?</p>
<p>If you&#8217;re interested in web design I&#8217;d suggest having a look though some of their recent titles.</p>
<p>Links to Reviews:<br />
<a title="Principles of Beautiful Web Design review" href="http://yyztech.ca/reviews/book/principles-beautiful-web-design" target="_blank">http://yyztech.ca/reviews/book/principles-beautiful-web-design</a><br />
<a href="http://" target="_blank">http://yyztech.ca/reviews/book/sexy-web-design</a><br />
<a href="http://" target="_blank">http://yyztech.ca/reviews/book/everything-you-know-about-css-is-wrong</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zee4.com/2009/07/sitepoint-better-looking-with-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>review of Mafiaboy: How I cracked the Internet</title>
		<link>http://zee4.com/2008/11/review-of-mafiaboy-how-i-cracked-the-internet/</link>
		<comments>http://zee4.com/2008/11/review-of-mafiaboy-how-i-cracked-the-internet/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 17:54:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[YYZtech]]></category>

		<guid isPermaLink="false">http://www.zee4.com/newblog/2008/11/28/review-of-mafiaboy-how-i-cracked-the-internet/</guid>
		<description><![CDATA[It’s the story about a young teenager in the West Island of Montreal who hacked website like Yahoo, CNN, eBay, Dell and others in year 2000. The book follows Michael Calce&#8217;s involvement in hacking, from his early adventures on AOL, &#8230; <a href="http://zee4.com/2008/11/review-of-mafiaboy-how-i-cracked-the-internet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It’s the story about a young teenager in the West Island of Montreal who hacked website like Yahoo, CNN, eBay, Dell and others in year 2000. The book follows Michael Calce&#8217;s involvement in hacking, from his early adventures on AOL, launching the attacks on Yahoo, CNN and eBay in 1999 to the resulting investigation, trial and sentencing that followed. The second part of the book covers a bit of his life afterwards but is mostly on how hacking has changed since his Mafiaboy days and ways for users to protect themselves online.</p>
<p><a href="http://yyztech.ca/reviews/book/mafiaboy-how-cracked-internet-why-still-broken" title="Mafiaboy: How I cracked the Internet">http://yyztech.ca/reviews/book/mafiaboy-how-cracked-internet-why-still-broken </a></p>
]]></content:encoded>
			<wfw:commentRss>http://zee4.com/2008/11/review-of-mafiaboy-how-i-cracked-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Targeted Ads?</title>
		<link>http://zee4.com/2008/05/targeted-ads/</link>
		<comments>http://zee4.com/2008/05/targeted-ads/#comments</comments>
		<pubDate>Thu, 29 May 2008 04:15:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WeirdPro]]></category>
		<category><![CDATA[YYZtech]]></category>

		<guid isPermaLink="false">http://www.zee4.com/newblog/2008/05/29/targeted-ads/</guid>
		<description><![CDATA[Just checking in on YYZtech.ca this evening and noticed a whole lot of ads for the Sex And The City movie coming out this week. Now I&#8217;m guessing they where targeting city-specific sites, otherwise, I can&#8217;t figure out how we &#8230; <a href="http://zee4.com/2008/05/targeted-ads/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just checking in on YYZtech.ca this evening and noticed a whole lot of ads for the Sex And The City movie coming out this week. Now I&#8217;m guessing they where targeting city-specific sites, otherwise,  I can&#8217;t figure out how we ended up with these ads? Just one of those strange things.<img title="Sex in The City AdSense ads on YYZtech.ca" src="http://farm3.static.flickr.com/2294/2533184400_cb3787214a_o.jpg" alt="Sex in The City AdSense ads on YYZtech.ca" width="400" height="375" align="left" /></p>
]]></content:encoded>
			<wfw:commentRss>http://zee4.com/2008/05/targeted-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Hacks: Turn your Spreadheet into a CMS system</title>
		<link>http://zee4.com/2008/05/google-app-hacks-turn-your-spreadheet-into-a-cms-system/</link>
		<comments>http://zee4.com/2008/05/google-app-hacks-turn-your-spreadheet-into-a-cms-system/#comments</comments>
		<pubDate>Fri, 23 May 2008 16:50:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[YYZtech]]></category>

		<guid isPermaLink="false">http://www.zee4.com/newblog/2008/05/23/google-app-hacks-turn-your-spreadheet-into-a-cms-system/</guid>
		<description><![CDATA[Besides that hack there&#8217;s a whole lot more on gMail and rest of the Google eco-system (Blogger, YouTube, etc.) One of the new style O&#8217;Rielly Hack books, this one looks at how to use Google&#8217;s applications through a series of &#8230; <a href="http://zee4.com/2008/05/google-app-hacks-turn-your-spreadheet-into-a-cms-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Besides that hack there&#8217;s a whole lot more on gMail and rest of the Google eco-system (Blogger, YouTube, etc.)</p>
<p>One of the new style O&#8217;Rielly Hack books, this one looks at how to use Google&#8217;s applications through a series of short examples (aka hacks) covering, not just the office applications, but many other applications under the Google banner. For web designers, there&#8217;s a lot of material here too on how to integrate Google&#8217;s services into your own website.</p>
<p><a href="http://www.yyztech.ca/articles/view/google_apps_hacks">read more</a> | <a href="http://digg.com/software/Google_App_Hacks_Turn_your_Spreadheet_into_a_CMS_system">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zee4.com/2008/05/google-app-hacks-turn-your-spreadheet-into-a-cms-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stats down</title>
		<link>http://zee4.com/2007/11/stats-down/</link>
		<comments>http://zee4.com/2007/11/stats-down/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 15:55:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[commentary]]></category>
		<category><![CDATA[YYZtech]]></category>

		<guid isPermaLink="false">http://www.zee4.com/newblog/2007/11/25/stats-down/</guid>
		<description><![CDATA[Just checking the stats for YYZtech.ca, oddly they&#8217;ve been down this weekend. Since most of the site&#8217;s visitors are Canadian, I&#8217;m thinking, &#8220;What? is this everybody getting ready for the Grey Cup or something?&#8221; So much for Hockey Nation &#8211; &#8230; <a href="http://zee4.com/2007/11/stats-down/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just checking the stats for <a href="http://yyztech.ca" target="_blank">YYZtech.ca</a>, oddly they&#8217;ve been down this weekend. Since most of the site&#8217;s visitors are Canadian, I&#8217;m thinking, &#8220;What? is this everybody getting ready for the <a href="http://toronto.cflgreycup.ca/" target="_blank">Grey Cup</a> or something?&#8221; So much for <a href="http://hockeynation.blogspot.com/" target="_blank">Hockey Nation</a> &#8211; or does that I should be looking for another downturn in the spring, about the time the <a href="http://en.wikipedia.org/wiki/Toronto_Maple_Leafs" target="_blank">Leafs</a> start falling (apart)?</p>
]]></content:encoded>
			<wfw:commentRss>http://zee4.com/2007/11/stats-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New kind of spam bot</title>
		<link>http://zee4.com/2007/09/new-kind-of-spam-bot/</link>
		<comments>http://zee4.com/2007/09/new-kind-of-spam-bot/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 16:37:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[YYZtech]]></category>

		<guid isPermaLink="false">http://www.zee4.com/newblog/?p=7</guid>
		<description><![CDATA[While checking out the forums on YYZtech.ca for spam, I noticed something new and kind of interesting. I wasn&#8217;t sure if it was spam untill I looked at the address, but for a second or two it fooled-me, the bot &#8230; <a href="http://zee4.com/2007/09/new-kind-of-spam-bot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While checking out the <a href="http://www.yyztech.ca/phpBB2" target="_blank">forums on YYZtech.ca</a> for spam, I noticed something new and kind of interesting.  I wasn&#8217;t sure if it was spam untill I looked at the address, but for a second or two it fooled-me, the bot had taken a short quote (or just the fist word &#8211; there where several posts from the same bot) and worked it into a question, so at a quick glance it looked like just part of the normal forum thread &#8211; sneaky <img src='http://zee4.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://zee4.com/2007/09/new-kind-of-spam-bot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

