156 reputation
7
bio website
location
age
visits member for 1 year, 11 months
seen May 16 at 5:21
stats profile views 19

Mar
7
awarded  Caucus
Jan
29
asked How to bind javascript action with using require js
Jan
15
answered How can I access to an iframe DOM?
Jan
15
comment Nested Objects - How to make config available to all objects
how about separate the setting & object codes?
Jan
14
answered jQuery doesn't execute on div loaded with ajax
Jan
14
comment jQuery Mobile $.mobile.changePage()
have you try $("#jumptopage").on( ... ) or $('body').on('#jumptopage', 'change', ... ) ?
Jan
14
comment implementing namespace funciton javascript
um... is it just "undefined" == typeof COOP['{some namespace}'] ? I think if you really want to go deep in modular javascript, take a look on commonJS / requireJS.
Jan
14
comment java/javascript read online XML file
@user1976340, Hi, I dont know much on JSP. but i think it may help you. stackoverflow.com/a/8369324/782072
Jan
14
answered PHP error when variables have utf8 values
Jan
14
answered java/javascript read online XML file
Dec
5
comment getting list of matched keywords in a text using mysql
once preg_match returns keywords, then you just write a select statement to get it back that keywords ids
Dec
5
comment PHPMailer Gmail SMPT works on localhost but not on server
have you simply try telnet smtp.gmail.com 465 on you linux server?
Dec
5
comment getting list of matched keywords in a text using mysql
that link seems exactly your Q&A. To find what keywords in some text, I suggest you cached all keywords in array, that convert them into a regexp pattern. After that, just a preg_match you will get all match keywords.
Dec
5
comment PHP APC not working with some chars in key?
ok, did you do a simply test, using very common key, like apc_store('somekey', 'somevalue') without any special characters. using string only. does it work on both machines? for the ini setting, you can search "apc.filters" on php.in. my EC2 instance, if you are using yum to install, my apc.ini stored in /etc/php.d/apc.ini.
Dec
5
comment PHP APC not working with some chars in key?
check you php.ini / apc.ini setting "apc.filters", see if your linux instance has filters.
Dec
5
revised Codeigniter - how to pass JSON as a parameter to the view
added 325 characters in body
Dec
5
comment Codeigniter - how to pass JSON as a parameter to the view
No, it may ugly in view file, but I think it is easy to read and maintain and also good handle on javascript.
Dec
5
answered Codeigniter - how to pass JSON as a parameter to the view
Dec
4
comment Unique email best practice in database
Normally you have to do both of your thought to verify uniqueness
Dec
4
answered PHP - getimagesize() redirect not working