Skip to main content

Featured

Anomy

What is Anomy? The state of anomy is much the same as smelling some smoke and after which makes you confused and lost. The real definition of it is: "A state or condition of individuals or society characterized by a breakdown or absence of social norms and values." This concept has emerged in 1893 with French sociologist Ă‰mile Durkheim. According to him, some people might experience Anomy, especially there's a sudden change in their circumstances. One good example will be the Japanese soldiers after world war 2 where their economy started to pick up after they went back to their homeland after the war. Besides this example, another example could be for the modern world people; as the digital economy started to pick up and transform thousands and millions of lives, those who are not technology savvy might choose to give up learning new things and shows an emotion of apathy. A minority of those might experienced anger and frustration too. Below is a video of

Make Your Image Movable

learn how to make your image move

How to make your images move?

Have you ever thought of making your images in your blogs or websites move? Wouldn't it be more interesting if you are able to do so? Well, I will show you how to make your images move by using html code as shown below:


<marquee direction="left">

<img src="YOUR-IMAGE1-LINK"/>
<img src="YOUR-IMAGE2-LINK"/>
<img src="YOUR-IMAGE3-LINK"/>
<img src="YOUR-IMAGE4-LINK"/>
<img src="YOUR-IMAGE5-LINK"/>
<img src="YOUR-IMAGE6-LINK"/>

</marquee>

You can just go ahead and copy the source code as listed above into your blog or website to do the magic as shown in this website (<---- click to view it)

The example shows there are 6 images moving to the left.

If you require more or less, just paste <img src="YOUR-IMAGE1-LINK"/> according to the number of images you require.

The trick here is to replace "YOUR-IMAGE1-LINK" with your images link.

Also, if you would like the images to move up or down, you could do it simply by changing the marquee direction.

For example, for the images to move down, just change 
<marquee direction="left"> to <marquee direction="down">

Simple? 

Go ahead and try it out!


Comments

Popular Posts