R_J
AdminR_J Admin
-
Re: Adding a "skip to answer" button to a question
Well, I wrote that code without testing. Another thing is that I try to use new coding conventions whenever possible and the result is inconsistent code. But take it as a challenge to review my code.… (View Post)2 -
Re: Render Blocking & CSS Delivery with Page Speed Insights.
Caching assets with htaccess is easily done: http://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching/ Afterwards "blocking" JavaScripts are no big deal. (View Post)1 -
Re: What's the point of this plugin?
And also But I'm not sure what you mean by "what's the point". Maybe you've already understood what the plugin does, but you do not understand why it has been made? When you open a web page… (View Post)2 -
Re: "assetModel_styleCss_handler" for JS
You can add js files like that: public function assetModel_styleCss_handler($sender, $args) { Gdn::controller()->addJsFile('foo.js','plugins/foo'); } but using base_render_before is much more comm… (View Post)1 -
Re: Nothing happens, when I try to save something in the Dashboard :(
Sorry, my fault: I haven't seen that you are using the beta version. So the PHP version shouldn't be the problem. Are you sure you have write permissions on your config? If you have changed your conf… (View Post)1