FeedAgg.com Logo
Your Account | Sign In | Sign Up

Add Feed | Search | Home | Help | Contact | Blog

Feed: User Interface Techniques (building and hacking) - AggScore: 45.6



Summary: User Interface Techniques (building and hacking)


Here some good usability techniques, a few JQuery plugins and HTML, CSS, javascript tips and tricks are available for UI developers.

How to make two column with same height


HTML 


     

            left
left
left

     

     

            right
left
left
left
left
left
left

       

       



CSS 

*{padding:0px; margin:0px;}
#wrapper{overflow:hidden;}
.left{background:#333;width:250px;float:left;margin-bottom:-2000px;padding-bottom:2000px;} .right{background:red;width:750px;float:left;margin-bottom:-2000px;padding-bottom:2000px;} .clear{clear:both;}
Date Published: Apr 04, 2012 - 4:11 am



jSlickmenu: jQuery plugin using CSS3


The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to use, highly customizable and pretty cool (and fun!) to see.

jSlickMenu
HOW TO USE:
Put this code in tag:





Now, the menu HTML needs to be as follows:

   
     
         [TITLE]
     
     
   

Note
 The alt attribute of the image will be used as title when the user hovers the image.
When that's all set, you can execute the following JavaScript statement to enable the plugin on the just created menu:
$("#menu").jSlickmenu();

OPTIONS:
speed - Any of the jQuery speed values. Speed for the animation when hovering.
fadeopacity - Any of the jQuery opacity values. Opacity of the siblings when hovering.
infomargin - Integer. Margin (in px) for the infobox to appear above the image.
leftmargin - Integer. Margin (in px) for the menu items seperated from each other.
css3rotate - Boolean. Whether the menu items should be rotated using CSS3.
css3shadow - String. The CSS3 box-shadow property.
css3borderradius - Integer. The size of the border radius property.
borderneutral - Integer. Width of the border size in px when the user is not hovering.
borderhover - Integer. Width of the border size in px when the user is hovering.


VIEW DEMO
DOWNLOAD


Date Published: May 26, 2011 - 4:07 am



 
Visitor Rating: 5 (1) (Rate)

Story Clicks: 1

Feed Views: 18

Lenses (Add|?)

Comments (Log in to add)

Feed Details
Date Added: 03/02/2011
Date Approved: 03/02/2011
By: Anonymous
Search FeedAgg.com




3600 mp1055 serv 0.2779 seconds to generate.