Interview process is a two-way street

Interview process is a two-way street

  • Employers are attempting to determine if you are an appropriate fit for the job and their culture
  • You decide if the environment is right for you

Employers need to fulfill the requirement in their existing system whereas keeping the bugdet under control. Also, keep analyzing the future prospectives of the business demand. 

Usually the candidates are only worried if they will be selected or not. But it is also important to decide if the environment is fit for them. 

The candidate should understand the organizations requirement, profile and career growth plan offered. The candidate should also choose a profile which matches with their attitude and aptitude.

Especially, an experienced candidate, who have already adopted an environment in their current company, should carefully switch over. It is not components of the pay package which should be only factor for a switch over but the environment and job satisfaction should also be considered otherwise a fresh look out will start, for better opportunities outside the company.

Employers never disclose their policies on their own but interviewee requires to get all clarification at the interview only. Because once you are out from your current company then there is no looking back.

New feature introduced in Google Search results

Google has introduced a new feature today in their search results. After search results appear, you can choose the search results to be shown in small, medium or large details. This feature was got visible only in Google Chrome, when tried the same search in Internet Explorer or Firefox it did not appear.

Following are some screen shots
 

Google Search Results in small details
Google Search Results in small details
Google Search Results in medium details
Google Search Results in medium details
Google Search Results in large details
Google Search Results in large details
Reblog this post [with Zemanta]

More reasons to buy Mac

Parallels Desktop 3.0 for Mac
Parallels Desktop 3.0 for Mac

I have been a fan of all Apple products for their style, compactness and performance. Apple has always been a step ahead from its competitors in every manner. Apple product configurations are better than its competitors in every section.

Parallels has launched a new version of their desktop virtualization product for Mac, Parallels Desktop 3.0, which seems marvellous after looking its demo. You can watch the demo online here. But this comes for a price of $79.99, which seems fine for the Mac users. Mac based products never come for a small amount.

Microsoft does also provide a similar kind of product, Microsoft Virtual PC, which is also free of cost but does not provide the kind of integration Parallels Desktop promises.

Reblog this post [with Zemanta]

Wrap continuous string or text in javascript

Many times it is required to split a long continuous string or text basis of the width of the element in pixels. I had found a good solution on web and redesigned it to make it generic and cross-browser compatible.

You just require to call this javascript function

wrapText text , lengthInPixels , splitter ) 

Following is the usage of the function

 <html>
<script language=”javascript” src=”wrapText.js”></script>
<body>
<input id=”txt” size=”150″ /><input type=”button” onclick=”document.getElementById(‘lbl’).innerHTML=wrapText ( document.getElementById(‘txt’).value , 200 , <br/>’ );” value=”Wrap Text” />

<div id=”lbl”></div>
</body>
</html>

  [download id=”4″]

Enjoi!

Reblog this post [with Zemanta]

Just another blog!