- take up roles of Speaker, evaluator, Joke Master to keep the faces smiling and many more
- Roles are honored, participants perform, get evaluated and most important – “APPLAUDED”. Yes we do applaud a lot to encourage the speaker. We actually find an opportunity to clap.
- The most awaited and My Favorite section is the “Table Topic” which help enhance-encourage and improve impromptu speeches.
Miscellaneous
Multiple Time Zones in Outlook Calender
- Go to File in the pull-down menu in Outlook and select ‘Options’
- Select the ‘Calendar’ option
- Scroll down to Time Zones
- Name the default time zone
- Check to show the second time zone
- Name the second time zone and set the time zone and Click OK at above step. Two time zones are now visible in Calender
Resolving error – SQLNCLI1.1 is not registered on the local machine
- Navigate to http://www.microsoft.com/en-in/download/details.aspx?id=15748
- Expand the Install Instructions section
- Search for text “sqlncli”. Following highlighted text would be displayed.Note down the file name corresponding to your operating system.
- Now, Click on Download link at the top of page.
- Select the check box for file noted above and click Next.
- The file would be downloaded. Run the set-up file. Microsoft Native Client Set-up would open up. Follow the instructions to install the same.
- Issue resolved…:)
Recover an accidentally deleted post
- Type the post title along with your blog name in google and find your relevant search results.
- Click the little arrow as shown in the snapshot and click cached.
- All done. My post was displayed and I created a new post by copying the content…J
Toastmasters – Project#4/Humorous Speech- How to Say It
- Select the right words and sentence structure to communicate your ideas clearly, accurately and vividly.
- Use rhetorical devices to enhance and emphasize ideas.
- Eliminate jargon and unnecessary words. Use correct grammar.
- TIME: Five to seven minutes.
Defect Severity and Defect Priority with examples
- Critical – this defect is causing system failure. Nothing can proceed further. It may also be called as a show stopper
- Major – highly severe defect, is causing the system to collapse, however few parts of the system are still usable, and/or there are a few workarounds for using the system in the collapsed state too
- Medium – is causing some undesirable behavior, however system / feature is still usable to a high degree
- Low – is more of a cosmetic issue. No serious impedance to system functionality is noted
- Urgent: Must to be fixed before any other high, medium or low defect should be fixed. Must be fixed in the next build.
- High: Must be fixed in any of the upcoming builds but should be included in the release.
- Medium: should take precedence over low priority defects and may be fixed after the release / in the next release.
- Low: Fixing can be deferred until all other priority defects are fixed. It may or may not be fixed at all.
Differences between Defect Severity and Defect Priority
Severity
|
Priority
|
Severity is associated with standards/functionality.
|
Priority is associated with scheduling.
|
Severity refers to the seriousness of the bug on the functionality of the product. Higher effect on the functionality will lead to assignment of higher severity to the bug.
|
Priority refers to how soon the bug should be fixed.
|
Generally, the Quality Assurance Engineer decides the severity level.
|
Priority to fix a bug is decided in consultation with the client/manager.
|
- Let us assume a scenario where “Login” button is labeled as “Logen”:
The priority and severity for different situations may be expressed as:-
- Low Severity, Low Priority
- Low Severity, High Priority
- High Severity, Low Priority
- High Severity, High Priority
How to Run VBS/JS script from cmd/Command Prompt
The syntax for running scripts at the command prompt with the command-line-based script host is as follows
cscript [script name] [host options] [script arguments]
Where:
- Each parameter is optional; however, script arguments cannot be specified without specifying a script. In this case, Cscript.exe displays the Cscript.exe syntax and the valid host options.
- The command-line-based script host supports the following host options:
Parameter
|
Action
|
//B
|
Specifies batch mode, which does not display alerts, scripting errors, or input prompts.
|
//D
|
Turns on the debugger/Enables active debugging
|
//E: engine
|
Specifies the scripting language that is used to run the script.
|
//H:cscript or //H:wscript
|
Registers either Cscript.exe or Wscript.exe as the default script host for running scripts. If neither is specified, the default is Wscript.exe.
|
//I
|
Specifies interactive mode, which displays alerts, scripting errors, and input prompts. This is the default and the opposite of //B.
|
//Job: xxxx
|
Runs the job identified by xxxx in a .wsf script file.
|
//Logo
|
Specifies that the Windows Script Host banner is displayed in the console window before the script runs. This is the default and the opposite of //Nologo.
|
//Nologo
|
Specifies that the Windows Script Host banner is not displayed before the script runs.
|
//S
|
Saves the current command-prompt options for the current user.
|
//T: nnnnn
|
Specifies the maximum time the script can run (in seconds). You can specify up to 32,767 seconds. The default is no time limit.
|
//X
|
Starts the script in the debugger.
|
//?
|
Displays available command parameters and provides help for using them (this is the same as typing Cscript.exe with no parameters and no script).The time out option (//T:nnnnn) prevents excessive execution of scripts by setting a time limit. When execution time exceeds the specified value, Cscript.exe interrupts the script engine and stops the process.
|
Leadership Lessons to be learned from a Tea Bag
- What Counts is what’s is inside the Teabag
- The real flavor comes through when the teabag gets into hot water
- Good teabag look forward to getting into hot water
- A teabag must be porous
- Teabags work, never mind where they are in the cup
- Sometimes, one teabag is just not enough
- Sometimes, you need to add some milk and sugar
- Someone else holds the string, always.
- It is always about how good the teabag is. Not the teabag!
- Eventually, teabags need to make way and get out!
- A refreshing cup of tea needs time to brew!
Sources –
1. Toastmasters speech
2. http://www.careers360.com/news/7792-prakash-iyer-life-lessons-in-a-tea-bag
How to recover an un-saved Microsoft Office Excel, Word, or PowerPoint file
Below are the steps to take to recover your unsaved new document in Microsoft Office Excel, Work, or PowerPoint 2010 if you inadvertently close it before saving it:
Another alternative!!! Depending on the operating system, files may also be browsed at following locations:
- Windows 7/Windows Vista
C:UsersUser_NameAppDataLocalMicrosoftOfficeUnsavedFiles - Windows XP
C:Documents and SettingsUser_NameLocal SettingsApplication DataMicrosoftOfficeUnsavedFiles
I read somewhere, Ctr+S is still your best friend…:D
Create a daily Diary using Notepad
Follow the below link for details or the steps are also listed here:-
http://professionalcurve.blogspot.in/2013/06/turn-notepad-into-dairy.html
* Open a notepad and type “.LOG” (case sensitive) as the first line.
and time and places the cursor on the next line.
So now each time you open the file, it will be appending the time and date and placing the cursor below it. So now your notepad simply serves as a virtual diary!