14
Aug

How to use Remote Desktop?

How to use Remote Desktop?

First thing is first, before Learning How to use Remote Desktop you should have a lucid idea about “What is Remote Desktop?”
What is a Remote Desktop?
Remote Desktop is a Desktop which is not in front of you besides which is located somewhere in a Remote Location.
Let’s assume that you are in a Restaurant with your laptop and you got a call from your boss that he needs the project files immediately and asked you to mail him. Unfortunately those files are present in your Desktop Pc which is at home. In this situation your desktop pc at home becomes a Remote Desktop for you. So, now you need software which can connect your laptop to your home pc via web. The software you require is none other than Remote Desktop which comes with XP Pro, SP1, SP2, SP3 and Vista. Unfortunately XP home doesn’t have Remote Desktop. So you don’t need to install the software externally by downloading it.

12
Aug

What is the Actual purpose of RSS feeds ? How to build RSS feeds?

What is the Actual purpose of RSS feeds ? How to build RSS feeds?

RSS is the smooth method that you can distribute or syndicate your content for your visitors.It is very easy to build RSS feeds. Let us take an example : If you are holding a website with very nice and unique content. then RSS feeds is the way of distributing those links to your content that will allow others access to it. People who suscribe RSS can easily read your content without visitng your page. Just they suscribe your RSS feed using the RSS reader and they can view your content directly through RSS reader. This is the actual purpose of RSS reader.

12
Aug

How To Increase Alexa Rank.

Guest post by Arun Kumar.

Some tips to increase alexa rank:

1. Install the Alexa toolbar or Firefox’s Search Status extension and set your blog as your homepage. This is the most basic step.

2. Put up an Alexa rank widget on your website. I did this a few days ago and receive a fair amount of clicks every day. According to some, each click counts as a visit even if the toolbar is not used by the visitor.

24
Jul

How to optimize blog post title

How to optimize blog post title:
We all know that blog post title plays a major role in deciding serp’s position. So we need some optimization in blog post title.How do we optimize???
Well, after writing content you will be knowing some master keywords of that post. Master keywords are nothing but those keywords who are having high keyword frequency. For example if you are writing post on “How to optimize blog post title” then the major keywords are how to, optimize, blog post, post title. All these keywords should have high keyword frequency. If you can able to bring one Anchor text link for the keywords which i have mentioned above then you will be holding a good position in serps. This is the cool SEO tip.
When you first publish your blog post, follow this advice:

23
Jul

How to rename Recycle Bin

How to rename Recycle Bin :
Have you ever tried to rename Recycle bin?? You will never find an option to rename Recycle bin.  You can rename recycle bin using registry key..
Just go to Start >Run > and type “regedit”.
Find this code “HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}”
Now you can change the name of Recycle Bin as you like :)

Share/Save/Bookmark

23
Jul

What is app.path?How to create app path ?

What is app.path ? How to create app path ??

App.path is a function which returns a string with “\” character at the end if the path is the root drive. For example (”C:\”). But without that character (”\”)  if it isn’t ( example “c:\program files”). Most of the time we need the “\” at the end, so this function saves you the inconvenience of adding it every time.

—————–
Public Function AppPath() As String
Dim sAns As String
sAns = App.Path
If Right(App.Path, 1) <> “\” Then sAns = sAns & “\”
AppPath = sAns
End Function

23
Jul

How to cleanup disk? Clear windows prefetch directory.

How to cleanup disk? Clear windows prefetch directory.
Disk Cleanup is the best, quickest and easiest way to remove temporary files from your system.It is the powerful application which removes all the temporary files,folders and empties recycle bin.

Features of disk cleaning:

  • Disk cleaning covers and tracks on internet.It deletes all the traces which are stored in your hard disk. Which includes:
  • Browse cache.
  • Browse History.
  • Delete Cookies.
  • And deletes all bookmarks. This is optional and disabled by default.
  • Empties recycle bin.
  • Empties various temporary folders.
  • Removes unnecessary registry files and entries.