Skip to main content

Posts

outlook out of office does not work exchange 2003

I had this issue for a while and decided to sort it out. After googling I found it was a setting on the exchange: To turn on out-of-office replies to the Internet, follow these steps: On the Exchange server, start Exchange System Manager. Double-click  Global Settings , and then click  Internet Message Formats . In the Details pane, right-click a particular domain name, and then click  Properties . The default SMTP domain is "*". In the  Properties  dialog box, click the  Advanced  tab, and then click to select the  Allow out of office responses  check box, and then restart the SMTP and Routing Engine services. Note  After you do this, the e-mail messages that are sent from users in the Internet domain that were configured in step 3 receive an Out of Office response from the users in the Exchange organization that have enabled Out of Office on their mailboxes. Stop the Simple Mail Transfer Protocol (SMTP) and Microsoft Exchange ...

Read XML file and run commands in it for C#

Storing of SQL commands When coding we use an offline database (or sandbox) that allows us to change whatever we like duirng development. As we make changes to the database we store the SQL commands that are used to make these changes. Getting tired of copying and pasting the commands back into the SQL manager once we took the changes live I decided to write a some code to read from an XML file and implement the changes.  Structure of the XML file The strurcture we decided on was something that was general enough to allow for room to grow, so we came up with this: XML structure: <commands>   <command type=" sqlcommandtype ">     SQLCommandText   </command>   ... </commands>  Where: sqlcommandtype : is the type of commnad: select, insert, update, alter , etc or disabled SQLCommandText : is the actual command Example of XML file Here is an example of the a file: <?xml version="1.0" encoding="utf-8"?...

Model view controller.

For years I have heard MVC model view controller banded about willie Nillie.  I got the basics but finally I really get it. It should actually be called cmv or vmc. Not MVC.  So how do these layers work.  Let's start at the controller layer.  The controller is where all and I mean all the data is dealt with. Using this layer classes Adler created the rerun Lists of items air a single item from the data. All items from his class are returned to the model in a structured data class or as a data type. This means that the model becomes data implementation agnostic.  At no time should the model directly manipulate the data rather it works with the data types passed to it from the controller and uses those variances and structures to develop the logic or model on what happens to the data.  Which brings us to the model.  He model is the logic that links the controller to the view. Using the data the view provides it and manipulating or changing it view calcul...

iTunes song purchased on iPhone not showing in the library, only show purchased

I recently purchase an album on my iPhone, and then when I wanted to mke sure it was in my iTunes library it was not there, but in the Store I found it and it said purchased. If I clieck on Check for Available Downloads, it said nothing. After some search i found this: https://discussions.apple.com/thread/5551143 Which had this fact: " Music can't be redownloaded in all countries, so depending upon where you are you might not be able to redownload music. If music does show as a category, but not that album, then is it hidden :   http://support.apple.com/kb/HT4919 " I then connected my iPhone and saw that to copy a purhcase your computer's iTunes via File > Devices > Transfer Purchases

Restoring music to iTunes from you iPod

There are many posts telling people what to do to restore from the iPod, but just though I would post what worked for me. here is on of the beter posts: http://ipod.about.com/od/ipodcopybackuptransfer/tp/Top-Programs-Transfer-Ipod-To-Computer.htm The one I used was CopyTrans. You do need to enable direct access in iTunes to the hard drive on the iPod. It restores the data to your ITunes library.

Quality as a measure

I have a question for Joe Soap out there, do you need price to dictate quality? How do we determine if something is quality? Well it should.be by assessing the product and comparing it to other products and developing a subjective perspective on the products, then determinng which product is a beter quality.  Well that sounds logical but does it work like that. I saw a test on mind games where they took the same wine and presented it differently, using price and packaging as a guide. And guess what the more expensive the consumer was told the wine was the beter they thought it was even though it was the same product.  This is a quite sad. Is. Is it based in the fact that we are unable to determine quality as a measure without a pricing and packing as a guide? Do we need others to tell use what is good and what is not? We all say we have our own choices but do we? Recently this came to light when I discovered that people were sure that a product that cost more was beter when in...