Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

String Passing in Python Class Methods - Output Error

My input string from a file is ANG 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 My required output should be 0.0 0.0 0.0 0.0 0.0 0.0 100 0.3 But Now my input is same as output .The last two zeroes under ANG string to be replaced as 100.0 and 0.3 respectively.Plea

Shadow with Glow Transition

Hello Readers Box-shadow is a very interesting property of CSS3. It gives a glowing and blurring effect to the HTML elements. Box-shadow when used differently gives different visually appealing results. Some of them have been shown here. I have give

Box-shadow effect using css3

Hello readers ! This blog show how you can use shadow effect using css3. CSS :- body { background: #F2F2F2; color: #999; padding: 0; margin: 0; } .container { width: 820px; margin: 10px auto; padding: 25px; min-heig

The Future of Learning: Emerging Trends in LMS Development

In the rapidly evolving landscape of education and corporate training, Learning Management Systems (LMS) have become indispensable tools for delivering,&nb

SVG Matrix transformation

The SVG stands for "scalable vector Graphic" and below are the example for SVG matrix. The matrix looks like this: a c e b d f 0 0 1 There is only first 6 values can be specified, you only provide 6 values to the matrix transformation funct

sdfsdfsdf

@import url(http://fonts.googleapis.com/css?family=Bree+Serif); /* the important bits */ .container { width: auto !important; } li { -webkit-perspective: 360px; perspective: 360px; } .info { -webkit-transform: rotate3d(

3D Text

Hello Readers! We all know about the text-shadow property. It provides a shadow and a blurring effect to the text. The CSS3 text shadow can also be used to create 3D text. Just use multiple text shadows on any HTML element to create a 3D effect. In

Simple loader using pure CSS

Hi all, Below is an example of pure css loader. Using css animate I just rotate the div and change the border radius. Check the code for details. CSS : div { height: 20px; width: 20px; background-color: transparent; bo

Simulating click event in Javascript or Faking Javascript click event..

<script> function fakeClick(event, objId) { var obj=document.getElementById(objId); if (obj.click) { obj.click() } else if(document.createEvent) { if(event.target !== obj) { var evt = document.createEvent("MouseEvents");

How to create paper curls on hover using css?

Hello Readers! In this blog post, we are trying something really interactive. Ever seen your notebook pages fold from the corners? Or did you just anytime fold it purposely to return to that page without much searching? Here’s the same thing w

prev 1 3 76
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: