Sunday, July 27, 2008

Insert a picture in a blog post - Windows Live Writer

Insert a picture in a blog post

To insert a picture into a blog (Short for weblog. An online journal or newsletter that is frequently updated and intended for the general public. Blogs generally represent the personality of the author or the website.) post:

  1. Click Start, click All Programs, click Windows Live, and then click Windows Live Writer.
  2. If you use Writer with more than one blog, on the Weblog menu, select the blog that you want.
  3. On the Insert menu, click Picture.
  4. Do one of the following:

    • To insert a picture from a file, on the Insert Picture from File tab, browse to and select the picture that you want to insert.
    • To insert a picture from the Web, on the Insert Picture from Web tab, in the Picture URL box, type or paste the web address of the image that you want to insert.
  5. Click Insert.

Related topics

Format a picture in a blog post

Create and publish a blog post

Configure Windows Live Writer to upload images to an FTP server

Can't publish images

,IS_Windows Live Writer , , qaf , qaf , qaf , qaf , qaf , qaf , qaf , qaf pictures image images gif jpeg bitmap bmp add edit include inserting adding editing including internet , weblog windows live spaces sharepoint wordpress wordpress.com typepad livejournal movable type radio userland community server dasBlog blogger

Monday, July 7, 2008

Friday, June 27, 2008

How do I get Clipmarks Vedio?

How do I get Clipmarks Vedio?
clipped from clipmarks.com
How do I get Clipmarks?
 blog it

How do I get Clipmarks?

How do I get Clipmarks?
clipped from clipmarks.com
How do I get Clipmarks?

To add Clipmarks to your browser, install our extension for Firefox, Internet Explorer or Flock.
How do I start clipping?

Once you have installed the clipping tool, click the green clip button to enter clip mode...
After clicking the button, how do I select pieces to clip?
Clipping paragraphs
Scroll your mouse over a paragraph
and orange lines will surround it.
Click inside the orange lines to select the paragraph

Clipping sentences
Highlight what you want, then click the clip
button to lock in your selection.
When it's locked in, it will look like this.
Clipping images
Scroll over the image you want clip.
Click inside the orange lines to clip it.
Clipping video
Click the "Clip video" button that appears at the top right of the video.
IE users: hover over the video to get the "Clip video" button.
After I have selected content to clip, what can I do with it?
When you enter clip mode a green bar will appear at the top of your browser.
 blog it

Clipmarks Help

Clipmarks Help
clipped from clipmarks.com

Instead of linking to entire web pages, Clipmarks lets you clip exactly what you want others to see. Our browser add-on lets you save and share what you're reading on the web with greater precision than is possible with links. There are lots of things you can do with your clips:

  • Save them on Clipmarks.com Your clips can be saved publicly for others to learn from or be entertained by, or you can make them private. Either way you've got a fully searchable collection of great things you find on the web.
  • Post them directly to your blog Clipmarks offers direct integration with wordpress, blogger, typepad, live journal and other blogging platforms, enabling you to post anything you clip from a web page directly to your blog. demo
  • Email them to friends Straight from any web page you can clip and email something you want friends, family or co-workers to see. demo
  •  blog it

    ClipMarks

    ClipMarks
    clipped from clipmarks.com
    Clipmarks - What are you finding on the web?
    On Clipmarks.com, you can see clips of text, images or video about all sorts of topics that other people find while surfing the web.
    On Clipmarks.com, you can see clips of text, images or video about all sorts of topics that other people find while surfing the web.
    The idea is that through each other, we can learn more, know more and enjoy more than we could possibly do alone. As you find people who post clips that interest you, make them a Guide. Think of your Guides as a team of web editors you choose to consistently deliver you clips of things they find on the web.
     blog it

    Thursday, June 26, 2008

    update sql with select statement

     

    update sql with select statement

     

    UPDATE table1

    SET     field1 = 'value1'

    WHERE   fieldID IN

            (SELECT fieldID

            FROM table1

            WHERE expression

            )