May 27, 2010 - Geeky General, Linux    Comments Off on Install USB Ubuntu 8.04 from Windows (Non-Persistent)

Install USB Ubuntu 8.04 from Windows (Non-Persistent)

(From http://www.pendrivelinux.com/2008/04/09/usb-ubuntu-804-installation-from-windows/)

This simple tutorial covers how to install, boot and then run Ubuntu 8.04 (Hardy Heron) from a USB flash drive. Upon completion of this tutorial, Ubuntu 8.04 can be run from the portable flash device in the same fashion (but much faster) than it would from the Live CD. This specific tutorial does not cover a Ubuntu 8.04 persistence (persistent) feature option. Hence the user cannot save changes back to the USB device using this tutorial. Read more »

May 13, 2010 - Joomla    Comments Off on Joomla Blog: CSS style for entry titles

Joomla Blog: CSS style for entry titles

You can change the appearance of the Blog entry titles by adding class selectors to the ViewBlog.ascx and then adding the classes to skin.css in the skin folder.

Edit as follows (around Line 36):

<td nowrap colspan="2">
<asp:HyperLink id="lnkEntry" runat="server" CssClass="BlogEntryListTitle">
<%# DataBinder.Eval(Container.DataItem, "Title") %>
</asp:HyperLink>
</td>

Now you also have to add selector to class in skin.css, like this:

a.BlogEntryListTitle {}
Pages:«1...28293031323334...61»