Seems my former co-workers are planning on having a live programming session on XNA. There will be multiple talk sessions by couple renowned game programmers like Kenta Cho a.k.a. ABA games, and they will be preforming a live programming battle! Sounds exciting eh?
So any of you interested in game development or want to learn some tips on programming, you might wanna check it out. It will be held on September 12, 19:00-2300 at Superdelux.
DeskTopLive.xna
and thanx to abduzeedo for a great photoshop tutorial!
Posted
on August 26, 2009, 2:13 am,
under
Places.
Google street view of Taiwan is now available. Too bad still limited to Taipei city. I believe I found my ex-roommate’s ice shop. I can tell him by his silhouette
.
Would like to see Keelung google. Keep up the work!
Posted
on August 18, 2009, 11:29 am,
under
Javascript.
Thanks to Dean Edwards for releasing such a neat program. I’ve added a little option to convert script into bookmarklet. Basically, its just wrapping the compressed script with Bookmarklet script header
Well there was a single problem I’ve faced in IE6. Not sure why but version specific jQuery v1.3.2 on Google may not be compatible with IE6.
1
2
3
4
5
6
7
| <!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js">
<script type="text/javascript">
(function($){
//code here
})(jQuery);
</script> |
For some reason it says “jQuery not defined”. Using 1.3.1 on Google solved the problem.
You can check out the packer here.
[EDIT]
There seems to be a problem with http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js with IE. Instead, consider using http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js.
Posted
on August 10, 2009, 3:24 am,
under
Diary.
ER-6I
was broken recently so I decided to try out audio-technica’s inner-earphones, ATH-CKS70
. My first impression was “not bad for its price”. Its got a sub-chamber to emphasize bass quality and surely got powerful bass for its size.
However, treble lacks resolution compared to ER6i. And I couldn’t find any difference in two position post ear piece system. Personally, I’m kinda afraid whether if its leaking sound or not.
Anyway, ER6i costs about twice of ATH-CKS70 so its not a good practice to compare those two.
read more…
Posted
on August 9, 2009, 11:46 pm,
under
Javascript.
A small plugin I made to show helper text for form text inputs. I’m sure there are tons of these going around the web already. Just learning from the basics.
I believe I made this as easy as possible. Well this requires jQuery color plugin but implementation is pretty straight forward.
1
| $("input[name=single]").prompt("some prompt text"); |
Or you can just point whole text inputs and specify prompt text and its color.
1
2
3
| $("input[type=text]").prompt({
text:"some placeholder text",
color:"#FF0000"}); |
read more…
Posted
on August 7, 2009, 2:35 am,
under
Javascript.
It seems Google Charts API supported QR Code generation for quite a while, which I didn’t know up until yesterday…oh boy. Anyway, since its so easy to generate QR Code with Google API, tested a quick sample.
read more…
Posted
on August 3, 2009, 8:00 pm,
under
Javascript.
In my previous post, I’ve mentioned a way to load image using ajax but I’ve gotta admit it was pure hack ‘n slash method which wasn’t elegant at all. There’s an excellent jQuery plugin made by Ariel Flesler to handle image preloading nice and easy.
read more…
Seems like headshot(aka hs) effects were removed in Japanese version. I personally don’t mind the gore but maybe they should have left in the sound effect otherwise its really hard to tell whether it was a hs or not.
read more…