Click here to Skip to main content
15,896,557 members
Home / Discussions / Web Development
   

Web Development

 
Question[JavaScript] How to let location.hostname be the function argument ? Pin
oppstp23-Sep-08 7:17
oppstp23-Sep-08 7:17 
AnswerRe: [JavaScript] How to let location.hostname be the function argument ? Pin
oppstp23-Sep-08 17:53
oppstp23-Sep-08 17:53 
QuestionCharacters not appearing on textbox [modified] Pin
omlac23-Sep-08 2:51
omlac23-Sep-08 2:51 
AnswerRe: Characters not appearing on textbox Pin
Shog923-Sep-08 4:27
sitebuilderShog923-Sep-08 4:27 
AnswerRe: Characters not appearing on textbox Pin
omlac24-Sep-08 22:10
omlac24-Sep-08 22:10 
QuestionASX controls events Pin
L Viljoen22-Sep-08 22:13
professionalL Viljoen22-Sep-08 22:13 
AnswerRe: ASX controls events Pin
L Viljoen22-Sep-08 23:46
professionalL Viljoen22-Sep-08 23:46 
QuestionSQL query using Full text Enigine in SQL2005 Pin
phani kumar22-Sep-08 20:12
phani kumar22-Sep-08 20:12 
Hello Freinds,


I need help regarding a SQL Query We are designing a job site, and there is a job search. In this searchThere is a textbox for entering the keywords or any string for the search. After the Search button click I should give results of the string in a data grid.But I had doubt in SQL Query. Here I am using Full text engine in SQL 2005. And the queries are FREETEXTTABLE and COTAINSTABLE.The rank differs for both.Example:Enter Keywords:I Want jobin .net,vb compnay is Microsoft
FREETEXTABLE QUERY: Select * From jobposting as posting Innerjoin Freetextable (jobposting,*,'"*I*" | "*want*" | "*job*" | "*in*" | "*.net*" | "*vb*" | "*company*" | "*is*" | "*microsoft*" ') as frees ON trees. [Key]=posting. [ID] order by Rank Desc
CONTAINSTABLE QUERY:
Select * From jobposting as posting Innerjoin Containstable (jobposting,*,'"*I*" | "*want*" | "*job*" | "*in*" | "*.net*" | "*vb*" | "*company*" | "*is*" | "*microsoft*" ') as frees ON trees. [Key]=posting. [ID] order by Rank Desc Suggest me the appropriate query for my search,
Thanking You,Phani.
AnswerRe: SQL query using Full text Enigine in SQL2005 Pin
NeverHeardOfMe22-Sep-08 21:13
NeverHeardOfMe22-Sep-08 21:13 
Questionmulti threading concept in asp.net need help Pin
phani kumar22-Sep-08 20:10
phani kumar22-Sep-08 20:10 
AnswerRe: multi threading concept in asp.net need help Pin
NeverHeardOfMe22-Sep-08 21:17
NeverHeardOfMe22-Sep-08 21:17 
Questionwhat are the causes for IIS hang Pin
ptr_Electron22-Sep-08 19:02
ptr_Electron22-Sep-08 19:02 
AnswerRe: what are the causes for IIS hang Pin
L Viljoen22-Sep-08 22:24
professionalL Viljoen22-Sep-08 22:24 
GeneralRe: what are the causes for IIS hang Pin
ptr_Electron22-Sep-08 23:08
ptr_Electron22-Sep-08 23:08 
GeneralRe: what are the causes for IIS hang Pin
L Viljoen22-Sep-08 23:14
professionalL Viljoen22-Sep-08 23:14 
QuestionIs there a way to convert TimeStamp to DateTime? Pin
hifiger200422-Sep-08 16:04
hifiger200422-Sep-08 16:04 
AnswerRe: Is there a way to convert TimeStamp to DateTime? Pin
NeverHeardOfMe22-Sep-08 21:10
NeverHeardOfMe22-Sep-08 21:10 
AnswerRe: Is there a way to convert TimeStamp to DateTime? Pin
hifiger200422-Sep-08 22:04
hifiger200422-Sep-08 22:04 
QuestionAjax extensions... Pin
markymark8222-Sep-08 5:26
markymark8222-Sep-08 5:26 
AnswerRe: Ajax extensions... Pin
led mike22-Sep-08 5:57
led mike22-Sep-08 5:57 
AnswerRe: Ajax extensions... Pin
L Viljoen22-Sep-08 22:19
professionalL Viljoen22-Sep-08 22:19 
GeneralRe: Ajax extensions... Pin
markymark8222-Sep-08 22:35
markymark8222-Sep-08 22:35 
GeneralRe: Ajax extensions... Pin
markymark8222-Sep-08 23:03
markymark8222-Sep-08 23:03 
GeneralRe: Ajax extensions... Pin
L Viljoen22-Sep-08 23:08
professionalL Viljoen22-Sep-08 23:08 
GeneralRe: Ajax extensions... Pin
markymark8222-Sep-08 23:11
markymark8222-Sep-08 23:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.