Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KamranFeroz

    Count records with soundex and inner join!

    Hi, I'm trying to count no. of records using soundex() function in query, Query: "SELECT COUNT(*) AS Expr1, a.Country AS Expr2 FROM tblSurvey a INNER JOIN tblSurvey b ON SOUNDEX(a.Country) = SOUNDEX(b.Country) GROUP BY a.Country ORDER BY a.Country" I'm not...
  2. KamranFeroz

    Snapshot of remote website

    Does any one have idea how to get the snapshot(thumbnail) of a remote URL through scripting. I need to get the thumbnails of website that submitts through the form like Alexa and many other search engines do. Web Programmer. http://www.kamranferoz.com
  3. KamranFeroz

    Applying Vlink color in CSS

    I need to apply vlink color in my applied CSS. I'd tried all combination but did'nt work. Can any one help?

Part and Inventory Search

Back
Top