| Perfil de GregGreg Olsen - Yellow Duck...FotosBlogListas | Ajuda |
|
30 de setembro Yellow Duck Guy Joins PlugooWell I thought it might be interesting to join Plugoo and give this blog the ability to send instant messages to my computer directly when i'm online or offline. "Thanks to Plugoo, visitors on your webpage, friends or family, can easily chat with you while visiting your website! Plugoo enables you to chat directly from your Instant Messenger with any visitor of your blog, personal webpage or e-sales site. When you’re logged into your Instant Messenger (Windows Live Messenger, Yahoo! Messenger, AIM, GoogleTalk, Jabber or ICQ), you can receive in real time all the comments of your visitors or any question they might ask, and answer instantly! " If you would like to use this service as well then simply go to http://www.plugoo.com/ and create your own Plugoo account, following the few very simple steps. So you can now start messaging me directly by using the link below: Yellow Duck Guy 27 de setembro Daylight Saving Changes for New ZealandWell in April 2007, New Zealand Labour-led Government extended the daylight savings period to 27 weeks. What this means to us in IT is that our operating systems (and any other date specific apps) will need to be updated to account for this change. New Zealand Internal Affairs has a publication about this, which can be found at the link below: You can also find a Daylight Saving blog on MSDN which some helpful tips 'n' tricks, this is located here: http://blogs.msdn.com/nzdst/ There is also a couple of manual options for updating your system, these are defined as: Method 1: Use the Tzedit.exe utility to manually modify the time zone See here: http://www.microsoft.com/nz/msdn/timezone/manual.mspx
I have updated my Vista operating system at home via Windows update and the hotfix as been applied successfully. You notice the information about the Daylight Saving by simply clicking on your clock in the bottom right of your screen on your taskbar (assuming you are using the default layout). You should get something similar to what is shown below:
Yellow Duck Guy 02 de setembro How to read Gmail Email ProgrammaticallyWith my previous post I mentioned I would do a sample app to demonstrate how easy it would be to read Gmail email account programmatically using c# code and with a little help from ATOM.NET ( http://atomnet.sourceforge.net/ ). Bellow is the Program.cs from the sample console application I created for demo purposes. I developed this using Visual Studio 2008, but the latest version was not required in order to achieve this outcome. The code simply connects to the Gmail Atom feed here: https://mail.google.com/mail/feed/atom and sends your credentials (username, password for your email account) and logs into the account and reads the latest email in the inbox. The demo only reads 1 email. You can extend this starting on line 73. I have put a few comments throughout the code to help with explanations, again just to illustrate how the code is working. You will notice how ATOM.NET made it very easy reading the XML feed from Google Gmail. If you want the full Visual Studio 2008 source code of this demo, then you can have it FREE via the link below: TestCheckGMailEmail.zip (93.4 kb) If you would like a .NET 2.0 version of the source code then you can add a comment to this posting requesting it, or send me an email to yellow_duck_guy@hotmail.com (Note: there are underscores (_) within the email address). 1: using System; Yellow Duck Guy ATOM.NET - Object model to Write and Parse Atom feedsWell I stumbled across this the ATOM.NET open source Website today ( http://atomnet.sourceforge.net/ ), which allows you to write an parse Atom feeds. More info from the Website: "Atom is a new syndication format (similar to RSS in functionality) but aimed to simplify the task with a simple and clear specification. Current download version is 0.4.3. The compiled DLL library has been built with .net 1.1, but you can hook this in as a project reference with your .NET 1.1,2.0,3.0,3.5 Visual Studio solutions with no problems. This site got me thinking that this could be very useful. I know personally I would like a Gmail email reader to read some notifications I get sent to a Gmail email account. So I will probably use ATOM.NET to read them programmatically. Once I finish the small demo application I will post the source code to get you started. ATOM.NET download page is here: ATOM.NET Download Page Yellow Duck Guy |
|
|