rss
twitter
  •  

Post #2: Use the .NET TweetSharp Library to Integrate with Twitter via OAuth

| Posted in .NET, Twitter |

0

Today’s post is the second in a series explaining how to integrate TweetSharp into your .NET application using OAuth.  In our first post we covered the basics of registering a new application with Twitter.  This post will cover how you ask, then grant access from someone’s Twitter account to your new application using OAuth.

New Series: Use the .NET TweetSharp Library to Integrate with Twitter via OAuth

| Posted in .NET, Twitter |

0

This is the first post on a new series I will be posting on integrating TweetSharp into your .NET applications.  It will also show you how to use OAuth, as all the examples will be connecting to Twitter via OAuth.

What Language Would You Recommend To a Beginner?

| Posted in .NET, General |

6

Someone asked me an interesting question earlier this week that got me thinking quite a bit.  Someone had a son that was interested in building web based applications and wanted to know what they should learn first.  The answer to this question could have many answers depending on who it was asked to.  Should they start with a scripting language (PHP, ColdFusion) or should they start with a more object oriented language (Java, .NET)?

I feel that one should start by learning the core basics of programming.  Get your mind thinking in a logical way that allows you to solve problems.  After all, that is essentially what programming is: You are solving a problem.  I am not sure that learning a script based language would fully accomplish this.  I ended up recommending .NET (C#) to start learning the fundamentals, then moving on from there. 

If someone asked you this question, what would your answer be?  I am very curious to hear the opinions of others on this topic, as I get asked this question more and more.

Integrate reCAPTCHA Into Your ColdFusion Application

| Posted in ColdFusion |

0

While building a recent application I had the need to prevent spam form submissions in quite a few different pages.  I started to integrate the CFIMAGE tag, then had a change of mind and decided to try something new.  I have not been a huge fan of the output of the captcha features of the CFIMAGE tag.  So I decided to give reCAPTCHA a try.  This offering is much more visually appealing, has customizable colors, can speak the words, and best of all it’s a free service. 

DataMgr Is Worth A Look

| Posted in ColdFusion |

5

I have been hearing lots of good things about some of the CRUD options available for use in ColdFusion applications.  With a new side project coming up I decided to give DataMgr by Steve Bryant a try.  I can say right from the top that I was very impressed with this tool.  According to the documentation DataMgr helps you in three ways: