Programmer for 20y (since I was 11). Architect/Lead for hundreds of complex web projects.
Ambition: Implement web development environment based on Object-Oriented patterns similar to Graphics User Interface and make it really simple to use.
Open-Source Project I work on, Agile Toolkit (atk4). It grew quickly to become a great alternative to development with conventional frameworks.
I am also an entrepreneur, a CTO, a Consultant, a husband and a proud father. Get in touch with me, I love feedback and project-based work offers!
|
21h
|
|
comment |
Why is "Show page source" not available in (my) WebKit? I uploaded the screenshots of menus. It uses up-to-date webkit nightly. |
|
21h
|
|
revised |
Why is "Show page source" not available in (my) WebKit? Added screenshot to clarify problem. |
|
May
16 |
|
comment |
PHP get index of last inserted item in array It's a good thing in my opinion. You can iterate through $array and add more values to it at the same time. Sorry for off-topic. |
|
May
3 |
|
awarded | Nice Answer |
|
Apr
16 |
|
answered | Dropdown dependents agile toolkit |
|
Apr
16 |
|
answered | How to add Form into the CompleteLister ATK4 |
|
Apr
16 |
|
revised |
How to add Form into the CompleteLister ATK4 edited tags |
|
Apr
6 |
|
comment |
Check Radio Button when clicking DIV Thanks, I have updated my answer to reflect your findings. |
|
Apr
6 |
|
revised |
Check Radio Button when clicking DIV incorporated suggestions from comments. fixed bug. |
|
Apr
3 |
|
comment |
How to change exception message of Exception object? Unfortunately for some reason getMessage() is declared as final in PHP and the above code wouldn't work. |
|
Mar
22 |
|
comment |
Agile Toolkit 4 XML Parsing Agile Toolkit is a Web UI Framework. It has nothing to do with XML file parsing. You can use some of the built-in PHP classes or find something on packagist.org |
|
Mar
22 |
|
revised |
Agile Toolkit 4 XML Parsing edited tags |
|
Mar
22 |
|
comment |
Jquery UI + MySql in a PHP framework As far as I am aware - Agile Toolkit is the first framework to have a deep jQuery and jQuery UI integration. I hope it suits you. |
|
Mar
22 |
|
answered | ATK Examples directing to a different DSN |
|
Mar
12 |
|
comment |
Print <div id=printarea></div> only? OP wanted not to include the web-styling, but I suppose we can add few <style> tags |
|
Mar
5 |
|
awarded | Popular Question |
|
Feb
28 |
|
answered | changing location.hash with jquery ui tabs |
|
Feb
27 |
|
awarded | Notable Question |
|
Feb
24 |
|
answered | Recursively destroy contents of jQuery UI Dialog |
|
Feb
24 |
|
comment |
Recursively destroy contents of jQuery UI Dialog It seems that earlier versions of jQuery / jQuery UI worked fine with my example. |