| Mobile | RSS

Pinging infinitely in Windows

Posted by ramanean on September 1st, 2010 | No Comments | Posted in General


To ping infinitely in Windows use this command

ping 172.67.71.34 -t

To stop pinging infinitely use CTRL+C

Read More

Using custom fonts on websites

Posted by ramanean on July 20th, 2010 | No Comments | Posted in Coding, General


How to embed fonts in a webpage? or How to use custom fonts in a webpage?

The below tutorial would explain how to embed and use custom fonts in a webpage

There are many new fonts available in the web other than…

Read More

Getting the MAC IP Address of a Windows machine

Posted by ramanean on June 8th, 2010 | No Comments | Posted in General


To get the MAC IP Address or Physical IP Address of the machine just use the following commands

Command 1 : GETMAC

Command 2 : IPCONFIG/ALL

Where physical address is the address(MAC IP Address) of your machine

Read More

Renaming a file in command prompt

Posted by ramanean on June 5th, 2010 | No Comments | Posted in General


This command is used to rename files in command prompt

Command :RENAME

Syntax:

RENAME [drive:][path]filename1 filename2.
REN [drive:][path]filename1 filename2.

To rename a file in the same path

RENAME filename1 filename2

Note that you cannot specify a new drive or path for your destination file.

Read More

Ajax is not working in Firefox,IE

Posted by ramanean on February 27th, 2010 | No Comments | Posted in General


To troubleshoot this follow the below steps as mentioned below

Before you troubleshoot

a)Make sure that you do n’t have a function name that has a same name has a html variable

E.g

In the below example

Ajax won’t work since the function name has…

Read More

Hotkey for Display properties

Posted by ramanean on February 18th, 2010 | No Comments | Posted in General


This hotkey can be used to open System properties dialog box

Hotkey: Windows Logo+BREAK

Read More

Hotkey for Delete

Posted by ramanean on February 18th, 2010 | No Comments | Posted in General


This can be used to delete a folder or contents

Hot key for Delete :D EL

Hotkey for Permanent Delete: SHIFT+DEL

Read More

keyboard shortcut Clipboard

Posted by ramanean on February 11th, 2010 | No Comments | Posted in General


Here is Keyboard shortcut key for opening Clipboard

Shortcut key: Windows Logo +V

Read More

Hotkey for Control Panel

Posted by ramanean on February 11th, 2010 | No Comments | Posted in General, Internet


Shortcut cut key/Hotkey for Control panel

Hot key :Windows Logo+C

This will open up control panel

Read More

‘Net’ is not recognized as an internal or external command.

Posted by ramanean on February 2nd, 2010 | No Comments | Posted in General, Microsoft


You may have encountered this error “‘ ‘ Net’ is not recognized as an internal or external command.operable program or batch file “. when you are try to run ‘cmd’ (Command prompt) or any other files .Here is simple solution…

Read More