Charles Thomas Blankenship...
|
|
Group: Awaiting Activation
Posts: 172,
Visits: 12K
|
Here is Chapter 4's description.
Enjoy,
CT
Charles T. Blankenship Senior Consultant Novant Consulting, Inc. 704.975.7152 http://www.novantconsulting.com
|
|
|
Fabian R Silva, -
|
|
Group: StrataFrame Users
Posts: 153,
Visits: 1.2K
|
Great thanks again
|
|
|
Charles Thomas Blankenship...
|
|
Group: Awaiting Activation
Posts: 172,
Visits: 12K
|
New version, this is not a cumulative one so you must download the first one, install it, then download this one and extract the new files on top of the existing directories.
I didn't like the fact that the Chapter menu (Sidebar2) was duplicated, so I made a Web User Control and got rid of the duplication.
I also didn't like the layout, the menu and several GIFs were not properly aligned so I talked our graphics guy into modifying them so the pages look a bit more professional.
I also included the Script for the NetFlix table (to be added to the StrataFrameSamples) database.
Sorry for the inconvenience but this one looks much more professional as far as layout goes.
CT
Charles T. Blankenship Senior Consultant Novant Consulting, Inc. 704.975.7152 http://www.novantconsulting.com
|
|
|
Fabian R Silva, -
|
|
Group: StrataFrame Users
Posts: 153,
Visits: 1.2K
|
Thanks for the script 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 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
|
|
|
Charles Thomas Blankenship...
|
|
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 ONGO SET QUOTED_IDENTIFIER ONGO 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
|
|
|
Charles Thomas Blankenship...
|
|
Group: Awaiting Activation
Posts: 172,
Visits: 12K
|
Thanks, If you launch the application from within Visual Studio 2005 and hit play you'll see the default page from whence you can navigate through the whole example. The map is not yet polished up, I simply got it to the point where it was displaying points from the RSS feed from Yahoo and then went to watch some football (American style). Oh yea, don't forget to vote! Thanks and don't forget, you can do a chapter or two yourself, simply pick something you want to learn, do it, then illustrate how to connect it to StrataFrame, then submit it. If we all pitch in no other product on the web will have its functionality illustrated better then StrataFrame. Later guys, CT
Charles T. Blankenship Senior Consultant Novant Consulting, Inc. 704.975.7152 http://www.novantconsulting.com
|
|
|
Fabian R Silva, -
|
|
Group: StrataFrame Users
Posts: 153,
Visits: 1.2K
|
at first look it appears to be a great work, I only unzipped and tested it fast to see it and when go to http://localhost:4116/Chapter7Map.aspx I see a great example, I not sure why on my explorer the map go outside the frame, I'll investigate it on the night thanks you so much for this example.
|
|
|
Ivan George Borges
|
|
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Great job, CT. I'm running it over here. I just need to create the table on my StrataFrameSample, will do it later. But so far, it looks like a brilliant project.
|
|
|
Charles Thomas Blankenship...
|
|
Group: Awaiting Activation
Posts: 172,
Visits: 12K
|
Belay my last, the file uploaded after several attempts ... I just didn't update the message body. Extract the files into a subdirectory of your choice and open the solution. Please let me know if anything doesn't work correctly. CT
Charles T. Blankenship Senior Consultant Novant Consulting, Inc. 704.975.7152 http://www.novantconsulting.com
|
|
|
Charles Thomas Blankenship...
|
|
Group: Awaiting Activation
Posts: 172,
Visits: 12K
|
Here is the example I've been talking about for the past MONTH (my bad). Any and all feedback welcome ... this includes typos, presentation issues, efficiency issues, coding issues, better ways to do things, etc, etc. Best regards to all, C. T. Blankenship I had included a version of the StrataFrameSample.bak file in the example, but the file was too big to updload. You'll have to create this table manually. I can include a script for it tomorrow ... right now I"m too tired. PS: Please regard this as a community project ... feel free to submit frequent and copious examples for inclusion. PS.S: Well, I tried to upload it from two different computers but I still get a Request Timeout error. I've sent it to Trent so he can post it for me. He should have it up here tomorrow.
Charles T. Blankenship Senior Consultant Novant Consulting, Inc. 704.975.7152 http://www.novantconsulting.com
|
|
|