Categories
Technology - Tips

Make Chrome Your Default Browser

Make Chrome your default browser In this tutorial i will let yo know that how to make chrome default browser.To do so follow these steps mentioned below. Steps:- 1. Click the wrench icon on the browser toolbar.     2. Select on Settings. 3. Now Click the Basics tab.                 4. In […]

Categories
Sql Server

How To Create Users In SQL Server

How To Create Users In SQL Server In this tutorial you will learn that how to create user in SQL Server.To Do so follow the simple steps. TSQL:- create login [Demo] with password=N’DEMO’, check_expiration=OFF, default_database=[master], check_policy=off go exec sp_addsrvrolemember @loginame=N’Demo’, @rolename =N’serveradmin’ go When you run the following query demo user will be crested in […]

Categories
Website Design

How To Create Animated Image In Photoshop

How To Create Animated Image In Photoshop In this tutorial i will explain that how you can create a animated image in Photoshop.Creating a animated image in Photoshop is not that complex, it contains a few simple steps. Steps:- 1. Open Photoshop. 2. Click on File menu > New > Choose your image size and background color. […]

Categories
Wordpress

How To Use Favicon On Your WordPress Blog

How To Use Favicon On Your WordPress Blog Hi guys, in this tutorial i will let you know that how can you add a favicon on your wordpress blog. Steps:- 1. Choose your image. 2. Upload your image to your blog which you want to use. 3. Add the following line to your header.php file […]