Lakshmi Srinivas has Published 287 Articles

Tips for securing online shopping

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 11-May-2022 12:13:07

215 Views

Online shopping or E-shopping as it is commonly called, has come a long way in competing with traditional shopping methods, as this way of shopping has become an important part of modern living where people are looking for faster and secured channel of consuming their products or services.There are many ... Read More

How to create rss feeds for google search results

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 11-May-2022 11:36:33

1K+ Views

RSS is a family of Web feed formats used to publish often updated content such as blog entries, news headlines or podcasts. An RSS document, which is called a “feed, ” “web feed, ” or “channel, ” contains either a summary of content from an associated web site or the ... Read More

Making your first map in javascript

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 11-May-2022 11:21:02

839 Views

Suppose you are a business owner and your offices are located in 10 different Indian states. Now you want to display this data on your website, then this article is for you, where I am going to cover the process of creating an interactive map using FusionCharts core JavaScript charts ... Read More

How to draw a rectangle on HTML5 Canvas?

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 16-Dec-2021 09:54:41

2K+ Views

The HTML5 tag is used to draw graphics, animations, etc. using scripting. It is a new tag introduced in HTML5. The canvas element has a DOM method called getContext, which obtains rendering context and its drawing functions. This function takes one parameter, the type of context 2d.To draw a ... Read More

Make a star shape with HTML5 SVG

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 16-Dec-2021 09:39:31

1K+ Views

Here is the HTML5 version of an SVG example that would draw a star using the tag.                    #svgelem{             position: relative;             left: 50%;             -webkit-transform: translateX(-40%);             -ms-transform: translateX(-40%);             transform: translateX(-40%);          }             SVG                     HTML5 SVG Star                       Output

Getting started with coding

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 07-Jul-2020 05:57:22

810 Views

Looking to explore the world of online programming? then, there is good news to all of you!! Currently, there are few online programming websites which offer free services. Tutorialspoint is one such provider. Few years back, Tutorialspoint.com started compiler online service and based on the excellent response, the company has ... Read More

How to delete useless images in your whatsapp automatically

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 06-Jul-2020 13:37:01

2K+ Views

Probably WhatsApp is the most memory-consuming instant messenger today. As if Good Morning messages with hot cup of coffee and a croissant or some chirping bird were insufficient, the enthusiasts are creating and sending messages for greeting “Good Afternoon” and “Good Night” too. These images and other media files start ... Read More

Display the flex items with space between the lines in CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 04-Jul-2020 08:11:30

182 Views

Use the justify-content property with value space-between to add space between the lines.ExampleYou can try to run the following code to implement the space-between value −Live Demo                    .mycontainer {             display: flex;     ... Read More

CSS hanging-punctuation Property

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 04-Jul-2020 07:56:42

128 Views

Use the hanging-punctuation property to set whether a punctuation character may be placed outside the line box.It has the following valuesS.NoProperty Value & Description1.NoneNo punctuation mark2.FirstPunctuation outside the start edge of the first line3.LastPunctuation outside the end edge of the last lineSet it like this in your web page −hanging-punctuation: ... Read More

Shake Animation Effect with CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 29-Jun-2020 07:21:16

825 Views

The shake animation effect move (an object) up and down or from side to side for an element.ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;     ... Read More

Advertisements