Big calendar populated from a database [closed] - coldfusion

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using ColdFusion 9.1.2 and jQuery 1.6.2 and SQL Server 2008.
I am creating a web site that has a ton of dates in it. I want to spit out those dates into a full page calendar for the entire month and have users be able to scroll through each month.
I haven't heard of a ColdFusion events calendar feature. I am not looking for the jQuery datepicker thing.
What is a free and easy calendar solution for ColdFusion?

I have had the best luck with FullCalendar. It is a jQuery plugin which you can find here. Also, Raymond Camden has blogged an example using it with ColdFusion which you can find here

I was just looking for something similar yesterday - the best that I found was John Mason's Event Calendar on riaforge. It's the mostly recently updated and somewhat modern looking one compared to Ben Nadel's or any of the others on riaforge.
If you end up developing your own, please please please open source it. There's a big need for a modern CF calendar.

You could give Ben Nadel's Kinky Calendar a try:
http://www.bennadel.com/projects/kinky-calendar.htm

Related

List of standard locality/ sub-locality for Singapore Google Maps API v3? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is there a place where I can view the list of standard locality/ sub-locality of Singapore?
I'm working on a web app that tag places to small regions in Singapore e.g. Downtown, Sentosa island. Singapore is a small country but it's a big city. This was already done by another developer whom I cannot contact now (perhaps the small regions were created manually and it's not possible at all using Google Maps API?)
I borrow some code from here but no sub-locality is shown so I wonder what's wrong. Perhaps, there is no sub-locality at all for Singapore, under Google Maps' view.
The Geonames geographical database is available for download free of charge under a creative commons attribution license. The SN.zip file has the data for Singapore.

Does sphinx work without database? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
if sphinx does not require database then how to store string or text in index of sphinx ?
From Sphinx website:
Sphinx lets you either batch index and search data stored in an SQL
database, NoSQL storage, or just files quickly and easily — or index
and search data on the fly, working with Sphinx pretty much as with a
database server.
Non-SQL storage indexing. Data can also be streamed to batch indexer
in a simple XML format called XMLpipe, or inserted directly into an
incremental RT index.
So yes it works without database... How? You can probably read the doc... Did you search?

Automating Facebook wall posts [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I was wondering if you could help me - with PHP, I would like to have a system where after going through a like-gate, the customer uploads a file (I'm fine with doing this) and once they have done that the application will write a post on the users wall to tell them.
As a second stage to this, when in the admin tool for the app, the administrator puts a comment against the image that person has uploaded, we'd like the comment to go onto the customers wall - and this might be a week after.
Any help gratefully appreciated :)
You will want to use the Graph API http://developers.facebook.com/docs/reference/api/
You will need permissions from the user: http://developers.facebook.com/docs/reference/api/permissions/ Specifically publish_stream.
Posting to someone's wall is easy. From me/posts HTTP Post the correct parameters. See the post section of http://developers.facebook.com/docs/reference/api/user/
You can try it out here: http://developers.facebook.com/tools/explorer

Railo coldfusion cfdiv error [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I just installed Railo 3 latest version on my Win7 PC. I've added a couple test variables using cfset and those output fine so i know Railo is running.
I added a simple cfdiv tag with no parameters set and when i run the page i get an error.
Then i tried another cfdiv setting each parameter that are marked as optional and i've gotten the error to disappear.
I have always used Adobe Coldfusion and I'm already starting to feel like the end result is going to be more predictable using Adobe Coldfusion. What do others think about some of the knock Coldfusion implementations like Railo and OpenBD?
CFDiv is an extension for the engine. So it is added as a CFC based custom tag. If there is anything wrong with it you could submit a patch for it since it is all written in CFML.
Although it is nice to have all tha AJAX tags I would always recommend using a javascript framework like JQuery or ExtJS.
Gert
Nothing wrong with any of them IMHO. Use whatever works best for you. =) That's the beauty of choice!

Verify Business Identity [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm developing a web application that involves businesses signing up. What is the best way to verify a businesses identity? How do I know the person signing up for "Pizza Hut" really works for Pizza Hut? Are there web services I can utilize?
I know it seems far-fetched, but there are identify verification services that can identify a person's identity. I've seen them in action and the info they had on me was downright scary. They knew where I had worked, where I went to school (even the one semester psychology class I took just for fun.)
These services work because they purchase public records. For example, I took out a loan for an automobile at a bank, and had to list my employer. That's how they know who I worked for from 1987-1994.
I would bet that these services could help you.
Here's one. (I'm in no way affiliated with them. We just had them demo their product to us.) http://www.idology.com/
Here is another: http://www.veratad.com/fraud_prevention.html
We eventually went with services provided by Trans-Union (The credit reporting agency) in their IDMA and IDMV products. (I can't find the links right now - my PC is acting up, but you should be able to find them on the Trans-Union site.)
These services are not cheap, by the way.