A Simple Lyften Bloggie Theme

January 24, 2010

A simple Lyften Bloggie theme which has blog enrty header like below:

Lyften Bloggie Theme Blog Entry Header

Blog Entry Header

And blog entry footer like below:

Lyften Bloggie Theme Blog Entry Footer

Blog Entry Footer

Install: From joomla menu goto: ‘Components‘ -> ‘LyftenBloggie

then from Lyften Bloggie menu goto: ‘Settings‘ -> ‘Themes’

Here you will get a file uploader to upload theme ‘Package File’ and install.

Lyften Bloggie Theme Uploader

Lyften Bloggie Theme Uploader

Download: click here. Its free.


Multi Column List using CSS

January 22, 2010

Some time developer need to create multiple HTML list using li tag and css. To create following design multi column list, Download source code: click here.

Multi Column List using CSS

Output of Multi Column List


Turn off Adobe auto updates

January 18, 2010

Open any Adobe Software (i am using Adobe Photoshop). Then from menu bar go to: Help -> Updates…

Turn off Adobe auto update

Menu Select

Click on this “Updates…” sub menu. Then make sure you are connected with internet and firewall does not block it. If everything ok, you can see Photoshop is checking for updates.

Turn off Adobe auto check update

Updates Checking..

After finish this checking you will get below windows about update information.

Turn off Adobe auto update info

Update Check Information

Then click on “Preferences” link on this window. Now uncheck the check box option which says “Automatically check for Adobe Updates”.

Autometically Check for Adobe updates uncheck

Uncheck Auto Updates

Thats all.


Clear Textfield Default Value onClick using JavaScript

January 13, 2010

Sometime we have text fields with default value like “Please enter you first name”, “Please enter you phone number” etc. We want to clear this default text when user click on the field and if user do not give any input the it will put the default value again.

Javascript code:

function clearValue ( field ) {
if ( field.defaultValue == field.value ) field.value=;
else if ( field.value == ) field.value= field.defaultValue;
}

Use:

<input type=”text” name=”mobile” value=”Phone/Mobile Number” onFocus=”clearValue(this)” onBlur=”clearValue(this)”/>

Download Source Code: click here. (Unzip this zipped file, open clearText.html file with any browser then click on the text field.)


Lyften Bloggie Blog Archive Module

January 11, 2010

This module displays blog archives as list.

Output(use custom css):

Lyften Bloggie Blog Archive Module

Lyften Bloggie Blog Archive Module

Install: Easy like other all joomla module installation.

Download: click here. This module is free.


Lyften Bloggie Last Blog Entry Module

January 6, 2010

This module displays only the last blog entry’s title, introtext and a Permalink of this blog entry.

Module Parameters:

LyftenBloggie Last Entry Module Paramater

From the module parameters you can set number of words for title and introtext and also sufix of them.

Output(use custom css):

LyftenBloggie Last Entry Module Output

LyftenBloggie Last Entry Module Output

Install: Easy like other all joomla module installation.

Download: click here. This module is free.


Follow

Get every new post delivered to your Inbox.