I am a Web and Flash Developer from Wisconsin.
|
May
13 |
|
comment |
PHP Editor for Android? PHP Highlighting for touchqode is advertised but not implemented. Just tested... |
|
May
7 |
|
comment |
How to remove javascripts in the template header (joomla! 3.0.x)? In Joomla 3 they really need to add a good way to prevent these for people that don't want mootools... |
|
Mar
21 |
|
comment |
Uncaught SyntaxError: Unexpected identifier - JS Error, when php put's a single qutoe or apostrophe in function parameter As you pointed out earlier I was escaping things twice once on the pHp side and again in the javascript function. The encodeURIComponent() should escape all the characters that need to be. |
|
Mar
21 |
|
comment |
Uncaught SyntaxError: Unexpected identifier - JS Error, when php put's a single qutoe or apostrophe in function parameter If you look at what was rendered by the browser after it went through htmlspecialchars ( I also tried htmlentities) it still looked like "<a href="#" onclick="selectCustomer('13064 Moto's Burger Palace')">13064 Moto's Burger Palace</a>" when the source was viewed in Chrome. That's what I ment when I said it wasn't being productive... I was expecting to get '13064 Moto's Burger Palace' or something... |
|
Mar
21 |
|
comment |
Uncaught SyntaxError: Unexpected identifier - JS Error, when php put's a single qutoe or apostrophe in function parameter htmlspecialchars() wasn't really doing anything productive (by the looks of it) anyway :(... But this looks like it would work now... I've never used event delegation in jQuery interesting :) |
|
Mar
21 |
|
answered | Uncaught SyntaxError: Unexpected identifier - JS Error, when php put's a single qutoe or apostrophe in function parameter |
|
Mar
21 |
|
comment |
Uncaught SyntaxError: Unexpected identifier - JS Error, when php put's a single qutoe or apostrophe in function parameter Hmmm... no dice on this one. Tried and failed... didn't even call the function. Also what's wrong with using onclick? How is it simpler to add a jQuery function to do what onclick does? I don't think one works because I'll displaying the list via AJAX which means the [data-customer] isn't displayed until after the page is already loaded. |
|
Mar
21 |
|
asked | Uncaught SyntaxError: Unexpected identifier - JS Error, when php put's a single qutoe or apostrophe in function parameter |
|
Mar
6 |
|
revised |
call function getLabel() in joomla 1.6 Adding mroe details as I find a solution |
|
Mar
6 |
|
answered | call function getLabel() in joomla 1.6 |
|
Mar
5 |
|
awarded | Caucus |
|
Feb
26 |
|
comment |
How can I create a new Joomla user account from within a script? Thank you for posting this, I really needed to see the best way to do the encrypted password storage... and was to lazy to look at Joomla core code... |
|
Feb
14 |
|
comment |
PHP Json Encoding w/ quote escaping in 5.2? This won't work in PHP you can't do '\'', '\\''... because php will give you an error... to many single quotes... you want something like this str_replace("'", "\'", json_encode($invoices)); |
|
Nov
30 |
|
revised |
Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)? corrected typo |
|
Nov
30 |
|
answered | Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)? |
|
Nov
28 |
|
answered | wamp configuration showing instead of my website page |
|
Nov
28 |
|
revised |
wamp configuration showing instead of my website page English grammer |
|
Nov
28 |
|
revised |
can instances of a super class communicate with each other just as instances of a normal class English grammer |
|
Nov
28 |
|
awarded | Custodian |
|
Nov
28 |
|
reviewed | Reviewed Using XML files for PHP web app |