Xu Cui

 

   



567 Stories by Xu Cui

Two games, iterative thinking

1. The smallest unique number The host asks each of a large number of participants to write down a positive integer. The person whose number is unique and smallest wins. If you were one of the participant, which number do you write? e.g. If the numbe
0 26 sec read

Screen capture and video editing

I use the following free programs to capture screen and edit the videos. CamStudio for screen capture. Output is AVI. Current version: 2.5 beta VirtualDub for editing (e.g. trimming unwanted frames). Output is AVI. WinFF for converting AVI to FLV. Al
2 10 sec read

Show debug error window of installed AIR application

By default, the debug error window are suppressed for an installed AIR application. Sometimes you may want to enable it (say to gather information from internal test users). Here is how: After installation, create an empty file “debug” in
0 13 sec read

Dynamic height of TextArea (Flex and AIR)

Believe it or not, this is actually not trivial. Instead of getting text height from TextArea.textHeight, retrieving from TextArea.textField.textHeight works. Also note validateNow() before TextArea.textField.textHeight. <?xml version="1.0&qu
8 7 sec read

feiqin╰☆╮首尔之约╭☆╯韩国正品服装饰品专卖

feiqin╰☆╮首尔之约╭☆╯韩国正品服装饰品专卖,在淘宝网上,欢迎大家捧场。 http://shop35765395.taobao.com/
0 1 sec read

David Eagleman’s book: SUM: Forty Tales from the Afterlives

Very impressive book. You can see the strong neuroscience background from the sample chapters – not a surprise. You should also check out David’s novel: A brief history of death switches
0 6 sec read

How to redirect a url (webpage)?

301 redirect Put .htaccess file in your web directory. In .htaccess include: Redirect 301 /index.html http://www.example.com/start.html The file ‘index.html’ doesn’t have to exist. meta redirect Include the following line in <hea
0 13 sec read

How to edit footer for phpBB forum and wordpress blog?

phpBB Where is the footer file? /styles/prosilver/template/overall_footer.html After change the file, you need to clear cache. How? Log in as administrator, enter Administration Control Panel. Click “Styles” tab. Click Template, Click Cac
16 11 sec read

p2p connection with Adobe AIR/Flex

check out Stratus. With Stratus you can create: A video chat application Multi-player games Voice Over IP Also check out this tutorial
3 4 sec read