AJAX and SF


Author
Message
Charles Thomas Blankenship...
Charles Thomas Blankenship
StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)
Group: Awaiting Activation
Posts: 172, Visits: 12K
It will mimic the Google suggest as well as use Microsoft Maps to parse a traffic feed (RSS) to show road hazards and contruction in you area.



Best regards to the community,



CTBlankenship

Charles T. Blankenship
Senior Consultant
Novant Consulting, Inc.
704.975.7152
http://www.novantconsulting.com
Replies
Charles Thomas Blankenship...
Charles Thomas Blankenship
StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)StrataFrame User (376 reputation)
Group: Awaiting Activation
Posts: 172, Visits: 12K
Here is the script for the NetFlix table:

USE [StrataFrameSample]

GO

/****** Object: Table [dbo].[NetFlix] Script Date: 11/19/2007 09:46:54 ******/

SET ANSI_NULLS ON

GO

SET QUOTED_IDENTIFIER ON

GO

CREATE TABLE [dbo].[NetFlix](

[nf_id] [int] IDENTITY(1,1) NOT NULL,

[nf_title] [nvarchar](50) NOT NULL,

[nf_link] [nvarchar](300) NOT NULL,

[nf_description] [nvarchar](4000) NOT NULL,

[nf_item_id] [int] NOT NULL,

[nf_download_date] [datetime] NOT NULL,

[nf_favorite] [bit] NOT NULL,

[nf_atag] [nvarchar](200) NOT NULL,

[nf_ratedby] [int] NOT NULL CONSTRAINT [DF_NetFlix_ng_ratedby] DEFAULT ((0)),

[nf_score] [float] NOT NULL CONSTRAINT [DF_NetFlix_nf_score] DEFAULT ((0)),

CONSTRAINT [PK_NetFlix] PRIMARY KEY CLUSTERED

(

[nf_id] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

USE [StrataFrameSample]

GO

/****** Object: Index [AK_NetFlix] Script Date: 11/19/2007 09:47:26 ******/

CREATE UNIQUE NONCLUSTERED INDEX [AK_NetFlix] ON [dbo].[NetFlix]

(

[nf_title] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

USE [StrataFrameSample]

GO

/****** Object: Index [PK_NetFlix] Script Date: 11/19/2007 09:47:41 ******/

ALTER TABLE [dbo].[NetFlix] ADD CONSTRAINT [PK_NetFlix] PRIMARY KEY CLUSTERED

(

[nf_id] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]



Charles T. Blankenship
Senior Consultant
Novant Consulting, Inc.
704.975.7152
http://www.novantconsulting.com
Fabian R Silva, -
Fabian R Silva, -
StrataFrame User (251 reputation)StrataFrame User (251 reputation)StrataFrame User (251 reputation)StrataFrame User (251 reputation)StrataFrame User (251 reputation)StrataFrame User (251 reputation)StrataFrame User (251 reputation)StrataFrame User (251 reputation)StrataFrame User (251 reputation)
Group: StrataFrame Users
Posts: 153, Visits: 1.2K
Thanks for the script Smile I will try this and see If I can learn and write about something that can help others =)

I'll see if I can learn about Virtual earth + ajax + SF and try to do something with google map / yahoo map later Smile

pd: how do you have 12000+ visits! I not sure if someone have more, but I think that you win the prize to most visits to the forum Wow

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Ivan George Borges - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Ivan George Borges - 17 Years Ago
Jc Martinez - 17 Years Ago
Fabian R Silva, - - 17 Years Ago
Ivan George Borges - 17 Years Ago
Fabian R Silva, - - 17 Years Ago
Fabian R Silva, - - 17 Years Ago
             Great thanks again :cool:
Fabian R Silva, - - 17 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search