| bio | website | padelengine.com |
|---|---|---|
| location | Madrid, Spain | |
| age | 27 | |
| visits | member for | 2 years, 3 months |
| seen | 3 hours ago | |
| stats | profile views | 148 |
|
May 17 |
comment |
Yii framwork creating and validating form input fields Awesome! I didn't know about activeEmailField() :) |
|
May 14 |
accepted | Preserving fragment state |
|
May 14 |
answered | Preserving fragment state |
|
May 12 |
comment |
Error after execution of this script? I have just copy/pasted your code and it's working fine. Is that your whole PHP file? |
|
May 10 |
answered | What approach should one take to implement onboading in a web application? |
|
May 10 |
answered | Yii framwork creating and validating form input fields |
|
May 10 |
comment |
Accessing HTML unordered list elements in PHP Yes, but that's inherit of a server side language, as it is not able to see HTML content after it has been rendered. If you want that to be dynamic, you should be using either pure JavaScript or send an AJAX request to your back-end. Regarding to your particular case, you should send the variable previously ordered in JavaScript to PHP. |
|
May 9 |
comment |
Good Programming Practices With PHP With Concatenating HTML It's not a good practice to mix your PHP logic with your HTML if you don't want to end up with a spaghetti code mess. You should use PHP in HTML to print dynamic values and control structures: php.net/manual/en/control-structures.alternative-syntax.php. |
|
May 9 |
answered | Accessing HTML unordered list elements in PHP |
|
May 9 |
comment |
Pick 2 items with same contestId from multidimensional array See my edit please. |
|
May 9 |
revised |
Pick 2 items with same contestId from multidimensional array added 656 characters in body |
|
May 9 |
answered | Pick 2 items with same contestId from multidimensional array |
|
May 9 |
comment |
Preserving fragment state @YoannHercouet I did and I didn't see any difference. Also, that method is not allowed on subfragments. |
|
May 9 |
comment |
Preserving fragment state But the actual question is, do I need to re-create each Fragment when the user tries to open that section? |
|
May 9 |
comment |
Preserving fragment state @Luksprog I did thought about a solution in that direction, but it seems a little bit unnatural: I would have to save map coordinates, if the user did change the initial city among other stuff, and then retrieve it by myself. Anyway, if it doesn't exist a solution where the entire Fragment is restored, I think I will have to go that way. |
|
May 9 |
comment |
Preserving fragment state @kingori yes, I am using getChildFragmentManager() inside FirstManager. |
|
May 9 |
asked | Preserving fragment state |
|
May 9 |
comment |
Facebook App with dynamic domains What does your plugin do and how does the domain interact with it? |
|
May 8 |
answered | All javascript resources are failing to load after moving a MojoMotor site to a new server |
|
May 8 |
answered | DOM php delete all tags by tag name |