How to get rid of Joomla Menu Overlay? - joomla

I'm currently working on a homework assignment adjusting the menus in Joomla, and I have the base of the assignment done, I just need to get rid of the menu I had there previously. It's overlaid on top and looks horrible.
This is what it looks like now: http://jesi-wu.com/sandbox/
I need the red header picture and all the text under it, to disappear. How do I do this?
This is what I want removed (picture): http://oi58.tinypic.com/n30t2r.jpg
-Alexis

Related

What is this design element/field in Theme Creator?

I'm working on a theme in Sony's Theme Creator and thus far, I'm pretty happy with my theme and its progress...
There is one problem however - I simply cannot work out what a particular element/field is named in Theme Creator and thus cannot change this element/field.
Either that or I have already made the change and it's not taking affect.
Further to this, I have experimented with changing anything that appears to be the right element/field (based on the name), however none have thus far had an affect.
The element/field is the blue parts below - they should be the same color as the bar at the bottom of the screen...
Any help would be appreciated.
Those elements you are referring to should be the "Status Bar" and the "Action Bar" (Top). If you aren't sure which item in the left list corresponds to which element on the right, you can always press and hold the mouse button over the item in the list and it should show up as highlighted in yellow in the preview pane.

CPropertySheet: How to get the child page from OnDrawItem

I've added some code as found here Big problems with MFC/WinAPI to colour tab titles the same as the reset of the dialog, which works, but unfortunately all the tabs end up with the same name. This doesn't surprise me all that much as GetCurSel() is used to grab the text to use, and only one tab can currently be selected, but I'm struggling to see how you access the correct tab index from OnDrawItem().
I've googled and had a look on MSDN but don't see how anything passed to OnDrawItem lets you know which tab is currently being drawn, rather all the examples I've seen assume you're only interested in the one currently selected. All I want to do is something along the lines of GetWindowText() on the child window and redraw with that. I'm also unsure of the parent/child/sibling relationship between the sheet, tab control and page - it depends who you listen to.
I should probably add that I'm also unsure why all the tabs are redrawn when I select one. I don't know if this is normal or something specific to this implementation (that's something I'm looking at, but like seemingly everything else in this code base it's multiply inherited several times over ...).
Cheers for any help.
Not to worry, I now realise lpDrawItemStruct->itemID holds the tab index so I can get a handle to the tab using that.

How to save Xcode Window Layout and Size

I've got my workspace windows set up like this:
Then I Navigate away from my story board to replace the left window with some code so i Can compare two code documents like this:
When I navigate back to my storyboard, it resets the document outline column to this:
How the frak do I configure window sizing presets? Coming from an Adobe background I'm used to having a preference somewhere that allows me to save interface layouts and sizing presets. The closest thing I can find is "behaviors", but this doesn't seem to control the sizing of columns and windows.
Seems like the best way to handle this is by using "Tabs"
I found this very helpful blog post.

Get back group of objects in Xcode 5 library

Is there any way to get back Object groups in library of Xcode 5 just like it was in Xcode 4.
I don’t think so. However, you can click the little grid/list button at the bottom left to show the library as a grid. If you can recognize the icons, and don’t need the text labels, it makes it much quicker to scroll through the list. (This does not work well for snippets, because they all have the same icon.)

iPad slidable right hand side

How did they do it? Look at these images:
As you can see you can slide the right panel to the left and back. Is that UISplitViewController?
That's definitely a custom view/controller. The stock split view is what it is. Although I think Matt Gammell cooked up a replacement split view that let's you drag the split around, it only changes the proportional size or visibility of your two views. It would take some additional customization to give it this kind of look and feel. I don't have the URL handy though, I'm sorry.
I don't know if you still need this, but you can check this open source class called IIViewDeckController available in github - it's exactly what you need. You can set a right and a left view, add shadows, customize tap or slide interactivity.
It contains a example project so you can understand how to program all properties.

Resources