Django-CMS page admin interface style jstree broken - jstree

Here's how my interface looks:
I tried fiddling with the CSS but I guess there's something I'm missing and this is broken.
Here's the code for the page.
Any clues, please?
If this is something obvious- great. Else, I'll dig in and provide more details but I have a hunch that this may be something obvious to someone smarter than me.

Related

Expand-all for Confluence UI-Expand macro

I've poked around Google and the Atlassian forums about this, and have not found an answer to this anywhere.
I'm trying to come up with an "Expand All" button for the UI Expand (important: not the regular Expand) macro.
I found this link in the Atlassian forum. I've been messing around with it, but I haven't been able to get it to work in my Confluence pages. I suspect that part of the problem is the UI Expand naming convention -- the link, which assumes the regular Expand macro, uses ".expand-control", but I'm wondering if it needs to be something like ui-expand, ui-expand-control, RWUI, etc. I've tried different combinations, and haven't gotten it to work.
Has anyone else come across this? Has anyone figured this out?
Thanks in advance...
I figured it out! The correct class name is rwui_expand.
I took the code from the Atlassian forum and changed it from this:
jQuery(".expand-control").each(function(){ jQuery(this).trigger("click");})
to this...
jQuery(".rwui_expand").each(function(){ jQuery(this).trigger("click");})
Works like a champ!

joomla accordion module with sortable headings

I have an issue with Joomla I've been battling with for a while now and I can't seem to see the answer. So I was hoping maybe someone out there might be able to help. First post so go easy on me.
I'm in the process of making a portfolio website for myself and can't seem to get my head around the SP_accordion module I'm using. I have it working and everything displaying everything it should and how it should.
I need, or should I say I also would like it to have a "header" with 3 columns that only effect the un-expanded accordion and are "sortable".
A perfect example of what I would like can be found #Jkarch.at
I have found an abundence of code for accordions and plenty of modules for joomla but I can't for the life of me find any help to create a 3 column accordion module for joomla 3. I'm not the most brilliant at web based applications or coding but I believe I can and usually do figure the most out myself but this is kicking my A*S.
So if anyone has a spare minute or to help it would be greatly appreciated...
Thanks again...
Chris.

Form Analyzation and Suggestions

I was filling out a form on uSell.com to ship out an old phone and when I entered my address, a dialog box popped up telling me what I entered along with their suggestion of what to change it to. I thought this was cool and was wondering how I can replicate that in my forms.
Looks like you talking about some kind of auto-completer. This can be done in various ways, depending on the languages you are using. You can make a simple auto-completer using just html, javascript and css. More complicated auto-completers can make server side calls to search through a database etc.
Have a look at the link below, they explain a very simple auto-completer.
Related topic
Hope this helps, good luck :)

What does has in thinking_sphinx attributes do?

Can someone here elaborate on what actually does 'has' do in the attributes section of thinking_sphinx? I have gone through the documentation at Thinking sphinx. But, couldn't get what actually it does.
Please help me in this issue.
The source code has an explanation. Scroll to line 112.

Resizing Iframes in Facebook Applications

So it looks like Facebook has removed the page referencing how to resize iframe apps except this one which includes a 404'ed js file.
All of the examples I am finding online either reference the aforementioned missing javascript file or they simply do not work.
Any guidance would be greatly appreciated.
Thanks!
Found it.. here.
EDIT: Lovely, doesn't seem to work.