Posts Tagged ‘Code’

Twitter oAuth in .Net without Web Login

I was interested in getting a Twitter App together to orchestrate some follows and unfollows and user searches for a personal project. In the past, I’ve used Twitter’s Basic Authentication API to get my Twitter feed, but according to the Twitter API documentation, Basic Auth is going to be unsupported in August of this year. [...]

Syntax Highlight Code in Word Documents

Placed a form around Google’s SyntaxHighlighter javascript code. Made it easier to use. To get some nice syntax highlighted code into a Word document, use IE and copy and paste some code into the form below and click the button.  A new window will popup with the syntax highlighed code.  Copy all and paste into [...]