<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>lorelie c. dazo</title>
	<atom:link href="http://lcdazo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lcdazo.wordpress.com</link>
	<description>My Life, My Stories</description>
	<lastBuildDate>Wed, 30 Mar 2011 01:42:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lcdazo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>lorelie c. dazo</title>
		<link>http://lcdazo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lcdazo.wordpress.com/osd.xml" title="lorelie c. dazo" />
	<atom:link rel='hub' href='http://lcdazo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SugarCRM: How to make &#8216;account&#8217; a link in Detail View of Leads</title>
		<link>http://lcdazo.wordpress.com/2010/12/22/sugarcrm-how-to-make-account-a-link-in-detail-view-of-leads/</link>
		<comments>http://lcdazo.wordpress.com/2010/12/22/sugarcrm-how-to-make-account-a-link-in-detail-view-of-leads/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 01:56:06 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[Accounts Module]]></category>
		<category><![CDATA[Customizing Account Name Field]]></category>
		<category><![CDATA[Leads Module]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=131</guid>
		<description><![CDATA[I have been wondering how to change the account name in detail view of leads [in Sugar CRM] to a link when a lead has been converted to an account or atleast when the lead has an account_id. A forum i have been following [will post the link later] told me to change the /cache/module/Leads/DetailView.tpl [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=131&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been wondering how to change the account name in detail view of leads [in Sugar CRM] to a link when a lead has been converted to an account or atleast when the lead has an account_id. A forum i have been following [will post the link later] told me to change the /cache/module/Leads/DetailView.tpl and edit the line that displays the account name. But this would be reverted back everytime i redeploy the Leads Module. So its not really making sense to edit the cache files right?</p>
<p>I just found a way out today and it would be super useful to me in the future if i take this down. I have to edit the /custom/modules/Leads/metadata/detailviewdefs.php and add a custom code on the array that displays the account name.</p>
<pre>'customCode' =&gt; '{if $fields.account_id}&lt;a href="index.php?module=Accounts&amp;action=DetailView&amp;record={$fields.account_id.value}"&gt;&lt;b&gt;{$fields.account_name.value}&lt;/b&gt;&lt;/a&gt;{else if}{$fields.account_name.value} {/if}',</pre>
<p>This would take effect when you cleared the contents of /cache/modules/Leads <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  as the system would generate the new cache files.</p>
<p>I think that&#8217;s just it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  when i want to do something in the detail view, i just have to edit the custom counterpart and delete the associated cache files <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=131&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2010/12/22/sugarcrm-how-to-make-account-a-link-in-detail-view-of-leads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>
	</item>
		<item>
		<title>Changes</title>
		<link>http://lcdazo.wordpress.com/2010/07/02/changes/</link>
		<comments>http://lcdazo.wordpress.com/2010/07/02/changes/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 01:47:49 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[About Love, Friendship and Life]]></category>
		<category><![CDATA[Arts and Crafts]]></category>
		<category><![CDATA[Crocheting]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=120</guid>
		<description><![CDATA[Last year, I got engaged to my six-year long boyfriend, Michael, a Phd Physics student, and just this May, we tied the knot at Mt. Carmel Parish church witnessed by our family and friends. It was a happy event, of course. It took a lot of our energy just to get through the wedding. What&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=120&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last year, I got engaged to my six-year long boyfriend, Michael, a Phd Physics student, and just this May, we tied the knot at Mt. Carmel Parish church witnessed by our family and friends. It was a happy event, of course. It took a lot of our energy just to get through the wedding. What&#8217;s with a lot of hand-made articles we tried to include into that occasion.</p>
<div id="attachment_129" class="wp-caption aligncenter" style="width: 310px"><a href="http://lcdazo.files.wordpress.com/2010/07/32131_389489328844_770598844_4007340_1250564_n.jpg"><img class="size-medium wp-image-129" title="Crocheted Wedding Garter" src="http://lcdazo.files.wordpress.com/2010/07/32131_389489328844_770598844_4007340_1250564_n.jpg?w=300&#038;h=200" alt="Crocheted Wedding Garter" width="300" height="200" /></a><p class="wp-caption-text">Crocheted Wedding Garter</p></div>
<div id="attachment_121" class="wp-caption aligncenter" style="width: 310px"><a href="http://lcdazo.files.wordpress.com/2010/07/34183_1465374828470_1056507336_31368507_3460400_n.jpg"><img class="size-medium wp-image-121" title="Polymer Clay Momoink for Souvenirs" src="http://lcdazo.files.wordpress.com/2010/07/34183_1465374828470_1056507336_31368507_3460400_n.jpg?w=300&#038;h=199" alt="Polymer Clay Momoink for Souvenirs" width="300" height="199" /></a><p class="wp-caption-text">Polymer Clay Momoink for Souvenirs</p></div>
<div id="attachment_122" class="wp-caption aligncenter" style="width: 272px"><a href="http://lcdazo.files.wordpress.com/2010/07/29107_125003080862575_100000586506520_212308_5086001_n.jpg"><img class="size-medium wp-image-122" title="Crocheted Bags for Female Principal Sponsors" src="http://lcdazo.files.wordpress.com/2010/07/29107_125003080862575_100000586506520_212308_5086001_n.jpg?w=262&#038;h=300" alt="Crocheted Bags for Female Principal Sponsors" width="262" height="300" /></a><p class="wp-caption-text">Crocheted Bags for Female Principal Sponsors</p></div>
<div id="attachment_123" class="wp-caption aligncenter" style="width: 310px"><a href="http://lcdazo.files.wordpress.com/2010/07/27101_1428098149441_1442450365_31138364_214875_n.jpg"><img class="size-medium wp-image-123" title="The total number for give aways: 185" src="http://lcdazo.files.wordpress.com/2010/07/27101_1428098149441_1442450365_31138364_214875_n.jpg?w=300&#038;h=225" alt="The total number for give aways: 185" width="300" height="225" /></a><p class="wp-caption-text">The total number for give aways: 185 </p></div>
<div id="attachment_124" class="wp-caption aligncenter" style="width: 310px"><a href="http://lcdazo.files.wordpress.com/2010/07/15694_384936870903_609645903_4374930_8003582_n.jpg"><img class="size-medium wp-image-124" title="Crocheted Wedding Chord" src="http://lcdazo.files.wordpress.com/2010/07/15694_384936870903_609645903_4374930_8003582_n.jpg?w=300&#038;h=199" alt="Crocheted Wedding Chord" width="300" height="199" /></a><p class="wp-caption-text">Crocheted Wedding Chord</p></div>
<div id="attachment_126" class="wp-caption aligncenter" style="width: 310px"><a href="http://lcdazo.files.wordpress.com/2010/07/30010_392963466923_520021923_4721463_352614_n.jpg"><img class="size-medium wp-image-126" title="Crocheted Bible Bearer's Pillow" src="http://lcdazo.files.wordpress.com/2010/07/30010_392963466923_520021923_4721463_352614_n.jpg?w=300&#038;h=168" alt="Crocheted Bible Bearer's Pillow" width="300" height="168" /></a><p class="wp-caption-text">Crocheted Bible Bearer&#039;s Pillow</p></div>
<div id="attachment_125" class="wp-caption aligncenter" style="width: 310px"><a href="http://lcdazo.files.wordpress.com/2010/07/24328_1390316404921_1442450365_31047399_3978909_n.jpg"><img class="size-medium wp-image-125" title="Handmade Wedding Invitation" src="http://lcdazo.files.wordpress.com/2010/07/24328_1390316404921_1442450365_31047399_3978909_n.jpg?w=300&#038;h=224" alt="Handmade Wedding Invitation" width="300" height="224" /></a><p class="wp-caption-text">Handmade Wedding Invitation</p></div>
<p>And now, barely two months after the wedding, I am entering motherhood. &lt;3</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=120&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2010/07/02/changes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2010/07/32131_389489328844_770598844_4007340_1250564_n.jpg?w=300" medium="image">
			<media:title type="html">Crocheted Wedding Garter</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2010/07/34183_1465374828470_1056507336_31368507_3460400_n.jpg?w=300" medium="image">
			<media:title type="html">Polymer Clay Momoink for Souvenirs</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2010/07/29107_125003080862575_100000586506520_212308_5086001_n.jpg?w=262" medium="image">
			<media:title type="html">Crocheted Bags for Female Principal Sponsors</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2010/07/27101_1428098149441_1442450365_31138364_214875_n.jpg?w=300" medium="image">
			<media:title type="html">The total number for give aways: 185</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2010/07/15694_384936870903_609645903_4374930_8003582_n.jpg?w=300" medium="image">
			<media:title type="html">Crocheted Wedding Chord</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2010/07/30010_392963466923_520021923_4721463_352614_n.jpg?w=300" medium="image">
			<media:title type="html">Crocheted Bible Bearer's Pillow</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2010/07/24328_1390316404921_1442450365_31047399_3978909_n.jpg?w=300" medium="image">
			<media:title type="html">Handmade Wedding Invitation</media:title>
		</media:content>
	</item>
		<item>
		<title>Skinning Flex MenuBar</title>
		<link>http://lcdazo.wordpress.com/2009/09/29/removing-border-of-menubar-control-in-flex/</link>
		<comments>http://lcdazo.wordpress.com/2009/09/29/removing-border-of-menubar-control-in-flex/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 01:45:10 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=113</guid>
		<description><![CDATA[One major issue in styling MenuBar control in flex is removing its border. Here&#8217;s a useful link in removing border of a flex MenuBar Control by the Flex Community: http://blog.flexcommunity.net/?p=17<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=113&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One major issue in styling MenuBar control in flex is removing its border.</p>
<p>Here&#8217;s a useful link in removing border of a flex MenuBar Control by the Flex Community:</p>
<blockquote><p><a href="http://blog.flexcommunity.net/?p=17"><strong><span style="color:#800000;">http://blog.flexcommunity.net/?p=17</span></strong></a></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=113&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/09/29/removing-border-of-menubar-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>
	</item>
		<item>
		<title>Work Mantra &#8211; on hyping up and stressing myself</title>
		<link>http://lcdazo.wordpress.com/2009/05/05/work-mantra-on-hyping-up-and-stressing-myself/</link>
		<comments>http://lcdazo.wordpress.com/2009/05/05/work-mantra-on-hyping-up-and-stressing-myself/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:53:13 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[About Love, Friendship and Life]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Poem]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[work mantra]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/2009/05/05/work-mantra-on-hyping-up-and-stressing-myself/</guid>
		<description><![CDATA[ of broken url’s and unresponsive scripts. of missing parameters to undefined fields. i pledge this instant noodles and caffeinated drink and promise to deliver results each week.     of relentless pursuit to build the xml of data manipulation and complex sql, i pledge this sanity and contending will and promise to make full use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=96&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://lcdazo.files.wordpress.com/2009/05/dsc_0072.jpg"><img class="size-medium wp-image-97 alignleft" style="margin:10px;" title="DSC_0072" src="http://lcdazo.files.wordpress.com/2009/05/dsc_0072.jpg?w=300&#038;h=199" alt="DSC_0072" width="300" height="199" /></a></p>
<p> of broken url’s and unresponsive scripts.</p>
<p>of missing parameters to undefined fields.</p>
<p>i pledge this instant noodles and caffeinated drink</p>
<p>and promise to deliver results each week.</p>
<p> </p>
<p> </p>
<p>of relentless pursuit to build the xml</p>
<p>of data manipulation and complex sql,</p>
<p>i pledge this sanity and contending will</p>
<p>and promise to make full use of my skill.</p>
<p> </p>
<p>of function overrides and classes extensions</p>
<p>of custom components and text validations</p>
<p>of absolute layouts and relative dimensions</p>
<p>of invoking event changes and styledeclarations</p>
<p> </p>
<p>I pledge this endeavor on system design,</p>
<p>on  extending hours for debugging lines</p>
<p>I pledge this equipped analytical mind</p>
<p>and promise to create assigned modules in time.</p>
<p> </p>
<p>I pledge this cheery attitude and enthusiastic drive</p>
<p>to heighten my spirit and keep up my hype.</p>
<p>and promise to conclude the project at hand</p>
<p>and fashion the product to a money for jam.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=96&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/05/05/work-mantra-on-hyping-up-and-stressing-myself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2009/05/dsc_0072.jpg?w=300" medium="image">
			<media:title type="html">DSC_0072</media:title>
		</media:content>
	</item>
		<item>
		<title>Download Free Ebook &#8211; I: On Web Design</title>
		<link>http://lcdazo.wordpress.com/2009/04/01/download-free-ebook-i-on-web-design/</link>
		<comments>http://lcdazo.wordpress.com/2009/04/01/download-free-ebook-i-on-web-design/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:23:18 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Ebooks]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS DHTML AJAX 4th Edition]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free ebook download]]></category>
		<category><![CDATA[Joomla Template Design]]></category>
		<category><![CDATA[save the pixel by ben hunt]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=87</guid>
		<description><![CDATA[It&#8217;s pretty bad for me to even do this because some of these ebooks might have copyright blah blah on them but I got them from the web too! I. save_the_pixel_by_ben_hunt Here&#8217;s my favorite reference: Save the Pixel by Ben Hunt. Ben Hunt is a very good and practical web designer. Not the usual web designer who just draws and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=87&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s pretty bad for me to even do this because some of these ebooks might have copyright blah blah on them but I got them from the web too!</p>
<p>I. <a href="http://lcdazo.files.wordpress.com/2009/04/save_the_pixel_by_ben_hunt1.pdf">save_the_pixel_by_ben_hunt</a></p>
<div>Here&#8217;s my favorite reference: <strong>Save the Pixel</strong> by Ben Hunt. Ben Hunt is a very good and practical web designer. Not the usual web designer who just draws and edit images in Photoshop and uses them as CSS background images. I don&#8217;t know if he minds but he also said that it&#8217;s a good thing that people can actually learn from him (without any monetary returns) since it helps build his reputation (not that he even needs it, I mean &#8211; he must really be popular in the field of web design and I truly admire him).</div>
<div>II.  <a class="yellow_h2" href="http://www.ebooks-space.com/ebook/139/CSS,-DHTML,-and-Ajax,-Fourth-Edition-.html" target="_blank">CSS, DHTML, and Ajax, Fourth Edition</a></div>
<div>One of the first references I have actually read regarding basics of CSS, DHTML and Ajax <em>(as the name suggests). </em>It&#8217;s  a really good book for beginners. Comprehensive and precise. Here&#8217;s the complete book description:</div>
<div>
<div class="product_text_bold">CSS, DHTML, and Ajax, Fourth Edition: Visual QuickStart Guide</div>
<p><span class="product_text">The Web doesn&#8217;t stand still, and neither does this guide: Completely updated to cover the new browsers, standards, and CSS, DHTML, and Ajax features that define the Web today, the one thing that hasn&#8217;t changed in this edition is its task-based visual approach to the topic. In these pages, readers will find friendly, step-by-step instructions for using CSS, DHTML, and Ajax to add visually sophisticated, interactive elements to their Web sites. Using loads of tips and screen shots, veteran author Jason Cranford Teague covers a lot of ground&#8211;from basic and advanced dynamic techniques (for example, making objects appear and disappear) to creating effects for newer browsers, migrating from tables to CSS, and creating new DHTML scripts with embedded scroll areas, fixed menu bars, and more. Users new to CSS, DHTML, and Ajax will find this a quick, easy introduction to scripting, while more experienced programmers will be pleased to find practical, working examples throughout the book.</span></p>
<p>III. <a href="http://lcdazo.files.wordpress.com/2009/04/joomla-template-design1.pdf">joomla-template-design1</a></p>
<p>I actually did not benefitted much from this book as this book is just a guide for really joomla newbies re: template design. But in a beginner&#8217;s perspective &#8211; I feel that this will help them with actually building a new template. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p> </p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=87&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/04/01/download-free-ebook-i-on-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>
	</item>
		<item>
		<title>Degrafa: Paths and Layout Constraints</title>
		<link>http://lcdazo.wordpress.com/2009/04/01/degrafa-paths-and-layout-constraints/</link>
		<comments>http://lcdazo.wordpress.com/2009/04/01/degrafa-paths-and-layout-constraints/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 08:54:21 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Layout Constraints]]></category>
		<category><![CDATA[Paths]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=79</guid>
		<description><![CDATA[The good thing about Degrafa is its ability to utilize SVG Data either for creating Simple Geomerty: to complex ones using combinations of different svg paths and geometries, like this one: . A lot of resources on how to skin flex components using Degrafa are now widely available  on the web, most of them located at the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=79&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The good thing about Degrafa is its ability to utilize SVG Data either for creating Simple Geomerty:</p>
<p style="text-align:center;"><a href="http://degrafa.org/source/Ellipse/Ellipse.html"><img class="alignnone size-full wp-image-80" title="simple-geometry" src="http://lcdazo.files.wordpress.com/2009/04/simple-geometry.jpg?w=510" alt="simple-geometry"   /></a></p>
<p>to complex ones using combinations of different svg paths and geometries, like this one:</p>
<p style="text-align:center;"><a href="http://degrafa.org/source/Car/Car.html"><img class="alignnone size-thumbnail wp-image-82" title="car-complex-path1" src="http://lcdazo.files.wordpress.com/2009/04/car-complex-path1.jpg?w=128&#038;h=84" alt="car-complex-path1" width="128" height="84" /></a></p>
<p style="text-align:left;">.</p>
<p style="text-align:left;">A lot of resources on how to skin flex components using Degrafa are now widely available  on the web, most of them located at the <a href="http://degrafa.org/samples/" target="_blank">samples repository of the Degrafa site</a>. A simple way of doing so even has a<a href="http://www.mikehuntington.com/?p=34" target="_blank"> screencast</a>, which also has been my initial reference in creating skins and border-skins for containers and controls like canvas and buttons respectively.</p>
<p style="text-align:left;">As I progress in my work in using Degrafa for my UI, I noticed that when applying Path to surfaces, or using Paths to define the icon of a button, the path does not follow the constraints I assign to it.</p>
<p style="text-align:left;">For example, a graphic border skin works out just fine when i assign it to be the skin of a button:</p>
<p><code><span style="color:#888888;"><span style="color:#ff0000;">&lt;GraphicBorderSkin&gt;</span><span style="color:#ff0000;"> </span></span></code></p>
<p><code><span style="color:#ff0000;"> </span></code></p>
<p><code><span style="color:#ff0000;">&lt;geometry&gt;</span></code></p>
<p><code><span style="color:#ff0000;"> </span></code></p>
<p><code><span style="color:#ff0000;">&lt;Path x="{ax}" y="{ay}" width="{awidth}" height="{aheight}" data="....." /&gt;</span></code></p>
<p><code><span style="color:#ff0000;"> </span><span style="color:#ff0000;">&lt;/geometry&gt;</span></code></p>
<p><code><span style="color:#ff0000;">&lt;/GraphicBorderSkin&gt;</span></code></p>
<p>Where the above code does not render properly when i assign this to be the icon of a button or any control component.</p>
<p style="text-align:left;">The same thing goes for this one:</p>
<p><code><span style="color:#ff0000;">&lt;mx:Canvas&gt;</span></code></p>
<p><code><span style="color:#ff0000;"> </span></code></p>
<p><code><span style="color:#ff0000;">&lt;Surface&gt;</span></code></p>
<p><code><span style="color:#ff0000;"> </span></code></p>
<p><code><span style="color:#888888;"><span style="color:#ff0000;">&lt;Path x="{ax}" y="{ay}" width="{awidth}" height="{aheight}" data="....." /&gt;<br />
</span> </span></code></p>
<p><code><span style="color:#ff0000;"> </span><span style="color:#ff0000;">&lt;/Surface&gt;</span></code></p>
<p><code><span style="color:#888888;"><span style="color:#000000;"><code><span style="color:#ff0000;">&lt;/mx:Canvas&gt;</span></code><span style="color:#ff0000;">  </span></span></span></code></p>
<p>I came across a relevant topic regarding assigning of a degrafa class to a control icon in a blog of <a href="http://patrickhansen.com" target="_blank">Mr. Patrick Hansen</a>, and from <a href="http://patrickhansen.com/blog/index.php/2009/03/25/stateful-vs-stateless-now-vs-degrafa?blog=3" target="_blank">his example</a> I saw that he used a translateTransform to reposition the path that defines the checkmark icon for a checkbox and a note that says:</p>
<p><span style="color:#008000;"> </span><code><span style="color:#008000;">&lt;!--set transform becasue paths behave differnetly in Degrafa and the transfrom helps define the position--&gt;</span><br />
</code></p>
<p>And I used his code to create my own checkmarck icon. Using my own path (I uses Inkscape btw) And I saw that mine is misplaced. From there I played with translating x and y until i can finally position the path on the right location. And I move on with my primary concern: Creating Icons for Buttons.</p>
<p>But I have to learn how to constraint the size of my path according to the size of my button.  I tried to look at other transforms and saw ScaleTransform. However if I assign scaleX and scaleY of the transform this just scales the drawing relative to the original size of the drawing (same problem i encountered with using images as icons) which is not what i needed. </p>
<p>The thing is, I know what I needed. I do not know how to implement it. And since the web is only my resource and I can only know things that I have read<em> (so my limitation is that I haven&#8217;t read every how-to&#8217;s of degrafa and if ever i did, i am short on comprehension).</em></p>
<p>&#8212;</p>
<p>Since I have source codes of degrafa (the latest available) I track the code that draws the path and found on:<br />
com/degrafa/geometry/Path.as <br />
the function: <br />
<code><br />
<span style="color:#ff0000;"> override public function calculateLayout <br />
(childBounds:Rectangle=null):void{} </span><br />
</code><br />
&#8212;&#8212;&#8212;&#8212;&#8212;- <br />
I found this function a bit off <br />
since to be able to get inside this function <br />
a layout constraint should be defined. </p>
<p>However, nowhere inside the code used the attributes i defined for my <br />
layoutConstraint <br />
except on line 560 that <br />
assigns the _layoutRectangle = _layoutConstraint.layoutRectangle. <br />
Now, this _layoutConstraint.layoutRectangle is readonly and i cannot <br />
assign it anywhere. <br />
When i try to prompt this attribute it returns a 0000 rectangle. <br />
so this whole function seemed to me like it had done nothing. <br />
&#8212; </p>
<p>I tried rewriting the lines one by one by adding an if else condition <br />
for example <br />
on lines 542-544: <br />
<code><br />
<span style="color:#ff0000;"> if(isNaN(_layoutConstraint.width)){ <br />
        tempLayoutRect.width = bounds.width; <br />
 } </span><br />
</code><br />
i rewrite it to: <br />
<code><br />
<span style="color:#ff0000;"> if(isNaN(_layoutConstraint.width)){ <br />
        tempLayoutRect.width = bounds.width; <br />
} else { <br />
        tempLayoutRect.twidth = _layoutConstraint.width; <br />
}</span><br />
 </code><br />
and so forth <br />
and at the end i replaced line 560 to: <br />
<code><br />
<span style="color:#ff0000;"> _layoutRectangle = tempLayoutRect; </span><br />
</code></p>
<p style="text-align:left;">and tried this on my skin file:</p>
<p><code><span style="color:#ff0000;">&lt;Path data="....."&gt; </span></code></p>
<p><code><span style="color:#ff0000;">&lt;linearConstraint&gt;&lt;LinearConstraint x="{ax}" y="{ay}" width="{awidth}" height="{aheight}" /&gt;</span></code></p>
<p><code><span style="color:#ff0000;">&lt;/linearConstraint&gt;&lt;/Path&gt;</span></code></p>
<p>And I got what I needed.</p>
<p>The only thing now is I still have to reasign the x and y</p>
<p>as -x and -y respectively (I think its because the coordinate axis of inkscape is a bit different &#8212; well i really dont know)</p>
<p>as what Mr. Patrick did on his codes.</p>
<p>But I still feel the need to make this (adjustment) automated as possible since I recycle skins to use for various purposes.</p>
<p>&#8212;-</p>
<p>And also, I dont want to be changing source codes so I created a class file that extends Path and used this instead.</p>
<p> </p>
<p><em>*I dont know how to upload files here. . <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </em></p>
<p><em><br />
</em></p>
<p> </p>
<p style="text-align:left;"> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=79&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/04/01/degrafa-paths-and-layout-constraints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2009/04/simple-geometry.jpg" medium="image">
			<media:title type="html">simple-geometry</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2009/04/car-complex-path1.jpg?w=128" medium="image">
			<media:title type="html">car-complex-path1</media:title>
		</media:content>
	</item>
		<item>
		<title>On Skinning Flex Components Using Degrafa</title>
		<link>http://lcdazo.wordpress.com/2009/03/30/on-skinning-flex-components-using-degrafa/</link>
		<comments>http://lcdazo.wordpress.com/2009/03/30/on-skinning-flex-components-using-degrafa/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 10:44:45 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[checkbox icon]]></category>
		<category><![CDATA[programmatic skinning]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=74</guid>
		<description><![CDATA[In flex,  You could skin components programmatically using Degrafa. And I have been doing just that eversince I got a new job here in Makati &#8211; trying to skin flex components using the Declarative Graphic Framework.  I discovered degrafa from googling on ways to skin flex components. I got a lot of results of course and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=74&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In flex,  You could skin components programmatically using <a href="http://degrafa.org">Degrafa</a>. And I have been doing just that eversince I got a new job here in Makati &#8211; <em>trying to skin flex components</em> using the <strong>De</strong>clarative <strong>Gra</strong>phic <strong>F</strong>r<strong>a</strong>mework.</p>
<p> I discovered degrafa from googling on ways to skin flex components.</p>
<p>I got a lot of results of course and I started on using <em>(I mean trying to use)</em> graphical skins (the easiest since I knew CSS)</p>
<p>Then I learned programmatic skinning (BUT I DON&#8217;T KNOW ACTION SCRIPT!!!) So i turned back to graphical skinning. The thing is that, I keep exporting png files from Inkscape, and keep redrawing them so I tried to google ways on using SVG for skinning instead</p>
<p>and I got <a href="http://afoucal.free.fr/index.php/2008/06/16/skinning-your-flex-application-with-inkscape-and-a-svg-file-part-i/">Flex”i”MMI</a> which mentioned degrafa.. </p>
<p>(Ok, enough about that)</p>
<p>I get started on skinning components and I had fun <em>(still having)</em> . So I suggested my co-worker that I&#8217;d be using this library instead of learning actionscript drawing tool. Since I understand xml and I know Inkscape.</p>
<p>All in all everything is quite alright until I get to skin a checkbox, which until now, I did not learn how to do. Thanks to <a href="http://patrickhansen.com/blog/index.php/2009/03/25/stateful-vs-stateless-now-vs-degrafa?blog=3#feedbacks">Mr. Patrick Hanse</a>n for sharing his code and showing me how to do it..</p>
<p>Now I&#8217;ll try it and let&#8217;s see if it goes alright. </p>
<p>I&#8217;ll have to try too if this works drawing icons on button controls.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=74&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/03/30/on-skinning-flex-components-using-degrafa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>
	</item>
		<item>
		<title>Degrafa: Using Radial Gradient Fill for Creating an Elliptical Gradient</title>
		<link>http://lcdazo.wordpress.com/2009/03/30/degrafa-using-radial-gradient-fill-on-creating-an-elliptical-gradient-fill/</link>
		<comments>http://lcdazo.wordpress.com/2009/03/30/degrafa-using-radial-gradient-fill-on-creating-an-elliptical-gradient-fill/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 04:32:32 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[RadialGradientFill]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=64</guid>
		<description><![CDATA[I&#8217;ve been using degrafa for a while but can&#8217;t quite grasp how to fully utilize the RadielGradientFill. Here&#8217;s what i want to achieve: It&#8217;s an elliptical gradient on a elliptical path. The center of a gradient is slightly off the horizontal x-axis and the radius of the circular gradient is bigger than that of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=64&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using degrafa for a while but can&#8217;t quite grasp how to fully utilize the RadielGradientFill.</p>
<p>Here&#8217;s what i want to achieve:</p>
<p style="text-align:center;"><img class="alignnone size-full wp-image-67" title="radial-gradient-red-black" src="http://lcdazo.files.wordpress.com/2009/03/radial-gradient-red-black.jpg?w=510" alt="radial-gradient-red-black"   /></p>
<p>It&#8217;s an elliptical gradient on a elliptical path. The center of a gradient is slightly off the horizontal x-axis and the radius of the circular gradient is bigger than that of the path.</p>
<p>Usually I create my vector graphics using <a title="Inkscape" href="http://www.inkscape.org" target="_blank">Inkscape</a> and then used   the generated SVG <em>in xml format</em> (you could do this by clicking the  xml icon &#8211; <img class="alignnone size-full wp-image-66" title="inkscape-xml-icon-toolbar" src="http://lcdazo.files.wordpress.com/2009/03/inkscape-xml-icon-toolbar.jpg?w=510" alt="inkscape-xml-icon-toolbar"   />)  in my degrafa objects.</p>
<p>Oh I know how to define simple radial gradients in degrafa but i could only produce circular gradients and i cant even change the x and y axis coordinates of the center.</p>
<p>I was quite frustrated because i dont know how to use the properties of the radial gradient fill to achieve the desired result. So I applied brute force, that is try &#8211; and &#8211; see method by defining one parameter and see how it affects the gradient to no avail.</p>
<p>Every once in a while I stop and search google for answers <em>using vague keywords like: Degrafa RadialGradientFill  cx</em> (coz the docs says you use this to offset the x-axis of your radial gradient).</p>
<p>And then finally i decided i have to see the code itself so that I could analyze where it happens, and what part of the code decides on how to draw the gradient.</p>
<p>So after downloading the degrafa source code, I saw on</p>
<p>com/degrafa/RadialGradientFill.as on line 174 (under the function</p>
<p><strong> override public function begin(graphics:Graphics, rc:Rectangle)</strong>)</p>
<p>The culprit was you have to define  the cx, cy and radius of the fill rather than just the cx and cy.</p>
<p>Like this one:</p>
<p><code><span style="color:#800000;"> &lt; RadialGradientFill  cx="{rx*1.10}" 	cy="{ry}" radiusX="{rx*1.11}" radiusY="{ry*1.44}"&gt;</span></code></p>
<p><em>where rx=this.width/2 and ry = this.height/2</em></p>
<p>I thought (<em>radius) </em>should have a default value. (I found out that this is not the case.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  )</p>
<p><em>See! I&#8217;m learning!</em></p>
<p><em><span style="font-style:normal;">Most of the times, I cannot find a direct solution/instructions/guide to simple things such as this one. For example <a href="http://degrafa.org/docs">degrafa.org/docs</a> should have pointed out (specially for beginners like me) that cx and cy attributes do not make sense without defining the radius first.</span></em></p>
<p>I know, i know.. for most this maybe an obvious thing. But who knows, someone like me might have been stuck on this same problem too.. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p> </p>
<p>Cheers!</p>
<p><em>loving degrafa more and more</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=64&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/03/30/degrafa-using-radial-gradient-fill-on-creating-an-elliptical-gradient-fill/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2009/03/radial-gradient-red-black.jpg" medium="image">
			<media:title type="html">radial-gradient-red-black</media:title>
		</media:content>

		<media:content url="http://lcdazo.files.wordpress.com/2009/03/inkscape-xml-icon-toolbar.jpg" medium="image">
			<media:title type="html">inkscape-xml-icon-toolbar</media:title>
		</media:content>
	</item>
		<item>
		<title>From Physics to IT</title>
		<link>http://lcdazo.wordpress.com/2009/03/27/59/</link>
		<comments>http://lcdazo.wordpress.com/2009/03/27/59/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 06:12:16 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[About Love, Friendship and Life]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=59</guid>
		<description><![CDATA[Since the mid-sem of 2007 when I decided I won&#8217;t continue my MS Physics Degree, (not that I&#8217;ve advanced on that course since it was just my first sem.) I became part of the world of Information Technology, specifically on developing web-based applications.  It&#8217;s not much, at the first few weeks on my new world, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=59&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since the mid-sem of 2007 when I decided I won&#8217;t continue my MS Physics Degree, (not that I&#8217;ve advanced on that course since it was just my first sem.) I became part of the world of Information Technology, specifically on developing web-based applications. </p>
<p>It&#8217;s not much, at the first few weeks on my new world, I studied the basics of web developing then went on actually making applications, studying business systems and how to put them in an (if  else conditions) &#8211; like situations, I&#8217;ve put up thousands (an exagaration of course) of table definitions having simple to complex relationship of insufferable number of foreign keys. To designing how the UI (gui &#8211; pronounced as goowee by mike)  will look like, predicting what stupidity a user might do on a form and to the era of web2.0 &#8211; the rich internet application.</p>
<p>From a hopeful (scholar) and researcher, studying the sintering parameters on which a bulk sample of YBCO may or may not lose its ability to superconduct, I became a web developer.</p>
<p>I know, there&#8217;s a lot of people like me who pursued a job unrelated to their finished course.. And there&#8217;s a lot of people too who keep asking me, why I landed this job.</p>
<p>It&#8217;s a mere timing, I guess(and lack of right judgement, stupidity and a bit naivety), a possible career in electronics was offered to me (that would actually bring me to Japan, <em>if you know me, I really wanted to go to that country</em>) right after I was accepted at a humble IT company in UP, so I declined it. After that, I continually declining succeeding offers related to semiconductor industry (both in failure analysis and research &amp; development). Maybe because I was just plain stupid or I feel that UP is still the place I want to be, so I stayed there learning Java &#8211; (which used to be &#8216;only&#8217; a flavor of coffee to me.), SQL, PHP, CSS, and a bit of Javascript.</p>
<p>In all honesty, I enjoy learning. The reason I did not stay much in MS is that, I found myself complaining over and over again about the lack of change in my study habits (and lack of money too!) that I felt that (actually spending my own money for my studies) is not worth it. Besides that I am not that good in Physics. See, in physics you could almost classify people there into two categories: the geniuses (damn them!) and the patient &#8211; hardworking ones. And I fall on the second category.  </p>
<p>So I decided to put my &#8216;hard-working&#8217; attitude on somewhere else since producing research output as fast as what my boyfriend can do is like drinking one whole glass of milk without pooping. </p>
<p>I am loving my current work now and I feel like I&#8217;m in  doing something I like and what I have to (like earning money for real).  </p>
<p>Physics shaped me to become an empowered individual who knows, who can and who does. Working on the other hand, helped me get intact with reality. Become financially independent and responsible and mature enough to deal with a variety of individuals who may or may not think the same way as I do, unlike when you are in a small institute, you (most of the time) have the same wave-lengths same culture almost similar personalities.</p>
<p>Well. i could probably say, I&#8217;ve grown up. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>(<em>thouhg my height is still 4&#8217;11</em>). I am proud that I&#8217;ve learned and still learning.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=59&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/03/27/59/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>
	</item>
		<item>
		<title>Rounding Corners and Background Gradients</title>
		<link>http://lcdazo.wordpress.com/2009/03/26/rounding-corners-and-background-gradients/</link>
		<comments>http://lcdazo.wordpress.com/2009/03/26/rounding-corners-and-background-gradients/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:27:37 +0000</pubDate>
		<dc:creator>ldazo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[background gradients]]></category>
		<category><![CDATA[round corners]]></category>

		<guid isPermaLink="false">http://lcdazo.wordpress.com/?p=56</guid>
		<description><![CDATA[I have a history of learning how to round &#8211; up corners using CSS to Javascript.  But I&#8217;m not saying I&#8217;m an expert to any of these fields (namely CSS and Javascript). It just happens that my previous job has provided me enough space and opportunity to learn some techniques and skills on these area. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=56&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a history of learning how to round &#8211; up corners using CSS to Javascript.  But I&#8217;m not saying I&#8217;m an expert to any of these fields (namely CSS and Javascript). It just happens that my previous job has provided me enough space and opportunity to learn some techniques and skills on these area. (Thanx to Sir Troy for that)</p>
<p>Ive gone from using<a href="http://www.yourhtmlsource.com/tables/roundedcorners.html"> tables plus external images </a>(atleast four) to generate a container with round corners. (a primitive way i think). This was the time where tables are the mainstream for layouting your page.</p>
<p>Then come the tableless layout using div. It was a remarkable alternative from layouting webpages. Using tables are messy (code-wise) and ugly. Div&#8217;s are seamless and with CSS positioning and all that, div is the way to go for layout.</p>
<p>I adapted how rockettheme.com layouts their template by superimposing atleast three divs on top of each other and positioning these div&#8217;s in such a way that any of them can take the left, center, and right part of a rounded rectangle as a background image.</p>
<p>Soon, since I always look for better alternatives, I discovered <a href="http://www.html.it/articoli/nifty/index.html">nifty corners</a>  and my quest for rounded corners finally ended. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I love the library of nifty corners. Easy, light and direct.</p>
<p>I never had a problem with it until I have to make a site with background gradients and rounded corners and I opted not to use the (sliding doors of css by alistapart.com) on my tabs. Simply because I am in no mood to reconsider all the prerequisites of a sliding doors of css  (the background images for the left and the sliding door side).</p>
<p>I looked for js libs that could create the bg gradient for me. But found nothing that suits my taste. So after an hour of searching and trying, I gave up and went back to images. Surely, a single background gradient from an external image will not be that hard to load compared to the (3 images from rockettheme&#8217;s style).</p>
<p>And then i tried if i could use nifty corners to round up the top of my div, and a single image file (gradient) as bg image for that div and voila! It worked&#8230;</p>
<p>I have yet to see if i could mimic the sliding doors though. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>it&#8217;s my task for the coming night. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lcdazo.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lcdazo.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lcdazo.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lcdazo.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lcdazo.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lcdazo.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lcdazo.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lcdazo.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lcdazo.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lcdazo.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lcdazo.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lcdazo.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lcdazo.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lcdazo.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lcdazo.wordpress.com&amp;blog=2583680&amp;post=56&amp;subd=lcdazo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lcdazo.wordpress.com/2009/03/26/rounding-corners-and-background-gradients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3f3e16d6c68aa0b63d7462a1fe1c623?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lorie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
