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

<channel>
	<title>INTERSTATE</title>
	<link>http://evancales.net/interstate</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 16:44:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>using PureMVC (2)</title>
		<link>http://evancales.net/interstate/?p=63</link>
		<comments>http://evancales.net/interstate/?p=63#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:44:55 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=63</guid>
		<description><![CDATA[<!-- GООООООО -->one thing that is weird thou: view components are commonly sending events, a mediator receives them, thereby maybe sending notifications, execute commands. but what if, and thats quite common, the operations that need to be performed can be easily managed by sending events from mediator?
so mediator needs to receive and also send notifications. consider the [...]]]></description>
			<content:encoded><![CDATA[<p>one thing that is weird thou: view components are commonly sending events, a mediator receives them, thereby maybe sending notifications, execute commands. but what if, and thats quite common, the operations that need to be performed can be easily managed by sending events from mediator?</p>
<p>so mediator needs to receive and also send notifications. consider the following situation: you have a menu containing several buttons. you can write some own mediators for each button, one for whole menu and so on and so forth. youll probably not that crazy, i guess. just one mediator for navigation, which can easily send events to smaller view components instead of making up commands. </p>
<p>you could write a VCMediator that can extend Mediator, having a EventDispatcher functionality by composition. thats it.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=63</wfw:commentRSS>
		</item>
		<item>
		<title>using pureMVC</title>
		<link>http://evancales.net/interstate/?p=62</link>
		<comments>http://evancales.net/interstate/?p=62#comments</comments>
		<pubDate>Wed, 25 Jun 2008 12:22:14 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=62</guid>
		<description><![CDATA[detecting pureMVC as new struct to enjoy, there is yet some understanding needed for proper usage. during the last few days i was trying to understand the framework. it is basically a simple modelviewcontrol-framework using the facade pattern to hide all the communication in an application. it may be considered as telecommunications network that could [...]]]></description>
			<content:encoded><![CDATA[<p>detecting pureMVC as new struct to enjoy, there is yet some understanding needed for proper usage. during the last few days i was trying to understand the framework. it is basically a simple modelviewcontrol-framework using the facade pattern to hide all the communication in an application. it may be considered as telecommunications network that could be accessed without having to worry about the infrastructure.</p>
<p>here are some useful notes:</p>
<p>1) if you use it, think of a proper way to implement as much of you applications&#8217; architecture deploying that system.</p>
<p>2) also meaning, split all subgroups of site elements to folders, each, again, holding one model, one view and one controller folder. example: you have, on the top level of your application, a model, a view and a controller folder, containing all the master commands, master mediators and master proxies. put these three folders inside a folder called &#8217;site&#8217;. now, lets say you will have page elements, they, again, go into a folder called &#8216;page&#8217;, again, containing a model, a view and a controller folder. simply duplicate the structure to split all functional elements&#8217; logic into these three categories. so you will end up with a class stucture like this:</p>
<p>com.appname.site.model.someProxy</p>
<p>com.appname.site.view.someMediator</p>
<p>com.appname.site.controller.someCommand</p>
<p>and</p>
<p>com.appname.page.model.someProxy</p>
<p>com.appname.page.view.someMediator</p>
<p>com.appname.page.controller.someCommandthis gives you the ability to easily handle imports (eg you want to access all commands for a specific page, just import com.appname.page.controller.*), compared to having com.appname.controller.page.*, making it much more difficult to overview filestructure of your project (assuming many files, the com.appname.controller. folder contains many subfolders, just bundling the commands for subpages, ripping appart the funcionality of subelements).</p>
<p>3) read the manual. its not ideal, but should help you with getting an idea of how the system is working: <a target="_blank" href="http://puremvc.org/component/option,com_wrapper/Itemid,182/">pureMVC - best practices</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=62</wfw:commentRSS>
		</item>
		<item>
		<title>ntfs reading for macs</title>
		<link>http://evancales.net/interstate/?p=61</link>
		<comments>http://evancales.net/interstate/?p=61#comments</comments>
		<pubDate>Fri, 28 Mar 2008 13:14:22 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=61</guid>
		<description><![CDATA[in case you ever had to handle reading ntfs format with a mac, it can be done with this - ntfs-3g

]]></description>
			<content:encoded><![CDATA[<p>in case you ever had to handle reading ntfs format with a mac, it can be done with this - <a href="http://www.ntfs-3g.org/" target="_blank">ntfs-3g</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=61</wfw:commentRSS>
		</item>
		<item>
		<title>instant lampe(1)</title>
		<link>http://evancales.net/interstate/?p=60</link>
		<comments>http://evancales.net/interstate/?p=60#comments</comments>
		<pubDate>Sat, 01 Mar 2008 21:25:26 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=60</guid>
		<description><![CDATA[heute sollten neue lampen her. oft faehrt man in den baumarkt und dann sind die schreibtischlampen alle dermaßen ungestalt, man moechte weinen. hier eine alternative, billig und einfach. man braucht dazu eine leuchtstoffroehre, am besten mit einer sehr einfachen halterung, ein stromkabel mit schalter und eine L profilleiste in der laenge der roehre. einfach roehre [...]]]></description>
			<content:encoded><![CDATA[<p>heute sollten neue lampen her. oft faehrt man in den baumarkt und dann sind die schreibtischlampen alle dermaßen ungestalt, man moechte weinen. hier eine alternative, billig und einfach. man braucht dazu eine leuchtstoffroehre, am besten mit einer sehr einfachen halterung, ein stromkabel mit schalter und eine L profilleiste in der laenge der roehre. einfach roehre an kabel ran und die roehre an der halterung mit dem L profil verbinden. nun kommt es darauf an, was man damit machen will. wenn man die lampe einfach nur auf den tisch stellt, wars das schon. zum an die wand haengen muss man eine entsprechende aufhaengung anbringen. die erweiterung, die ich eigentlich fuer einen bueroraum geplant hatte, sieht statt dem L einen H traeger vor, so das an ober und unterseite des mittelstegs jeweils eine lampe angebracht werden kann. bringt man diese konstruktion dann ca 75 cm unterhalb der deckenhoehe an der wand an, kann die lampe entweder licht nach oben an die decke abstrahlen oder nach unten, um an der wand haengendes zu beleuchten. hier ein prototyp mit L profil:</p>
<p><img width="365" height="274" align="left" src="http://evancales.net/interstate/wp-content/uploads/2008/03/stablampe.jpg" />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=60</wfw:commentRSS>
		</item>
		<item>
		<title>Samsung SGH-E590</title>
		<link>http://evancales.net/interstate/?p=58</link>
		<comments>http://evancales.net/interstate/?p=58#comments</comments>
		<pubDate>Thu, 17 Jan 2008 16:28:43 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=58</guid>
		<description><![CDATA[
200€ ohne vertrag - dafuer hab ich all die scherereien nicht mehr&#8230;






]]></description>
			<content:encoded><![CDATA[<p><img width="250" height="250" alt="sghe590_m.jpg" id="image57" src="http://evancales.net/interstate/wp-content/uploads/2008/01/sghe590_m.jpg" /></p>
<p>200€ ohne vertrag - dafuer hab ich all die scherereien nicht mehr&#8230;
<p><!--2282559c046ba1eeaf823936e5bfe781-->
<p>
<p><!--13435cbe9ec127321b9047491f6c8acf-->
</p>
<p><!--72a63b1809e8765606415b63815018f4-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=58</wfw:commentRSS>
		</item>
		<item>
		<title>zellschmuck</title>
		<link>http://evancales.net/interstate/?p=55</link>
		<comments>http://evancales.net/interstate/?p=55#comments</comments>
		<pubDate>Mon, 07 Jan 2008 16:15:29 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=55</guid>
		<description><![CDATA[wers schmuck mag.. ich wuerde mir solche formen eher an die wand haengen..

nervouz.com



]]></description>
			<content:encoded><![CDATA[<p>wers schmuck mag.. ich wuerde mir solche formen eher an die wand haengen..<br />
<img id="image56" src="http://evancales.net/interstate/wp-content/uploads/2008/01/abbdbeygw473573_medium.thumbnail.jpg" alt="abbdbeygw473573_medium.jpg" height="96" width="63" /><br />
<a href="http://n-e-r-v-o-u-s.com/shop/product-unique.php?code=9#" target="blank">nervouz.com</a>
</p>
<p><!--3de52f682d5260fdd0358c00a2986d02-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=55</wfw:commentRSS>
		</item>
		<item>
		<title>modular homes</title>
		<link>http://evancales.net/interstate/?p=54</link>
		<comments>http://evancales.net/interstate/?p=54#comments</comments>
		<pubDate>Mon, 07 Jan 2008 10:21:29 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=54</guid>
		<description><![CDATA[fand ich zufaellig auf boingboing/wired:
modulr homes


]]></description>
			<content:encoded><![CDATA[<p>fand ich zufaellig auf boingboing/wired:</p>
<p><a href="http://www.wired.com/science/discoveries/multimedia/2008/01/modular_homes?slide=1&#038;slideView=3" target="blank">modulr homes</a></p>
<p><!--5935a14f2d661c8fec04251311870818-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=54</wfw:commentRSS>
		</item>
		<item>
		<title>AUDI A5</title>
		<link>http://evancales.net/interstate/?p=52</link>
		<comments>http://evancales.net/interstate/?p=52#comments</comments>
		<pubDate>Wed, 29 Aug 2007 13:58:33 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>gestaltung</category>
	<category>mobile</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=52</guid>
		<description><![CDATA[der neue audi a5 ist ein formal absolut stimmiges auto, mit welchem audi zum ersten mal die formale komplexitaet anderer deutscher hersteller erreicht, ohne dabei japanisch zu werden.  schon aus den gesamtproportionen scheint die erkenntnis, immer laenger und groesser sei ein indiz fuer einen prozess, dessen ausgang dieses auto nimmt. diese synthese meint in [...]]]></description>
			<content:encoded><![CDATA[<p>der neue audi a5 ist ein formal absolut stimmiges auto, mit welchem audi zum ersten mal die formale komplexitaet anderer deutscher hersteller erreicht, ohne dabei japanisch zu werden.  schon aus den gesamtproportionen scheint die erkenntnis, immer laenger und groesser sei ein indiz fuer einen prozess, dessen ausgang dieses auto nimmt. diese synthese meint in diesem fall nicht etwas kleines, energiesparendes und umweltschonendes, sondern deffiniert einen neuen mittelklasse-standart.  wo der bmw z5 erst ein metalldach benoetigt, um den ueberhang vorne ansprechend zu kaschieren, sieht man hier, wie front und heck in ein nahezu ideales gleichgewicht zueinander treten, und allein der front steht der identitaetszwang zu gesichte geschrieben: &#8216;wir sind boese, aber wir sind auch unglaublich korrekt.&#8217;hier haette der versuch gelohnt, den riesigen frontgrill zureuck zu nehmen.  die feinen kruemmungen der seitpartien erinnern durch erkennbare konturen an neueren mercedes-benz baureihen, die hoch gezogenen flanken sind nicht der fehler, den man nun beim a3 auszumerzen versucht, sondern schaffen optisch etwas von der stabilitaet, welche den 7er BMW zum panzer degradiert.  die front ist nicht geometrisch begradigt, sondern schafft durch leichte kruemmungen genuegend optische abweichung. vielleicht auch durch die chromfassung der scheiben entsteht im oberen bereich der seitenpartien der aufgeraeumte eindruck, der auch das neue 3er coupé von BMW in diesem bereich so interessant macht. Fuer entsprechende klarheit in der gewichtung sorgt hier die asymmetrie der vorderen und hinteren seitenscheiben, die doch bei so vielen anderen coupées dem designer zum fallstrick wurde, positiv gesprochen koennen wenige das umsetzen, was die faszination am carrera, seine einzigartige simplifikation der seitenpartie, massgeblich ausmacht. ich haette gern in einer phase der entwicklung auf eine variante geschaut, in der die leichten wellen ueber den radkaesten noch fehlen, um zu sagen, probier es doch mal anders, am ende waere mir eine gerade linie lieber gewesen. aber so wirken die flanken spannend, ohne abzustossen.  an der c-saeule, einer schnittstelle zwischen heck- und zumeist auch mindestens 2 seitenscheiben, gelingt die einheit viel seltener als an der a-saeule, beim cls von mercedes fallen diese beiden teile besonders stark gegeneinander ab, jedoch wurde hier die c-saeule des neuesten modelles ueberarbeitet und sieht damit nicht mehr so schief aus. die c-saeule hat im gegensatz zur a-saeule die undankbare aufgabe, den abschluss der form einzuleiten, sie ist sozusagen der letzte wille des personenraumes, den sie von hinten einfasst, davon abgesehen findet das gesicht eines autos stets mehr beachtung, unter betrachtern wie unter den designern.  hier findet der neue a5 zu einem wuerdigen ende, wo die heckleuchten seitlich betrachtet vor allem durch ihre neigung eine exotische note des DB beisteuern, schaffen die geteilten farbglasbereiche von hinten betrachtet eine fantastische einheit der eckig auslaufenden form innen und dem styleguide-gerechten, abgerundeten aussenteil.  durch die vielgestaltige substraktion und die wahlverwandtschaften mit anderen klassen, modellen und baureihen ergibt sich eine eigenstaendigkeit, die in dieser form lange nicht zu sehen war und die daher auch leider allzuoft kopiert werden wird. Walter de&#8217; Silva hat sich hier tatsaechlich ein denkmal gesetzt, das sogar fahren kann.
<p><!--ed4bcc1d946e7c032c8c5be03e212c77-->
<p><!--d61f32e5d44589860a94e518d0b3fa20-->
<p>
<p><!--a3abcd8beadc2a17bbea98efe945c00e-->
</p>
<p><!--88edfd4a163b630a04840f567743360b-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=52</wfw:commentRSS>
		</item>
		<item>
		<title>quantentheorie (1)</title>
		<link>http://evancales.net/interstate/?p=51</link>
		<comments>http://evancales.net/interstate/?p=51#comments</comments>
		<pubDate>Sat, 16 Jun 2007 15:51:30 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=51</guid>
		<description><![CDATA[since quite a while, i suffer from a phenomenon of growing inflation of mind, a sublime, yet painful increase of not-reading and not-thinking while working every day. now that i do not work for some few weeks, it seems so clear to me, usually i suppress correspondant feelings. a book about quantum theory came into [...]]]></description>
			<content:encoded><![CDATA[<p>since quite a while, i suffer from a phenomenon of growing inflation of mind, a sublime, yet painful increase of not-reading and not-thinking while working every day. now that i do not work for some few weeks, it seems so clear to me, usually i suppress correspondant feelings. a book about quantum theory came into my hands while buying another quite boring book that should yet finally close some of the biggest gaps i have to bridge beeing a designer that has to program. that was yesterday, it is not so much about quantum theory itself but apparently tries to explain conscious and materia by usage of this theory, and to prepare, i read wikipedias definition of heisenbersche unschaerferelation, an example of situations for observing sub-and molecular sized things. and besides i still do not really know how the fact of just one observable beeing observable at one time (funny thing that is, but indeed, the first &#8216;observable&#8217; means the particular properties that can be observed, they are called like that by term), would increase my power of understanding or even my wisdom.</p>
<p>many people say that the quantum theory would be a difficult thing to understand. i would rather say that is is difficult to estimate the value of that model. as far as i could understand the double slit experiment, the heisenbergesche unschaerferelation unveils because of the propery of very small particles to either beeing able to reveil their position or their impulse. this seems to be cryptic somehow, since you dont know exactly why this is so. it appears just like an empiric fact that was made theory of. the wave-analogon to that was the frequency / duration unschärfe relation. and this model seems a bit more vivid to me: if you want to find out about the frequency of a signal, you need to wait for at least one phase. theres no way arround it. so, the longer that phase is, the more time you need to wait until you can really make sure the frequency.</p>
<p>dialectically speaking: the longer you investigate the signal, the more precisely you could tell its wavelength / frequency, but less precisely at a specific time.<br />
the shorter you investigate a signal, you could tell more precisely what is is at that time, but less precisely which frequency it really is.</p>
<p>I know it sounds kind of weird, but in my eyes, this example gives kind of grasp of the topic. what comes into ones mind while reading this is really the confrontation with a common and quite unreflected imagination of time. time, here - and i guess this is also a cool definition anyways - just makes sense when there are facts, meaning, events that make a change. without change, there is no time, and since that fact, there apparently was no such thing as time just during those first moments or just arround big bang 15 m years before. if you really want to fix a point in time to define the wavelength of a particle, you just cant without waiting a period of time. if you go below that time window, there actually is no time since nothing can really happen in between before that period and after it. the quantizing of music pattern seems to descend from that model, and keeping in mind some conditions of human auditive perception, there is the phenomenon used by .mp3 format that you cannot hear a sound a certain, small period of time after a loud sound. meaning, there was something, and after that acoustic sensation reached your ear, you cannot hear nothing for about 3ms or so.
</p>
<p><!--3b4002861ce9cdf14940047e1dff32f0-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=51</wfw:commentRSS>
		</item>
		<item>
		<title></title>
		<link>http://evancales.net/interstate/?p=50</link>
		<comments>http://evancales.net/interstate/?p=50#comments</comments>
		<pubDate>Sun, 25 Mar 2007 21:48:17 +0000</pubDate>
		<dc:creator>cser</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://evancales.net/interstate/?p=50</guid>
		<description><![CDATA[





]]></description>
			<content:encoded><![CDATA[<p><img width="128" height="80" alt="00368_noise.png" id="image48" src="http://evancales.net/interstate/wp-content/uploads/2007/03/00368_noise.thumbnail.png" />
<p>
<p><!--10fdd431ad26052834bb5fede01fc9fd-->
</p>
<p><!--13ea7262f2472e693402e3b9d2d49eed-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evancales.net/interstate/?feed=rss2&amp;p=50</wfw:commentRSS>
		</item>
	</channel>
</rss>

