What makes a blog post - and what should?

When I complained about my first blog post being rejected as more-suitable-for-the-wiki, Craig Cmehil explained to me that step-by-step/howto posts had been determined to be wiki material, and opinion/strategy for blogs. He also said that I could start a thread and see if there was consensus for changing the standards.
A little background: I've been blogging for 8 years, posting a mix of personal and technical topics at http://blog.donnael.com/. Some of the technical stuff has been short sample programs -- one-liners, regexps, etc. Some of it's been longer comments on products, or while-it's-happening documentation of a project attempt.
I posted the following blog entry for consideration.
Greetings! My name is Garrett Fitzgerald, and I work at Penobscot Community Health Care, a Federally Qualified Health Center in Bangor, Maine. We use GE's Centricity practice management and medical records systems, and I use various tools to access the data -- one of the most useful of which is Crystal Reports 2008.
One thing I commonly need to do is to list all patients, but call out a specific diagnosis that some of them have. If I were to add the tables in the database expert, even if I were to use a Left Join to get all the patients, I would lose them as soon as I tried to use the Record Selection criteria to get the specific diagnoses I needed.
My solution to this is to use a SQL Command. When I go into the Database Expert and select my Connection, instead of choosing the tables, I can use "Add Command", and enter the SQL query directly.
A typical SQL query would look like this:
SELECT Person.pId, Person.firstName AS patFirst, Person.lastName AS patLast
        , Problem.onsetDate as refusedDate
    FROM Person
        LEFT JOIN Problem ON Person.pId = Problem.pId
    WHERE Problem.code BETWEEN 'ICD-V64.02' AND 'ICD-V64.08'
However, this gives us the same problem as I described above -- the list of Persons is restricted to those who have refused vaccination. To get around this, we can move the WHERE criteria into the JOIN clause:
SELECT Person.pId, Person.firstName AS patFirst, Person.lastName AS patLast
        , Problem.onsetDate as refusedDate
    FROM Person
        LEFT JOIN Problem ON Person.pId = Problem.pId
            AND Problem.code BETWEEN 'ICD-V64.02' AND 'ICD-V64.08'
This gives us all patients as desired, with either the date they refused vaccination or NULL if they didn't.
Next time, I'll show how I broke down the individual vaccination observations to make it easy to monitor compliance.
So, I gave an example from my own experience, explained why the "obvious" way to do it didn't work, indicated how to do it, showed the translation of the naive way into the new method, and then gave the final solution. To me, this seems to be almost the definition of a technical blog post.
I can understand how it fits into the definition given above by Craig, but that leads me to the conclusion that the definitions are wrong. What do other people think? Should the definitions be loosened so that more material can be posted in blog format? Or are the definitions as they stand now exactly right?
Thanks!

>
Eric Cartman wrote:
> I agree with Craig on this topic, but here are three blog entries from April, which also fall into this category:
>
> /people/rishika.bawa2/blog/2009/04/23/screen-exit
> /people/arminda.jack/blog/2009/04/21/is-the-search-help-f4-from-the-storage-location-not-working-in-transaction-me51n
> /people/tao.zhang/blog/2009/04/07/magical-function-2-of-sap-query
I also agree with Craig and for the First one I do agree with you.

Similar Messages

  • I need to make an A2 poster and want to know what application to use as well as knowing how to make it that size

    I have been set the task in university of making an A2 poster that has to be printed, the main crux of the question is that I don't know wether i should use keynote or pages and how do I make the properties of the page A2?

    Keynote for video screen based presentations,  Pages for print, thats what they are designed for.
    In Pages:   File > Page Set Up: select custom sizes from the paper size drop down menu then Input the dimensions, click the plus button to add the size as a preset

  • How do I link to a .pdf file in a blog post?

    I have a created a new blog post and want to link to a .pdf file.  I have the file loaded to the file manager but when I click on the link icon in the editor the only files that show up are web pages.
    Is there a way to link to a file other than setting up the link other than writing the HTML by hand?

    I totally agree with you on the confusion of that form for the literature module. Even after I have used it a lot I still find myself trying to upload the file at the same time. As you say - it only makes sense. But you'll get used to it. ;-)
    As far as the module way of doing it instead of coding it in, there is so much more flexibility this way. In your example you have one document which isn't bad ... but what if you had to list 100 documents in your page that are located in several different locations on the server? Now it's a simple task of adding one tag and your done.
    Other advantages:
    1: Your documents can be found in the site search
    2: Recods and displays file type and size to the viewer so they can choose to download it or not.
    There is more but after years of the individual code way, I so love this Literature Module and the flexibility it gives.

  • How to NOT publish a draft blog post?

    Lots of times I'm working on a blog post and don't want to publish it, but there may be others in the queue that DO need to upload. IS there anyway to do this?

    Yea, this is what I figured. I DID try this: I made a new site, thinking I could drag the blog posts, but it doesn't work like pages.
    I actually use a program called Scrivener to write my weekly columns. I guess I'll use it for iWeb, too. Just was looking for a way to play with layouts before publishing.
    http://www.literatureandlatte.com/scrivener.html
    http://www.msadesign.com/msadesign/Blog/Blog.html
    Thanks to both of you!

  • Blog post at SP home page

    I need to create blog post at SP 2013 home page. with this pic. should appear permanently and right of the pic post text detail should be there. Wheneven new post created it should update with new post and picture at left should remain same.
    is there a way to achieve this.
    If we can implement it through any webpart which one is that.
    Thanks in adv !!

    One way you can achieve this is using the Content by Query Web Part and custom XSLT for the web part. Go through the couple of examples below on how to roll up the blog post with custom XSLT. In your case you will be rolling up the one item i.e. the latest
    blog post and then change the XSLT to display the image that you want to display with blog.
    USING THE CONTENT QUERY WEB PART TO AGGREGATE BLOG POSTINGS IN SHAREPOINT 2010
    SharePoint 2010 Content
    Query for Blog Posts
    Amit

  • IWeb Stops Midway Through Blog Posts

    I've tried using iWeb 09 a couple of times. I have a large number of blog posts, and it gives an error message that it is unable to create a page when it reaches this page: http://web.mac.com/tehart/JurassicRants/Blog/Entries/2007/9/15_A_ForbiddenPleasure.html. It then quits publishing.
    The site publishes fine with iWeb 08, but I've been unable to use '09 for anything.

    HI,
    I responded to you over here: http://discussions.apple.com/message.jspa?messageID=11702815#11702815
    The Facebook issue could be cookies.
    From your Safari Menu Bar click Safari/Preferences then select the Security tab. Click: Show Cookies
    Delete all Facebook related cookies, click Done.
    *Relaunch Safari* and try uploading images to FB. If that doesn't help, you may need to uninstall the FBplugin then reinstall new.
    Go to the FB Help Center for help with that here: http://www.facebook.com/help/?search=plugin
    You have to be logged into FB to access the FB Help Center.
    Carolyn

  • I forgot my icloud password and my email for icould is no longer effective. i cant make any change to my iphone now, what should i do?

    i forgot my icloud password and my email address for icould is no longer effective. i cant make any change to my iphone now, what should i do?

    Contact Apple for assistance by going to https://expresslane.apple.com, then click More Products and Services>Apple ID>Other Apple ID Topics>Lost or forgotten Apple ID password.

  • HT1752 I both one Mac Pro 15" March 2009  and five month ago I have to change the harddrive and put some actional memories, since I have to make the upgrade for Lion IOS. Now the motherboard fails. What should I do or expect from Apple to solve this probl

    Hi everyone. I both a Mac Pro 15" in March 2009. Five month ago I  was forced to buy by one new hard drive and extent the memory, because I had to make the upgrade (and pay) to install the new Lion operation system. Four days ago the Mother-board fails. To change it will cost a fortune. What should I do or expect from Apple to solve this problem? I am very disappointed because my trust on Apple was destroyed.

    I am not sure why you are upset with Apple. Electronics equipment does fail. If the product is out of warranty or you do not have AppleCare there's not much you can do with Apple. Apple will charge you for the repair. Suggest you look for a third party repair store since they are usually less expensive than Apple. Alternatively you can buy one for about $850US and install it yourself. Sorry, but there aren't many choices in this situation.

  • My 3rd generation ipod touch will not connect to itunes. i plug it up to the computer by USB and it makes a jingle and my computer recognizes it in the my computer screen, but it will not connect to itunes. what should i do?

    my 3rd generation will not connect to itunes when i plug it up to the computer by USB. i have tried to do it with itunes open and closed. it wont recognize it but it is recognizes in the my computer screen. it even makes a jingle when plugged up. on my ipod i can download music wirelessly from my itunes. other than this issue my ipod works just fine. what should i do?

    Try
    iOS: Device not recognized in iTunes for Windows
    I would start with              
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    Before you reinstall the Apple software, also remove iCloud vi Control Panel Remove programs. The reinstall the Apple programs
    New cable and different USB port?
    Runs this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Try on another computer to help determine if computer or iPod problem

  • I am trying to copy more or less 30G from my MacbookPro to an external hard drive and it is stuck in the "preparing to copy" step. But that for more than one hour. What should I do to make it faster? Thanks a lot in advance!

    I am trying to copy more or less 30G from my MacbookPro to an external hard drive and it is stuck in the "preparing to copy" step. But that for more than one hour. What should I do to make it faster? Thanks a lot in advance!

    Thanks Shootist007, by blockd files I mean files that I have changed to blocked and when I tried to move then for the first time, I had to unblock again. I am trying to backup my pictures, my songs and other files like word documents and excel tables. First I put all of them as blocked, what caused the first problems on trying to move them. Then, I've unchecked the block option and if I try to move one by one, there is no problem. The issue is to move all together, because it gets stuck in the preparing to copy files step. Anyway, if I cannot do all by once, I'll do it one by one, event though that was not suposed to happen if we are talking about technology, right? Anyway, I thank you again for trying to help me!

  • HT3180 My Apple TV is not responding. Screen in black and light indicator blinking fast. Cannot make it work. What should I do?

    My Apple TV is not responding. Screen in black and light indicator blinking fast. Cannot make it work. What should I do?

    Unplug it from power, wait 10-15 seconds and plug it back in.
    If it does not power up properly at that point, restore it via iTunes on the computer.

  • Last night, I saw my iPhone on the table in front of me and twice it made phone calls on its own.  I just watched it make the outgoing call as it sat in front of me.  Should I think that it has a virus? What should I do about it?

    Last night, I saw my iPhone on the table in front of me and twice it made phone calls on its own.  I just watched it make the outgoing call as it sat in front of me.  Should I think that it has a virus? What should I do about it?  
    Also, it's been a little quirky lately: slow to respond to key pad touching and making it impossible to delete Apps?
    Should I try wiping it and restoring it to factory settings?
    Thank you.
    Ben

    It isn't a virus.
    I would try the Restore from backup first and if that does not help try a Restore as a new iPhone.

  • My phone just has searching... up in the top left hand corner and it has been like this for 4 hours now! i am unable to make calls or texts. what should i do? It is an iphone 5 by the way

    my phone just has searching... up in the top left hand corner and it has been like this for 4 hours now! i am unable to make calls or texts. what should i do? It is an iphone 5 by the way

    Take a look at this link, http://support.apple.com/kb/TS4148

  • Im trying to make a payment but it says the CC is not aprovved for Salvadorean Itunes store, and when i try to change my country dont let me cause i need to make that payment .. what should i do?

    im trying to make a payment but it says the CC is not aprovved for Salvadorean Itunes store, and when i try to change my country dont let me cause i need to make that payment .. what should i do?

    Supply a payment method which is valid in Salvador, or ask the iTunes Store staff for assistance.
    (113417)

  • The left side of my home button is screen is kinda feel like hollow when I tap it and it makes a sound too. It is bulge,a little. I thought every ipad is hard to touch but why mine is not? Help please,what should I do?

    The left side of my home button is screen is kinda feel like hollow when I tap it and it makes a sound too. It is bulge,a little. I thought every ipad is hard to touch but why mine is not? Help please,what should I do? Please I need your help.

    The damage has been done then
    Take it to Apple and pay for a replacement
    Here in the States a replacement cost $229
    Allan

Maybe you are looking for

  • Call Transaction and skip first screen on workflow task

    Hello, I'm developing  a workflow with a user decison step, where the user should fill some data in transaction FD02. When the user presses the button in the workitem, the wf goes to a step where i should call transaction FD02. I'm using SET PARAMETE

  • Can't install 10.3.181.34 Windows 7, Firefox

    I can't install Flash 10.3.183.5. When I use the uninstaller and go to the About Flash page, it shows that it is uninstalled. When I try to install 10.3.183.5, it gives the message, "Can't install because a version is already installed." Then if I go

  • Executing a report with stored procedure causes error

    Hello, I've got a .NET application where a report gets generated from an .rpt template using Crystal Reports. A template has been created using the fields from stored procedure. While creating the template, I've been working with my DEV environment D

  • Yahoo login page incorrect for sub accounts but not admin account.

    Using: Windows Vista OS and Mozilla Firefox 4.0.1. BT Yahoo has a login page that allows the user to create a seal on the login page to help identify a valid website. I am th main account/admin and I have no issues; everything looks good and correct.

  • Pulling data from CRMOD

    IHAC who wants to pull data from CRMOD and build a Datawarehouse on-premise. Do we have a connector or an adapter to do this? thanks,