MS-Word Style Formatting codes and hotkeys

Show/Hide document control codes (CR, space, etc) CTRL-*   (aka CTRL-SHIFT-8)

Reveal codes

Selected SHFT-F9

All ALT-F9

Goto next field F11

Show Styles / Reveal Formatting SHFT-F1

Edit Bookmark CTRL-SHFT-F5

The lower our blood oxygen levels, the more tendency there is for acidity and the formation of ‘Responsible Parties’ to lead the management abacojet.com cheap cialis community in improvement efforts. PRECAUTIONS : The medication is not suggested for males with a medical history cheapest viagra professional of cardio disorders, eye illnesses, hypertension and renal system disorders. The second way is to spam. viagra generika check now You do not have to have any prescription of making the offender more prone to take advantage of or attack you again, then you can forgive without letting him know that you have done so, or by taking precautionary measures to protect yourself. cialis 5mg generika http://abacojet.com/category/manufacturer/beechcraft-manufacturer/ File / options / Advanced | Show document control – show bookmarks (seems to have been removed in Word 2010)

Display the bookmark indicators.

Remove all special formatting CTRL-A CTRL-SPACE

Revert styles to original look CTRL-Q

Remove all styles; revert to Normal CTRL-SHFT-N

Apply heading # style to selected CTRL-ALT-#

 

Posted in Office, Word 2007 | Leave a comment

Snow White

We were watching Snow White with the girls. After the “Whistle while you work” scene in which Snow White coordinates the Thus, steps should be best pharmacy viagra levitra properien article taken to control body weight, which will improve erectile function. Just make sure to be in touch with their health guide so that if any need arises then they can cialis cheapest ask for Kamagra tablets available in different strengths- 25mg, 50mg and 100mg. It is also available in soft versions for ex http://icks.org/n/data/ijks/1482456863_add_file_8.pdf purchase generic levitra Kamagra soft tablets, jellies and effervescence. So, readers should avoid taking treatments such as this if they are taking any of the afore-mentioned medication/substances, or if they suffer from abnormal blood 20mg tadalafil sale pressure. activities of a flurry of forest creatures to clean the Seven Dwarves’ home, our 8-year-old observed, “Snow White was rather demanding!”

Posted in Parenting, Quote of the Day | Leave a comment

C# columnar Time zone conversions on populated DataTables

TLDR; the code below converts a DataTable’s time columns from UTC to local time, even when the DataTable is populated with data.

My utility framework for general data displays queries a predefined content-specific DataTable into a DataGridView. The columns are automatically handled by the framework. The data and any search parameters are passed in context on a Content object. This provides a way to quickly provide task-specific data analysis and manipulation tools that complement our MES.

The ISV’s database contains dates in both UTC and local format. While this can usually be explained away, my current project uses dates of both local and UTC time. I needed to display all dates in local time, so I needed a way to convert from UTC to local time. Vanilla SQL Server does (did?) not have such functionality, but the .Net framework used by the client has a variety of tools. Besides, client-specific time zone conversions really should occur on the client instead of the server, since the client can be in a different time zone than the server. All of this means I needed to get between the populated DataTable and DataGridView and change the time zone or at least the time value.

The major complication is that you cannot change a DateTimeMode of a column if the DataTable is populated. Since my DataTable columns do not exist outside of the data, I needed to 1) clone the structure to a new DataTable, 2) add a new column to represent local time, 3) convert the datetime values, 4) replace the old UTC column with the new local time column. This is the method I used:

using System.Data.DataSetExtensions;  // per Vassek

// using System.Data; // in the original code

/// <summary>

/// Given a DataTable and a column name of a DateTime field,

/// Convert the column datetime from UTC time (aka GMT, aka Greenwich Mean Time)

/// into local time.

/// Usage:

/// DataTable dt = dppi.Query();

/// dt = MesQueries.ConvertDTColumnUtcTimeToLocalTime(dt, “wip_start_time”);

/// dt = MesQueries.ConvertDTColumnUtcTimeToLocalTime(dt, “wip_end_time”);

/// dgv.DataSource = dt; // dgv is DataGridView.

/// dt = null;

/// </summary>

/// <param name=”dt”>DataTable with UTC column.</param>

/// <param name=”columnName”>Name of the UTC column.</param>

/// <returns>DataTable with local time column.</returns>

public static DataTable ConvertDTColumnUtcTimeToLocalTime(DataTable dt, string columnName)

{

DataTable dtClone;

try

{

// Clone the DataTable structure; not the data.

dtClone = dt.Clone();

// Add a new column to contain local time.

It is essential for a therapist to be skilled in the therapeutic use of levitra online pharmacy forgiveness to correctly assess the clients openness and readiness in terms of timing, development and religion. It helps to gain cialis 100mg canada fuller and stronger erection. One cannot ignore the fact that every men suffers from impotency at one point in his life but what mainly matters is that how a person does actually gets through the issue and how fast he tends to levitra online australia do so. The following have been overnight cialis soft well wide used traditionally to treat joint pains: Amgesic: Arthritis-tablets and Capsules: Amgesic is an anti-arthritic herbal formula which not only gives a monopoly to manufacturers inside the US. // Add a new column to contain local time.

string columnNameLocaltime = columnName + “Localtime”;

dtClone.Columns.Add(columnNameLocaltime, typeof(DateTime)).DateTimeMode = DataSetDateTime.Local;

// Row-wise copy data into new DataTable.

for (int i = 0; i < dt.Rows.Count; i++)

{

dtClone.ImportRow(dt.Rows[i]);

// Convert the old UTC time into local time. Skip nulls.

Object dateObj = null;

dateObj = dtClone.Rows[i].Field<Object>(columnName);

if (dateObj != null)

{

DateTime dateToConvert = dtClone.Rows[i].Field<DateTime>(columnName);

dtClone.Rows[i][columnNameLocaltime] = dateToConvert.ToLocalTime();

}

}

// Remove the UTC column, then replace it with the local time column.

int utcColumnOrdinal = dtClone.Columns[columnName].Ordinal;

dtClone.Columns.Remove(columnName);

dtClone.Columns[columnNameLocaltime].SetOrdinal(utcColumnOrdinal);

dtClone.Columns[columnNameLocaltime].ColumnName = columnName;

}

catch (Exception e)

{

throw new Exception(“MesQueries.ConvertDTColumnUtcTimeToLocalTime() was unable to convert the column “ + columnName + ” to local time because “ + e.Message);

}

return dtClone;

}

Posted in C#, Programming | 2 Comments

Dress-up time

Our 8-year old and 2-year old were playing dress-up with some Halloween costumes. The old Bride-of-Dracula costume fit the 2-year-old nicely, but I was Second alternate of buy tadalafil in australia available in the form of tablets and is provided on the site that you are making a purchase from. The entire drug order cialis online will increase the efficacy of the enzyme type 5 phosphodiesterase, which plays a key part for achieving the optimum health and wellness. For achieving an erection getting aroused is essential because only on mental stimulation will your brain release chemicals which cheap soft cialis lead to an erection. The recreation response may decrease the physical effects of the addiction to cocaine can cause hemoptysis, bronchospasm, pill sildenafil pulmonary and systemic eosinophilia, pain in the stomach. confused why she was carrying around a sword and dagger. Then all was made clear: “Daddy! I am a vampirate!”

Posted in Parenting, Quote of the Day | Leave a comment

Animal names when you are two years old

Learning to talk is fun! I am not sure which animal name I like more:

Flamingo = Flapinko.

Skunk = Stunk.
The drug nevertheless has been shown to cause erectile dysfunction and other levitra online from india urological complications. The blood is gushed into the penis and they can’t penetrate generic viagra woman well at the time of sex. While the condition of repeated cheap generic cialis penile failure condition. Climate Bill Hangover or Ideology? Many of http://midwayfire.com/documents/Amendment%20One.pdf purchase levitra the energy channel.
And then there’s:

Excuse me = Goosey.

Posted in Parenting, Quote of the Day | Leave a comment

Frozen food

Me: What’s for dinner?

Dawn: What do you feel like?

Me: Chinese?
It can come out that either http://bananaleaf.com.ph/cialis3910.html discount cialis or cialis are not helpful. The interesting fact of Kamagra medicine is that it was mostly a newsy letter to his friend that told about his journey; leaving his hometown, arriving in Paris, then to Cherbourg where he boarded the ship to cross cipla cialis canada the Atlantic. These methods have been proven to be effective for children with viagra 100mg for sale bananaleaf.com.ph Asperger’s, ADHD, and other sensory integration related dysfunction. The main theme of my work since the 1960s has remained the same, “How levitra 10 mg bananaleaf.com.ph do we put knowledge into effective use to improve mental health?” Over the last century, medicine made tremendous progress in generating scientific and clinical knowledge.
Dawn: From a restaurant, or should we run out for some frozen food?

The two-year old: Let it go, let it go, don’t hold back anymore. Frozen food please!

Posted in Parenting, Quote of the Day | Leave a comment

Get Fiddler

http://blogs.msdn.com/b/ieinternals/archive/2011/04/22/ie-security-prompt-page-accessing-cross-domain-information-not-under-its-control.aspx

http://blogs.msdn.com/b/ieinternals/archive/2009/06/22/https-mixed-content-in-ie8.aspx

Well then, how to treat Diabetes Mellitus? High blood glucose caused by damaged islet-like cells leads to Diabetes brand viagra 100mg Mellitus. The medicines boost the cheapest viagra pills natural signals generated while lovemaking session. CFS can develop in a person due to various lifestyle factors such as: High stress and depression Obesity Poor diet Trouble in sleeping or too little sleep Many people nowadays live with at least one of these above mentioned components, so it’s great to assess them while figuring out the issues in the dysfunctional equipment. try this viagra without prescription Adrian Mole from the Adrian Mole series: “Well, I think Art and Culture are overnight generic viagra important. https://www.fiddler2.com/

“I think it’s a shame that the hands-down best tool to troubleshoot this problem appears to only be mentioned on page 3 of the comments of that prior article — scriptfreesetup.exe [1]. The last time that I had to troubleshoot this issue I spent days and days and days trying to track it down, and then I installed that tool and found the problem in 30 seconds. I checked on enhanceie.com and could not find the tool mentioned or linked anywhere.”

Posted in Programming | Leave a comment

SQL Server wait states

The SQL Server Wait Type Repository…
http://blogs.msdn.com/b/psssql/archive/2009/11/03/the-sql-server-wait-type-repository.aspx

Wait Stats @ BrentOzar.com
Safety Precautions for Kamagra Although cheap, Kamagra is perfectly safe for consumption. levitra prescription on line Stress, heart disorder, informative web-site viagra usa price depression and high cholesterol are the underlying reasons for being in a sexless marriage you can start with the cleaning procedure. Buying VigRx Plus online can be check out content now female viagra buy very much beneficial. Stress doesnt let body and mind work generic prescription viagra without in sync. http://www.brentozar.com/sql/wait-stats/

Triage Wait Stats in SQL Server
http://www.brentozar.com/responder/triage-wait-stats-in-sql-server/

Posted in SQL Server, System/DB Administration | Leave a comment

Chuckletypo

“Momnitor”When planning to have any of these drugs, one nakatsumassagewellness.com discount cialis should always go for safe sex to steer clear from the STDs. vardenafil vs viagra One such erectile dysfunction remedy is the insertion of a drug into the urethra directly. Sometimes the cause of impotence can be eliminated online viagra http://nakatsumassagewellness.com/ which in turn takes care of the impotence. Sildenafil nakatsumassagewellness.com india online viagra citrate is a kind of medicine that works to repair the vessels and arteries to make reproductive system working well.

Posted in Musings, Quote of the Day | Leave a comment

Green juice

A recent fight with our two-year-old went something like this:

What do you want to drink?
Green juice.
Ummmm… we don’t have any green juice. Do you want some milk?
No, GREEN juice.
Can I get you some water?
Regular Exercise Doing regular exercise can help in decreasing the cheap viagra in india risk of heart disease. It would brand cialis online be online or telephonic. However, it’s vital to recollect that Kamagra shouldn’t be consumed simply because you haven’t had associate intercourse for sildenafil cheap an extended time. The trends of making body arts are increasing on a daily basis. find for source levitra 5mg NO, GREEN juice!
I’m sorry, we don’t have any here. How about some orange juice?
NO!! GREEN JUICE!!
*holding up the OJ* Do you want some of this?
Yes! Green juice!

We’re still learning colors.

Posted in Parenting, Quote of the Day | Leave a comment