Search found 12 matches

by rma-web
Sun Jan 17, 2010 3:25 am
Forum: [3.x] Discussion
Topic: [End user][User] Profile control
Replies: 12
Views: 22707

Re: [End user][User] Profile control

I think you misunderstood the concept of plugins we decided on here. We basically want to implement all basic functionality as plugins, some of which are going to be enabled by default.

Is your idea to have "plug-and-play" plugins, and have non-critical "plugins" be able to be enabled/disabled ...
by rma-web
Sat Jan 16, 2010 1:55 am
Forum: [3.x] Discussion
Topic: AJAX, jQuery, et. al.
Replies: 38
Views: 100432

Re: AJAX, jQuery, et. al.

Sluggish page load problems wouldn't even be that bad if you used JQuery. They enable you to have the javascript execute when the page is finished loading.

Code: Select all

 $(document).ready(function(){
   // Your code here
 });