• Home
  • Easy Surf
  • Bug Me
Blue Orange Green Pink Purple

Featured-content

Is Bada the new best rival to iOS and Android? ...

Or just another piece of never-ending headache and torture for the customers! Decide yourself with a video

Read More

New Year's Greetings from Google

Why Bada is bad ?

‘The customer is always right’   
This fair policy of business doesn’t seem to make any sense to the modern day MNCs.  
 All they seem to be interested in is making big bucks which are not wrong by any means, but the fact is that most of the products being sold are a complete rip-off.                                                                                                                               


Even Calvin and Brian agree



  One of key examples that i would like give is based on my experience as well as several others.

'Samsung Bada' is the new word on the web and media which is creating ripples with its own series of ‘Wave - future beyond smart phones'  actually its rather terrible waves .
Why I say this is, are not purely my critiques, but also the opinions of the many agitated bada customers.
 To start off when you walk into a store to  buy yourself a new cell phone I  am  sure that based  on   statistics 80%   of   gullible   customers   are   lured   into  considering   Samsung   phones  due to   its   eye   candy   looks, range   of   hyped   features   and   most   important   of   all   low   price   tag.   {Myself being one}
       
I   don’t about   how  the  situation is in countries  of  other   continents   but this is the scenario in  most Asia Pacific countries like India where  MNCs sell their low end products with lack of   support and later based on the sales , improvise and finally sell their top notch products to European   and   North American   countries.
 When I asked a techaholic about the buzz created by the Samsung’s own platform for mobiles, the bada OS, this is what he had to say:


      "               
             The  future  beyond   smart phones   project  was   a   lucrative   attempt   by  Samsung   to   capture   the   mobile   market and test their own self-developed OS   which   is  not   wrong   but   the   introduction   of   lower   end   models particularly  to  countries of large middle class population just for their dummy testing  along   with   inadequate   support   services   just   to  build   upon   their   higher   range   of   phones   is   definitely  unethical.
                                                                                                                          " 

Once   you   buy   a   bada   phone   you   might   like   feel   a   proud   customer   of   a   feature   loaded   phone but   it’s   only a matter of time before you realize its lack of apps as well as lack of compatibility   with   almost    anything!

                          And what about those Samsung apps, you   don’t   get   one   decent   app   if   you   have   the   wave   1   models   like   s5253,   s533,   s575   if   you   do   get   it   will   cost   more   than   Rs.300,   not   to be   offensive   but   90%   of   the   people   download   apps   to   their   phone   for   free   but   on   bada   its     virtually   impossible   to get   even   one   paid   app   for   free   as   its   almost   impossible   to   crack   it.   Whereas   if   you   would   have   bought   a   Nokia   phone,   and   even  if   it   was   cheaper   you    would   definitely   find   thousands   of   apps   for   free   on   the   Ovi   store  and   even   get   the   paid   apps   for   free   just   by   running   a   Google   search   for   it.
I mean what is Samsung trying to prove, that they are sovereign defenders of illegal downloading
80% of the population downloads something or the other illegally. They have developed a mechanism by which customers are forced to pay for good apps, thanks to Kies.
I mean why be so greedy?!
So the next time you are hanging out with you geeky friends showing off your smart phones and their apps, how would you feel when you see some android phone owners  relishing in happiness with amazing and FREE android apps , while you are stuck with the worst kind BADA OS with useless apps.
                        



Looking at the eye candy Football game picture above you would feel amazed and get lured into buying it, thinking that such amazing games are available even for Wave 525, which makes it close to an itouch Fifa 11 game.
But believe me guys no such game exists for the 525 or other cheap versions
I mean its OK that phone cannot support such high-end games but why add photoshop editing to it and lie to gullible customers about its not so amazing .................

Read More 0 comments | Posted by Hemanth at Monday, August 22, 2011 | edit post

#2 Amazing CSS effect: Add a Polaroid effect to your snaps with a twist

Since this is my third blogger tutorial, I would like to know whether my previous tutorials have helped you in any way at all, if it has then it is my pleasure.Please dont be shy to send me queries,or ask some info or help you with any problem.

Now to get back to the Polaroid effect, as you know there are already many tutorials on Polaroid boxes, but i will also show you how to add an animated caption.



  • Well to start off, go to the Edit HTML page and add the following CSS code before ]]></b:skin> section the document.
 td.pol{
background-color: #F2F5ED;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
padding: 20px 20px 25px 20px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-webkit-transform: rotate(-6deg);
-moz-transform: rotate(-6deg);
border-radius: 1px 3px 2px 4px;
border: 1px solid whiteSmoke;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}


td.pol{
border-radius: 2px 3px 2px 4px;
border: 1px solid whiteSmoke;
background-color: #F2F5ED;
padding: 20px 20px 25px 20px;
text-align: center;
box-shadow: 0px 0px 10px rgba(0,0,0,.25);
-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.25);
   transition:all .3s ease-out;
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -webkit-transform:rotate(-6deg);
    -moz-transform:rotate(-6deg);
   }


td.pol:hover{
    box-shadow:0px 0px 15px rgba(2, 2,2,.5);
    -webkit-shadow:0px 0px 15px rgba(2,2,2,.5);
    -webkit-transform:rotate(-2deg);
    -moz-transform:rotate(-2deg);
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
}
p.cap1
{
font-family: 'Special Elite', arial, serif;
color: silver;
font-size: 12px;
-webkit-transition: all .3s;
-moz-transition:all .3s;
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.5);
-webkit-transform: rotate(90deg);
bottom: 20px;
position: absolute;
left: -20px;}


.ff p:hover{color:black;
font-weight:normal;
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.2)}


p.cap2{
z-index:3;
color: silver;
font-size: 18px;
-webkit-transition: all .3s;
-moz-transition:all .3s;
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.5);
font-family: 'The Girl Next Door', arial, serif;
vertical-align: text-bottom;}


Also you will need the font so add the following piece of code after head tag.


<link href='http://fonts.googleapis.com/css?family=Special+Elite&amp;subset=latin' rel='stylesheet' type='text/css'/>                                                                      <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door&amp;subset=latin' rel='stylesheet' type='text/css'/>  

  •  Now that the coding part is done, its time to for a demo.


      To use your CSS Polaroid effect simply  add the attribute
      class='pol'  to the <td> tag inside a table.
      The advantage of this is that you can add the Polaroid effect to  
       a  photo of any size without the hassle of awkwardly sized 
       images due to preset sizes.
     
     
      For the two captions use the selector for the Date as
     class='cap1' 
     and for the text caption as
     class='cap2'


See the Example below:

<table>       <td class='pol'>

 <img src='http://ih1.redbubble.net/work.4976985.1.flat,550x550,075,f.old-analog-nostalgia.jpg'/>

<p class='cap1'>20/04/89</p> <p class='cap2'>The backyard mobike pic </p>

</td>        </table>




20/04/89

The backyard mobike pic 


So pretty neat right, feel free to use it and ask me if you have any problems.







Read More 0 comments | Posted by Hemanth at Friday, May 06, 2011 | edit post

Amazing CSS effect : Make Link Buttons that GLOW





Please use Chrome or Safari to be mystified by the animation.Firefox doesn't work.



Once again a very happy day to all of you.This will be my second tutorial on HTML under the tech label.
With CSS becoming very popular due its innovative eye candies, javascripts are slightly fading away.

Alright in this tutorial i will be elaborating on how to make your links appear as attractive buttons with a glow effect, this way you can popularize your site or blog.

Actually the credits for creating this piece of usefulness goes to Zurb who call it radioactive buttons, but honestly whatever codes they had given, never actually worked, I just could not figure it out.You will lose your head, if you are amateur CSS dummy like me.
So after many painstaking hit and trail attempts, I managed to succeed and here is what you have to do.



Since I have performed this on the blogger platform, i will explain it on its basis, but its pretty similar for other platforms too.


First....



1.First thing you need to do is go to CSS section of your webpage   which is before the </head> tag and paste the following code.



.green.button {
background-color: #91BD09;
}

@-webkit-keyframes greenPulse {
from { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; }
50% { background-color: #91bd09; -webkit-box-shadow:: 0 0 18px #91bd09; }
to { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; }
}
a.green.button {
-webkit-animation-name: greenPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}


.red.button {
background-color: #E33100;
}

@-webkit-keyframes redPulse {
          from { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
          50% { background-color: #e33100; -webkit-box-shadow: 0 0 18px #e33100; }
          to { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
        }
a.red.button {
-webkit-animation-name: redPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}

.blue.button {
background-color: #2DAEBF;
}
 @-webkit-keyframes bluePulse {
          from { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
          50% { background-color: #2daebf; -webkit-box-shadow: 0 0 18px #2daebf; }
          to { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
        }

a.blue.button {
-webkit-animation-name: bluePulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
} 

.orange.button {
background-color: #FF5C00;
}
 @-webkit-keyframes orangePulse {
          from { background-color: #d45500; -webkit-box-shadow: 0 0 9px #333; }
          50% { background-color: #ff5c00; -webkit-box-shadow: 0 0 18px #ff5c00; }
          to { background-color: #d45500; -webkit-box-shadow: 0 0 9px #333; }
        }
 a.orange.button {
-webkit-animation-name: orangePulse;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
}

.magenta.button {
background-color: #A9014B;
}
@-webkit-keyframes magentaPulse {
          from { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
          50% { background-color: #a9014b; -webkit-box-shadow: 0 0 18px #a9014b; }
          to { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
        }

a.magenta.button {
-webkit-animation-name: magentaPulse;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
}
      
     By doing this we are assigning the animation and color
    We can also vary the duration of animation by 
    changing the numeral in
  
       -webkit-animation-duration : 

2.  Next for giving shape to your buttons paste the following code  
     below the above one.
   
.button {
background: #222
display: inline-block;
padding: 5px 15px 6px;
color: white !important;
font-size: 13px;
font-weight: bold;
line-height: 1;
text-decoration: none;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
position: relative;
cursor: pointer;
overflow: visible;
width: auto;
}
.large.button {
font-size: 14px;
padding: 8px 19px 9px;
}
 3. Finally save it.
    And whenever you would like to use this exhilarating CSS effect add
    class = "large green button" as an attribute of the anchor tag <a> .
    to change colors use "large blue button" or "large magenta button" or "large orange button"
    Like below.


        
 <a class="large blue button" href="www.decryptlife.blogspot.com">Blog 4 Fun is awesome</a>


        This will give a button like this
    
 Blog 4 Fun is awesome
    
    
Similarly for a red button
        
 <a class="large red button" href="www.decryptlife.blogspot.com">Blog 4 Fun is awesome </a>

          This attribute will give you a button like this
    
 Blog 4 Fun is awesome

 So I hope you have understood this tutorial given to you by a dummy.
 Hope it helps you in enhancing your websites's looks.
 Fiddle around with it and you ought to understand it.

For more colors you have to add another 3 paragraphs of CSS with a different hexadecimal color code.

If you have any questions or abuses at all please don't hesitate to use the comment box.
So Like, Comment, Share or Subscribe.
Read More 1 Comment | Posted by Hemanth at Wednesday, April 06, 2011 | edit post

Indo-Pak World Cup 2011 semifinal: Tension Both on-field as well as off-field


Note: India has clinched the Cricket
World Cup 
after a break of 28 long years.
'Cricket is a gentleman's game' having said that its quite important to retain the fair spirit of cricket between the players.But now it seems that the fans are taking the match to their heads and Indo-Pak rivalry seems to be exploding ahead of the Indo-Pak match which is to be held at Mohali on March 30.

I am not saying this to start off a dispute between communities for my gains but to voice my opinions and also to show you a proof of the enmity.

It was just yesterday when i was youtubing to find the world cup anthem that my eyes struck upon the comments bar. People are already lashing out at their opposite countries
Don't believe me check it out below

Click to enlarge ( if you know hindi )
Along with these abuses the match at Mohali is going to be one hell of a show. Fans are protesting for more tickets and the police are charging at them and black marketing and betting is rampant, yes its all happening here in India 


So to all my brothers and sisters, enjoy the game and don't get too emotional and go about ripping one another's arms, cause its a game involving two countries and not a battle between two communities.
We are all divided by social barriers but we are still humans with the ability to understand and  decide.


Also one more point to be noted is that people are performing all types of rites and religious practices with the hope that their country triumphs but really its up to the players who are going to   going to give their best, we can just sit and cheer for them, build confidence to win.
All these ceremonial hyperbole is just another way to prove our lack of civil sense.
Read More 0 comments | Posted by Hemanth at Tuesday, March 29, 2011 | edit post
Older Posts

Popular Posts

  • The Most Naive pet in the world!
    If there is one thing  about cats its that they are one of the most unpredictable creatures.You don't know when they are happy or angry ...
  • My first Post
    Hello to everyone so i would like to begin with my first post. And this is going be about an extract from The Secret     If you look at what...
  • Amazing CSS effect : Make Link Buttons that GLOW
    Please use Chrome or Safari to be mystified by the animation.Firefox doesn't work. Once again a very happy day to all of you.This...

in Touch : Leave Your Comments on My Blog

HTML Comment Box is loading comments...

Popular Feeds

Blog 4 Fun
Join me on Facebook Follow me on Twitter Subscribe to RSS

Artist iLIKE.Let the music play.

One Republic - Good Life

Music Bar

Blog 4 Fun

Everything is energy

About

A Blog created by accident but will be kept alive for you.
This blog here is dedicated to expanding your knowledge on everything we see,feel,hear and speak about.
Read your greed on topics like

Web 2.0

Tech

Life as it seems

Music

Latest buzz and happenings

Your presence at the blog is highly valued and is our most prized possesion.
-Thank You

Please use Chrome for a proper compaitability

Like
My Great Web page
Share My Blog
Let me Simplify
  • What's happenin? (9)
  • Life (8)
  • What the Tech? (6)
  • Fotography (3)
  • Fun-attainment (2)
  • Fusic (1)
Blog Archive
  • ▼  2011 (11)
    • ▼  August (1)
      • Why Bada is bad ?
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (3)
    • ►  January (4)
  • ►  2010 (11)
    • ►  December (4)
    • ►  November (3)
    • ►  October (1)
    • ►  September (3)
Free counters!

Best Of The Best (remix) Edited | Online Karaoke
  • Search My Blog






  • Hemanth
    About The Author

    I am your non average 10th grader boy and this Blog here is dedicated to posting on topics of what will interest you.I am not a great programmer or html coder or a great word weaver but i will do my bit in connecting with you.
    • Home
    • Posts RSS
    • Comments RSS
    • Easy Surf

    © Copyright Blog 4 FUN. All rights reserved.
    Designed by FTL Wordpress Themes | Bloggerized by FalconHive.com | Blogger Templates
    brought to you by Smashing Magazine

    Back to Top