I will attempt to provide a very first tutorial to show you how to use YouCMSAndBlog IDE editor to build a Joomla template with True View mode.
For Quick View mode, I think it should be very easy for you to understand by downloading the IDE and try to open Blogger templates from sample directory as shipped. And for sure in a future I will try to come up with a tutorial once have more time to spend for writing.
Please note this tutorial is not only applying to Joomla template, but any other template / theme (Drupal, php-Nuke, Mambo) and Blog template (Blogger, Wordpress, etc) as long as they uses tags based.
Also in this tutorial it may not be really suitable for people who is the first timer trying to understand creating and designing a Joomla template and I am not really going to explain in such detail (but sure..please feel free to give me feedback how should this tutorial be improved).
Description: Morgan has discovered a vulnerability in the joomlaradio component for Joomla, which can be exploited by malicious people to disclose sensitive information or to compromise a vulnerable system.
Input passed to the "mosConfig_live_site" parameter in admin.joomlaradiov5.php is not properly verified before being used to include files. This can be exploited to include arbitrary files from local or external resources.
Successful exploitation requires that "register_globals" is enabled.
The vulnerability is confirmed in version 5.0. Other versions may also be affected.
Creating Custom Corners & Borders - By Søren Madsen
We’ve all heard the rap:
“Sites designed with CSS tend to be boxy and hard-edged. Where are the rounded corners?”
Answer: the rounded corners are right here. In this article, we’ll show how customized borders and corners can be applied to fully fluid and flexible layouts with dynamic content, using sound and semantically logical markup.
The markup
In the example markup below, XHTML line breaks have been inserted to pad out dummy paragraphs:
<h2>Article header</h2>
<p> A few paragraphs of article text.<br /> A few paragraphs of article text. </p>
<p> A few paragraphs of article text.<br /> A few paragraphs of article text. </p>
<p> A paragraph containing author information
</p>
The hooks
If we want full control of the layout, we need to make sure we have enough elements we can target with our CSS. Let’s call these elements “hooks.” Our markup needs just a few more.