Thursday, 26 January 2012

Untold secrets by Jeff and Kane

Now jeff and kane telling about...

What a company need??
MAP
Company needs a  Map
  • Need a starting point,
  • Need an end(Desire state)
  • We should know about the path and direction.

The two types of business:
  • Private and service



Jargon points by Jeff & Kane

Jeff and Kane in the event in hyderabad told some of the jargon points to be noted:
  • "You are always on stage" : Feel that you are always on stage so act like that,be interactive and speak fluently ,grab the opportunity.
  • "Investors invest the team".:Ideas,plans will be there Execution is very important.
  • "You can have an excuses or results??
  • "smart work is not equal to success."
  • "Give the customers what they want,not what they need."
  • "The problems i think i have is not a problem"
  • "Working hours is not equal to money".
Put this points in your mind and please think about it.



    Shabbu Sha: INDUSTRY ROCKSTAR INDIA

    Shabbu Sha: INDUSTRY ROCKSTAR INDIA: Hey guys today 26th jan people in hyderabad are celebrating Republic day as well as the Jeff and kane presence in hyderabad on the event IND...

    INDUSTRY ROCKSTAR INDIA

    Hey guys today 26th jan people in hyderabad are celebrating Republic day as well as the Jeff and kane presence in hyderabad on the event INDUSTRY ROCKSTAR INDIA in NOVOTEL hotel.

    I am really very excited to be here and be a live blogger of this event.

    Now time is running on , it is 10.20 in the morning ,the event is started ,the video was played about jeff and kane regarding the event.

    The crowd in this event are enjoying the jeff and kane seminar,UNTOLD SECRETS OF INDUSTRY ROCKSTAR.

    The crowd introducing themselves ,here most of them i guess are experienced people and want to open new company..so they are making best use of this seminar.

    Now Jeff and Kane are interacting with the crowd,really so amazing , jeff and kane knows how to win the peoples heart.

    They wished all on the occasion of Republic day.

    After listening to the crowd now they said about the secret of "speaker" and "listener",which is very interesting to know.

    Jeff and Kane are really awesome they are interacting with the people to make the event success,even for 1 sec i cant miss the seminar.





    It is a great pleasure to be a part of this event.

    I really thankful for giving me opportunity for live tweeting and live blogging of the event.





    Tuesday, 24 January 2012

    OpenLayers-Free maps to web

    Hi ,i want to share this with you all...
    OpenLayers is based on Pure javascript.
    Example: http://openlayers.org/dev/examples/
    • OpenLayers is a pure JavaScript library for displaying map data in most modern web browsers, with no server-side dependencies.
    • OpenLayers is Free Software, developed for and by the Open Source software community.
    • It provides an API for building rich web-based geographic applications similar to Google Maps and Bing Maps.
    • OpenLayers is intended to separate map tools from map data so that all the tools can operate on all the data sources.
    • OpenLayers is used by OpenStreetMap project for its “Slippy Map” map interface. http://www.openstreetmap.org/
    • The library includes components from the Rico JavaScript library and the Prototype JavaScript Framework.
    • OpenLayers Load map data from many sources:
      Google Maps
      Yahoo! Maps
      Virtual Earth
      ArcGIS Server
      Web Map Service
      Web Feature Service
      OpenStreetMap
      UMN MapServer
      MapGuide Open Source
      GeoServer
      ka-Map
      World Wind servers
      GeoRSS, KML, GML, and GeoJSON support
    New To Open Layers - http://trac.osgeo.org/openlayers/wiki/NewToOpenLayers
    Source:
    http://www.openlayers.org/
    http://en.wikipedia.org/wiki/OpenLayers

    site catalyst reporting

    THE SITE METRICS(MEASURES) INCLUDES :
    •  Page views
    The number of page views viewed is measured.
    • visits
    The number of visits for the page.
    • visitors
    The number of visitors viewed by the visitors.
    • time spent for visists
    The visitors time spented in the page.
    • purchases
    The purchases done.
    • shopping cart
    The shopping cart(online shopping)
    • custom events        
    The events(actions) took place.     

    Beencounter

    Beencounter can access browser history files, and provides interesting insights into the audience – What are the sites user visits (before and after coming to our site)
    ”beencounter is doing something surprisingly simple: they are taking advantage of a known hack of the browser Document Object Model (DOM) that identifies URLs that have been previously visited. The way this manifests normally is showing visited links on a page as a different color than unvisited links. You can also see this information if you open your browser history.”

    veb analytics-funnel analysis

    Hi in Web analytics(vebanalytics) funnel analysis is used.
    Funel analysis is the new term i have learnt today in web analytics , so  i am sharing this….
    Funnel analysis allows you to measure web conversions of you site. Our funnel experts monitize your sales,leads to increase your conversion rate.
    WE CAN VIEW SOME MORE INFORMATION IN THIS BELOW LINK :
    http://www.vebanalytics.com/funnel-analysis.php?mid=536

    DATA MINING(NON LINAR REGRESSION)

    NON LINEAR REGRESSION:
    DATA:Different types of data
    Time series data for instancetemparature at a given location,unemployment in different location number.
    Expermentation data for instance labaurity experimentation data.
    Analysis of data leads to modelling of data
    Satellite data,satellite is a big source of data it comes 4 times a day in a location.

    THEORITICAL KNOWLEDGE OF DATA MINING

    Model is Process based
    Z(T)=Z(O)+V
    Model is Emperical based
    y=ax+b
    Traffic analysis experimentation(collecting data and target people)
    y=ax(2)+bx+c (it is Emperical non linear)
    Linear/non linear regression
    z(i)=h(x(i))    [z=h(x) (scalar)]
    for example z(1)=h(x(1))
                             z(2)=h(x(2))
                             z(3)=h(x(3))……and so on
    h can be…
    h=ax(2)+bx+c
    h=a(e(bx))
    h=alog(x/b)
    h=ax+b
    here a,b,c are not known
    • One way to linear module can analyze.
    • Many ways to non linear module can analyze.

    Temparature data(data mining)

    Tommorow temparture is predicted i.e predictive analysis or predictive datamining or Astrologist.
    In this Percentage of error depends on parametrs and the data,which is known as Senstivity analysis.
    SENSITIVITY ANALYSIS
    J(x)=1/2E(i=1tom)[z(i)-h(x(i)](square)
    Here there are two methods i.e Direct method and Replace of orginal method.
    Direct method is
    dj/dx=[z-h(x)  dh(x)/d(x)]=0
    where z-h(x) and  dh(x)/d(x) is non linear which is solved by numerical method i.e newtons method.
    Replace the original problem by appropriate problem by liner which is orginal exactly.
    Consider the base point of the curve as Xc
    h(x)=h(Xc+(X-Xc))
    h(x)=h(Xc+delta^) where delta=X-Xc
    h(x)=h(Xc)+deltadh(Xc)/d(x)    By taylors method
    thus J(x)=1/2(Zx-h(x))square     here X is operating point
            J(x)=1/2[Zi-h(Xc)+h!(Xc)delta]square
           J(delta)=1/2[Gi-h(Xc)delta]square this is linear equation.
          dJ/ddelta=[Gi-h!(Xc)delta]h!(Xc)=0
         Gih!(Xc)=[h!(Xc)]square delta
        delta=Gih!(Xc)/[h1!(Xc)]square
                             which is an optimal value of delta.
    If delta is 10^-3 the next iteration is differ for 3 times

    Environment ,Health & Safety


    Environment refers not only to pollutions or surrounding places it also refers to people behaviour surrounded by you,which is important in corporate world.
    Good environment refers to good work in corporate industry.
    Health plays a major role,as Health is Wealth.
    In corporate industry unknowingly we get health hazards :

    Combination of the likelihood of an occurrence of a hazardous event or exposure(s) and the severity of injury or ill health that can be caused by the event or exposure(s)
    Some every day sources of health hazards are :
    Fire,Material handling,pollutions,electric shocks, Unhygenic environment,Accidents.
    Mainly the usage of system(PC) should be known.
    Mouse handling,distance of monitor from our eyes,posture of body while sitting in chairs before Computer systems.
    Safety is of paramount importance.
    Mainly safety of life after that property.
    precautions to be taken before,and insurance must be there for a company(industry).

    Real time Reports


    Google Analytics now contains a series of real-time reports that measure what’s happening on the site in real time - http://cutroni.com/blog/2011/09/29/google-analytics-real-time-real-time-data-for-real-time-decisions/
    Google analtytics is updating day by day….

    Go Green

    Nature is a Gods gift we have to preserve it,maintain it.
    Nature provides all the necessities of life for a human being such as water,air,energy and so on.
    Without this basic necessities a human bein cant lead their life.
    Reuse,Recycle,Retrain the 3Rs should be done for all the nature products.
    We have to save our environment for our sake itself not for others sake….Cant we do it??Ask your self?
    What is the need of Go Green?
    • Rapid growth of population making the natural resouces less and polluted,
    • Dwindling natural resources,
    • Accelerating development in populas countries,
    • Climate change,
    • Alarming increse of Carbon emissions and so on.
    Role of industry to maintain environment and to create a sustainble society,Contribute to better future.
    It is not a time to think it is a time to Act.
    Reduce the paper waste.
    Conserve energy.
    Sampling trees or tree plantation.
    pollution reduction.
    Actions are better than just telling by words…
    NOW I AM  PROMISE MYSELF I WILL SAVE MY ENVIRONMENT AND CONSERVE ENERGY AND PLANT A TREES…ARE U??????????

    Doctor! doctor!

    Hi friends………
    see this 20 points that a doctor have……..and do…….
    just for fun….
    1.The stethoscope
    2. They can give you the gift of “missing them” because they are always at work
    3. They can give you a free medical consultation
    4. You save yourself the embarrassment of going to a doctor with a water infection!!
    5. They are smart!!
    6. They know their anatomy well (know what works and where)
    7. They are heavy weight party people in the weekend
    8. Let’s play doctor!!
    9. They are well trained to listen.
    10. They know how you feel, or at least pretend to!!
    11 They always have a strange new story to tell.
    12 They offer you a tissue when you feel like crying (it is a reflex).
    13 They can stay up all night if you want them to.
    14 They can guide you in the gym.
    15 Money!!! (Although they work long hours for it)
    16 Free medical samples!!
    17 They are unshockable!!!
    18 They know what you want to hear and say it!!
    19 They always try to dress nice!!
    20 They are trained in breaking bad news in a nice way.

    Types of page rank

    Hi….i  found  this information is new for me ,i dont know that in page rank also types will be there,so i am sharing with you all.
    In SEO page rank is not so useful as earlier it was.
    There are two types:
    • Real page rank
    • Toolbar page rank
    Real page rank
    • It is on scale 0-1
    • It is updated multiplily
    • It trigger daily
    Tool bar page rank
    • It is on scale of 0-10.
    • It is based on log scale.
    • It is updated randomly

    Saturday, 21 January 2012

    Basic variables in omniture tool


     Omniture is a tool which is used for tracking purpose,in this we use variables,
    Basic type of variables which used in custom implementation are :
    • s.Props
                   (s.Prop1,s.Prop2,........s.Prop75)
                    Custom traffic purpose this variable is used.
    • s.eVars
                   (s.eVar1,s.eVar2,........s.eVar75)
                   For conversion variables this variable is used.
    • s.events
                   (s.event1,s.event2,........s.event75)
                   For counter purpose this variable is used.

    some known but unknown knowledge


    • Three quaters of fish caught all through the world are eaten ,the rest are used to make things like glue,soap,margarine and fertilizer.
    • The word "chincherinchee" is the only known word that has one letter occuring once,two letters occuring twice and theree letters occuring thrice.
    • The femaale lion does more than 90%of hunting while the male simply prefers to rest.
    • There are more than 2,700 langusges spoken in the world.
    • The tomoto is the world's popular fruit,selling more than bananas and oranges!
    • The oldest encyclopaedia in existence was written in the 1st century by Roman scholar Pliny the Elder.His encyclopaedia, called Natural History has 37 volumes.
    • The  world's average egg consumption per capita is 230.
    • The world's first stone lighthouse was lit by only 24 candles!
    • About 800 movies are released annually in India,about twice the output of Hollywood.

    Unrecognized clashe issues in ranking of the website


    Genarally we think that we have done SEO(search engine optimization) correctly and Web analytics part correctly but also the website rank in google is not coming as much as effort done by us.Mostly all of us have a doubt in their mind for the above question.Why we are not geeting the google rank below 10?or 20?Why our website is not coming on first few pages?
                 The answer for this is there may be some clashe issues which is unrecognized by mostly all of us i.e in the Ip Address.
    Clashe issues in the Ip Address for instance
                      if Ip Address of ours is 10.10.10.100
                                               others is 10.10.10.101
    then the clash will occur.
    The ranking will not have any change because of this issue even with SEO and Web analyist.

    seo all factors of example VIT website


    It is the process of improving the visibility of a webpage in search engines.
    consider an example of VIT www.vit.ac.in 
    1.Google page rank-6/10
    2.Domain details-(whois record)
    3.server details(server status)
    4.alexa rank-43906
    5.number of pages indexed-
         google-5250
         yahoo-4920
         bing-160
    6.on page factors
    TITLE-VIT UNIVERSITY, Vellore, Tamilnadu - 632 014, India.
    Meta tags-
    a)Keywords used-
          VIT, University, VIT university, vellore, institute, technology, colleges, engineering, students, undergraduate, graduate, research, excellence, degree, degrees, departments, computer science, electrical science, school, schools, science, humanities, business, education, biotechnology, bioscience, arts, commerce.
    b)Description:
           Vellore Institute of Technology today profoundly known as VIT, comprises seven schools offering 17 undergraduate programmes and 28 post graduate programmes. It also offers research programmes leading to M.Phil and Ph.D degrees.
    7.off page factors
    •Competitors: Banaras hindu university
    •Recommendations:
               a)It needs to include more back links.
               b)They should use flash.
               c)They should include more images.
    •Backlinks:
            Google: 171
    •Competitors backlink :
            Google:  238
             

    Friday, 20 January 2012

    Too good!!! Do read it once


    When I was a kid, my Mom liked to make food for dinner and every now & then I remember she used to cook for us. One night in particular when she had made dinner after a long, hard day at work. On that evening so long ago, my Mom placed a plate of bread jam and extremely burned biscuits in front of my dad. I was waiting to see if anyone noticed the burnt biscuits !!But Dad just ate his biscuit and asked me how was my day at school. I don't remember what I told him that night, but I do remember I heard Mom apologizing to dad for burning the biscuits. And I'll never forget what he said:"Honey, I love burned biscuits."Later that night, I went to kiss Daddy good night and I asked him if he really liked his biscuits burned. He wrapped me in his arms and said,"Your momma put in a long hard day at work today and she was really tired. And besides... A burnt biscuit never hurts anyone but harsh words do!"You know, life is full of imperfect things... and imperfect people.... I'm not the best at hardly anything, and I forget birthdays and anniversaries just like everyone else. What I've learned over the years, is that learning to accept each others faults and choosing to celebrate each other's differences, is one of the most important keys to creating a healthy, growing, and lasting relationship. Life is too short to wake up with regrets... Love the people who treat you right and have compassion for the ones who don't. ENJOY LIFE NOW:)It has an expiry date..:)takecare.

    woodcutter story


    Hi friends today i read a story it was very intresting so i like to share with you all...
    Must Read for Every Man and of course Woman (to understand man) If a female is reading this article then just realize the value of a man; and if it’s a male then feel proud of after reading it!

    “One day, while a woodcutter was cutting a branch of a tree above a river, his axe fell into the river. When he cried out, the Lord appeared and asked, “Why are you crying?”

    The woodcutter replied that his axe has fallen into water, and he needed the axe to make his living.
    The Lord went down into the water and reappeared with a golden axe. “Is this your axe?” the Lord asked.
    The woodcutter replied, “No.”


    The Lord again went down and came up with a silver Axe. “Is this your axe?” the Lord asked.
    Again, the woodcutter replied, “No.”


    The Lord went down again and came up with an iron Axe. “Is this your axe?” the Lord asked. The woodcutter replied, “Yes.”

    The Lord was pleased with the man’s honesty and gave him all three axes to keep, and the woodcutter went home happy.



    Some time later the woodcutter was walking with his wife along the riverbank, and his wife fell into the river. When he cried out, the Lord again appeared and asked him, “Why are you crying?”

    “Oh Lord, my wife has fallen into the water!”

    The Lord went down into the water and came up with ANGELINA JOLIE “Is this your wife?” the Lord asked..

    “Yes,” cried the woodcutter.

    The Lord was furious. “You lied! That is an untruth!”

    The woodcutter replied, “Oh, forgive me, my Lord. It is a misunderstanding. You see, if I had said ‘no’ to ANGELINA JOLIE , You would have come up with CAMERON DIAZ. Then if I said ‘no’ to her, you would have come up with my wife . Had I then said ‘yes,’ you would have given me all three.

    Lord, I am a poor man, and am not able to take care of all three wives, so THAT’S why I said yes to ANGELINA JOLIE .”
    The moral of this story is: Whenever a man lies, it is for a good and honorable reason, and for the benefit of others.


    That’s our story, and we’re sticking to it! - “WE ARE HONEST LIARS!!!!!!”?

    Useful information while Blackout Your Site


    Sometims website owners want to take there website offline for the server maintainence,but how google take see this websites,which will hurt so how to guide this?
    Blacout:503 HTTP status code.
    Webmasters return a 503 http header for the URL's which are participating in blackout.By which crawling rate will drop and the content wont be indexed.But blackout does not cause long term problem it can be recovered fairly.
    For example if you want to block only some pages on the website or portion of the site then dont forget the robot.txt file status code is not changed to 503.And some think that if we are blocking then why cant we change the robot.txt file to Dissallow status,it is a wrong thinking dont do like this this wil cause the long term problem and crawl rate will be drooped.
    Thus, keep simple and dont change too many things,especially dont change DNS settings,robot.txt file contents.keep settings as constant.

    Article ranking factors


    • Fresh and new
    Content should be fresh and new,so that rank will be good.
    • Duplication and noveity detection.
    • Local/personal relevancy.
    • Trusted sources.
    • Submitting sitemap helps to increase rank.
    • Optimization of multimedia content
    Optimization of multimedia content means using the best images mostly jpeg is preferrable.

    seo tips


    Hi friends some of the SEO tips which will make website rank first..........
    • Use images in your webiste,while using images specify appoprate filename,title and alternate text.
    • Optimize your personal link,the link should be small and appropriate.
    • Create a google+ page for your website,mention your website URL in the google+ page.
    • Create a youtube channel for your website,download links,Add new links with URL.
    • Make affiliate links NOFOLLOW.
    Relationship page to target : NOFOLLOW
    • Use plugin: prittylink .
    • Make default link as Permanent.

    website protection


    Hi friends mostly we fell that when we are posting some content or information that is copied and used by others very easily by cut-copy-paste.so our website is not protected,for the website protection and content protection there is an ACT called DMCA(Digital Millennium Copyright Act).

    I dont know about this ACT i came to know today itself i thought it is very intresting and may be like me so many dont know about this so i am sharing this information.

    Website protection is foremost important,now a days duplication is very easy and by that mostly all are in trouble.

    Tuesday, 17 January 2012

    Referral traffic


    1.Writing BLOGS about this site and the information of the site.

    2.Write BLOGS on the main links of this site and also promiting it on social media web sites or link building sites
    like
       facebook.com,
       delicious.com,
       digg.com,
       fark.com,
       reditt.com,
       oneview.com,
       slashdot.org,
       diigo.com,
       jumptags.com,
       newsvine.com,
       a1-webmarks.com

    3.Publish an information of that site as an article in article directiories and include links.

    4.Add links to this site on wikepedia on relevant section like
    if the information based on technology it should be included in the technology community section.

    5.Including more user friendly options if they like any information they can email it to their friends,
    and give their comments and feedback,and they can give vote.

    6.Include the blog on "Add to Favourites".

    7.Publish the directiories on free directiores like
       Freewebdirectory.com,
       Rightwingeye.com etc...


    8.In cognizant.com the information,photos and videos are there and share it so referral traffic increases.

    Friday, 6 January 2012

    Competitive analysis

    competitive analysis is a part of web analytics analysis.
    To do competitive analysis we have to compare the competitive companies web sites.
    we can use the websites like google trends,compete.com,alexa.com,socialmention.com,google adplanner,hypergurl.com,google insights,xenu,vizisense.
    Through which we can know about the  unique visiors,user engagement,presence of social media networks,top keywords,top key phrases,about strength,sentiment passion and reach.
    we can get the information like world wide rank,daily visiors,daily pageviews,site search.
    we can also find the traffic 30 day and 90 day average.
    we can find the traffic geography across the different countries.
    we can find visits and distribution of visits upstream and downstream.
    we can also find annual traffic statistics like daily traffic rank trend,daily reach,daily page views,bounce rate,time on site,search visists and search traffic.
    Through the alexa.com,socialmention.com,compete.com,google trends,google adplanner,hypergurl.com we can do the analysis and we can get some general obseravations through which we can know the competive analysis.
    And by using google page rank checker we can find the google page rank .
    Through site:url we can find the search engine saturation,and link:url we can find the link popularity.

    technology turns to teachalogy

    Education  is the term which became the basic need like food shelter and clothes.
    technology is turns to teachalogy.
    Quality of the education system in india has been lagging for quite some times now in comparison to the quantity.
    Education is the groundwork based on which any country can progress and develop.
    most of the technology is used in education field like projectors,computers,mobiles,laptops etc……as technology is turned to teachalogy

    To Achieve Your Dreams, Remember Your A to Z

    Hi all just check it out….
    Avoid negetive sources.
    Believe in yourself.
    Consider things from every angle.
    Dont give up.
    Enjoy life today.
    Family and Friends are hidden tresures,enjoy with them.
    Give more than you planeed to.
    Hang on to your dreams.
    Ignore those who tries to discourage you.
    Just do it.
    Keep trying no matter how hard it.
    Love yourself first and most.
    Make it happen.
    Never lie or cheat.
    Open eyes see things as they really are.
    Practice makes perfect.
    Quitters never win, and winner never quit.
    Read ,study and learn about everything.
    Stop procrastinating.
    Take control of your own destiny.
    Understand yourself to better understand others.
    Visualize it.
    Want it more than anything.
    Xcellerate your effots.
    You are unique of all god’s creations, nothing can replace you.
    Zero in on your target and go for it.

    Wednesday, 4 January 2012

    w3analyzer technology

    Technology is increasing day by day.Just like the basic needs, technology is becoming very important in a life.
    For example the “surface computers-multi touch system.”
     W3 ANALYZER

    The ‘W3Analyser’ includes three components namely
    • web tracker,
    • hit counter , and
    • real-time detailed web statistics.

    Just by inserting a simple piece of code on a web page it will be possible to analyze and monitor all the visitors to the website in real-time.

    When someone visits the website, the small piece of code is executed and the visitor’s public details (IP address, browser, operating system, referrer, page title and URL etc) are analyzed and stored for reporting to the website owner later.

    The website owner has control on which pages he/she wants to track just by placing the code in required pages.

    java fun

    class Indian_Bachelor_female_professional
    {
                                                                        
     double styles;
     short skirts;
     long time_to_understand_problems;
     float mind;
     void knowledge();
     char non_co_operative;
    };


                                                                          
    class Married_female_Software _Professional

                                                                      
     double weight;
     short tempered;
     long gossips;
     float hopes;
     void work();
     char unstable;
    };



    class Female_Engaged_software _professional

                                                                        
     double time_on_phone;
     short attention_on_work;
     long boast;
     float on_cloud_nine;
     void understanding();
     char edgy;
    };



    class Indian_Newly_Married_software _professional

                                                                        
     double dinner_invitations;
     short time_at_work;
     long lunch_breaks;
     float talks;
     void bank_balance();
     char hen_pecked;
    };
      

                                                                      
    class Indian_husband_wife_software _professional

                                                                        
     double income;
     short temper;
     long time_no_see;
     float new_software_company;
     void love();
    }; 


                                                                      
    Class Guy_who_wrote_this
    {
    Long time_on_bench;
    Void work();

    }                             

    some English facts

    • "Stewardesses" Is the longest word typed with only the left hand .
    • And "lollipop" Is the longest word typed with your right hand.
    • No word in the English language rhymes with month, orange, silver, or purple.
    • "Dreamt" is the only English word that ends in the letters "mt".
    • Our eyes are always the same size from birth,But our nose and ears never stop growing.
    • The sentence: "The quick brown fox jumps over the lazy dog" Uses every letter of the alphabet.
    • The words 'racecar,' 'kayak' , and 'level' Are the same whether they are read left to right or right to left (palindromes).
    • There are only four words in the English language which end in "dous": tremendous, horrendous, stupendous, and hazardous
    • There are two words in the English language that have all five vowels in order: "abstemious" and "facetious."
    • TYPEWRITER is the longest word that can be made using the letters only on one row of the keyboard.
    • A cat has 32 muscles in each ear.
    • A goldfish has a memory span of three seconds.
    • A "jiffy" is an actual unit of time for 1/100th of a second.
    • A shark is the only fish that can blink with both eyes.
    • A snail can sleep for three years.
    • Almonds are a member of the peach family.
    • An ostrich's eye is bigger than its brain.
    • Babies are born without kneecaps. They don't appear until the child reaches 2 to 6 years of age.
    • February 1865 is the only month in recorded history not to have a full moon.
    • In the last 4,000 years, no new animals have been domesticated.
    • If the population of China walked past you, 8 abreast, the line would never end because of the rate of reproduction.
    • Leonardo Da Vinci invented the scissors.
    • Peanuts are one of the ingredients of dynamite!
    • Rubber bands last longer when refrigerated.
    • The average person's left hand does 56% of the typing.
    • The cruise liner, QE 2 moves only six inches for each gallon of diesel that it burns.
    • The microwave was invented after a researcher walked by a radar tube and a chocolate bar melted in his pocket.
    • The winter of 1932 was so cold that Niagara Falls froze completely solid.
    • There are more chickens than people in the world.
    • Winston Churchill was born in a ladies' room during a dance.
    • Women blink nearly twice as much as men.
    • Bonus!! All the ants in Africa weigh more than ALL the Elephants!!
    • Now you know (a little) more than you did before!!

    Tuesday, 3 January 2012

    The Great Indian Inventions


    Always order soup 1 by 2 (invented in India). That way you get more if you had ordered 1 soup with an extra bowl.   


    - When ordering sugar cane juice, first insist on no ice cubes .
    However after the first few sips, ask for the ice cubes with a straight face.
     


    - Ask for extra puri when you are just finishing your bhel or sev-puri.
    It is absolutely ok !
     


    - Ask for pani after finishing Gol-gappa. It is good for health.
     


    - Ask for free cucumber / boiled aloo after you have eaten and paid for your sandwich.
    Remember ~ after you have paid.



    - Sample all the ice cream flavours free at Natural Ice Cream and then order Sitaphal.



    - When buying peanuts or groundnuts or Chana-Chor-Garam it is ok to keep on munching freebies from the display area till the time your order is getting packed.
    It is your birthright !
     


    - At most Mughlai restaurants  you can make a small meal with the free Papad,
    peanuts, onions, pickles and chutney so you can skip the starters.



    - Always ask for free sherbet after you have super sucked your
    Kala Khatta Gola back into ice.



    - It is absolutely ok to pocket the free toothpicks, mint packets and fenugreek seeds served at restaurants - to be used later while walking down to catch the the car, rickshaw, bus, train or

    Flight.
     
    - Do not tip more than 2 % of your total bill, however excellent the services.
    Anything more than that will result in heart failure of the poor waiter.
    Also we don't want you guys to spoil him as we have to live with them after you guys leave.



    - Lastly do not forget to give 'MISSED CALL ' ( a concept invented by the Indians)





    Amazing Facts About Snow

    Did you know that each winter one septillion (1,000,000,000,000,000,000,000,000) of snow crystals drop from the sky and that it takes about a million little droplets to make one snowflake? As common as it might seem at first glance, snow is actually a very complex type of precipitation. If you are wondering which is the world’s largest snowflake or what is the record for the greatest snowfall in the United States, you have landed on right page. Here are my Top 10 fascinating facts about snow:
                                                            10. Funny Snow Terminology