|
Consuming URL Shortening Services – bit.ly
| |
This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly.
Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application.
Don’t forget to download the sample code at the end of the article.
Let’s go!
| |
Views: 18
| Votes: 0
| Bookmarked: 0 times
|
By: Geming Leader |
On:
02 Sep 2010 15:47:53 |
Article
| | | | |
|
Simulating CWinApp::OnIdle in C
| |
MFC allows you to override CWinApp::OnIdle function to perform idle-time processing.
This function is called whenever there’re no messages are waiting for processing in the message queue.
In this function, you can perform some secondary processing like updating the status bar, toolbar, etc.
| |
Views: 13
| Votes: 0
| Bookmarked: 0 times
|
By: Geming Leader |
On:
02 Sep 2010 12:38:19 |
Article
| | | | |
| |
|
Converting Colors to Gray Shades
| |
This article discusses how you can display the page in print preview as grayscale if the printer is black-and-white. It discusses first how you can convert colors to grayscale. After that is discusses how to detect whether you are in print preview or not and whether the current printer is color or black-and-white printer. Let's go!
| |
Views: 14
| Votes: 0
| Bookmarked: 0 times
|
By: Geming Leader |
On:
02 Sep 2010 12:06:14 |
Article
| | | | |
|
A Short Speech about Unions
| |
A union is a memory location that is shared by two or more different types of variables. A union provides a way for interpreting the same bit pattern in two or more different ways (or forms.)
In fact, unions share structures lots of characteristics, like the way they defined and marshaled. It might be helpful to know that, like structures, unions can be defined inside a structure or even as a single entity. In addition, unions can define complex types inside, like structures too.
| |
Views: 15
| Votes: 0
| Bookmarked: 0 times
|
By: Geming Leader |
On:
02 Sep 2010 11:57:44 |
Article
| | | | |
|
How to use the LinqDatasource in .NET
| |
I have used data source control many times and its great it provides us great features for declarative binding. LinqDataSource Control is a great control and it allows us to bind linq queries without writing any code declaratively
| |
Views: 12
| Votes: 0
| Bookmarked: 0 times
|
By: jalpesh |
On:
02 Sep 2010 11:22:29 |
Article
| | | | |
|
Consuming URL Shortening Services - Cligs
| |
This is another article that talks about URL shortening services. Today we are going to talk about Cligs, one of the popular shortening services on the web.
Be prepared!
| |
Views: 22
| Votes: 0
| Bookmarked: 0 times
|
By: Geming Leader |
On:
02 Sep 2010 15:44:45 |
Article
| | | | |
| |
|
Consuming URL Shortening Services - Tweetburner (Twurl)
| |
Just another article of the URL shortening services series.
Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to.
We're going to discuss how to use Tweetburner first. After that, we'll inspect its API and learn how to use it in your .NET application.
| |
Views: 53
| Votes: 0
| Bookmarked: 0 times
|
By: Geming Leader |
On:
02 Sep 2010 15:41:10 |
Article
| | | | |
|
Calling an asp.net web service from jQuery
| |
As I have post it in earlier article that jQuery is one of most popular JavaScript library in the world amongst web developers Lets take a example calling ASP.NET web service with jQuery.
| |
Views: 54
| Votes: 0
| Bookmarked: 0 times
|
By: jalpesh |
On:
30 Aug 2010 12:12:27 |
Article
| | | | |