Before I got too involved with posting on this blog, I wanted to make sure all my code was validating (or that I had a good reason for it not to be). Along this process, I noticed a couple of tags repeatedly appearing in my posts:
<input id="gwProxy" type="hidden" /> <input id="jsProxy" onclick="jsCall();" type="hidden" />
After a bit of Googling, I soon learned that it was a Firefox problem with FCK editor (the wysiwyg for wordpress posts), probably relating to specific addons installed in the browser. Well, rather then chase them down, or convert to using chrome or IE only for my wordpress posts, I thought I’d try my hand at creating a plugin that fixed it server-side. Although I’m not a php programmer, it turned out to be much easier than I expected. Just about 6 lines in all.
Anyway, if you’re having the problem as well and would like a quick fix, grab my FCK Fix plugin and give it a whirl.
Popular Posts
- How to Create a jQuery Bookmarklet
- Search and Share
- How to Sort an Associative Array (object) in Javascript
- Using jQuery Clone to Add Dynamic Data
Alternatively, you may want to return to the Home Page to view the most recent blog posts in order. If you have any questions, I make a point of reading and responding to all comments. Thanks for joining!









