<?xml version="1.0" encoding="utf-8"?>
<!-- generator="open[qoob]" -->
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>the website of xero harrison</title>
    <subtitle type="text">xero, xero harrison, harrison, nu, x-e.ro, whois.x-e.ro, blog.x-e.ro, code.x-e.ro, lab.x-e.ro, img.x-e.ro, etc.x-e.ro, feeds.x-e.ro, fontvir.us, fontvirus, font, fonts, git, portfolio, program, programming, code, coding, codes, codez, dev, develop, developer, qoob, open qoob, openqoob, framework, code, api, lab, laboratory, experiment, experiments, demo, netart, net art, unixporn, unix porn, unixp0rn, unixpr0n, images, photos, etc, random</subtitle>
    <link>https://blog.x-e.ro</link>
    <updated>Sat, 30 May 2026 14:13:08 -0400</updated>
    <id>https://blog.x-e.ro</id>
    <link rel="self" href="https://feeds.x-e.ro" />
    <generator uri="http://qoob.xero.nu/">open[qoob]</generator>
    <entry>
        <title>custom flex skins</title>
        <id>https://blog.x-e.ro/custom_flex_skins</id>
        <link rel="alternate">https://blog.x-e.ro/custom_flex_skins</link>
        <summary type="html">&lt;p&gt;&lt;img title=&quot;skinned flex app&quot; src=&quot;http://blog.x-e.ro/ui/img/blog/uploads/skinned-app.gif&quot; alt=&quot;skinned flex app&quot; width=&quot;500&quot; height=&quot;136&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;creating web-applications with flex 3 is great. there are a ton of pre-made components, and an open-ended architecture to allow you to create your own. built into flex is also a variety of options to change the visual styles of the components. today i will talk about two different types of customization. first, the simplest method, is using css to style your components. next, the more advanced technique, is creating component skins. for this example i will be using flash cs3.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;with in a flex mxml application, css is natively understood. so by utilizing the &lt;/span&gt;tags, we can create a variety of styles for an application. personally, i don't really care for the eclipse/flex built in css editor, but since flex uses valid css, any editor can work!&lt;/p&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2008-06-05T14:22:00-04:00</updated>
    </entry>
    <entry>
        <title>flex forms as 3D textures</title>
        <id>https://blog.x-e.ro/flex_forms_as_3d_textures</id>
        <link rel="alternate">https://blog.x-e.ro/flex_forms_as_3d_textures</link>
        <summary type="html">&lt;p&gt;&lt;img src=&quot;http://blog.x-e.ro/ui/img/blog/uploads/flex-com-3D.png&quot; alt=&quot;3D flex components&quot; title=&quot;3D flex components&quot; width=&quot;710&quot; height=&quot;307&quot; /&gt;&lt;/p&gt;&lt;p&gt;i guess this is more of a test then a real demo. in flex its extremely simple to access the bitmap data from any component on the screen as it is styled at that time. this includes things like text with in a text box.&lt;br /&gt;in this example, create a flex panel&lt;/p&gt;
&lt;pre class=&quot;brush: xml&quot;&gt;&lt;mx:Panel id=&quot;myPanel&quot; /&gt; &lt;/pre&gt;
&lt;p&gt;then create a bitmapdata object&lt;/p&gt;
&lt;pre class=&quot;brush: as3&quot;&gt;var formTexture = new BitmapData; &lt;/pre&gt;
&lt;p&gt;then draw the panel right into it&lt;/p&gt;
&lt;pre class=&quot;brush: as3&quot;&gt;formTexture.draw(myPanel);&lt;/pre&gt;
&lt;p&gt;then I use that texture on a 3D plane with the help of &lt;a href=&quot;http://papervision3d.org/&quot; target=&quot;_blank&quot;&gt;papervsion3D&lt;/a&gt;. and a little glow filter just because...&lt;/p&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2007-12-29T12:45:00-05:00</updated>
    </entry>
    <entry>
        <title>graphic reset buttons</title>
        <id>https://blog.x-e.ro/graphic_reset_buttons</id>
        <link rel="alternate">https://blog.x-e.ro/graphic_reset_buttons</link>
        <summary type="html">&lt;p&gt;i was having some trouble at work creating form buttons with graphics for reset buttons. i just thought someone might be interested in my non-javascript solution:&lt;/p&gt;
&lt;pre class=&quot;brush: xml&quot;&gt;&lt;button style=&quot;background: none; border: none;&quot;&gt;
&lt;img src=&quot;reset.jpg&quot; alt=&quot;&quot; /&gt;
&lt;/button&gt;
&lt;/pre&gt;</summary>
        <author>
            <name>xero harrison</name>
        </author>
        <updated>2006-03-02T14:13:00-05:00</updated>
    </entry>
</feed>
