Pages

Tooltip with CSS

HTML Code

Hover Me!this is tootip text 

CSS Code

a.tooltip {
 text-transform: uppercase;
  background: #ececec;
  color: #555;
  cursor: help;
  font-family: arial;
  font-size: 20px;
  margin:0;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 200px;
}
a.tooltip .cloud_box {
 background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
a.tooltip .cloud_box:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  
a.tooltip .cloud_box:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
 a.tooltip:hover .cloud_box{  opacity: 1;
  pointer-events: auto;

Result



Hover Me!this is tootip text

Simple Jquery Read More/Less Script

With this simple function you can easily add a functionality to show more/less content..

Convert Div into Image



Blackberry and Mediaqueries

Media queries don't work on OS 5.0 and lower, in Blackberry Devices so in place of media queries you can use a special style-sheet for lower version and your common media query style-sheet for higher version and to achieve that you have to define blackberry user-agent as in given example below..

Resize Text to Fill Div Space

With the help of this simple javascript you can make the text fill the whole width  of the div just like in the example below.

Checklist for Design Guidelines to Six Sigma


Phases I - Design and Development

  1. Jpeg Design Layout send to the client for the approval for the relevant product
  2. Design layouts review, changes and finalization
  3. Conversion of the layout to HTML and website development
  4. Content Integration including text, images and interactive forms
  5. Intermediate progress updates to the client
  6. Final Completion of the phase
Designing the layout

1.    Creative should be interactive, communicative and user friendly.
2.    Use of right fonts - Fonts play a vital role in your content. These are the style used in your content. A good choice of font can make your site more desirable and reader's friendly.
3.    What lies beneath? - Design involves creativity, visualization and inherent skills. A well designed website can turn into an important marketing tool for your business. An appealing website creates your specific business identity which differ you from your competitors.
4.    Margins within the content needs to be equal in every case.
5.    Highlight the Important Information- Always highlight the expertise or the important information like the name of the company, institution name,  or any information which will attract the eye of the user.

Create ID for HTML element using Jquery function



Here’s a simple Example on how to provide ID's to any Html element using jQuery.. Copy paste the above code to see how it works.

Show Hide multiple divs using Jquery


Here’s a simple Example on how to show/ hide multiple divs using jQuery. First we include the Google jQuery library, the next steps simple. We now create two function with Show visibility and Hide visibility. Copy paste the above code to see how it works.

Adobe creative Suite 3

Discover a complete creative solution for education, with design tools for print, web, interactive, mobile, and video content. From creating course curriculum to enhancing student projects, you can use Adobe® Creative Suite® 3 software to express your ideas faster, more efficiently, and with more freedom than ever before.

To known more about this product:
http://www.adobe.com/creativelicense/
http://www.adobe.com/education/products/creativesuite/

To download the trial version :
http://www.adobe.com/special/try_buy/trial_availability.html

Good Design Practices

Your website is where your business resides — it’s like the headquarter of an offline company. Hence, it is important to practice good design principles to make sure your site reaches out to the maximum number of visitors and sells to as many people as possible.

Make sure you have clear directions on the navigation of your website. The navigation menu should be uncluttered and concise so that visitors know how to navigate around your website without confusion.

Reduce the number of images on your website. They make your site load very slowly and more often than not they are very unnecessary. If you think any image is essential on your site, make sure you optimize them using image editing programs so that they have a minimum file size.