<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel posts="33" page="1" pages="7">
    <title>LuAye2.0</title>
    <link>http://www.luaye.com</link>
    <description>Blog, images and projects: Feed</description>
    <image>
    	<url>luaye.gif</url>
    	<title>LuAye.com _ Blog, images and projects: Feed</title>
    	<link>http://www.luaye.com</link>
    	<width>80</width>
    	<height>35</height>
    </image>
    <pubDate>Sat, 31 May 2008 00:25:48 +0200</pubDate>
    
    <item>
       <title><![CDATA[iConvert (update)]]></title>
       <category><![CDATA[News]]></category> 
       <link><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=37]]></link> 
       <description><![CDATA[Been a long time since my last blog post :O I even got a message from someone asking why I haven\'t done anything recently.Anyway... there are a few updates about iConvert.]]></description>
       <body><![CDATA[Its doing very well!I didn't honestly think iConvert will last it's hit rates this long.I've been receiving a few comments/questions/suggestions every now and then. Was able to fulfill most of the requests but some seemed out of my reach of understanding. It has been a wonderful experience for me to learn new things - conversions, units, interface design, etc.Since my last blog post about iConvert, I've managed to add about 26 new categories totalling about 150 new units. I think it was version 1.56 at the time and now it is version 2.15 - Not that the numbers mean much.I managed to add the ability for users to save the web-app into their browser's bookmark OR homescreen using data-url method. Basically the data of the web-app get stored as a URL string in the browser. It is not really a hack. Its there to allow ppl to send pdf/zip files as a URL data. But for my case it is a web app in a URL. the string for iConvert is very long... 84,360 characters to be exact for version 2.15 !Also managed to put "Ability to hide, move up, mode down units to help organise".However these changes are not saved in iConvert as of this version and they will be lost once you leave the page...This is the next major update I need to do for iConvert.I recently re-submitted the application on http://www.apple.com/webapps/ and as a surprise my application is now listed on the first page with a big screen shot. This will probably be up there till they put up more new stuff/updates. It is also listed as the 7th top application for iPhone atm.<b>The Future</b>There is going to be iPhone2.0 release in June (so they say) and from then on, installing third party applications on iPhone will become official. Web-app will surely become history. iConvert is probably going to go with it.The only way to keep out of history would be to develop this for native application. To do this, I need apple's iPhone SDK, which I can get for free. BUT.. i also need a MAC... which is not free and I do not own one.Not sure if it is worth investing just to develop an application that will probably be only suitable for free distribution.And so, I think iConvert's future is quite dim. It would be a waste to let this application sink in as newer breed of apps comes in. My own fault for buying a TV and then a WII instead of buying a MAC ! :POh well, at least it was fun making and I learned a lot of things.]]></body>
       <comments><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=37#comments]]></comments> 
       <pubDate>Sat, 31 May 2008 00:25:48 +0200</pubDate>
    </item>

    <item>
       <title><![CDATA[Capturing video (flv) image in Flash AS3]]></title>
       <category><![CDATA[Ideas and thoughts]]></category> 
       <link><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=36]]></link> 
       <description><![CDATA[This can be done straight forward by capturing the flv image with BitmapData.draw(). But if the flv you are trying to capture is not in the same domain... it could gets ugly.]]></description>
       <body><![CDATA[Normally this would work if both FLV and SWF are in same domain:(AS3)(flvPlayer is on stage)var flvBMD:BitmapData = new BitmapData (flvPlayer.width, flvPlayer.height,true);var flvBM:Bitmap = new Bitmap(flvBMD);flvBMD.draw(flvPlayer);// add the still to pagethis.addChild(flvBM);// or do whatever.In my case I converted the bitmap to JPEG and send to server.Now, if the FLV you are playing is on a different domain, it would issue a cross domain error. to get around with it, - Put crossdomain.xml on the root of server.- put Security.loadPolicyFile(http://mydomain/Crossdomain.xml); - to make sure it loads the policy file and allow capturing the bitmap data.]]></body>
       <comments><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=36#comments]]></comments> 
       <pubDate>Wed, 30 Jan 2008 18:09:59 +0100</pubDate>
    </item>

    <item>
       <title><![CDATA[Static shock]]></title>
       <category><![CDATA[Life]]></category> 
       <link><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=35]]></link> 
       <description><![CDATA[Recently i\'ve been having a lot of static shocks when I touch some things (metal). Wondered why I\'ve been having more recently.]]></description>
       <body><![CDATA[Apparently, as I was speaking about it to a friend I learned that it is most caused by rubbing my shoes to the floor frequently. Does that mean I move my feet more frequently nowadays?I bought these \'new\' shoes about a month ago... so maybe its the shoes?As for now, I end up touching up any grounded metal I can find quiet frequently to avoid building up the charges.]]></body>
       <comments><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=35#comments]]></comments> 
       <pubDate>Wed, 30 Jan 2008 17:43:05 +0100</pubDate>
    </item>

    <item>
       <title><![CDATA[iConvert]]></title>
       <category><![CDATA[News]]></category> 
       <link><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=34]]></link> 
       <description><![CDATA[I recently wrote an "unit converting" web application for iPhone, called iConvert. ]]></description>
       <body><![CDATA[<img src="http://www.luaye.com/blog/uploads/iconvert/icon.png"><a href="asfunction:view,,blog/uploads/iconvert/screenshot.gif" target="_blank">[Screenshot 1]</a><a href="asfunction:view,,blog/uploads/iconvert/screenshot2.gif" target="_blank">[Screenshot 2]</a>I wrote it with personal use in mind but half way through I decided to go public.It is currently hosted here: <a href="http://meatarian.co.uk/iphone/iconvert/" target="_blank">http://meatarian.co.uk/iphone/iconvert/</a>If you are not using Safari, the app will not visually render properly, in other words - ugly. You can still use it.App specifications:- Run on a single html page: so that users won't need to reload the page while using the application. This way users can go offline after first download- Javascripts for functionality. I wish I can use flash but iPhone currently doesnt support flash :( not even flash lite...- Simple, fast and short to the point - to use- Shows all possible unit conversions in a single page- Updates conversion values as typed in- Shows relation of currently selected unit to the rest of the converting units before/after user started typing in the conversion- Shows full and symbolic unit names- Allow users to add their own conversion formulas_____Things I might be adding on next:- Ability to hide, move up, mode down units to help organise- Remember user added units and settings_____Currently the application is on version 1.56 with quite a lot of fixes, upgrades and tweaks since the first:  v1. I submitted the application in apple.com/webapps/ at version 1 when all of the basic function were working. To my surprise I had hit rates I never even dreamed of. I was getting about 4 hits per min on the first day as apple marked my application as featured/staff pick app. It was on the first page of 'Calculate' apps. I now wish I bought a new domain for this application as with growing popularity, if the application URL was shorter it would have been easier for users to remember and use. - not a problem if they bookmarked it ofc.Hit rates are now down to about 1 hit per minute. I guess this application is not something you need to use often. With the ability to run all in 1 page, users don't need to come back here often as well. That might explain why hits have decreased. Another explanation would be that the application is simply boring :PI might buy a new domain if hit rates keep up at this level for a few more weeks.]]></body>
       <comments><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=34#comments]]></comments> 
       <pubDate>Fri, 07 Dec 2007 11:56:01 +0100</pubDate>
    </item>

    <item>
       <title><![CDATA[Latency with Wireless mice]]></title>
       <category><![CDATA[Reviews]]></category> 
       <link><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=33]]></link> 
       <description><![CDATA[I have been having this bad latency issue since I bought this "Logitech MX Revolutions" mouse several months ago. It was more than just bad latency, it sometimes stops working for a few seconds randomaly - which appears as if computer hanged.]]></description>
       <body><![CDATA[I wrote about how i wasnt happy about the mouse in my " <a target="_blank" href="http://www.luaye.com/blog/index.php?action=read&id=28">My first desktop in 4 years</a> " blog post.<a href="asfunction:view,Logitech MX Revolutions,blog/uploads/desktop/revolution.jpg" target="_blank"><img src="http://www.luaye.com/blog/uploads/desktop/revolution_.jpg">[View]</a>What I didn't thought of... was that these mice works wirelessly... yah? so... signals need to use air-medium to travel to the receiver, for the receiver to tell the computer that it has moved. so... the time taken to deliver the signal proportionally depends on how long it takes to travel through the "medium", air, (as well as other factors, ofc).Most of cableless mice claim it works up to 10 metre...so I never thought distance from receiver was the case. I was already having this bad latency issues even when I put my reciever plugged on the desktop which is right behind the desk(not directly under), - about less than 1 metre away.Since the day I extended the mouse receiver with a USB extension cable and placed within 1 feet of my mouse it have never done the lag or jumping or hanging any more. It works as good as i hoped before i bought it. It still have a abit of latency, but its very much neglectable even for intense gaming. - I thought about it when I was talking to my house mate Ivan a few days ago, he got a different Logitech wireless gaming mouse. The difference to mine is that his comes with a reciever+charger docking that can be placed on his desk. So... now I use a wirelessly connected, cable extended - to where I sit, wireless mouse.Have to live with it for now because its the only mouse I know that have 10 customisable buttons (+ 1 scrolling)... 10 buttons!]]></body>
       <comments><![CDATA[http://www.luaye.com/blog/index.php?action=read&id=33#comments]]></comments> 
       <pubDate>Fri, 14 Sep 2007 18:09:20 +0200</pubDate>
    </item>

  </channel>
</rss>