anjanadesigns.blogspot

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, 26 August 2016

Flowering Plants of Kerala: Fairy Rose White

Posted on August 26, 2016 by Unknown
Kingdom:Plantae
Subkingdom:Tracheobionta – Vascular plants
Superdivision:Spermatophyta – Seed plants
Division:Magnoliophyta or Angiosperms – Flowering plants
Class:Magnoliopsida – Dicots
Subclass:Rosidae
Order:Rosales
Family:Rosaceae (The Rose family)
Botanical name:Rosa sps
Habit:Perennial Shrub

Fairy Rose is a low growing rose which is perfect as a groundcover. 

fairyrose
fairyrose
fairyrose
fairyrose

The above pictures were taken with Nikon Coolpix. Please click on each picture to get the full view.
Location: My home garden at Kottayam, Kerala

Read More
Posted in Flowers | No comments

Tuesday, 23 August 2016

You're Not Eligible to Create a Username: How to Fix This Issue With Facebook Page

Posted on August 23, 2016 by Unknown
There are few people like me who want to create a page on Facebook but not a personal profile. However, for creating a Facebook page you need to create a profile first. Recently I created a Facebook page about Windows 10 Mobile. So what happened was that I didn't like the page's url, which shows like "https://web.facebook.com/Windows-10-Mobile-242162652845435". I wanted to remove the digits that shows up at the end of the link. For this purpose Facebook gives the option to set a username. 

windows 10 mobile

When I tried to create a username I got an error message that, "You are not eligible to create a username" even though there was the green tick-mark. I searched in Facebook help and found that a page need to have 25 or more likes for creating a custom url. However, after getting 25 likes also I got the same kind of error message. 

Actually I didn't have at least a single friend added to my profile and mine was a completely private profile. I thought that might be the issue. At first I tried to create a username for my profile. 

From your personal profile click on the small drop-down arrow and select Settings > General > Username. You may need to verify your account for creating a username. The only choice I had was mobile verification. Once you enter your mobile number you will get a confirmation code as sms. Enter the code on the screen and you will be able to select a username. 

After creating a username for your profile try to create your page's username. It worked for me.

I had issues for adding the Facebook Page gadget to my blog too. For adding the gadget go to this link Page Plugin.

facebook fan page widget configuration

After configuring the gadget click Get Code. You'll get two codes: add the JavaScript SDK right after the opening <body> tag. Place the second code wherever you want to appear the gadget.

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

When you try to add the JavaScript SDK you might get an error like, "Error parsing XML: The reference to entity "version" must end with the ';' delimiter".

I found a solution in this blog, https://masterkpk.blogspot.in/2016/07/add-facebook-like-box-widget-blogger.html. Change this line:

 js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7";

to

 js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&amp;version=v2.7";

And it worked for me.

Read More
Posted in Miscellaneous | No comments

Monday, 22 August 2016

Flowering Plants of Kerala: Star Glory

Posted on August 22, 2016 by Unknown
Kingdom:Plantae
Subkingdom:Tracheobionta – Vascular plants
Superdivision:Spermatophyta – Seed plants
Division:Magnoliophyta or Angiosperms – Flowering plants
Class:Magnoliopsida – Dicots
Subclass:Asteridae
Order:Solanales
Family:Convolvulaceae (The Morning-glory family)
Botanical name:Ipomoea quamoclit
Common Name:Cypress Vine or Star Glory or Hummingbird Vine
Malayalam Name:Nakshatra Mulla
Habit:Annual Climber

Humming Bird's favorite flower. The plant is very delicate with fern like leaves and small red star-shaped flowers. Plant propagation is via seeds.

Cypress Vine
Cypress Vine
Cypress Vine
Cypress Vine
Cypress Vine

The above pictures were taken with Nikon Coolpix. Please click on each picture to get the full view.
Location: My garden at Kottayam, Kerala

Read More
Posted in Flowers | No comments

Saturday, 20 August 2016

Awesome Blog List Gadget For Blogger With Stacked Paper Background

Posted on August 20, 2016 by Unknown
blog list widget preview

Here is just another awesome Blog List Gadget for listing your favorite blogs, websites or links. This is a very simple one as it does not contain any scripts. I am sure it will adds up the beauty of your sidebar. From your Blog's Dashboard navigate to Layout and select Add a Gadget. Select HTML/JavaScript and copy-paste the below code:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<div class="anjanablogbl">
  <ul>
    <li><a href="#">Wikipedia picture of the day feed</a></li>
    <li><a href="#">Games for PC, Mobile, iPhone, iPad, Android, Mac & Online | Big Fish</a></li>
    <li><a href="#">Alexa - Actionable Analytics for the Web</a></li>
    <li><a href="#"> DMCA Protection & Takedown Services</a></li>
    <li><a href="#">Answers - The Most Trusted Place for Answering Life's Questions</a></li>
    <li><a href="#">Anglo Mysore Wars: Second Anglo Mysore War—Treaty of Mangalore</a></li>
  </ul>
</div>

<style type="text/css"> 


.anjanablogbl {

    width:auto;
    margin:0 0 0 4px;
    background:#fff;
    padding:7px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .8), 2px 2px 0 #eaeaea, -2px 2px 0 #eaeaea, 3px 3px 3px rgba(0,  0, 0, .35), 
    -3px 3px 3px rgba(0, 0, 0, .35), 4px 4px 0 #eaeaea,  -4px 4px 0 #eaeaea, 5px 5px 3px  rgba(0, 0, 0, .75), 
    -5px 5px 3px rgba(0, 0,  0, .75);
}
.anjanablogbl ul {
display: block;
padding: 7px;
margin: 0px;
list-style: none;
}
.anjanablogbl ul li {
border-bottom: 1px dashed #000;
}
.anjanablogbl ul li:last-child {
border-bottom:none;
}
.anjanablogbl li a {
font: 13px open sans;
line-height: 25px;
color: #666;
}
.anjanablogbl li a:hover {
color: #000;
text-decoration: none;
}
</style>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Now Save it. You are done. Don't forget to replace your links and titles. For changing the color of titles change "#666".

Read More
Posted in Blogging, Widgets | No comments

Flowering Plants of Kerala: Arabian Jasmine

Posted on August 20, 2016 by Unknown
Kingdom:Plantae
Subkingdom:Tracheobionta – Vascular plants
Superdivision:Spermatophyta – Seed plants
Division:Magnoliophyta or Angiosperms – Flowering plants
Class:Magnoliopsida – Dicots
Subclass:Asteridae
Order:Scrophulariales
Family:Oleaceae (The Jasmine family)
Botanical name:Jasminum sambac
Common Name:Arabian Jasmine
Malayalam Name:Mulla
Habit:Perennial Shrub

No doubt; Jasmines are the most fragrant flowers in the world! 

Jasmine
Jasmine
Jasmine
Jasmine
Jasmine
Jasmine
Jasmine
Jasmine

The above pictures were taken with Nikon Coolpix. Please click on each picture to get the full view.
Location: My garden at Kottayam, Kerala

Read More
Posted in Flowers | No comments

Tuesday, 16 August 2016

Flowering Plants of Kerala: Chinese Violet

Posted on August 16, 2016 by Unknown
Kingdom:Plantae
Subkingdom:Tracheobionta – Vascular plants
Superdivision:Spermatophyta – Seed plants
Division:Magnoliophyta or Angiosperms – Flowering plants
Class:Magnoliopsida – Dicots
Subclass:Asteridae
Order:Scrophulariales
Family:Acanthaceae (The Barleria family)
Botanical name:Asystasia gangetica
Common Name:Chinese Violet, Creeping Foxglove or Ganges Primrose
Habit:Perennial Herb

The plant is perfect as ground-cover. It grows very rapidly.

Chinese Violet
Chinese Violet
Chinese Violet
Chinese Violet
Chinese Violet
Chinese Violet
Chinese Violet
Chinese Violet

The above pictures were taken with Nikon Coolpix. Please click on each picture to get the full view.
Location: My garden at Kottayam, Kerala

Read More
Posted in Flowers | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Muhammad-bin-Qasim's Invasion of India
    "Verily, courage, and generosity and liberality, Belonged to Muhammad, son of Qasim, son of Muhammad, He led armies at the age of seven...
  • Texture Magic: Blossoms
    10 beautiful designer backdrops in Jpeg format.  Landscape 3000x2000 300 dpi 10 Nos Size: 14.6 Mb Free Download
  • Flowering Plants of Kerala: Golden Dew Drop
    Kingdom: Plantae Subkingdom: Tracheobionta – Vascular plants Superdivision: Spermatophyta – Seed plants Division: Magnoliophyta or Angiosper...

Categories

  • Ancient India
  • Blogging
  • Delhi Sultanate
  • Designs
  • Flowers
  • Miscellaneous
  • Mughal Empire
  • Muslim Invasions
  • Photoshop Frames
  • Widgets

Blog Archive

  • August 2017 (1)
  • July 2017 (1)
  • May 2017 (8)
  • April 2017 (5)
  • August 2016 (6)
  • July 2016 (1)
  • June 2016 (1)
Powered by Blogger.

Search This Blog

Report Abuse

  • Home

About Me

Unknown
View my complete profile