Thursday, July 26, 2012

Unable RAR file support in the Ubuntu Linux.


Now, open the terminal from Applications > Accessories > Terminal or Press Ctrl+Alt+T and run the following command:
sudo apt-get install rar unrar
Now you able to extract the.rar files.
Cheers..

Some Css tricks for square and triangle..

Hello...
Style sheets are the way that standards-compliant Web designers define the layout, look-and-feel, and design of their pages.  and trough the css webpages looks great.
Some times we have to use images instead of the css. because we are aware of some tricks of the css. 
here i share some tricks. 

1) Triangles in the Square.

in above image. i have use the css to create square using 4 triangle.
CODE:

<style>
.triangle{
border-left: 200px solid red;
border-top: 200px solid yellow;
border-bottom:200px solid green;
border-right: 200px solid blue;
display: inline-block;
}
</style>

Wednesday, June 20, 2012

Can not able to drag form fields in Chronoform Wizard Mode

When i develop one site then  I faced issue with the chronoform component. I am not able to create form via wizard edit mode. I tried a lot and then I found one solution for that. and i like to share with you guys.

If you face problem like.. you drag the form elements in the area and its not drag perfect like below image...

Monday, June 18, 2012

Can't able to view positions in the 1.6, 1.7 and 2.5??

I am able to view the positions in the 1.5 version of Joomla but in the 1.6 and later version the position is not display by appending ?tp=1 after URL.

I thought is there any other syntax in the new joomla to view positions. but no. new joomla has disable the position from the back-end for the security.  if the developer want to view the position they are able to enable that setting.

For enable. just follow below steps.

Saturday, June 16, 2012

Append "*" before Required fields label in Sobipro

I want to add * before require field label. there are not any setting option in the sobipro configuration. and sobipro is used .XSL format to display fields to the front end. and if i add * in the XSL file then star will display above all the fields.

Open your sobipro section and then open edit.js file from the js directory in template files template files. and write below code in the top of the file.