How to use Slack effectively -Slack tips for Beginners [#2023]

Slack is perfect for teams of all sizes and industries. From small startups to large enterprises, slack can help you improve communication and get work done. Slack is a messaging app for teams that makes communication easy and efficient. With slack, you can easily create different channels for different topics,

Read More »

Free Logo Maker for Your Business

There are a lot of different ways in which you can launch and advertise your new business, but the best way is to do it with the help of your business or brand logo! We would like you guys to know that the logo is the only thing in your

Read More »

8 Tools To Increase Hard Drive Performance on Windows 10

Windows has a history of gradually decelerating your machine. Although Windows 10 is far superior to its previous versions, the problem persists. Fortunately, HDD optimization tools can help you speed up your hard drive. I am going to share here 8 tools to increase Hard Drive performance on Windows. Here

Read More »

How To Write Scss Only For IphoneX In Ionic 4

To write scss for iPhone X, iPhone 6, 6s, 7,8, and many more devices, for that we should apply a class according to device width and height. we declare a variable in  app.components.ts file and then initialize in initializeApp() function. declare var window; initializeApp() { this.platform.ready().then(() => { this.statusBar.backgroundColorByName(“black”); var

Read More »

10 Best 4k Screen Recorder Software for PC

Screen recording proves to be quite useful when you are recording a tutorial video for any educational content or gaming session. However, screen recording has been a tough challenge. We had to use complex tools or paid software but they were not always helpful. Fortunately, with the passage of time,

Read More »

12+ Best Strip Poker Apps And Games [Android/iPhone]

Strip poker is a party game and a variation of traditional poker where players remove clothing when they lose bets. Any form of poker can be adapted to a strip form; however, it is usually based on simple variants with few betting rounds, like a five-card draw. Strip poker can

Read More »

Alert When Keyboard Arrow Key Is Pressed By Jquery

there is simple jquery code below. by this code you can  alert or trigger any event on a keyboard key. Must add jquery script. <script   src=”https://code.jquery.com/jquery-3.4.1.min.js”   integrity=”sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=”   crossorigin=”anonymous”></script>   <script> $(function () { $(document).on(‘keyup keydown keypress’, function (event) { if (event.keyCode == 39) { alert(“right arrow is pressed”); } else

Read More »
No data found.