I did not think about centering the title of the post till I created by forum for my blog. The title "Forum" at the left top left side of the page was making my forum look so artificial. So I actually wanted to center the title of that page and I however came to know that centering the post title will also center the page title. I think it gives better looks to my blog. It is very easy to do.
This is a blog from where you can learn something useful shared by the author as and when he learns by watching, listening or reading.
Showing posts with label tricks n tips. Show all posts
Showing posts with label tricks n tips. Show all posts
Monday, 7 November 2011
Thursday, 3 November 2011
Windows logo + L to log off windows
Posted bytenraj
I am quite sure that most of us go to start button and then to "shutdown" and finally click "log off". Well, it works fine. But we are more time conscious and we want to do every thing faster than ever and easier than ever.
Here is how we can log off without having to do what we use to do till today. It is much easier and faster. Just press and hold windows logo button and enter "L". Your windows will log off successfully.
Click here for more windows tricks
Here is how we can log off without having to do what we use to do till today. It is much easier and faster. Just press and hold windows logo button and enter "L". Your windows will log off successfully.
![]() |
| Windows logo+ L to log off window |
Ctrl+Alt+Del to log on
Posted bytenraj
I remember, in many of the computer labs, we are required to press Ctrl+Alt+Del to log on. What could be the reason? Why do we need to do that? Can we do the same for our own system?
The reason is simple. Requiring to press Ctrl+Alt+Del provides an extra layer of security by implementing a bit of 'human touch'.
The reason is simple. Requiring to press Ctrl+Alt+Del provides an extra layer of security by implementing a bit of 'human touch'.
![]() |
| Ctrl+Alt+Del to log on |
Wednesday, 2 November 2011
Make your computer speak what you type
Posted bytenraj
Such tricks does not seems to be so important but it will always give you a plus point for your fun world. You can also impress others and if you are dad or mom, show it to your kids. I am now going to show how we can make your computer speak what ever we type using notepad. Follow the instructions below.
Step 1: Open a notepad and paste the following Visual basic script
Step 1: Open a notepad and paste the following Visual basic script
Dim message, sapi message=InputBox("What do you want me to say?","Speak to Me") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message |
Monday, 31 October 2011
Add cute flying twitter bird to your blog
Posted bytenraj
As you can see, I have a cute twitter bird flying on my blog. This would help my visitors tweet my blog or follow me on twitter. So why don't you add one for your blog?
Create a hidden folder manually
Posted bytenraj
This is my third post on how to hide and lock files and folders. Check lock your folder without any software ( it is done using notepad) and hide your files and folder and password protect using free software.
In this post, I am going to share how to create hidden folders in windows OS manually. This is done with the combination of two ideas, creating folder without any name and changing folder icon to blank space.
Step 1.Create the folder.
Step 2. Rename the folder to create nameless folder
In this post, I am going to share how to create hidden folders in windows OS manually. This is done with the combination of two ideas, creating folder without any name and changing folder icon to blank space.
Step 1.Create the folder.
Step 2. Rename the folder to create nameless folder
Lock your folder without any software
Posted bytenraj
In my previous post, I shared how to hide and password protect using free hide folder software which can be downloaded from here. In this post, I want to share how we can lock and password protect with notepad.
Open Notepad and copy and paste the following lines of code exactly.
Open Notepad and copy and paste the following lines of code exactly.
| cls :End @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==tenraj goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End |
Hide Your Files and Folders and Password Protect with Free Software
Posted bytenraj
There are many reasons why we should hide or password protect some of the file and folders in our systems. We want to keep certain things secret or we want to hide some of our personal information from our friends and families. If you are parents you may find necessary to hide and password protect some of the files and folders from your children.
There are many ways to hide or password protect our files and folders but here I wanna share about one of software which is very easy to install and very handy to use.It is free to download. You may also lock your files and folders using notepad.
Sunday, 30 October 2011
Add posted by author line below the post title
Posted bytenraj
By default, posted by author line appears the post but I think it is good to have the line just below the post title specially for the blogs having multiple authors. It is easy to do.
Add facebook like and share button for every post
Posted bytenraj
Adding social share and like button to your websites and blogs definitely helps you to get more visitors and at the same time it allows the visitors to share what they like to others. It is not very difficult to add facebook like, share and comment buttons. You can easily do it by visiting Facebook Developers page here.
Saturday, 29 October 2011
How Make Drop Down Label Menu In Blogger
Posted bytenraj
If you don't understand what drop down label menu means, then check on right column of my blog. You should be able to see "browse by categories" just below popular post gadget. For those who have lots of labels and little space, this trick could be very helpful.
Friday, 28 October 2011
Add multi level drop down menu to your blog
Posted bytenraj
Having drop down menu makes easier for navigation and also I find it necessary to have such drop down menus when we have large contents so that the visitors can choose those of their interest. I have added my drop down menu with and I am simply adding my level urls there so that visitors can easily find what they want.
Related post widget after each blogger post
Posted bytenraj
I have been looking how to add related post after each of my post and finally, I am able to do it as you can see. If you are the one who has doesn't have related posts widget in your blog and want to add it in your blog then here is tutorial how to install this related posts widget to your blog.
Add floating social media sharing buttons to your blog
Posted bytenraj
You might be wishing to having a floating social media sharing buttons on your blog as I do ( see at the right edge of the blog) on my blog. It is attractive and the it is likely that the visitors will share your blog.
How to align your blog title
Posted bytenraj
I found quite boring to have title of the blog aligned to the left of the page. At first I did not get idea how to do it but later I found it very easy. If you are wishing to center your blog title please follow the instructions below
Use google translator to translate your blog to other languages
Posted bytenraj
Give visitors of your blog a choices of languages by using google translator. Well there are many ways you can use google translator but as of now I will just show you how to use one which is simple and another one with country flags.
Flash animated label cloud for Blogger
Posted bytenraj
You might be wondering how I have added a flesh animated label that you can see on right column of my blog.
Change and design your template
Posted bytenraj
You might not like the template with which you started while creating your first blog. You can easily change the template. Follow the following step.
1. Go to template designer
Click on "Design" and then on "Template Designer" as shown below. To access the Template Designer in the upgraded interface, just click on the drop-down menu of the gray Post List icon, and select Template. From there, you'll be able to choose and customize your template.
1. Go to template designer
Click on "Design" and then on "Template Designer" as shown below. To access the Template Designer in the upgraded interface, just click on the drop-down menu of the gray Post List icon, and select Template. From there, you'll be able to choose and customize your template.
![]() |
| template designer |
Wednesday, 26 October 2011
How to create a blog
Posted bytenraj
Creating a blog is free and easy. Today, blogger.com and wordpress.com are two best place where you can create your blogs. There seems to be lots of plus points in creating wordpress blog, I would like to recommend blogger for beginners as it is very easy. If you are planing to be a full time blogger in near future, better you create a wordpress blog. For me as of now, I am comfortable with blogger.com and here is how you can create your own.
Why to Blog?
Posted bytenraj
Blogging is becoming more and more popular everyday. Should you join the blogosphere? Take a look at this list to help you make your decision about blogging.
- To Express Your Thoughts and Opinions
You have something to say, and blogs provide a place to say it and be heard.
Subscribe to:
Posts (Atom)













