cowarthill.com
House of Metnetsky
http://cowarthill.com/blog/index.php/page/2
8212; « Previous. Published at: 12:03 pm - Wednesday March 18 2009. Readability is always more important than simple one-liners:. If ($form- minute = 0) { $minute = 00; } else if ($form- minute 10) { $minute = 0 . $form- minute; } else { $minute = $form- minute; }. Programming Tutorial: Variable Initialization. Published at: 02:03 pm - Tuesday March 17 2009. Always make sure your variables are properly initialized:. List = $ SESSION['list']; if ($list = null $list = ) { $list = $ SESSION['list']; }.
cowarthill.com
House of Metnetsky » http
http://cowarthill.com/blog/index.php/tag/http
Published at: 04:06 pm - Wednesday June 10 2009. Over a year ago I started a SCGI. Scgi-mono-server). For those who don’t know, the “SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement”. I stopped all development shortly after I started because lighttpd. I waited around for it to be rolled into a release ( 1.4.20. Pull mono and mod-mono. We choos...
cowarthill.com
House of Metnetsky » scgi
http://cowarthill.com/blog/index.php/tag/scgi
Published at: 04:06 pm - Wednesday June 10 2009. Over a year ago I started a SCGI. Scgi-mono-server). For those who don’t know, the “SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement”. I stopped all development shortly after I started because lighttpd. I waited around for it to be rolled into a release ( 1.4.20. Pull mono and mod-mono. We choos...
cowarthill.com
House of Metnetsky » vsto
http://cowarthill.com/blog/index.php/tag/vsto
VSTO Outlook Add-ins – Reference Leaks. Published at: 11:01 am - Friday January 01 2010. Not too long ago I came across an annoying issue with my Outlook Add-in which creates a form region at the bottom of the contact and distribution list inspector windows. Apparently, if you edit certain fields (like check-boxes) when a VSTO. Add-in is loaded the reference count is not properly decremented which leaves the OutlookItem. In an edited state. To fix the issue you have to edit some auto-generated VSTO.
cowarthill.com
House of Metnetsky » The Mighty “Success Exception”
http://cowarthill.com/blog/index.php/2009/10/02/the-mighty-success-exception
Laquo; Mono Embedded – Your Own .NET Plugin. The Mighty “Success Exception”. For all those Java programmers who feel lonely in the land of .NET – here’s a class just for you! This entry was written by MET , posted on Friday October 02 2009at 07:10 am , filed under humor. And tagged .net. Post a comment below or leave a trackback: Trackback URL. Laquo; Mono Embedded – Your Own .NET Plugin. Middot; Theme based on Gray Lines.
cowarthill.com
House of Metnetsky » Programming Tutorial: Covering All Your Bases
http://cowarthill.com/blog/index.php/2009/03/25/programming-tutorial-covering-all-your-bases
Laquo; Programming Tutorial: Unreachable Code. Programming Tutorial: Covering All Your Bases. Make sure you cover all your bases when reseting variables:. If ($flag = yes) { $form- creationDate = null; $form- runCount = 0; $form- statusCode = 1; } else { $form- creationDate = null; $form- runCount = 0; $form- statusCode = 1; }. This entry was written by MET , posted on Wednesday March 25 2009at 08:03 am , filed under humor. Post a comment below or leave a trackback: Trackback URL. You must be logged in.
cowarthill.com
House of Metnetsky » php
http://cowarthill.com/blog/index.php/tag/php
Programming Tutorial: Covering All Your Bases. Published at: 08:03 am - Wednesday March 25 2009. Make sure you cover all your bases when reseting variables:. If ($flag = yes) { $form- creationDate = null; $form- runCount = 0; $form- statusCode = 1; } else { $form- creationDate = null; $form- runCount = 0; $form- statusCode = 1; }. Published at: 12:03 pm - Wednesday March 18 2009. Readability is always more important than simple one-liners:. Programming Tutorial: Variable Initialization. Download=vrm repo...
cowarthill.com
House of Metnetsky » Programming Tutorial: Comments
http://cowarthill.com/blog/index.php/2009/03/27/programming-tutorial-comments
Laquo; Programming Tutorial: Covering All Your Bases. Comments are only effective if they threaten abuse. Discovered by Noah Massey. This entry was written by MET , posted on Friday March 27 2009at 06:03 pm , filed under humor. And tagged .net. Post a comment below or leave a trackback: Trackback URL. You must be logged in. To post a comment. Laquo; Programming Tutorial: Covering All Your Bases. Middot; Theme based on Gray Lines.
cowarthill.com
House of Metnetsky » VSTO Outlook Add-ins – Reference Leaks
http://cowarthill.com/blog/index.php/2010/01/01/vsto-outlook-add-ins-reference-leaks
Laquo; VSTO Outlook Add-ins – Getting Contacts from Distribution Lists. VSTO Outlook Add-ins – Reference Leaks. Not too long ago I came across an annoying issue with my Outlook Add-in which creates a form region at the bottom of the contact and distribution list inspector windows. Apparently, if you edit certain fields (like check-boxes) when a VSTO. Add-in is loaded the reference count is not properly decremented which leaves the OutlookItem. In an edited state. Code and release the OutlookItem. I conta...
cowarthill.com
House of Metnetsky » VSTO Outlook Add-ins – Getting Contacts from Distribution Lists
http://cowarthill.com/blog/index.php/2009/12/29/vsto-outlook-add-ins-distribution-list-recipients
Laquo; log4net PatternString. VSTO Outlook Add-ins – Reference Leaks. VSTO Outlook Add-ins – Getting Contacts from Distribution Lists. A while ago I was tasked with creating an Outlook Add-in that enables a user to opt-in their contacts for synchronization with a KMBS. Product named Page Scope Enterprise Suite (PSES). Part of this add-in is to offer a panel at the bottom of every contact so they can be opt-ed in for synchronization like so:. Do you also notice how it has the @ symbol? Actually contains t...