Welcome To My

Welcome To My
Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

Know What Is Unordered List And What It’s Use While Making HTML Table.


                          <UL> UNORDERED LIST                     

An unordered list is used when the items are not to be displayed in any particular sequence. The default bullet type for most web browsers is disc (small filled black circles), before the list of items. The list begins and ends with <UL> and </UL> tags respectively.

<LI> LIST ITEM


We can display the listed items in an Ordered and Unordered list by using the <LI> tag. The <LI> tag is an empty element that does not require a closing tag. For example:

  • To make an Unordered list, type <UL> before the list.
  • Write the <LI> (List items) tag before every individual item.
  • At the end of the entire list, type </UL>




Let’s look at the given HTML code

<HTML>
<HEAD>
<TITLE>INSERTING LIST</TITLE>
</HEAD>
<BODY BGCOLOR=”Green” LEFTMARGIN= 100, TOPMARGIN=25
<B><Font Size=”6” Color=”Yellow”> 5 Ds For Success
</Font></B>
<Font Size=”6” Color= White><UL>      
<LI>Dedication
<LI>Devotion
<LI>Discipline                                                    
<LI>Discrimination
<LI>Determination
</UL></Font>                                                           
</BODY>
</HTML>


Full Details Of MICROMAX A115 CANVAS 3D



VERDICT: The Canvas 3D tries to be many things at once and fails in most.
FOR: Matt finish rear cover; decent battery life.
AGAINST: 3D effect is not very good; feels bulky and heavy; display in not IPS; expensiveRs 9,999

The Canvas 3D looks and feels ginormous, but not in a good way. The handset reminds us of the Canvas 2 A110, which had shoddy aesthetics, and the A115 feels similar. The handset is quite thick at 11mm and is quite heavy at 188g. The only positive remark about the design is the matte-finished back and the new chrome logo, which looks a lot more presentable compared to their older handsets. At the front, we have a 5-inch TFT display with Naked Eye 3D technology. Basically, it functions using the parallax barrier method to create an effect of depth without the need for special glasses. The problem is that neither the display nor the viewing angles are clear for both 2D and 3D viewing.
    The Canvas 3D is powered by a MediaTek MT6577 SoC, the same chipset used in the Canvas 2 A110. The CPU runs at 1GHz and is accompanied by 512MB of RAM, which is quite low and may not be enough to run new 3D games. Micromax has a special gallery app called 3D Space that lets you access photos, games, You Tube and videos in 3D. The gallery is heavily ‘inspired’ by LG’s implementation on the Optimus 3D. Native 3D content looks good but the sweet-spot for viewing it properly without ruining your eyesight is very limited, so two people cannot comfortably watch a 3D video together. The screen also darkens a bit when the parallax barrier kicks in to create the 3D effect.

   The Canvas 3D A115 tries to be Jack-of-all trades but ends up being a master of none. Everything about this handset feels half-baked and unpolished, and for an asking price of Rs 9,999, it is very expensive. Even if the price dips further, we wouldn’t recommend you buy the Micromax Canvas 3D A115. 


How you can add animated featured post slider widget in your blog.



Today, I am going to show a widget which can help a blogger users, actually, it is an animated post slider widget which appear in your screen in slide. It automatically shows the recently added post. It is very attractive widget and help you to get high traffic in our blog. I know that you are becoming excited to add it. So, I am going to show you some easy steps to add it in your blog. 


  • Login to your Blogger account and open your Dashboard.
  • Then open the Layout > Add gadgets > HTML/Javascript.
  • Then, paste the below code in the body.

<link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/2vjlzwj74ndavlm/NBT_Animated_Recent_Slider.css" />
<div id="NBTfeaturedpostside"></div><a href="http://www.newbloggertips.com"></a>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="https://dl.dropboxusercontent.com/s/ws9ldvtsjerwg19/NBT_Animated_Recent_Slider.js?"></script>
<script type='text/javascript'>
FeaturedPostSide({
blogURL:"mybloggerstorey.blogspot.in",
MaxPost:8,
idcontaint:"#NBTfeaturedpostside",
ImageSize:300,
interval:6000,
autoplay:true,
tagName:false
});
</script>


NOTE-

Replace mybloggerstorey.blogspot.in with your blog URL.
Change the time interval by replacing 6000.




Know more about Blog, vlog and moblog.



A blog is a web page made up of usually short, frequently updated posts that are arranged chronologically- like a what’s new page or a journal. The content and purposes of blogs varies greatly- from links and commentary about other web sites, to news about a company/person/idea, to diaries, photos, poetry, mini-essays, project updates, even fiction.

   Blog posts are like instant messages to the web. Many blogs are personal, “what’s on may mind” type musings. Others are collaborative efforts based on the specific topic or area of mutual interest. Some blogs are for play. Some are for work, Some are bloth.
    Types of blogs

A blog can be defined by its incorporation of media: a blog comprising videos is called a vlog, one comprising links is called a linklog, or one comprising photos is called a photoblog. Blogs can also be defined by which type fo device is used to compose it. A blog written by a mobile device like a mobile phone or PDA is calling a moblog.
          A blog can also be defined by its genre. For example, if a blog is mainly about politics, it can be called a political blog. A blog about travel could be called a travel blog.


   A blog can also be defined by the legal entity of its publishers. A blog can be private, as in most cases, or it can be for business purposes. Blogs, either used internally to enhance the communication and culture in a corporation or externally for marketing, branding or PR purposes are called corporate blogs.


Google launches balloons to bring Internet to remote regions



Google launches balloons to bring Internet to remote regions



Google is launching Internet-beaming balloons into near space as part of an ambitious project to provide faster Internet to the world. Project Loon, which was so far kept under wraps, was announced in New Zealand last month, and 50 volunteer households have already been connected. The homes are enjoying 3G-like speeds thanks to the helium balloons that sail about 20 km above Earth. At the moment, the balloon project is still in the experimental stage, but the search giant has a lofty plan of launching thousands of them to bring the Internet to the most remote parts of the world. The technology is seen as an alternative to installing expensive fibre-optics cable in developing countries.


How to protect your Blog from copy paste.




How to protect your Blog from copy paste

It really make us hurt when we our blog post are copied by someone. You already know that there is a rule that every users write their own thoughts which are not copyright. I you enter a good post and someone copy it from your blog then your blog didn’t get more traffic. Therefore, I am going to show you that how you protect your post form copypaste or how you disable copy paste form your blog.

Now follow these steps to protect your blog from copy and paste :

  1. Open your blogger dashboard.
  2. Then go to Template > Edit html.
  3. Then when the page will appear Find (Ctrl+F) the <head> tag.
  4. Then just below the <head> tag paste the below code.


      <!--Disable Copy And Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>


How to add Pausing up-down Scroller in blogger's blog,CSS codes

This scroller is made like this that it pauses between each message.The looking of the scroller is designed by CSS code,including the dimensions.

For add Scroller in blogspot then follow these two steps.

  1. Insert this below code in the <head> portion of the page.
<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

</style>

<script type="text/javascript">

/*Example message arrays for the two demo scrollers*/

var pausecontent=new Array()
pausecontent[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'
pausecontent[1]='<a href="http://www.codingforums.com">Coding Forums</a><br />Web coding and development forums.'
pausecontent[2]='<a href="http://www.cssdrive.com" target="_new">CSS Drive</a><br />Categorized CSS gallery and examples.'

var pausecontent2=new Array()
pausecontent2[0]='<a href="http://www.news.com">News.com: Technology and business reports</a>'
pausecontent2[1]='<a href="http://www.cnn.com">CNN: Headline and breaking news 24/7</a>'
pausecontent2[2]='<a href="http://news.bbc.co.uk">BBC News: UK and international news</a>'

</script>

<script type="text/javascript">

/***********************************************
* Pausing up-down scroller- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

function pausescroller(content, divId, divClass, delay){
this.content=content //message array content
this.tickerid=divId //ID of ticker div to display information
this.delay=delay //Delay between msg change, in miliseconds.
this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is)
this.hiddendivpointer=1 //index of message array for hidden div
document.write('<div id="'+divId+'" class="'+divClass+'" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="'+divId+'1">'+content[0]+'</div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="'+divId+'2">'+content[1]+'</div></div>')
var scrollerinstance=this
if (window.addEventListener) //run onload in DOM2 browsers
window.addEventListener("load", function(){scrollerinstance.initialize()}, false)
else if (window.attachEvent) //run onload in IE5.5+
window.attachEvent("onload", function(){scrollerinstance.initialize()})
else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec
setTimeout(function(){scrollerinstance.initialize()}, 500)
}

// -------------------------------------------------------------------
// initialize()- Initialize scroller method.
// -Get div objects, set initial positions, start up down animation
// -------------------------------------------------------------------

pausescroller.prototype.initialize=function(){
this.tickerdiv=document.getElementById(this.tickerid)
this.visiblediv=document.getElementById(this.tickerid+"1")
this.hiddendiv=document.getElementById(this.tickerid+"2")
this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv))
//set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2)
this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px"
this.getinline(this.visiblediv, this.hiddendiv)
this.hiddendiv.style.visibility="visible"
var scrollerinstance=this
document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1}
document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0}
if (window.attachEvent) //Clean up loose references in IE
window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null})
setTimeout(function(){scrollerinstance.animateup()}, this.delay)
}


// -------------------------------------------------------------------
// animateup()- Move the two inner divs of the scroller up and in sync
// -------------------------------------------------------------------

pausescroller.prototype.animateup=function(){
var scrollerinstance=this
if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){
this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px"
this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px"
setTimeout(function(){scrollerinstance.animateup()}, 50)
}
else{
this.getinline(this.hiddendiv, this.visiblediv)
this.swapdivs()
setTimeout(function(){scrollerinstance.setmessage()}, this.delay)
}
}

// -------------------------------------------------------------------
// swapdivs()- Swap between which is the visible and which is the hidden div
// -------------------------------------------------------------------

pausescroller.prototype.swapdivs=function(){
var tempcontainer=this.visiblediv
this.visiblediv=this.hiddendiv
this.hiddendiv=tempcontainer
}

pausescroller.prototype.getinline=function(div1, div2){
div1.style.top=this.visibledivtop+"px"
div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px"
}

// -------------------------------------------------------------------
// setmessage()- Populate the hidden div with the next message before it's visible
// -------------------------------------------------------------------

pausescroller.prototype.setmessage=function(){
var scrollerinstance=this
if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it)
setTimeout(function(){scrollerinstance.setmessage()}, 100)
else{
var i=this.hiddendivpointer
var ceiling=this.content.length
this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1
this.hiddendiv.innerHTML=this.content[this.hiddendivpointer]
this.animateup()
}
}

pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any
if (tickerobj.currentStyle)
return tickerobj.currentStyle["paddingTop"]
else if (window.getComputedStyle) //if DOM2
return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top")
else
return 0
}

</script>
     2.    Then,inside insde the BODY section of your page,simply paste it.

<script type="text/javascript">

//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds)

new pausescroller(pausecontent, "pscroller1", "someclass", 3000)
document.write("<br />")
new pausescroller(pausecontent2, "pscroller2", "someclass", 2000)

</script>




How to add Shareaholic Sassy Bookmarks on blogspot

Shareaholic is famous for its Social Bookmarking widgets.Sassy Bookmarks is another cool Gadgets by Shareaholic.It floats bottom left corner of your blogspot page.So If you have to make your blog more beautiful then you do it.

To add Sassy Bookmarks to the blogger. So lets follow the steps.
  • First,open the Dashboard.
  • Then open the Template>Edit html.
  • Then find(Ctrl+F) this code </body>
     
      Then add this code just above/before the </body> 
<!-- Start Shareaholic Sassy Bookmarks HTML (wikitechnol.blogspot.com)-->
<div class="shr_ss shr_publisher">

</div>
<!-- End Shareaholic Sassy Bookmarks HTML (wikitechnol.blogspot.com) -->
<!-- Start Shareaholic Sassy Bookmarks settings -->
<script type="text/javascript">
var SHRSS_Settings = {"shr_ss":{"src":"//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark","link":"","service":"5,7,2,313,38,201,88,74","apikey":"b87f5899d80a5edce8b5e55f58542ef0f","localize":true,"shortener":"bitly","shortener_key":"","designer_toolTips":true,"tip_bg_color":"black","tip_text_color":"white","viewport":true,"twitter_template":"${title} - ${short_link} via @Shareaholic"}};
</script>
<!-- End Shareaholic Sassy Bookmarks settings -->
<!-- Start Shareaholic Sassy Bookmarks script -->
<script type="text/javascript">
(function() {
var sb = document.createElement("script"); sb.type = "text/javascript";sb.async = true;
sb.src = ("https:" == document.location.protocol ? "https://dtym7iokkjlif.cloudfront.net" : "http://cdn.shareaholic.com") + "/media/js/jquery.shareaholic-publishers-ss.min.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(sb, s);
})();
</script>


<!-- End Shareaholic Sassy Bookmarks script (wikitechnol.blogspot.com) -->

  • Then save the template and enjoy.


How to add Follow on Pinterest button on blogspot

Pinterest is like a pinboard-style photo-sharing websites which allows users to create and manage theme-based pictures collections such as events,interests,and hobbies.Users can browse other pinboards for images.

For add 'follow me on Pinterst' follow these steps.
  • First,open the site www.blogger.com.
  • Then on the Dashboard open Layout>Add gadgets>Add html.
  • Now copy(Ctrl+C) this code.
<a href="http://pinterest.com/akashatfbk13/"><img src="http://passets-cdn.pinterest.com/images/follow-on-pinterest-button.png" width="156" height="26" alt="Follow Me on Pinterest" /></a>
  • And paste it on body of the page.
NOTE:Remove akashatfbk13 with your Pinterest username.


How to add Follow me on Pinterest on your Blogspot

For this,you must have your Pinterest account,it is connected to facebook .Now  follow the steps.

  • Open the site www.blogger.com
  • At the Dashboard Click Layout>Add gadgets>Add html.

Now Copy(Ctrl+C)this code and just paste in this box.
If you want to give title so give otherwise no.Now,the code is this:

<a href="http://pinterest.com/akashatfbk13/"><img src="http://passets-cdn.pinterest.com/images/follow-on-pinterest-button.png" width="156" height="26" alt="Follow Me on Pinterest" /></a>

Now replace "akashatfbk13" with your Pinterest username.


Special IT Inventors of electronics processing programs.


  • Logo was introduced by Professor Seymour Papert.
  • James T.Russell invented digital Compact Disk(CD) in 1965.However,the compact disk came into popularity when it was mass manufactured by Philips in 1980.
  • In 1938,Chester Carlson invented a drying printing process called a Xerox,the foundation technology for Laser printers.
  • Bob Noyce and Gordon Moore are the founders of Intel.
  • Hewlett-Packard, a well known printer company was started by Mr.William Hewlett and Mr.David Packard in Mr.William Hewlett's garage with a capital investment of $538.
  • Sir Christopher Latham Sholes is regarded as inventor of keyboard layout.
  • Jerry Yang and David Filo are the founders of www.yahoo.com.
  • Lady Ada Lovelace is regarded as the first computer programmer.
  • Dr.Martin Cooper,a former general manager at Motorola,is the inventor of the first portable handset(Mobile Phone).


Electronic arts finally announces Mirror's Edge 2

EA has finally announced the long-awaited sequel to its cut-classic first-version parkour game-Mirror
Edges 2.Alongside the announcement, EA has also released a trailer that the company claims is rendered with the in-game engine.
      The trailer doesn't show much in the way of game-play,but it does give us a glimpse of the graphics.The games seems to follow the same minimallistic aesthetics as the original,with most of the environments coated in bright colours.The trailer also shows the combat,which seems to have been improved since the original.
       Fans nearly jumped out of their skins when EA unveiled the trailer,since the first game was originally released five years ago-back in 2008-and it looked like EA had abandoned the franchise.Mirror's Edge made waves when it launched owing to its unique,first-person Parkour-based gameplay.Whle it did not make much of an impact commercially,many fans have been praying for a sequel to the game. 


Useful Abbreviations

We know that there are lots of Abbreviations in the computer history.So let us know it.
  1. VDT                  Visual Display Terminal
  2. DWP                 Daisy Wheel Printer
  3. DMP                 Dot Matrix Printer
  4. CPS                  Character Per Second
  5. DPI                   Dots Per Inch
  6. PPM                 Pages Per Minute
  7. LPM                 Lines Per Minute
  8. UNIVAC          Universal Automatic Computer
  9. EDSAC             Electronic Delay Storage Automatic Computer
  10. EDVAC            Electronic Discrete Variable And Computer
  11. ENIAC              Electronic Numerical Integrator and Calculator
  12. CAL                  Computer Aided Learning
  13. CAD                  Computer Aided Designing
  14. EPROM             Erasable Programmable Read Only Memory
  15. PROM               Programmable Read Only Memory
  16. AI                      Artificial Intelligence
  17. AT&T                American Telephone & Technology
  18. COBOL             Common Business Oriented Language
  19. E-MAIL             Electronic Mail
  20. FAT                   File Allocation Table
  21. URL                   Uniform Resource Locator
  22. ASCII                American Standard Code for information Intercharge
  23. VSLI                  Very Large Scale Integration
  24. BASIC               Beginners All Purpose Symbolic Instruction Code
  25. AC                     Alternate Current
  26. DC                     Direct Current
  27. INTERNET        International Network
  28. ARPANET         Advanced Research Project Agency Network
  29. ISOC                 Internet Society
  30. UPS                   Uninterrupted Power Supply
  31. AVR                  Automatic Voltage Regulator
  32. CVT                   Constant Voltage Transformer
  33. FORTRAN        Formula Translation
  34. CASE                 Computer Aided Software Engineering
  35. POST                 Power On Self Test
  36. KIPS                  Knowledge Information Processing System
  37. CPM                  Control Program for Microprocessor
  38. MIPS                  Millions Instructions Per Second
  39. LCD                   Liquid Crystal Display
  40. HTTP                  Hyper Text Transfer Protocol
  41. HTML                Hyper Text Markup Language
  42. WWW                World Wide Web
  43. GUI                    Graphical User Interface
  44. WORM              Write Once Read Many
  45. CMOS                Complimentary Metal Oxide Semiconductor
  46. DRAM                Dynamic Random Access Memory
  47. SRAM                 Static Random Access Memory
  48. SQL                    Structured Query Language
  49. 4GL                     Fourth Generation Language
  50. ISO                     International Standard Organization
  51. INTEL                 Integrated Electronics
  52. OA                      Office Automation
  53. RPS                     Revolutions Per Second
  54. PIXEL                 Picture Element
  55. SCSI                   Small Computer Scale Interface
  56. DOT                    Department of Telecommunication
  57. DOE                    Department of Electronics
  58. MTNL                 Mahanagar Telephone Nigam Limited
  59. BSNL                  Bharat Sanchar Nigam Limited
  60. C-DAC               Centre of Development of Advanced Computing
  61. IIS                       Indian Institute of Science
  62. DMA                   Direct Memory Access
  63. MDA                   Monochrome Display Adapter
  64. BIOS                   Basic Input Output System
  65. IT                         Information Technology 
  66. BMP                    Bitmap
  67. BMP


How to add Facebook "like" button to your blog or blogspot

To have a like button,you must have your Facebook page first.
  1. First,follow the link https://developers.facebook.com/docs/reference/plugins/like/
  2. Fill the required information and click on Get code.
Now follow the steps:

  • Get the like button.


  • When you fill the required information then click on generate code button.then a box will appear on your screen.look like this.
  • Then you copy the first code and simply paste in on the <body> section of your page.
  • Then copy the second code for plugin the page will appear.


How to add a form on a blogspot

To add a form on the blogspot,follow the steps:
  • First open the site www.google.com.Then at the top there is a "Drive" option.click on it.
  • When the page will open,at the top,there is a Create  option,open it,Then there are many document to make,Then see that there is a 'form' option.click on it.

  • Then there is a lot of forms to choose,chose the form which you liked.Then a page will display filled the required box and click on'Send form' button.

  • After clicking it a box will appear on the screen look like this:

  • Then click on the Embed after the link to share now you will get a code,paste that in your blog.





How to add a CSS code on blogger website

The following are the ways to add CSS code :



  • Open the site www.blogger.com



  • After sign in,click on the layout option on the Dashboard.





  • Click on the Template Designer on the top of layout page.




Suppose,this is a CSS codes of CSS 3D filps.Now copy(ctrl+c) tis code.
  • <style>


  • div.flip{
  • position:relative;
  • width: 300px; /* Set default width of flip */
  • height: 250px; /* Set default height */
  • -webkit-perspective: 600px; /* larger the value, the less pronounced the 3D effect */
  • -moz-perspective: 600px;
  • -o-perspective: 600px;
  • perspective: 600px;
  • }


  • div.flip div.rotate{
  • width: 100%;
  • height: 100%;
  • -moz-transform-style: preserve-3d; /* Specify all child elements inside this DIV maintain the same perspective */
  • -webkit-transform-style: preserve-3d;
  • -o-transform-style: preserve-3d;
  • transform-style: preserve-3d;
  • -moz-transition: all 0.6s ease-in-out 0.3s; /* final 0.3s specifies delay before effect kicks in */
  • -webkit-transition: all 0.6s ease-in-out 0.3s;
  • -o-transition: all 0.6s ease-in-out 0.3s;
  • transition: all 0.6s ease-in-out 0.3s;
  • }

  • div.flip div.rotate > *{ /* Target all children elements */
  • position:absolute;
  • width: 100%;
  • height: 100%;
  • -moz-backface-visibility: hidden;
  • -webkit-backface-visibility: hidden;
  • -o-backface-visibility: hidden;
  • backface-visibility: hidden;
  • }

  • div.flip div.rotate > div{ /* Target all child DIVs */
  • -webkit-box-sizing: border-box; /* Specify that any border/ paddings do not add to the DIV's total width */
  • -moz-box-sizing: border-box;
  • box-sizing: border-box;
  • padding: 8px;
  • background: #eee;
  • }

  • div.rotate.x *:nth-child(2){ /* X Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the X axis */
  • -moz-transform: rotateX(180deg);
  • -webkit-transform: rotateX(180deg);
  • -o-transform: rotateX(180deg);
  • transform: rotateX(180deg);
  • }


  • div.flip:hover > div.rotate.x{ /* X Axis rotate specific CSS. Rotate div.rotate.x when mouse rolls over container */
  • -moz-transform: rotateX(180deg);
  • -webkit-transform: rotateX(180deg);
  • -o-transform: rotateX(180deg);
  • transform: rotateX(180deg);
  • }


  • div.rotate.y *:nth-child(2){ /* Y Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the Y axis so it mirrors the first */
  • -moz-transform: rotateY(180deg);
  • -webkit-transform: rotateY(180deg);
  • -o-transform: rotateY(180deg);
  • transform: rotateY(180deg);
  • }


  • div.flip:hover > div.rotate.y{ /* Y Axis rotate specific CSS. Rotate div.rotate.y when mouse rolls over container */
  • -moz-transform: rotateY(180deg);
  • -webkit-transform: rotateY(180deg);
  • -o-transform: rotateY(180deg);
  • transform: rotateY(180deg);
  • }

  • </style>


  • Now paste this code on the CSS box.









Amazon Kindle Fire HD now available in India

Amazon's Kindle Fire HD tablets went on sale in India last month.Both the 8.9-inch and 7-inch versions of the tablet are available on Amazon.in.While the Kindle Fire HD 8.9 will sport a price tag of Rs21,999, the 7-incher will come in at Rs 15,999.With HD displays(the 8.9-inch tablet comes with a full HD resolution display),laminated touch sensors and powerful dual-core processors,Kindle is looking seriously at the Indian e-book reader market.And with the one-free-app-a-day policy, the Indian customer might just take up to the Amazon Appstore.


CANON,For ultra wide shots

Canon has launched its new ultra wide-angle lens EF-M11-22mm f/4-5.6 is STM for EOS M mirrorless cameras.The EF-M11-22mm is an ultra wide-angle zoom lens useful in different scenarios.The fact that it has to be used in more compact EOS M cameras, a lens-retraction mechanism has been used to shorten the size of the lens to 60.9*58.2mm while being carried.Canon says the lens achieve superb optical performance because of the use of two  aspheric lenses and an Ultra-Low Dispersion (UD)lens.This arrangement and a special coating on the lens minimises flare and ghosting.An Image Stabilizer has been incorporated into this lens,giving the equivalent effect of a 3 stops faster shutter speed.For smoother soft-toned backgrounds,Canon has incorporated a 7-blade Electromagnetic Diaphragm with a circular aperture.The lens has been designed with videography in mind too.


ASUS,Motherland for the new era.

PRICE:Rs20,400

ASUS has launched the new TUF series motherboards based on the Intel Z87 Express Chipset for fourth-generation Haswell processor.the ATX Sabertooth Z87 is the more high-end of the two new boards and features Asus's new Thermal Radar 2 technology for real-time temperature detection.In addition to board-embedded sensors,three thermistor cables are bundled with Saberbooth Z87, so users can manually verify heat levels for the graphics card,hard drives,DRAM and other components.Dust Defender enclosures guard more I/O ports,expansion slots,and memory slots compared to the last-gen Z77 offerings.In addition,Asus also launched the micro-ATX Gryphon Z87,which has a price tag of Rs 14,200.


NORTON 360 MULTI-DEVICE

A good buy if you want a security solution for all your devices.

Norton 360 Multi-Device includes Norton 360 premiere for Windows PC,Norton Internet Security for Mac and Norton Mobile Security for Android and iOS devices.This suite offer protection for any combinations of devices;the number of devices depends on the package you have opted for.The suite requires you to create a Norton account.You can then log-in to your account from the other devices you want to install the software on and download the installation files.
      The PC version's interface is quite simple and is easy to navigate.The home screen provides a snapshot of your PC's status, and there are four large icons:Security,Identity,Backup and Tune-up.You can tweak the basic setting for every functions from each of these tabs;power users can access more advanced settings from the Settings tab.The Security tab lets you perform scans,update the virus definitions,and manage firewall settings.The Identity tab ensures safe surfing,provides protection against phisings, and warns you of malicious sites.The backup tab allows you to backup your data to the cloud,local drive or removable media;you can even schedule backups.Norton gives you 25GB free storage space on its cloud,but you can buy more space it you want.The Tune-up label helps you maintain and boost your PC's performance.