Tagged Questions

0
votes
0answers
53 views

jquery FullCalendar

hi guys, I'm trying to use jquery Full Calendar from http://arshaw.com/fullcalendar I searched the docs alot but I could not find how I can retrieve the current month a user is on at a certain …
0
votes
3answers
54 views

PHP how can i get the full url

how can i get the full url like:http://www.domain.com/page.php?id=someid&page=1 ? not just http://www.domain.com/page.php
0
votes
1answer
228 views

Event displaying in fullcalendar

I want to display event of json from mysql database. But i can't display it in calendar. I think there are some mistakes in events. But i can't point it out. Here is my code: calendar.php: …
0
votes
1answer
41 views

sql full text index problem with “score” not updating in a timely fashion

Have full text index on a table for the purpose of searching and producing a list of results based on relevance, I assign relevance based on the highest "score" from the full text index. The table …
0
votes
1answer
61 views

No results returned to a reader but the same query works thru SQL Management Studio

Hello, I'm experiencing weird behavior with some of full text search queries, especially those with multiple words. These are working fine when executed thru Management Studio but returning no …
0
votes
3answers
181 views

jquery ajax & full server path

Is there a way to use a full server path instead of a url when submitting a form via ajax with jquery? The exemple below doesn't work but it will give you an idea of what I'm trying to do. I know you …
1
vote
2answers
80 views

Problems using MySQL FULLTEXT search

I have already posted a question about this, but the situation has changed sufficiently to warrant a new one. I have a MySQL table called aromaProducts in which there are 7 columns with the FULLTEXT …
0
votes
0answers
44 views

Do you prefer to work as a full time programmer of as a free lance programmer (contractor)? [closed]

Hi, Do you prefer to work as a full time programmer of as a free lance programmer (contractor)? Are there any advantages / disadvantages if you compare? Under what conditions it can be better or …
2
votes
1answer
154 views

SQLite Query - Need Help with Full Text Search

Here's what I'm trying to do. User (a): Enters data in two fields (description-1) and (description-2). User (b) Enters similar data in opposite fields. User (a) or (b) search on both fields would …
0
votes
2answers
184 views

Full text catalog population always in progress, never actually populated

Hi, I have created a full text index on my dev server on a view that returns few rows. The population schedule is currently set to run once a day. However the full text index is returning no results …
0
votes
3answers
250 views

In C#.Net Given a window handle how to force a window to full screen?

I've obtained the handle to a processes Main Window and would like to force that window to full screen. I'm programming in c#.Net with .Net framework V2.0 SP1