• Home
  • Free WordPress Hosting
Comments RSS Full RSS
acosmin.com

content top round

Windows Live Writer (Beta)

  • Author: elynn
  • Filed under: Wordpress News
  • Date: Sep 1,2006

A fantastic piece of software in Beta that is an excellent way to manage your blog (or blogs) from your desktop. The WordPress crew did a great job when they redid the admin side (2.0+) and they added a rich-text editor, but it still has some quirks that just bug me. Yes, I’m soaking in it, er, I mean I’m using it to post here. And I really like it – I’ve always felt uncomfortable using a browser-based admin interface for a really long post. I’m always scared that it will hiccup and all of my work will be lost (after a particularly rage-inducing incident years ago). Windows Live Writer seems to me to be a spiritual successor to w.Bloggar, with obvious improvements. And that’s a good thing since the w.Bloggar project seems to be MIA. Add in the fact that this sucker has a spell-checker, and I’m sold. I hope they make it cheap enough that I can afford to pick up a copy when its released, because, unfortunately, I’m hooked.

  • 0 Comments

  • Those Pesky Alternative Control Structures

    • Author: elynn
    • Filed under: Wordpress News
    • Date: Sep 1,2006

    I’m sure that if you’ve ever decided to build a theme in WordPress, you’ve had to deal with the The Loop. The Loop is the structure that really is at the heart of the blog engine and looks something like this:

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    �.

    <?php endwhile; ?>

    <?php else : ?>

    �.

    <?php endif; ?>

    (The dots, being the code you use to process each of the individual posts.)

    Of course, this is all well and good, but if you’re a beginner to PHP, I’m sure you are a bit confused as to what you are seeing. What are those colons doing there, are where are the curly braces? The answer is that our example is utilizing alternative control syntax in PHP to make the code just a bit more readable. Other templating systems, such as Savant, use this inside templates to make it easier to read where loops and logic statements end. After all endwhile is easier to see at a first glance than a curly brace �}� when reading code mixed with HTML, which describe templates to a ‘T’.

  • 0 Comments

  • Pages (11): « First ... « 8 9 10 11

    Resources

    • Most Recent Wordpress Download
    • Official Wordpress Site

    Recent Posts

    • Technology WordPress Theme
    • Won’t somebody think of the children?
    • Premium “Beauty” WordPress theme
    • Personal “Bunny Blog” WordPress Template
    • Play Ball!

    Pages

    • Free WordPress Hosting

    Archives

    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • June 2007
    • May 2007
    • March 2007
    • December 2006
    • October 2006
    • September 2006

    Copyright © 2008 Themepress. All rights reserved | Wordpress theme by Alexandru Cosmin and the Article directory