Wednesday, May 9, 2012

Problem in MAC display of website

If you are same boat like me and struck on a website not working good in MAC and don't have access to MAC,You can do below :

1)Fix website in windows using Safari 4 and Safari 5.X
This will fix 99% issues in MAC too

2)There are some sites which allow you to take a screenshot at MAC different browsers

Labels:

Friday, December 18, 2009

Add To Bookmark Or Favorites in IE7 and IE8

It seems nothing work in IE 8 (Perhaps in Ie7 Too) for Add To Bookmark Or Favorites.
The problem is window.external.AddFavorite object which does not work in IE until you do a registry change.If you a developer and building a website its not defiantly a option.So I have modified the Code to allow for IE users


<script type="text/javascript">
function bookmarkme(title,url){
if (window.sidebar) // Firefox 2 and Higher
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera ,who cares for Chrome yet
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// IE 7 and Internet explorer 8
alert("Internet Explorer Users Please click CTRL+D to Bookmark this page");
}
</script>

<a href="javascript:bookmarkme('I Love Google', 'http://www.google.com')">I Love Google!</a>

Friday, July 24, 2009

Show Hide Layers using CSS

CSS code :

#realtooltip {
display: block;
position:relative;
width:100%;
top:0px;
z-index:0;

}
#realtooltip1 {
display: none;
position:relative;
width:100%;
top:0px;
z-index:0;
}

Javascript code:



Two Radio Buttons


<input name="diff" type="radio" id="differentSAYesc" onclick="MM_showHideLayers('realtooltip','','show'); MM_showHideLayers('realtooltip1','','hide')" value="yes" checked="checked" />

<input name="diff" type="radio" id="differentSANo" value="no" onclick="MM_showHideLayers('realtooltip1','','show'); MM_showHideLayers('realtooltip','','hide')" />


Two divs

first div





Above code works in IE7, IE8, Mozilla FF 3, Mozilla FF 3.5.
If you will not give the style="display:none;" in second div as I give above, then it works in IE8 but not work in IE7.
You must include css code in a css file to work properly, if you will include this in same page then it again gives problem in IE7.

Wednesday, June 10, 2009

Florida Holiday Home Rental

Planning a vacation in Florida would be a life time experience. Florida has so much to offer. It is the perfect destination spot for fun and relaxation. One can enjoy the scuba diving, surfing, snorkelling fishing, boating. There are theme parks, diverse architecture and rich culture which attracts tourist towards itself.

The famous places/destination spots in Florida are Amelia Island, Miami Beach, Boca Raton, Clear Water, Panama City Beach, Orlando, Everglades National Park, Coconut grove, Key Largo, Naples, St. Augustine, Tampa, Tallahassee, Vero Beach, Coral Glabes, Fort Myers, Gainesville, Ocala, Sanibel, Fort Lauderdale, Palm Beach, Winter Park, Disney Land, St Petersburg, Islamorada and much more.

Florida is the most visited places in United States.

There are number of options available in Florida from hotels to lodges to guest houses. A unique way to spend ones vacation in Florida is Florida

Home Vacation rental or so called Florida Home Rental. These rental includes Florida Beach rental, Naples Florida home rental, Florida luxury home rentals etc

A vacation home proves to be a good choice as it provides all together a different experience as compared to staying in a hotel. This actually provides a home -away home experience.

Spending vacations in a rental home would be the best option as a group of people can stay together and have an access to the kitchen as well One can choose these vacation rentals according to ones preferences. One can opt a duplex, a condo unit, town house etc several options are available to choose from.

One can choose Florida holiday rentals as per the location, nearness to the establishments, amenities though there are options also available for furnished and unfurnished homes also. One can choose as per ones requirement and budget and experience a life time experience.

Labels: