Integrating A Blog Into Website?

Mar 1, 2010

I have a website that I would like to integrate a blog into. I have seen lots of options available and not sure which one to jump into. What I want to do is have the most recent post on my home page and have users navigate to www.mysite.com/blog to see all posts. I would also like to have a sidebar on the homepage with links to 10 most recent posts.Where should I start? Should I use wordpress or an asp.net engine? Should I use rss feeds to get information to homepage?

View 4 Replies


Similar Messages:

Integrating Dotnetnuke Website With Nopcommerce Website?

Jun 2, 2010

i want to integrate opensource cms dotNetNuke with other opensource ecommerce site(nopCommerce) in asp.net.

can i do this.

View 1 Replies

Integrating C# Website As Substitute To A VB Website?

Jan 25, 2011

I have a ASP.NET 2.0 website created in C# that acts as a completely independent site and I am looking to integrate this into an existing ASP.NET 2.0 website created in VB.NET. Unfortunately I just don't know much about the server management side of ASP.NET yet so too much I'm unaware of when it comes to IIS configuration etc. Does anyone have any advice as to how I can go about integrating this? Basically I want to host it in a subdirectory from root so when you hit example.com/myindependantsite/ it will pull up my C# site.

One possible solution I came across mentioned just dropping the project folder into the root directory and setting up that directory as an application virtual directory in IIS? A few other random questions were small things like would my application relative links (~/for-example.aspx) stay relative to my root subdirectory if it's made into an application virtual directory? Just trying to get this running on their site but like I said it's completely independent so want to preserve my websites environment.

View 4 Replies

Integrating DotNetNuke With An Existing Website?

Feb 14, 2011

As part of a redesign for one of my clients I'd like to move them to DotNetNuke to gain the CMS and blogging features. Their existing site has some custom ecommerce functionality that an off-the-shelf package just can't handle, so I'm inclined to leave it and just re-skin to match the new site.

The challenge is making this all fit together.

I could create two physical web sites in IIS, for example:

www.website.com <-- DNN install

and

shop.website.com <-- Existing ecommerce

This would keep things isolated, but I see a problem with the SSL certificate. It's tied to www.website.com, so now I'd either need two -- one for www. and one for shop. -- or I need a wildcard certificate. Either adds ongoing expenses for the client.

I could try to encapsulate the existing site into a DNN module, but that seems like a lot of work. I could also try doing something tricky with iframes, but again I think this would just further complicate things.

View 2 Replies

Incorporate Blog Into 3.5 MVC Website?

Mar 26, 2011

I want to have a blog feature in my website.Website is built using .net 3.5 MVC with fluent Nhibernate.Don't want anything fancy, just something which lets me post content and can provide archives and grouping of content

View 2 Replies

Integrating Paypal Subscription With Website - Tutorial?

Sep 22, 2010

Does anyone know of a good tutorial regarding integrating paypal subscriptions with a .NET website. I have searched online and most of the articles I've found are 2+ years old, so I'm unsure how accurate these would still be.

View 1 Replies

C# Sample Code Of Integrating Orkut From An Website

Apr 5, 2010

Is there any c# sample code of integrating orkut from an ASP.NET web site (oauth authentication, retrieving friends, etc.)

View 2 Replies

Authentication - Integrating Active Directory In Website?

Jun 30, 2010

In my website i want to use active directory users for authentication. how can i do this.

View 2 Replies

Integrating MarkitUp And MarkdownSharp With Forms Website?

Jul 21, 2010

I'm using markdownsharp with my asp.net forms website.

I want to use MarkItUp as my editor and have found a straight forward article on how to integrate with MVC which seems straight forward enough: [URL]

However, how do I do this with a forms website?

How do I get the MarkItDown Textarea on a postback and get the preview to work as well?

View 1 Replies

Controls :: Integrating Barcode Scanner In Website

May 23, 2013

What is the right way to using barcode scanner integrated into existing or new vb.net application. 

View 1 Replies

How To Embed Google Blog In Website

May 5, 2010

I have a website and i have a Google Blog . i want my website to display the activities of my google blog in my website. What i want exactly is to embed my Blog into my ASP.NET website. This Should include the Comments and their Updates.

View 3 Replies

To Display The Activities Of Google Blog In My Website?

May 5, 2010

I have a website and i have a Google Blog . i want my website to display the activities of my Google blog in my website. What i want exactly is to embed my Blog into my ASP.NET website. This Should include the Comments and their Updates.

View 7 Replies

Configuration :: Installing Umraco CMS On Website Blog?

Jan 9, 2011

I was trying to install Umraco CMS on my website locally first.

Although, I decided to install it on a subdomain of website but I had a problem in creating one. So, I was trying to install the Umbraco CMS in the blog folder of my webiste. i chose the Web Platform installer option from here : [URL]

On step 2, I opted to use an existing SQL Server Database. It asks for the username and password to access my application database. Screenshot:

[URL]

Is there some default value for this authentication because I never set this username and password for my database :-/

View 3 Replies

WCF / ASMX :: Integrating Product Based Ecommerce Website With Webservice API?

Sep 30, 2010

I developed an e-commerce product based website on which i developed all the features like for products, shopping cart etc. Till now it works in a standard way, in which from admin section, store owner adds product categories, and products with prices etc. Now there is a kind of product category which is empty right now (no products in this category right now) -There will be 1000s of products in this category in future.

and the manufacturer of this particular product(s) are providing web services API, so it is possible to add web services API to this e-commerce website to that for that particular category, website gets all the information from the manufacturer's website along with all the product information and prices etc.? How to accopmlish this ? as i don't have any experience with implementing web services on any website ?

View 9 Replies

Web Forms :: Article Blog Website With Category Comments

Sep 20, 2012

I have a following requirement:

1. Create a blog with content and images.

2. Category for blogs

3. Comments on each blog

4.  Monthly Archives, Recent Blogs and Recent comments. 

View 1 Replies

Social Networking :: Automatically Translate Website By Integrating Google Translator?

Sep 20, 2015

How To Automatically Translate A Full Web Site In Multiple Languages.

View 1 Replies

Deep Linking - Finding Best Method For Website Where User Can Create Articles (like A Blog)?

Sep 25, 2010

I'm an ASP.NET newbie, but not so new at programming in general.

I'm creating a commercial website, and I want to allow an admin to add new articles (an article consists of text, images and various properties such as category).

I am trying to decide the optimal Modus Operandi. This site is commercial, so SEO is a major consideration. This means that I want each url to be "unique". That is, if someone navigates to an article about raccoons, he should be redirected to [URL]. This means - I can't have one page that loads the appropriate article dynamically a-la AJAX (gotta use deep-linking)

So how exactly do I do this? suppose the admin entered his text, uploaded the images and set the article properties. I create a new subfolder, save the images to the server (I understand that saving images to a DB is a big no-no), their addresses in a DB, and the content itself to the DB. But now what?

How do I go about creating the actual page?

Is there a function for creating a new aspx file? then what about its corresponding cs file? Or is it unwise to use aspx? Maybe plain html? but then how does it work with my site's master page? Or maybe just create another copy of a general aspx file which is populated with an article according to a parameter?

View 1 Replies

Write A Page Where User's Can Write A Blog Post And Publish It To The Blog?

Apr 2, 2010

I want to write a page where user's can write a blog post and publish it to the blog. I've downloaded blog engine .NET and looked at the code and I like the way they do it, but it's completely an overkill of what I need. What I need is only a title, author, date, and the blog post it self. I don't even want users to post comments or anything like that. My approach is to save all those blog post information into an xml and then when a page loads it loops around those xml files to show the blog post.

View 1 Replies

Integrating CKEditor In MVC 2?

Oct 22, 2010

I want to use CKEditor for a comment field in my ASP.NET MVC 2 application, but can't get it to work. Here is what I have:

The textarea where I try to integrate the editor:

[code]....

And the document ready function:

[code]....

I don't know if the problem is with the TextareaFor helper method, where I tried to set the id to Editor1. I'm pretty new to MVC as well, so I guessed this was how to do it.

View 2 Replies

CMS Integrating ASP MVC 2 Application?

Jan 27, 2011

I have created ASP.Net MVC 2 application. To manage the content on ViewPages I want to integrate with Content Management System.Is there any such CMS?

View 1 Replies

Experience Integrating Application With SAP?

Jan 11, 2010

Has anyone had an experience integrating ASP.NET application with SAP? If yes, I would like to hear about those experiences.

View 2 Replies

Integrating CMS Into An Existing Site?

Jan 20, 2011

I have developed an ASP.NET Web Application and am now looking in to integrating a CMS into it. Is there any open source tool that allows me to this?

I have many existing pages, with content in them, and want to make it possible to simply have some sort of plugin that can be used to add or edit the content - I am willing to convert the existing static content into the CMS database but want to keep the other functionality I have developed (A custom authorisation framework, a site layout and styling using master pages etc).

View 3 Replies

Integrating PayPal Subscription With C#.Net 2.0?

Aug 4, 2010

I am having a problem of integrating paypal with my site. All the process works great i.e., site successfully redirects to paypal and the users can successfully subscibe, but the problem is the "notify_Url" variable redirects the paypal to my site page but when I send a request from that page to validate the payment process the paypal always send the response as "Invalid". I am using a Subscribe button of paypal.

View 1 Replies

MVC :: Integrating MVC2 And WebForms?

Jul 26, 2010

I have combined a MVC2 project with a WebForms project....however I found that the only way to do this was to create a base MVC2 project and then start dropping the WebForms project into the MVC2 project.If I do the reverse .....start with a WebForms project I cannot get the MVC2 functionality to work. For example ....if I right-click and attempt to Add an item.....I do not see the option to Add a MVC2 Area.

Obviously....since the WebForms technology is older ....it is more logical to start with a WebForms and somehow enable MVC2 within the WebForms project.I have read all the popular Internet posts on this topic....Hanselman, etc....and while this may have worked prior to VS.NET 2010 release....I cannot get it to work. As I say....the right click Add/Item/Area is not available in my project after I add the MVC2 references and create the MVC2 folders ...(Controllers, Models, Views, etc)....so I found the safest thing to do was to start from a base MVC2 project.

View 3 Replies

Integrating With ITunes - Amazon And Audible?

May 13, 2010

I've got a client that is planning on selling content on iTunes, Amazon and Audible. I've done some quick searching, but so far, have come up empty: Is it possible to tie into these systems via an API to get access to sales? asically, I want to have the ability to know which items a user has purchased when they log into the standard website of my client. Maybe there's a way to get this information if the user supplies an order number or something?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved