Advertisements

Sunday, September 29, 2013

// // Leave a Comment

Redirect User to same Location on Different Domain

Hi,

Recently, I have changed my Blog address. Due to this, I have to face a lot of Traffic Loss.

My situation was, I have a Blogger blog and a domain. A lot of Links have been shared and If I change the Blog address and create a Permanent Redirect by changing DNS, but existing Bookmarks and Shared Links will not load properly. So, I kept the Existing Domain running and created a New Blog. Exported Template and Blog, Uploaded both to New Domain and just keep both domain running up. Now I have to redirect all visitors to Previous Domain to New Domain.


Here I came with a solution.

I have created a Simple JavaScript function.

<script>
    function redirect()
    {
    //You change your Domain name just in place of "http://www.pyarb.com".
    
  window.location = "http://www.pyarb.com/" + window.location.pathname;
    }
</script>

Description:

1. windows.location - This will set the Location of Window (i.e. Address of Browser.)
2. "http://www.pyarb.com" - This is your New Domain. Where you have kept all File structure same. Means Links are same for All files except Domain Name.
3. windows.location.pathname - This will get the Path of Window Location (i.e. Address of Browser except Domain Name.)

Then Executed this function on PageLoad event.

......
.......
</head>
<body onload="redirect();">
.........
.........

That's It. Your location remains same.

Enjoy,
+John Bhatt 
Read More
// // Leave a Comment

Update Album Art of Song in Windows

Hey,

We everybody here loves Music. Must have collected many songs of their choice and I am sure, that collection is downloaded from Internet or loaded from any mobile shop.

How do you feel, when you see any Website Image (Logo), Mobile shop's Image or some other Actors photo while playing media in Media Player.  I am sure, it should make you panic
and also frustrating.
Or the scene might be opposite also, you bought some Music from Internet or elsewhere, But that has some other Artists image there or wrong album image published.
So, you might like to change that Image to your favourite Image or your own creation. I have a solution.

Requirements

 
  1. Microsoft Windows 7,8,8.1 (Tested).
  2. MP3 or other Media Player Supported format.
  3. Image of your choice.

Procedure

 
  1. Copy Image of your choice.
  2. Open Windows Media Player.
  3. Search for your MP3 File or Album.
  4. Right Click on Album Art of Song.
  5. Choose Paste Album Art Option and wait for sometime, if there are a lot of Files.

Other Keywords and search terms:
Change Background Image of MP3, Change Album Art, Remove Photo from Mp3, Media Player Customization, Set Image as mp3 background.
 
Here you go. Your Album Art is updated now.
 
Keep visiting for more posts.
 
Read More
// // Leave a Comment

Mail App (Windows 8) Keyboard Shortcuts

Hi,

Today, I have collected the List of Keyboard shortcuts for Windows 8 Mail App. I know you must be  using Mail App if you have Windows 8 or Windows 8.1.

There are some problems with Older shortcut of Mail App (Outlook) in previous windows.



Here is the complete list of Keyboard combination to perform your task easily and in timely manner.
 
Combination Function/Output
Ctrl+R Reply
Ctrl+Shift+R Reply all
Ctrl+F Forward
Ctrl+M Move item to a folder
Ctrl+J Toggle between marking a message as junk or not junk
Ctrl+Shift+U Show only unread messages
Ctrl+Shift+A Show all messages
Ctrl+Shift+E Show Folder options
Ctrl+U Mark as unread
Ctrl+Q Mark as read
Ctrl+A Select all messages
Insert Toggle between Flag and Remove flag for messages
Ctrl+N New Message
F5 Sync
Alt+B Put focus on the bcc button
Alt+C Put focus on the cc button / Accept
Alt+D Decline
Alt+T Put focus on the To button / Tentative
Alt+V Open the invitation in Calendar
Alt+S Send mail
Alt+I Insert attachment
Ctrl+Shift+F Select a font
Ctrl+Spacebar Clear formatting
Ctrl+Y Redo
F4 Redo
Ctrl+[ Increase font size one point
Ctrl+] Decrease font size one point
Ctrl+Shift+, Decrease font size
Ctrl+Shift+. Increase font size
Ctrl+K Add a link
Ctrl+E Center
Ctrl+L Left
Ctrl+R Right
Ctrl+Shift+L Bullets
Ctrl+M Indent when text is selected
Ctrl+Shift+M Outdent
Tab or Shift+Tab Indent/outdent when text is selected or when focus is in a list
Ctrl+' Acute accent
Ctrl+, Cedilla accent
Ctrl+Shift+6 Circumflex accent
Ctrl+Shift+; Diaeresis accent
Ctrl+` Grave accent
Ctrl+Shift+7 Ligature accent
Ctrl+Shift+2 Ring accent
Ctrl+/ Slash accent
Ctrl+Shift+` Tilde accent
Alt+Ctrl+Shift+1 Inverted exclamation mark
Alt+Ctrl+Shift+/ Inverted question mark

Hope these will be helpful in your working. Keep visiting.

+John Bhatt 
Read More

Thursday, September 26, 2013

// // Leave a Comment

Blogger Comment Box Updated

Hi,

This is a good news for all blogger. Google has recently updated its default Comment box in Blogger website. As we know, many of blogger are still using Bloggers Templates (I mean not using Custom Templates) and are annoyed of Older Comment Box.

This is for those bloggers who are not using Google+ comment system.


This Comment  Box had no option to Preview your comment body. Neither to get Notified when someone responds to your Comment.

But now, Google has updated Bloggers comment box to a new and beautiful layout. If you are logged In, you can click on the Button Notify. Means when someone responds to your Comment, you can get a message in your mailbox.

If you are logged Out and want to comment, your Profile selection screen will be also modified.


So, Enjoy.

Till then, you can add me on Circle at +John Bhatt 
Read More

Monday, September 23, 2013

// // Leave a Comment

Taking Backup of Microsoft Outlook 2007/2010

Hi,

Today, I am going to show you how to Take Backup of your Outlook Express.

Well, starting from Introduction, Outlook Express used to be component application of Microsoft Windows XP. Then it is included in Microsoft Office Package in Version 2007, 2010 and 2013.


  • This method will work for these all three Outlook Editions. 
  • This method will keep your Inbox mails, Sent Box, Outbox, Drafts, Contacts and other Tasks and events created. 
First of All, Enable Show Hidden Files/Folders option in Windows Explorer properties. 
A quick step by step is below.

  1. Open Windows Explorer (ex. My Document, 
  2. Press Alt Key , 
  3. Choose Tools from Menu Bar, 
  4. Choose Options, 
  5. Then View Tab, 
  6. You will find an radio named View Hidden Files/Folders , if you scrolled dialogue container once. 
  7. Click OK to apply settings.
Now Open your Outlook Express.

  1. Open Account Setting.
    • Menu > Tools > Account Settings (For Outlook Express 2007)
    • Office Button > Account Settings > Account Settings (For Outlook 2010 and 2013)
  2. Click on Data Files tab. 
  3. Select Data File Name, which you want to Take backup and Click Open Folder Button.
  4. Copy the File to your Desired Location from Windows Explorer. 
Congratulations! 

You have successfully backed up your data file. 
Keep reading and provide feedback.
Read More

Wednesday, September 18, 2013

// // Leave a Comment

Microsoft Excel 2003 : File Menu and Its Commands-2

Hi,

I am back with Remaining part of Excel's File Menu and Commands.





As you remember, in previous post, we have talked about File Menu Commands upto Web Page Preview.
http://www.prithviraj.com.np/2012/06/microsoft-excel-2003-file-menu-and-its.html

Lets start with remaining commands.


11. Page Setup :


When you click this option Page Setup dialogue box appears from which you can adjust document margins, paper size, orientation, header footer, sheet, etc. This is one of the important option for printing document.

    12. Print Area :

This command sets the print area of current worksheet. You can choose which cell range should be printed in paper. You can also clear print area that you previously set. To Set a Print Area, choose range of cells by selecting, then click on File menu, choose Print Area option and finally choose Set Print Area option. To Remove a Print Area click on File menu, go to Print Area and choose Clear Print Area option.

   13. Print Preview :

This option shows how the document will appear after printing in paper. This is very important task before printing any document to save Paper and money. If any improvement needed you have to adjust document margins and other properties from Page Setup option. 

   14. Print (Ctrl+P) : 


This command sends instruction to attached printer that is configured with system. You have options to choose Printer, Page Range, Number of Copies, etc. Shortcut key for this command is CTRL+P.

   15. Send To :

If you want to send your excel workbook to other people via e-Mail you have following options to send the file. This command has following sub-menu:  

  1. Mail Recipient
  2. Mail Recipient (For Review)
  3. Mail Recipient (As Attachment)
  4. Routing Recipient
  5. Exchange Folder
  6. Online Meeting participant
  7. Recipient using Internet Fax-Service

   16. Properties : 

This command shows you Document Properties dialogue box to edit or change properties of document such as Title, Subject, Author, Company, Keywords, and other values which are very important to determine the documents property value which will creates Identity of file.


17. Exit : 

This command terminates MS-Excel. This is alternative of ALT+F4 key. You can also quit application from Title Bar or Task bar also. If the document is not saved yet, MS-Word prompts you to save document and shows Save As dialogue box if chosen Yes from prompt and terminates after saving, if chosen No, terminates immediately and if chosen Cancel MS-Excel remains opened. 


Keep reading, for more Tutorials and Articles subscribe. 

All the Best. 


Read More

Tuesday, September 10, 2013

// // 3 comments

Google and Its Domains

Hi,

This is the list of Google's Domains till date. Other Services and Google Product domain are not included.

Top level domain Extension Country Name
http://www.google.ad .ad  Andorra
http://www.google.ae .ae  United Arab Emirates
http://www.google.am .am  Armenia
http://www.google.as .as  American Samoa
http://www.google.at .at  Austria
http://www.google.az .az  Azerbaijan
http://www.google.ba .ba  Bosnia and Herzegovina
http://www.google.be .be  Belgium
http://www.google.bf .bf  Burkina Faso
http://www.google.bg .bg  Bulgaria
http://www.google.bi .bi  Burundi
http://www.google.bj .bj  Benin
http://www.google.bs .bs  Bahamas
http://www.google.by .by  Belarus
http://www.google.ca .ca  Canada
http://www.google.cat .cat reserved for the Catalan linguistic and cultural 
http://www.google.cd .cd  Congo, The Democratic Republic of the
http://www.google.cf .cf  Central African Republic
http://www.google.cg .cg  Congo
http://www.google.ch .ch  Switzerland
http://www.google.ci .ci  Cote d'Ivoire
http://www.google.cl .cl  Chile
http://www.google.cm .cm  Cameroon
http://www.google.cn cn  China
http://www.google.co.ao .ao  Angola
http://www.google.co.bw .bw  Botswana
http://www.google.co.ck .ck  Cook Islands
http://www.google.co.cr .cr  Costa Rica
http://www.google.co.id .id  Indonesia
http://www.google.co.il .il  Israel
http://www.google.co.in .in  India
http://www.google.co.jp .jp  Japan
http://www.google.co.ke .ke  Kenya
http://www.google.co.kr .kr  Korea, Republic of
http://www.google.co.ls .ls  Lesotho
http://www.google.co.ma .ma  Morocco
http://www.google.co.mz .mz  Mozambique
http://www.google.co.nz .nz  New Zealand
http://www.google.co.th .th  Thailand
http://www.google.co.tz .tz  Tanzania, United Republic of
http://www.google.co.ug .ug  Uganda
http://www.google.co.uk .uk  United Kingdom
http://www.google.co.uz .uz  Uzbekistan
http://www.google.co.ve .ve  Venezuela, Bolivarian Republic of
http://www.google.co.vi .vi  Virgin Islands, U.S.
http://www.google.co.za .za  South Africa
http://www.google.co.zm .zm  Zambia
http://www.google.co.zw .zw  Zimbabwe
http://www.google.com .com United States
http://www.google.com.af .af  Afghanistan
http://www.google.com.ag .ag  Antigua and Barbuda
http://www.google.com.ai .ai  Anguilla
http://www.google.com.ar .ar  Argentina
http://www.google.com.au .au  Australia
http://www.google.com.bd .bd  Bangladesh
http://www.google.com.bh .bh  Bahrain
http://www.google.com.bn .bn  Brunei Darussalam
http://www.google.com.bo .bo  Bolivia
http://www.google.com.br .br  Brazil
http://www.google.com.bz .bz  Belize
http://www.google.com.co .co Colombia
http://www.google.com.cu .cu  Cuba
http://www.google.com.cy .cy  Cyprus
http://www.google.com.do .do  Dominican Republic
http://www.google.com.ec .ec  Ecuador
http://www.google.com.eg .eg  Egypt
http://www.google.com.et .et  Ethiopia
http://www.google.com.fj .fj  Fiji
http://www.google.com.gh .gh  Ghana
http://www.google.com.gi .gi  Gibraltar
http://www.google.com.gt .gt  Guatemala
http://www.google.com.hk .hk  Hong Kong
http://www.google.com.jm .jM Jamaica
http://www.google.com.kh .kh  Cambodia
http://www.google.com.kw .kw  Kuwait
http://www.google.com.lb .lb  Lebanon
http://www.google.com.ly .ly  Libya
http://www.google.com.mt .mt  Malta
http://www.google.com.mx .mx  Mexico
http://www.google.com.my .my  Malaysia
http://www.google.com.na .na  Namibia
http://www.google.com.nf .nf  Norfolk Island
http://www.google.com.ng .ng  Nigeria
http://www.google.com.ni .ni  Nicaragua
http://www.google.com.np .np  Nepal
http://www.google.com.om .om Oman
http://www.google.com.pa .pa  Panama
http://www.google.com.pe .pe  Peru
http://www.google.com.ph .ph  Philippines
http://www.google.com.pk .pk  Pakistan
http://www.google.com.pr .pr  Puerto Rico
http://www.google.com.py .py  Paraguay
http://www.google.com.qa .qa  Qatar
http://www.google.com.sa .sa  Saudi Arabia
http://www.google.com.sb .sb  Solomon Islands
http://www.google.com.sg .sg  Singapore
http://www.google.com.sl .sl  Sierra Leone
http://www.google.com.sv .sv  El Salvador
http://www.google.com.tj .tj  Tajikistan
http://www.google.com.tr .tr  Turkey
http://www.google.com.tw .tw  Taiwan, Province of China
http://www.google.com.ua .ua  Ukraine
http://www.google.com.uy .uy  Uruguay
http://www.google.com.vc .vc  Saint Vincent and the Grenadines
http://www.google.com.vn .vn  Viet Nam
http://www.google.cv .cv  Cape Verde
http://www.google.cz .cz  Czech Republic
http://www.google.de .de  Germany
http://www.google.dj .dj  Djibouti
http://www.google.dk .dk  Denmark
http://www.google.dm .d  Dominica
http://www.google.dz .dz  Algeria
http://www.google.ee .ee  Estonia
http://www.google.es .es  Spain
http://www.google.fi .fi  Finland
http://www.google.fm .f  Micronesia
http://www.google.fr .fr  France
http://www.google.ga .ga  Gabon
http://www.google.ge .ge  Georgia
http://www.google.gg .gg  Guersney
http://www.google.gl .gl  Greenland
http://www.google.gm .gm Gambia
http://www.google.gp .gp  Guadeloupe
http://www.google.gr .gr  Greece
http://www.google.gy .gy  Guyana
http://www.google.hn .hn  Honduras
http://www.google.hr .hr  Croatia
http://www.google.ht .ht  Haiti
http://www.google.hu .hu  Hungary
http://www.google.ie .ie  Ireland
http://www.google.im .im Isle of Man
http://www.google.iq .iq  Iraq
http://www.google.is .is  Iceland
http://www.google.it .it  Italy
http://www.google.je .je  Jersey
http://www.google.jo .jo  Jordan
http://www.google.kg .kg  Kyrgyzstan
http://www.google.ki .ki  Kiribati
http://www.google.kz .kz  Kazakhstan
http://www.google.la .la  Lao People\'s Democratic Republic
http://www.google.li .li  Liechtenstein
http://www.google.lk .lk  Sri Lanka
http://www.google.lt .lt  Lithuania
http://www.google.lu .lu  Luxembourg
http://www.google.lv .lv  Latvia
http://www.google.md .md  Moldova, Republic of
http://www.google.me .me  Montenegro
http://www.google.mg .mg  Madagascar
http://www.google.mk .mk  Macedonia, The Former Yugoslav Republic of\nspons
http://www.google.ml .ml  Mali
http://www.google.mn .mn  Mongolia
http://www.google.ms .ms  Montserrat
http://www.google.mu .mu  Mauritius
http://www.google.mv .mv  Maldives
http://www.google.mw .mw  Malawi
http://www.google.ne .ne  Niger
http://www.google.nl .nl  Netherlands
http://www.google.no .no  Norway
http://www.google.nr .nr  Nauru
http://www.google.nu .nu  Niue
http://www.google.pl .pl  Poland
http://www.google.pn .pn  Pitcairn
http://www.google.ps .ps  Palestinian Territory, Occupied
http://www.google.pt .pt  Portugal
http://www.google.ro .ro  Romania
http://www.google.rs .rs  Serbia
http://www.google.ru .ru  Russia
http://www.google.rw .rw  Rwanda
http://www.google.sc .sc  Seychelles
http://www.google.se .se  Sweden
http://www.google.sh .sh  Saint Helena
http://www.google.si .si  Slovenia
http://www.google.sk .sk  Slovakia
http://www.google.sm .sm San Marino
http://www.google.sn .sn  Senegal
http://www.google.so .so  Somalia
http://www.google.st .st  Sao Tome and Principe
http://www.google.td .td  Chad
http://www.google.tg .tg  Togo
http://www.google.tk .tk  Tokelau
http://www.google.tl .tl  Timor-Leste
http://www.google.tm .tm Turkmenistan
http://www.google.tn .tn  Tunisia
http://www.google.to .to  Tonga
http://www.google.tt .tt  Trinidad and Tobago
http://www.google.vg .vg  Virgin Islands, British
http://www.google.vu .vu  Vanuatu
http://www.google.ws .ws  Samoa

Source: Internet

Enjoy and increase your knowledge.
All the Best.
Read More

Saturday, September 7, 2013

// // Leave a Comment

Creating New File and Folder in MS-DOS

Hi,

This is another Tutorials in MS-DOS Series. In this post, we will learn to Create a new file and folder using DOS System. Before this, I would like to introduce you with Command Prompt.
Prompt means “Assist by suggesting the next words of something forgotten or imperfectly learned.” MS DOS prompt also help you and interfaces with you.

In above line C: (colon) is current drive , \ (backslash) is symbol for directory (folder), Users is directory name, \ (backslash) is directory symbol, John is name of folder and > (greater than) is command prompt symbol. This is the place, where you will write command.
1. How to create a File?

Use following commands to create a file in MS-DOS command prompt.
copy con filename ↵

Hi, My name is John. You are learning how to create a file in DOS mode.

^Z ↵
Meaning of above commands.
copy con – This command is used for creating new file.

↵ – This is Enter key. This executes command typed in prompt.

Hi,.. .. .. in DOS mode. – This is text of your file.

^Z ↵ – This is Ctrl+Z key. This saves current file. Alternate for this is F6 key.

2. How to create Folder?

Use following commands to create a folder (directory) in MS-DOS command prompt.
md foldername ↵

or

mkdir foldername ↵
Meanings of Above Command:

md or mkdir – Make Directory

↵ – Enter Key to execute command.
Will be back with more on MS-DOS Series. Till then, you can add me on Google+ at +John Bhatt 
Read More

Friday, September 6, 2013

// // Leave a Comment

Component files of MS-DOS

Hi,

I am back after so long on my Tutorial Series. This is about MS-DOS.

We left at Introduction of Commands, today we will continue with File System of MS-DOS.

DOS is created using following files. IO.SYS, MSDOS.SYS, COMMAND.COM, AUTOEXE.BAT.
These files are created for special purpose like booting, creating and coordinating with devices for input, output  and saving internal commands of DOS in memory.
In other words these are program files which are created which creating DOS. You will get brief introduction to these files on next page.


  1. IO.SYS & MSDOS.SYSThese both files are hidden files. These are system files and are present on every disc. At the time of booting both of these Files are automatically get saved in Temporary Memory. IO.sys stores the standard operation related to input and output devices. And MSDOS.sys file stores command that contact with operating system.

  1. COMMAND.COM : This is a command interpreter file in MS-DOS which is a group of IO.sys, MSDOS.sys and COMMAND.COM. At the time of booting of computer, all these three files are automatically saved in the memory. COMMAND.COM file contains all the definitions of Internal command and programs of these commands. This file is mainly responsible for executing command which are typed by user in command prompt.. 

  1. AUTOEXE.BAT: After booting Operating System it looks for AUTOEXE.BAT file in the disc and executes it. This process is repeated when computer is switched on. It is a batch file which contains MS-DOS command like a program file and it automatically executes the command written in it. Therefore it is named AUTOEXE.BAT which means self executable batch file.

On next post, I will be talking about creating a File in MS-DOS and Making New Directory (folder).

Till then, you can add me to Google+ at +John Bhatt 

Read More