= lcBodyText.lastIndexOf("";
highlightEndTag = "";
}
if (treatAsPhrase) {
promptText = "Please enter the phrase you'd like to search for:";
} else {
promptText = "Please enter the words you'd like to search for, separated by spaces:";
}
searchText = prompt(promptText, defaultText);
if (!searchText) {
alert("No search terms were entered. Exiting function.");
return false;
}
return highlightSearchTerms(searchText, treatAsPhrase, true, highlightStartTag, highlightEndTag);
}
/*
* This function takes a referer/referrer string and parses it
* to determine if it contains any search terms. If it does, the
* search terms are passed to the highlightSearchTerms function
* so they can be highlighted on the current page.
*/
function highlightGoogleSearchTerms(referrer)
{
// This function has only been very lightly tested against
// typical Google search URLs. If you wanted the Google search
// terms to be automatically highlighted on a page, you could
// call the function in the onload event of your tag,
// like this:
//
//var referrer = document.referrer;
if (!referrer) {
return false;
}
var queryPrefix = "q=";
var startPos = referrer.toLowerCase().indexOf(queryPrefix);
if ((startPos < 0) || (startPos + queryPrefix.length == referrer.length)) {
return false;
}
var endPos = referrer.indexOf("&", startPos);
if (endPos < 0) {
endPos = referrer.length;
}
var queryString = referrer.substring(startPos + queryPrefix.length, endPos);
// fix the space characters
queryString = queryString.replace(/%20/gi, " ");
queryString = queryString.replace(/\+/gi, " ");
// remove the quotes (if you're really creative, you could search for the
// terms within the quotes as phrases, and everything else as single terms)
queryString = queryString.replace(/%22/gi, "");
queryString = queryString.replace(/\"/gi, "");
return highlightSearchTerms(queryString, false);
}
/*
* This function is just an easy way to test the highlightGoogleSearchTerms
* function.
*/
function testHighlightGoogleSearchTerms()
{
var referrerString = "http://www.google.com/search?q=javascript%20highlight&start=0";
referrerString = prompt("Test the following referrer string:", referrerString);
return highlightGoogleSearchTerms(referrerString);
}
function subscribe()
{ var cat = 's2';
var title = 'Web Systems & Technology';
popupWindow = window.open("Subscribe.asp?category=" + cat + "&title=" + encodeURIComponent(title),"Subscribe","height=400,width=800,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no");
}
Job Listing: Web Systems & Technology Specialty |
Return to: |
Return to: |
JOB
TITLE [Click on the job title
to display a full job description]
Collapse Job Intro...
|
JOB LOCATION Sort By: Location
|
|
Boston |
A Boston based Investment Manager is looking for a Senior Technology Executive to manage the firms IT infrastructure. The position will provide leadership for a large team (15-20) w...
|
|
Boston, MA |
A leading provider of enterprise analytics for business intelligence for the financial services and life sciences industry is looking for a Product Marketing Manager for its Boston ...
|
|
Greenwich, CT |
| Asset Management firm seeks mid-level Web Applications developer with solid GUI design experience. Position requires strong knowledge of HTML, CSS, and JavaScript. Will be responsi...
Job Keywords: User Interface (UI), HTML, CSS, JavaScript
|
|
Greenwich, CT |
| Asset Management firm seeks mid-level Web Applications developer with solid GUI design experience. Position requires strong knowledge of HTML, CSS, and JavaScript. Will be responsi...
Job Keywords: User Interface (UI), HTML, CSS, JavaScript
|
|
New York |
| Major International Bank in NY is looking for an experienced Forex Client Services and IT Control Analyst. The bank uses state of the art technology to execute, fund, and settle Ins...
Job Keywords: FX, Currency, technical support, IT, Application Support, Trading Room Applications, Microsoft, Cisco, Supportworks, Remedy
|
|
New York |
Major International Bank in NY is looking for a Futures and Options Market Risk Analyst to join the Risk Management team. The firm has a very active Futures, Options and OTC product...
|
|
New York |
A Leading Derivatives Risk Management Solutions Provider in NY is looking for a Senior Level Director to Manage the Product Release/Delivery process from conception to deployment. T...
|
|
New York City |
| Successful buy side firm seeks a Java/J2EE software engineer to join a small technology team responsible for the design, development and support of mission critical applications tha...
Job Keywords: Java, J2EE, SQL, Javascript, Trading Systems
|
|
Stamford, CT |
| Very successful hedge fund seeks a Web developer with knowledge and work experience developing end to end Web based applications. Will be part of a team developing Web applications...
Job Keywords: LAMP, Perl, Python, Linux, JavaScript, Ajax, MySQL
|
***