<?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>One Tip a Day</title>
	<atom:link href="http://onetipaday.alasource.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://onetipaday.alasource.org</link>
	<description>On misc web development areas</description>
	<lastBuildDate>Thu, 16 Jul 2009 05:43:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>tracking RSS</title>
		<link>http://onetipaday.alasource.org/2009/07/16/tracking-rss/</link>
		<comments>http://onetipaday.alasource.org/2009/07/16/tracking-rss/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 05:43:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=231</guid>
		<description><![CDATA[Today I implemented a RSS feed on http://giveandtake.co.nz, and try to figure out how to track the number of subscribers.
I was already under the impression that was not an easy thing to do, I got it confirmed.

Aggregator providers, such as Google Reader, fetch a feed once and then distribute it to the subscribers.
 Others automatically [...]]]></description>
			<content:encoded><![CDATA[<p>Today I implemented a RSS feed on <a href="http://giveandtake.co.nz" target="_blank">http://giveandtake.co.nz</a>, and try to figure out how to track the number of subscribers.</p>
<p>I was already under the impression that was not an easy thing to do, I got it confirmed.</p>
<ul>
<li>Aggregator providers, such as Google Reader, fetch a feed once and then distribute it to the subscribers.</li>
<li> Others automatically call the feed at a regular interval, even if the user is not necessary reading the new feeds each time.</li>
<li>A solution is to use a feed gateway such as <a href="http://feedburner.google.com">feedburner</a> (which I just discove is now part of Google). But then the pagerank of the feed benefits to feedburner and not to your own domain&#8230;</li>
</ul>
<p>A more detailed link:<br />
<a href="http://www.rss-specifications.com/measuring-tracking-rss.htm" target="_blank">http://www.rss-specifications.com/measuring-tracking-rss.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/07/16/tracking-rss/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>IE6 survival guide</title>
		<link>http://onetipaday.alasource.org/2009/07/15/ie6-survival-guide/</link>
		<comments>http://onetipaday.alasource.org/2009/07/15/ie6-survival-guide/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 03:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=228</guid>
		<description><![CDATA[A good link on (the most common) IE6 issues and how to fix them:
http://jimdiesel.wordpress.com/2009/07/13/the-ie6-survival-guide/
]]></description>
			<content:encoded><![CDATA[<p>A good link on (the most common) IE6 issues and how to fix them:</p>
<p><a href="http://jimdiesel.wordpress.com/2009/07/13/the-ie6-survival-guide/" target="_blank">http://jimdiesel.wordpress.com/2009/07/13/the-ie6-survival-guide/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/07/15/ie6-survival-guide/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>OWASP</title>
		<link>http://onetipaday.alasource.org/2009/07/14/owasp/</link>
		<comments>http://onetipaday.alasource.org/2009/07/14/owasp/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 03:41:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=223</guid>
		<description><![CDATA[Yesterday I was at the Auckland OWASP conference, a free full-day conference, with talks about

online Credit Card management rules to be followed (laws) when storing data card information (PCI-DSS)
firefox extensions and security (bottom line: there is none: installing extensions give them full access to your machine)
bug chaining (or how combination of bugs can be more [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was at the Auckland <a href="http://www.owasp.org/index.php" target="_blank">OWASP</a> <a href="http://www.owasp.org/index.php/OWASP_New_Zealand_Day_2009">conference</a>, a free full-day conference, with talks about</p>
<ul>
<li>online Credit Card management rules to be followed (laws) when storing data card information (PCI-DSS)</li>
<li>firefox extensions and security (bottom line: there is none: installing extensions give them full access to your machine)</li>
<li>bug chaining (or how combination of bugs can be more devastating that their sum)</li>
<li>insecurity and the internet: or how technologies changes but security bugs remain the same since more than 10 years</li>
<li>testing web services (same risks than web application, plus additional ones related to the XML parsing)</li>
<li>Vulnerabilities in action: common development and configuration mistake, and demonstration of exploit (for some, you mum could do it)</li>
<li>XSS: how to avoid them (don&#8217;t brew your solution, use libraries)</li>
</ul>
<p>The talks and presentation should be online soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/07/14/owasp/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>CSS: the box model</title>
		<link>http://onetipaday.alasource.org/2009/07/09/css-the-box-model/</link>
		<comments>http://onetipaday.alasource.org/2009/07/09/css-the-box-model/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:58:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[box model]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=220</guid>
		<description><![CDATA[An interesting discovery for me recently (explaining part of the inconsistencies between IE and FF displays):
For firefox (and the W3C), the width of  a box exclude the padding and the border.
For IE till 7, it includes it by default.
So if you set for example both width and padding to a block element, it will renderer [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting discovery for me recently (explaining part of the inconsistencies between IE and FF displays):</p>
<p>For firefox (and the W3C), the width of  a box exclude the padding and the border.<br />
For IE till 7, it includes it by default.<br />
So if you set for example both width and padding to a block element, it will renderer differently in both browser.</p>
<p>However, I just learnt that you can turn it to &#8220;standard compliant mode&#8221; by defining the proper doctype on top of your files, e.g.:</p>
<pre>
<pre>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;</pre>
</pre>
<p>More info:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb250395(VS.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/bb250395(VS.85).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/07/09/css-the-box-model/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flash: can&#8217;t fill an area with the Paint Bucket</title>
		<link>http://onetipaday.alasource.org/2009/05/13/flash-cant-fill-an-area-with-the-paint-bucket/</link>
		<comments>http://onetipaday.alasource.org/2009/05/13/flash-cant-fill-an-area-with-the-paint-bucket/#comments</comments>
		<pubDate>Wed, 13 May 2009 08:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[paint bucket]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=218</guid>
		<description><![CDATA[As I use very seldomly the flash IDE to draw stuff (I usually got the drawings from designers), I sometimes get stuck with some very basic issue.
Today, I was unable to fill a (close) triangle with the Paint Bucket tool.
After hacking around and filling it with dots or rectangle, I decided it was not the [...]]]></description>
			<content:encoded><![CDATA[<p>As I use very seldomly the flash IDE to draw stuff (I usually got the drawings from designers), I sometimes get stuck with some very basic issue.</p>
<p>Today, I was unable to fill a (close) triangle with the Paint Bucket tool.<br />
After hacking around and filling it with dots or rectangle, I decided it was not the way to go and asked the guy next desk if he had a clue on it.<br />
Actually the triangle was not really close: it appeared so as the line were 3 pixels wide, but the actual drawing object (that we can see by selecting the lines with the subselection tool &#8211; A -)</p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/05/13/flash-cant-fill-an-area-with-the-paint-bucket/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>firework, smoke and flame effects in flash</title>
		<link>http://onetipaday.alasource.org/2009/05/12/firework-smoke-and-flame-effects-in-flash/</link>
		<comments>http://onetipaday.alasource.org/2009/05/12/firework-smoke-and-flame-effects-in-flash/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:56:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[firework]]></category>
		<category><![CDATA[flame effect]]></category>
		<category><![CDATA[smoke effect]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=216</guid>
		<description><![CDATA[These days I am working on a project involving an interactive firework animation.
The purpose is to have at the end something like this:
http://maylin.net/Fireworks.html,
but with additional features.
I found the following helpful tutorials for this task:
Firework
http://www.wipeout44.com/tutorials/flash_fireworks.asp
smoke effect
http://www.pixelhivedesign.com/tutorials/Realistic+Flash+Smoke+Effect/
flame effect
http://www.sitepoint.com/article/flash-script-fire-effect/
Results in a few days / weeks! (as I may be working parallely in something else&#8230;)
]]></description>
			<content:encoded><![CDATA[<p>These days I am working on a project involving an interactive firework animation.<br />
The purpose is to have at the end something like this:<br />
<a href="http://maylin.net/Fireworks.html">http://maylin.net/Fireworks.html</a>,<br />
but with additional features.</p>
<p>I found the following helpful tutorials for this task:</p>
<p>Firework<br />
<a href="http://www.wipeout44.com/tutorials/flash_fireworks.asp">http://www.wipeout44.com/tutorials/flash_fireworks.asp</a></p>
<p>smoke effect<br />
<a href="http://www.pixelhivedesign.com/tutorials/Realistic+Flash+Smoke+Effect/">http://www.pixelhivedesign.com/tutorials/Realistic+Flash+Smoke+Effect/</a></p>
<p>flame effect<br />
<a href="http://www.sitepoint.com/article/flash-script-fire-effect/">http://www.sitepoint.com/article/flash-script-fire-effect/</a></p>
<p>Results in a few days / weeks! (as I may be working parallely in something else&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/05/12/firework-smoke-and-flame-effects-in-flash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Design links</title>
		<link>http://onetipaday.alasource.org/2009/04/09/design-links/</link>
		<comments>http://onetipaday.alasource.org/2009/04/09/design-links/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 18:40:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=212</guid>
		<description><![CDATA[Today just a link stolen from Fracture&#8217;s blog: 50 links on graphic design basics, covering typography, color theory, UX and Design Theory.
http://psd.tutsplus.com/articles/web/50-totally-free-lessons-in-graphic-design-theory/
]]></description>
			<content:encoded><![CDATA[<p>Today just a link stolen from <a href="http://blog.fracture.co.nz/">Fracture&#8217;s blog</a>: 50 links on graphic design basics, covering typography, color theory, UX and Design Theory.</p>
<p><a href="http://psd.tutsplus.com/articles/web/50-totally-free-lessons-in-graphic-design-theory/">http://psd.tutsplus.com/articles/web/50-totally-free-lessons-in-graphic-design-theory/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/04/09/design-links/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Making wireframes with Dreamweaver VS Axure</title>
		<link>http://onetipaday.alasource.org/2009/04/03/making-mockup-with-dreamweaver-vs-axure/</link>
		<comments>http://onetipaday.alasource.org/2009/04/03/making-mockup-with-dreamweaver-vs-axure/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 22:56:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[axure]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[mockup]]></category>
		<category><![CDATA[wireframe]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=207</guid>
		<description><![CDATA[Doing presently wireframes/mockups for a project, I checked around the tools to do that.
I tried 2: Axure and Dreamweaver. Below the pros and cons I find to each of them
Axure
Pros:


Allows to make quickly wireframe: drag and drop text boxes, form components&#8230;
Numerous interactions (tabs; conditional events; hidabel panels&#8230;) easy to create
Reusable components
Easy to add comments visible [...]]]></description>
			<content:encoded><![CDATA[<p>Doing presently wireframes/mockups for a project, I checked around the tools to do that.</p>
<p>I tried 2: <a href="http://axure.com/">Axure</a> and <a href="http://www.adobe.com/fr/products/dreamweaver/">Dreamweaver</a>. Below the pros and cons I find to each of them</p>
<p><strong><span style="text-decoration: underline;">Axure</span><br />
Pros:<br />
</strong></p>
<ul>
<li>Allows to make quickly wireframe: drag and drop text boxes, form components&#8230;</li>
<li>Numerous interactions (tabs; conditional events; hidabel panels&#8230;) easy to create</li>
<li>Reusable components</li>
<li>Easy to add comments visible in the output</li>
<li>Export HTML</li>
<li>Export specs in doc (But I did not try that part)</li>
</ul>
<p><strong>Cons</strong>:</p>
<ul>
<li>Generated HTML is definitly not reusable (made up of images, and absolutely positionned divs)</li>
<li>Price (about 589 USD)</li>
<li>Not designed to implement even bits of design (which is fair, it is a wireframe tool)</li>
<li>Tables integration weak (can put only text in it, no form elements, no buttons&#8230;)</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Dreamweaver CS4<br />
</strong></span><strong>Pros</strong>:</p>
<ul>
<li>Also provides nice user interaction tools (tabs, menus, accordeon) thanks to the integration of Spry (a JS library)</li>
<li>Also provides reusable components (assets) (which are copied over all files whenever saved &#8211; slightly less user friendly than Axure, but does the job)</li>
<li>Initial wireframe HTML can be reused first for mockup design, then in the project dev</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>Building wireframes is not etremely fast (you&#8217;re closer to the html code, no really drag and drop)</li>
<li>Price too (about 573 EUR) &#8211; but is definitly more than just a wireframe / mockup design tool</li>
</ul>
<p>Finally I&#8217;d rather choose Dreamweaver: wireframes are slightly longer to build, but it remains reasonnable (the spry integration is quite cool), and the mockup can be reused for later steps of the projects. And for about same price you&#8217;ve got more scope than Axure.</p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/04/03/making-mockup-with-dreamweaver-vs-axure/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS tips with html tables</title>
		<link>http://onetipaday.alasource.org/2009/04/02/css-trick-in-html-table/</link>
		<comments>http://onetipaday.alasource.org/2009/04/02/css-trick-in-html-table/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 21:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=202</guid>
		<description><![CDATA[Presently doing an html mockup, I am using to some extent html tables (which I should not as a presentation tool, but for a mockup, and in particular for forms with large amounts of fields, I still find it way faster than tableless html).
I found out a couple of tips to replace html attributes with [...]]]></description>
			<content:encoded><![CDATA[<p>Presently doing an html mockup, I am using to some extent html tables (which I should not as a presentation tool, but for a mockup, and in particular for forms with large amounts of fields, I still find it way faster than tableless html).</p>
<p>I found out a couple of tips to replace html attributes with proper css:</p>
<p><strong>To prevent word wrapping with css</strong>:</p>
<pre>table td{
white-space: nowrap;
}</pre>
<p><strong>to replace the html attribute &#8220;cell-spacing&#8221; in css</strong>:</p>
<pre>table {
border-spacing: 0px;
}</pre>
<p><strong>To merge borders of neighbour cells</strong>:</p>
<pre>table {
border-collapse:collapse;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/04/02/css-trick-in-html-table/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Shared library items in Dreamweaver</title>
		<link>http://onetipaday.alasource.org/2009/03/31/shared-library-items-in-dreamweaver/</link>
		<comments>http://onetipaday.alasource.org/2009/03/31/shared-library-items-in-dreamweaver/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 19:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[dreaweaver]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://onetipaday.alasource.org/?p=199</guid>
		<description><![CDATA[I am currently using Dreamweaver CS4 to make an intranet mockup.
Looking for a kind of include (namely, for a menu shared by all pages) without server-side scripting, I found that Dreamweaver propose a handy library.
a) You open window -&#62; assets
b) from the asset panel, you create a new library item.
It creates a &#8216;.lbi&#8217; file.
c) then, [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently using Dreamweaver CS4 to make an intranet mockup.</p>
<p>Looking for a kind of include (namely, for a menu shared by all pages) without server-side scripting, I found that Dreamweaver propose a handy library.</p>
<p>a) You open window -&gt; assets</p>
<p>b) from the asset panel, you create a new library item.<br />
It creates a &#8216;.lbi&#8217; file.</p>
<p>c) then, you can place this item anywhere in your pages. When you update your .lbi library item, DW propose you to update automatically all files in which it is included.</p>
<p>More details:<br />
<a href="http://webdesign.about.com/od/dreamweaverhowtos/a/aa090406.htm">http://webdesign.about.com/od/dreamweaverhowtos/a/aa090406.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onetipaday.alasource.org/2009/03/31/shared-library-items-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
