https://techglimpse.com For all your Tech Needs! Sun, 03 Sep 2017 14:02:03 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.6 LinkedIn Style User Profile remove effects using CSS3 transitions https://techglimpse.com/linkedin-style-user-profile-remove-effects-using-css3-transitions/ https://techglimpse.com/linkedin-style-user-profile-remove-effects-using-css3-transitions/#respond Mon, 08 Jun 2015 18:25:34 +0000 http://techglimpse.com/?p=35515 I Recently visited LinkedIn site and found an impressive user profile listing (those boxes suggesting to connect with people) with a cool remove effect animation. It inspired me to develop a similar one for web development community, with an enhanced creative animations and transitions effects. Well, here is it for you exclusively free to download....

The post LinkedIn Style User Profile remove effects using CSS3 transitions appeared first on Techglimpse.

]]>
0
Pure CSS based infinite looping using CSS3 keyframe animation [Tutorial & Demo] https://techglimpse.com/css3-image-slide-keyframe-animation-tutorial-source-code/ https://techglimpse.com/css3-image-slide-keyframe-animation-tutorial-source-code/#respond Mon, 15 Sep 2014 09:35:29 +0000 http://techglimpse.com/?p=32308 We have seen CSS3’s power in our previous articles using transitions, animations and transforms. Thanks to CSS3, with which we can create effects and animations without using heavy javascript. In this tutorial, we’ll see how to create an infinite looping using CSS3, without trigger. You can implement this technique to...

The post Pure CSS based infinite looping using CSS3 keyframe animation [Tutorial & Demo] appeared first on Techglimpse.

]]>
0
Simple 3D Photo Cube Image Gallery using CSS – Demo and Source Download https://techglimpse.com/css-3d-photo-cube-image-gallery-demo/ https://techglimpse.com/css-3d-photo-cube-image-gallery-demo/#respond Thu, 04 Sep 2014 09:32:58 +0000 http://techglimpse.com/?p=32200 Before we get into the implementation part of 3D Photo Cube Image Gallery, make sure you have read my previous tutorial on : How to create an animating 3D cube using pure CSS. When I shared the post on Google+, one of my friend commented as “But of what earthly...

The post Simple 3D Photo Cube Image Gallery using CSS – Demo and Source Download appeared first on Techglimpse.

]]>
0
How to add Shadow and Global Alpha to elements in Canvas? [Basics] https://techglimpse.com/add-shadow-global-alpha-elements-canvas-basics/ https://techglimpse.com/add-shadow-global-alpha-elements-canvas-basics/#respond Wed, 27 Nov 2013 06:11:15 +0000 http://techglimpse.com/?p=23627 We saw how to create shapes in HTML5 Canvas and also decorated it with gradient fills. What if you want to add a shadow or Global Alpha effect to shapes? You can do that using shadowColor, shadowBlur, shadowOffsetX and shadowOffsetY properties of the canvas context. For demonstration purpose, lets create a circle using...

The post How to add Shadow and Global Alpha to elements in Canvas? [Basics] appeared first on Techglimpse.

]]>
0
HTML5 Canvas Clipping Region Tutorial – Beginners Guide https://techglimpse.com/create-nested-custom-shapes-clip/ https://techglimpse.com/create-nested-custom-shapes-clip/#respond Tue, 26 Nov 2013 15:35:52 +0000 http://techglimpse.com/?p=23618 Last week, we saw how to draw a custom shape in HTML5 Canvas. What if you want to draw a shape inside another shape? For instance, lets assume you created a cloud shape and want to draw three circles inside it. To do that, you need to create a cloud...

The post HTML5 Canvas Clipping Region Tutorial – Beginners Guide appeared first on Techglimpse.

]]>
0
Create Linear and Radial Gradient Fill for shapes in HTML5 Canvas https://techglimpse.com/sample-demo-code-circular-gradient-basics/ https://techglimpse.com/sample-demo-code-circular-gradient-basics/#respond Fri, 22 Nov 2013 15:01:45 +0000 http://techglimpse.com/?p=23380 In our previous article we told about Canvas Element and how to use it to draw Line, Circle, Rectangle and Custom Shapes. If you happened look at the demo codes used in those articles, then you might have come across a property called fillStyle and a method called fill(). fillStyle...

The post Create Linear and Radial Gradient Fill for shapes in HTML5 Canvas appeared first on Techglimpse.

]]>
0
Draw Custom Shapes, Circle, Semicircle and Rectangle – HTML5 Canvas Tutorial https://techglimpse.com/canvas-element-graphics-basic-demo/ https://techglimpse.com/canvas-element-graphics-basic-demo/#respond Thu, 21 Nov 2013 16:32:28 +0000 http://techglimpse.com/?p=23354 If you are new to HTML5 Canvas Tutorial, then checkout our previous article that talks about What is Canvas and how to use it to draw a line. Today we’ll see how to create custom shapes, Circle, Semi-circle and Rectangle using Canvas element in HTML5. To create custom shapes, we...

The post Draw Custom Shapes, Circle, Semicircle and Rectangle – HTML5 Canvas Tutorial appeared first on Techglimpse.

]]>
0
13 dig command examples to Dig through DNS records https://techglimpse.com/linux-dig-command-examples-dns-lookup/ https://techglimpse.com/linux-dig-command-examples-dns-lookup/#comments Fri, 15 Nov 2013 08:09:16 +0000 http://techglimpse.com/?p=23011 Dig, the Domain Information Groper is one of the useful utility to lookup Domain Name System (DNS). The command helps administrators to query a domain to get its DNS information. For instance, Nameservers, IP address, Resource Records such as A, CNAME, MX, NS etc…It also helps to validate a domain...

The post 13 dig command examples to Dig through DNS records appeared first on Techglimpse.

]]>
1
How to Test and Validate DNSSEC using dig and Web Tools? https://techglimpse.com/dns-dnssec-testing-validating-tools/ https://techglimpse.com/dns-dnssec-testing-validating-tools/#respond Thu, 14 Nov 2013 11:36:58 +0000 http://techglimpse.com/?p=22986 Have you enabled DNSSEC on DNS Server? If not, learn how to enable DNSSEC on Bind based DNS Server. Once you have installed and configured DNSSEC validating secure DNS server, make sure you test it properly. As an administrator, here are the basic testing that you should do after setting...

The post How to Test and Validate DNSSEC using dig and Web Tools? appeared first on Techglimpse.

]]>
0
Configuring DNSSEC on Bind 9.8.2 on CentOS, RHEL,Ubuntu and Debian https://techglimpse.com/dnssec-configuration-procedure-testbed/ https://techglimpse.com/dnssec-configuration-procedure-testbed/#comments Thu, 14 Nov 2013 08:07:48 +0000 http://techglimpse.com/?p=22908 This tutorial will help you to configure DNSSEC on Bind9 (version 9.8.2) on CentOS operating system. However, the procedure will work on RedHat Enterprise Linux Server, Ubuntu and Debian as well. I’ll be covering how to enable DNSSEC on your Authoritative name servers, creating keys, signing zones, adding trust anchors...

The post Configuring DNSSEC on Bind 9.8.2 on CentOS, RHEL,Ubuntu and Debian appeared first on Techglimpse.

]]>
1