8,272 reputation
53277
bio website raptor.hk
location Hong Kong
age 27
visits member for 3 years, 7 months
seen 7 hours ago
stats profile views 2,044

Raptor is a blogger & novel writer, who wants to save the world.

Addicted to Stack Overflow : )

Fields of Interest:

  • iOS development
  • Game development
  • BOINC / Grid Computing

My brain is loaded with

Currently learning

Proposals : Following BOINC


1d
accepted qooxdoo : qx.ui.window.Window.center() warning
1d
revised qooxdoo : How to popup a Window that covers whole screen?
add more details to answer
1d
answered qooxdoo : How to popup a Window that covers whole screen?
1d
comment qooxdoo : protected / private properties?
But is there any disadvantage (e.g. security problem) to set it as public properties ?
1d
comment regex to match any filename mask
isn't it the first example matches object.scrn_1-2_ ?
1d
comment Error in jquery : objected expected
2nd part is unnecessary. $(document).ready is enough. Plus, v1.9.1 is advised to use with jQuery Migrate plugin, as stated in official documentation.
1d
comment How to print the array values in php?
sidenote: if the OP wants to further manipulate the output, he can save the output of var_export by passing true in 2nd parameter of the function, i.e. $output = var_export($array, true);. Then, OP can play with $output.
1d
comment Jquery swipe on iphone/ipad
can you show us your codes ?
1d
comment How to read a value from a select box with php?
Yes . Create a JS array.
1d
answered How to read a value from a select box with php?
1d
comment MYSQL doesn't select next row
also, re-think the logic. note the program efficiency is now O(n^2)
1d
comment MYSQL doesn't select next row
Again and agin, stop using mysql_* functions. Use PDO or MySQLi instead.
1d
comment How to read a value from a select box with php?
PHP or JavaScript ? Seems it can be done by JavaScript . For PHP, if you do not pass any value through GET / POST , you have still to rely on JavaScript to fetch selected value, or through a lot of DOM parsing.
1d
comment xampp http:localhost not allowed but https:localhost is working
belongs to serverfault.com or superuser.com
1d
awarded  Popular Question
1d
asked qooxdoo : qx.ui.window.Window.center() warning
1d
comment Unable to open file “/mnt/sdcard/test.txt”
I guess you are working on Android , so I add Android tag.
1d
revised Unable to open file “/mnt/sdcard/test.txt”
formatting
1d
comment How to detect this CSS bug in JavaScript?
did you use jquery-migrate plugin along with 1.9.1 ?
1d
asked qooxdoo : protected / private properties?