Category: Whats Trending

  • How To Write Great Content With AI Prompts

    In today’s fast-paced digital landscape, content creation has become a cornerstone of effective communication. The integration of Artificial Intelligence (AI) in content generation has revolutionized the way writers approach their craft. AI prompts serve as invaluable tools, providing inspiration and structure for creating engaging and high-quality content. In this article,…

  • Glitch Effect In Photoshop

    Glitch Effect Step:1 To insert image in the workspace click file->select open and select the image Step:2 Double click the background layer and rename it as photo 1 Step:3 Create a new layer and click on to paint bucket tool and select white color. Step:4 Name that layer as background…

  • Double Color Exposure Effect In Photoshop

    Double Color Exposure Effect Step:1 Create a new file Step:2 Open 2 images which you want to edit Step:3 To apply the effect double click on the layer 3 Step:4 Layer style box will open Step:5 In the blending option if i checking the ‘R’ will give you the red…

  • How to shake an image using html and css

    Hover over the image: Step:1 Copy and paste the given code Hover over the image:

  • How to create a Slideshow with CSS and JavaScript

    Step:1 Now we are going to create a slideshow using html, css and java script.  HTML is the standard markup languages for creating web pages. The html coding are as follows: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <link rel=”stylesheet” href=”style.css” /> <script src=”blog.js”></script> <meta http-equiv=”Content-Type”…

  • Create an Animated Interface GIF – Photoshop

      Step:1 Open a document of width 640 pixels and height 1136 pixels.Create a phone UI according to our needs. Draw a Circle with stroke 3pt. Open the timeline panel and make a new frame. Step:2 Create a rectangle shaped image and fill with color and add text to it.Create…

  • Photoshop Weather Effects – Snow

    Step:1 Open the document in Photoshop. A little girl is walking in snow area .Now we want to make a snow effect to this image. Add a new layer above it. Step:2 Add a new layer above to the document.Fill the blank layer with black color. Go to Filter ->…

  • Double exposure effect in Photoshop

    Step:1 Open the Photo document in Photoshop. Go to channels .In  Channels make a Copy of the blue layer by Pressing Ctrl+j Step:2 By Keeping in blue layer Go to adjustments-> levels and make the adjustments.Then make the black color as foreground and use the brush tool to color the…

  • Converting a Photo to a detailed sketch- Photoshop

    Step:1 Open the image document in Photoshop. Duplicate the background layer by pressing Ctrl+j and rename as desaturate. Go to Image-> adjustments -> De saturate. Step:2 Then duplicate the desaturated layer.Rename the layer as invert. Go to image -> adjustment -> Invert. Step:3 Change the blending modes from normal to…

  • How to code a Rotating image slideshow w/css3 and jquery

    Step:1 First we are going to lay down the Html markup of the slideshow. #slideShowContainer div is the main container element which holds the #slideShow div.   <!DOCTYPE html> <html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>Rotating Slideshow With jQuery and CSS3 | Tutorialzine Demo</title> <link rel=”stylesheet” type=”text/css” href=”css/styles.css” />…