Skip to main content

Posts

Top faceless youtube channel ideas !

If you want to open a youtube channel and earn money , but you don't want to show your face, here are some ideas which you can use. 1.Screen recording turtorials You can make some turtorials by screen recording and not showing your face. For that you can use good quality screen recorders like Obs. If you want to say something you can record with your voice or you can edit that video and add some texts. 2.Gaming Channel You can make a gaming channel with or without your voice and quickly get many views. Gaming is one of the most popular content on youtube. Your face isn't required for it as it is only focused on the game. 3.Product reviews You can make any product's review on youtube, as it only required the product. There is no need to show your face in these type of video. But, it would be better if you give your voice in it. The product can be anything. You just need decent videography and editing skills for that.

Top ways to earn money if you know html .

 If you know html , css and javascript and you want to earn money through it , there are some ways through which you can ! 1.Making websites for businesses There are some people who want to make websites for their businesses, but they don't know how to code. Therefore, you can make them websites by your skills through freelancing sites like fiverr. 2.Start a youtube channel If you have enough knowledge of html, you can make turtorials on youtube for beginners and once your channel get enough views and get monetized, you can earn money through ads or you can have sponsorship deals. 3.Website Maintenance There are many businesses whose websites are outdated or have so many bugs, you can work on those sites and give a new look to them and in exchange they will pay you. For this , you can use freelancing sites like fiver. ------------------------------ Thanks For reading comment for more.

How to center a div both horizontally and vertically ?(with code)

 To center a div both horizontally and vertically, we use flex. if you want the full code , here it is : <! DOCTYPE html > < html lang = "en" > < head >     < style >         body {             margin : 0 ;             overflow : hidden ;         }         #centered {             width : 100 ;             height : 99vh ;             display : flex ;             justify-content : center ;             align-items : center ;         }     </ style >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > yt </ title > </ ...

Top 10 Science experiments you can do at home !

 Certainly! Here's a list of simple and safe science experiments that you can do at home.  Always remember to follow safety guidelines and, if necessary, seek adult supervision: 1. Baking Soda and Vinegar Volcano    Create a classic volcanic eruption by combining baking soda and vinegar. You can construct a volcano using clay or playdough and watch it "erupt" when the two substances react. 2. Homemade Lava Lamp    Combine water, oil, food coloring, and effervescent tablets (like Alka-Seltzer) in a bottle to create a mesmerizing homemade lava lamp. Observe the colorful bubbles moving through the oil. 3. Rainbow in a Jar Layer different liquids with different densities (like honey, dish soap, water, vegetable oil) in a clear jar to create a colorful rainbow effect. This experiment illustrates the principle of density. 4. DIY Slime Mix glue and liquid starch or borax solution to create your own slime. Experiment with different ratios to achieve different textu...

What if google gets banned in india ?

 If Google were to be banned in India, it would have significant implications for the country's internet users, businesses, and the digital ecosystem as a whole. Google is a major player in the global tech industry, offering a wide range of services that are integral to many aspects of online life. Here are some potential consequences: 1. **Impact on Search and Information Retrieval:**  Google is the most widely used search engine globally. A ban on Google would mean that users in India would need to rely on alternative search engines, which might not be as familiar or offer the same breadth and quality of search results. 2. **Effect on Advertising and Businesses:**  Many businesses use Google's advertising services, including Google Ads. A ban on Google could disrupt online advertising strategies and impact businesses that rely on Google's advertising platform for reaching their audience. 3. **Email and Productivity Tools:**  Gmail is a widely used email service, an...

Would chat gpt like to conquer humans in future ? here is what it answers .

when i asked chat gpt that if it would like to conquer over humans in future or not , it replied like this :    "No, I do not have personal desires, goals, or intentions. I am a tool designed to assist and provide information to the best of my ability. I don't have feelings, consciousness, or the capacity for personal preferences. My purpose is to assist users in generating human-like text based on the prompts given to me. If you have any questions or need information, feel free to ask, and I'll do my best to help" it looks like that chat gpt does not want to conquer over humans as it is designed that way.

Here is why apple computer cannot run games smoothly even after having that much power.

Apple computers, including Macs, are certainly powerful machines with high-performance hardware.  However, there are a few reasons why some users perceive that Macs are not as well-suited for gaming as some other platforms: 1. **Operating System and Game Compatibility:**  Many popular games are developed primarily for Windows operating systems. While there has been an increase in the number of games available for macOS in recent years, the selection is still smaller compared to what is available for Windows. Some game developers prioritize Windows due to its larger market share in the gaming community. 2. **DirectX vs. Metal/Graphics API:**  Windows primarily uses DirectX as its graphics API (Application Programming Interface), while macOS uses Metal. Some game developers optimize their titles for DirectX, and the process of porting games to Metal can be time-consuming. This can result in delays or incompatibility issues for certain games on Macs. 3. **Graphics Card Optio...