
Search In
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
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
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
In the rapidly evolving landscape of education and corporate training, Learning Management Systems (LMS) have become indispensable tools for delivering,&nb
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
@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(
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
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
<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");
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
