= 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 = 'r1';
var title = 'Financial Web Applications & E-Trading';
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");
}
Financial Web Applications & E-Trading |
|
|
Job Listing: Financial Web Applications & E-Trading 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
|
|
New York, NY |
A growing hedge-fund with offices in New York seeks a Database SQL programmer/analyst to join a small technology team in regards to database and web development in support of hedge ...
|
|
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
|
|
New York |
| A top financial services firm in New York seeks a web oriented programmer/analyst to join a technology team in regards to re-engineering a global core risk management system. Candid...
Job Keywords: Java, Javascript, jQuery
|
|
New York |
A comprehensive, real-time credit and market risk solution for banks, asset managers, hedge funds and insurance companies is looking for a Credit Risk specialist to provide internal...
|
|
New York |
A Global leader in integrated software and processing solutions for sales, trading and risk management across multiple asset classes is looking for a Functional Specialist with know...
|
|
New York |
A leading provider of post-trade pre-settlement trade management systems for global securities is looking for Sales Professionals to work in its NY office. The firm is marketing cut...
|
|
New York |
Top NY Investment Bank is looking for a very experienced Quantitative Trading Systems Developer for its Electronic Commodity Trading software development team. The candidate must ha...
|
|
Chicago, IL |
A Chicago Based Global Electronic Trading Company is looking for an experienced Futures Accounting & Operations Associate. Responsibilities include: 1] daily accounts payable and ...
|
|
Boston |
| The Algorithmic Execution arm of a Boston based Investment Manager is looking for a Senior Quantitative Execution Strategist to design, develop and enhance the firm':::s FX execu...
Job Keywords: FX, Execution Strategy, FX Market structure, Transaction Cost Analysis (TCA), KDB, Metrics
|
***