Skip to content

*.dannyg

an extension of dannyg

Menu
  • Home
  • art
  • inspiration
  • music
  • poetry
  • Recipes
  • writings
Menu

Step/Debug through VBScript

Posted on July 20, 2009

http://baodad.posterous.com/step-through-vbscript-debugging Technorati Tags: vbscript

VBScript Array

Posted on July 20, 2009

Pretty neat script I wrote that allowing preserving an array by cloning it. Function AddToArray(ArrayToClone, ValueToAdd) Dim a, tempArray     On Error Resume Next     ReDim tempArray(UBound(ArrayToClone) + 1)     If Err.Number…

Sharepoint Solution Installer

Posted on July 20, 2009

  http://www.codeplex.com/sharepointinstaller Technorati Tags: sharepoint,wss

Quickly Install WSP

Posted on July 20, 2009

stsadm -o addsolution -filename helpdesk.wsp stsadm -o deploysolution -name helpdesk.wsp -allowgacdeployment -immediate stsadm -o execadmsvcjobs Technorati Tags: sharepoint,wss

Self Signing SSL into IIS

Posted on June 29, 2009

I’ve done this a million times, I just found it useful to publish it for easy reference C:Program FilesIIS ResourcesSelfSSL>selfssl /T /N:CN=www.tempuri.org /K:1 024 /V:5000 /S:232294796 /P:443 /T: is to make it…

Getting Crystal Reports XI Release 2 to install

Posted on May 27, 2009

  I was facing some issues getting Crystal Reports XI Release 2 to install.   The installer was complaining that .NET 1.0 or 1.1 should be installed.   This was kind of a confusing…

Email Resources

Posted on May 26, 2009

  Email Reputation Search http://sendmail.com/sm/resources/tools/ip_reputation/ https://www.senderscore.org/ Blacklist Lookup https://www.senderscore.org/blacklistlookup/ Smart Network Data Service https://postmaster.live.com/snds/index.aspx Technorati Tags: email

Hotmail Sending Woes

Posted on May 20, 2009

Here are some great articles on the subject http://www.webforefront.com/archives/2007/11/getting_through.html http://windowslivehelp.com/community/p/46833/194297.aspx http://www.iis-aid.com/articles/iis_aid_news/are_hotmail_cutting_their_own_throat?page=4 2rbdj4ibc9 Technorati Tags: email,hotmail

URL Rewrites in WCF

Posted on May 12, 2009

I had posted an entry to StackOverflow earlier today.  But I was able to resolve before I got an answer.  When handling URL rewrites in WCF, it’s important to include the trailing…

Login to IMAP Server with puTTY

Posted on May 11, 2009

Create a connection to an IMAP server using the hostname and port 143 ? login username password To see a list of all the mailboxes on the server we use the list…

Posts pagination

Previous 1 … 6 7 8 9 Next

Recent Posts

  • Reading Room
  • Inspirational Movies / TV shows
  • Remove passphrase from PEM file
  • Parallels Multihoming a CentOS Server
  • Forced Failures

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2026 *.dannyg | Design: Newspaperly WordPress Theme