Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Blogs

  1. #1
    Join Date
    Jul 2009
    Posts
    16

    Default Blogs

    Hi,

    Is it posible to create a blog with xara?

  2. #2

    Default Re: Blogs

    Depends on who you ask

    Xara Xtreme or Xara Web Designer is not specifically designed to create blogs.

  3. #3
    Join Date
    Aug 2009
    Location
    Orlando, Florida
    Posts
    64

    Default Re: Blogs

    You could create a blog at blogger.com or similar service and then use a placeholder with an HTML iframe of the blog.

    For example, www.mscorporateamerica.com/press_releases.htm is an iframe of http://mcapress.blogspot.com/

  4. #4

    Default Re: Blogs

    Wrapping an external blog with Xara Xtreme html and graphics is not a blog created with Xara software then is it
    But you're right, it's a workable solution when you want to use a personal design.

  5. #5
    Join Date
    Jul 2009
    Posts
    16

    Default Re: Blogs

    Thanks guys very helpful

  6. #6
    Join Date
    Jul 2009
    Posts
    16

    Default Blogs

    Yesterday I got some good advice to create a blog with blogger, copy the HTML and insert into a placeholder using Iframes.
    Only problem is I don't know where to insert the HTMl.
    This is what I have so far from I frames. Do I copy all the HTML form My Blog site and drop it in?

    <iframe src ="html_intro.asp" width="100%" height="300">
    <p>Your browser does not support iframes.</p>
    </iframe>

  7. #7

    Default Re: Blogs

    Not quite.
    You only need the full URL to your blog in the iframe src=**

    <iframe src ="http://www.blogger.com/home" width="100%" height="100%" frameborder=0 scrolling=auto>
    <p>Your browser does not support iframes.</p>
    </iframe>

    See attached .web file.

    PS: I have merged your new thread with the previous thread of the same title and same question.
    Not necessary to open new thread about the same subject
    Attached Files Attached Files

  8. #8
    Join Date
    Jul 2009
    Posts
    16

    Default Re: Blogs

    Thanks Sledger...
    I will give that a go.

  9. #9
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,827

    Default Re: Blogs

    I have heard and read so much about blogs being great for SEO, my question is would using a placeholder and having the blog hosted by blogger.com (externally) benefit me for SEO purposes.

    Thanks in advance

    Kash

  10. #10
    Join Date
    Aug 2008
    Location
    Canton, GA
    Posts
    666

    Default Re: Blogs

    A question with a thousand answers, Kash.

    From what I can tell, the biggest complaint regarding the SEO of an iframe is whether the frame is content that is at the same url or pulled in from another as well as whether the content in the iframe links back to the stuff outside of it or not.

    For example, I've seen people try to take the WHOLE wordpress or blogger type blog and place it in the iframe as above, including all of its own internal navigation, which of course doesn't go back to the parent site, but gets you around within the blog.

    I have two preferred methods for dealing with Blogs and Xara:

    1. Create the blog (in wordpress.org, locally hosted in my case) external to the Xara site completely. Customize the wordpress template to look a lot like the rest of your site, copy the banner and other identifying elements to the wordpress template, and create links in the navigation area that point to the various pages on your regular site.

    or

    2. Create the wordpress.org based blog and strip the header, sidebar, and footer parts out of the php engine for the blog loop (which probably sounds harder than it is). Then iframe the main portion of the blog within a placeholder in the Xara site. The benefit here is that it's a little easier, the blog is ON your site and looks like it but you didn't have to rebuild a whole template to get it there. The downside to this is that the things like RSS and such will link directly to the wordpress innards - so people going back to your site via those feeds would get a mostly unstyled page rather than to the shell of your site that iframes the wordpress contents in. So your best bet here is to not have the RSS and such on that Blog - which is fine for updates from the site owner, but does kind of side step one of the useful technologies of Blogs - the social and autoupdate nature.

    Another option to deal with option 2 is to create your own RSS feeds that point to the right page within your host site. There are some issues with this as well, and it certainly takes more active maintenance to keep up with.

    Hope this adds something.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •